Closed Diondk closed 1 year ago
Could you please add a log of the actual problem with
twc: trace
tesla: trace
will reopen when log available.
Sorry got same problem and even has never worked at all. Do I have to get token each day, each start. Neverless, I got connection with Y and Tesla wall connector. But there was no interaction. evcc 0.124.1 @andig please tell me if you need more informations.
[site ] DEBUG 2024/02/06 20:29:40 ----
[lp-1 ] DEBUG 2024/02/06 20:29:40 charge power: 1824W
[site ] DEBUG 2024/02/06 20:29:40 pv power: 0W
[site ] DEBUG 2024/02/06 20:29:40 site power: 2224W
[lp-1 ] DEBUG 2024/02/06 20:29:40 charge voltages: [225 2.5 0]V
[lp-1 ] DEBUG 2024/02/06 20:29:40 detected connected phases: 1p
[lp-1 ] DEBUG 2024/02/06 20:29:40 charge currents: [8.1 0 0.5]A
[lp-1 ] DEBUG 2024/02/06 20:29:40 detected active phases: 1p
[lp-1 ] DEBUG 2024/02/06 20:29:40 charger status: C
[lp-1 ] DEBUG 2024/02/06 20:29:40 vehicle soc: 68%
[lp-1 ] DEBUG 2024/02/06 20:29:40 vehicle soc limit: 80%
[lp-1 ] DEBUG 2024/02/06 20:29:40 vehicle range: 284km
[lp-1 ] DEBUG 2024/02/06 20:29:40 pv charge current: 0A = 0A + -9.67A (2224W @ 1p)
[lp-1 ] DEBUG 2024/02/06 20:29:40 site power 2224W >= 0W disable threshold
[lp-1 ] DEBUG 2024/02/06 20:29:40 pv disable in 0s
[lp-1 ] DEBUG 2024/02/06 20:29:40 pv disable timer elapsed
[lp-1 ] ERROR 2024/02/06 20:29:40 charger disable: vehicle not capable of start/stop
[site ] DEBUG 2024/02/06 20:29:50 ----
[lp-1 ] DEBUG 2024/02/06 20:29:51 charge power: 1826W
[site ] DEBUG 2024/02/06 20:29:51 pv power: 0W
[site ] DEBUG 2024/02/06 20:29:51 site power: 2226W
[lp-1 ] DEBUG 2024/02/06 20:29:51 charge voltages: [225 2.5 0]V
[lp-1 ] DEBUG 2024/02/06 20:29:51 detected connected phases: 1p
[lp-1 ] DEBUG 2024/02/06 20:29:51 charge currents: [8.1 0 0.5]A
[lp-1 ] DEBUG 2024/02/06 20:29:51 detected active phases: 1p
[lp-1 ] DEBUG 2024/02/06 20:29:51 charger status: C
[lp-1 ] DEBUG 2024/02/06 20:29:51 vehicle soc: 68%
[lp-1 ] DEBUG 2024/02/06 20:29:51 vehicle soc limit: 80%
[lp-1 ] DEBUG 2024/02/06 20:29:51 vehicle range: 284km
[lp-1 ] DEBUG 2024/02/06 20:29:51 pv charge current: 0A = 0A + -9.68A (2226W @ 1p)
[lp-1 ] DEBUG 2024/02/06 20:29:51 site power 2226W >= 0W disable threshold
[lp-1 ] DEBUG 2024/02/06 20:29:51 pv disable in 0s
[lp-1 ] DEBUG 2024/02/06 20:29:51 pv disable timer elapsed
[lp-1 ] ERROR 2024/02/06 20:29:51 charger disable: vehicle not capable of start/stop
config:
mqtt:
broker: 192.168.3.1:1883
topic: evcc
user: xx
password: xx
influx:
url: http://192.168.3.254:8086
database: evcc # InfluxDB v2.x uses term `bucket` but for compatibility still named `database` here
token: xx
org: no
chargers:
- name: wallbox
type: template
template: twc3
host: 192.168.1.50 # IP-Adresse oder Hostname
vehicles:
- name: tessi
type: template
template: tesla-command
accessToken: xx
refreshToken: xx
vin: xx
levels:
site: debug
lp-1: trace
tesla-command: trace
tesla: trace
loadpoints:
- title: Garage # display name for UI
charger: wallbox # Wallbox Referenz
vehicle: tessi # Referenz auf Standardfahrzeug
mode: pv # charge mode (off, now, minpv, pv)
meters:
- name: inverter1
type: custom
power:
source: mqtt
topic: get_status/status/pv1_input_power/value # mqtt.0.get_status.status.pv1_input_power.value
timeout: 120s # don't accept values older than timeout
- name: inverter2
type: custom
power:
source: mqtt
topic: Inverter2/status/pv1_input_power/value # mqtt.0.Inverter2.status.pv1_input_power.value
timeout: 120s # don't accept values older than timeout
tariffs:
currency: EUR # (default EUR)
grid:
type: fixed
price: 0.38 # [currency]/kWh
site:
- title: xx
meters:
pv:
- inverter1
- inverter2
residualPower: 400
Describe the bug
Since the update to v0.119.4 I keep getting an notification saying the charger disabled: vehicle not capable of start/stop. At this moment there is nothing connected to my tesla wall charger.
Steps to reproduce
Configuration details
Log details
What type of operating system are you running?
Linux
Version
evcc version 0.119.