Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tesla Steuerung geht nicht mehr seit heute #14229

Closed
Dragonkit opened this issue Jun 7, 2024 · 6 comments
Closed

Tesla Steuerung geht nicht mehr seit heute #14229

Dragonkit opened this issue Jun 7, 2024 · 6 comments
Labels
duplicate This issue or pull request already exists

Comments

@Dragonkit
Copy link

Describe the bug

Heute morgen hat das Auto noch normal über EVCC geladen und jetzt geht es nicht mehr.
Es geht weder starten noch stoppen und die Anpassung der Ladestärke geht auch nicht.

Steps to reproduce

Ich habe bereits neue Access und Refresh Tokens erstellt um zu sehen ob es daran lag. Aber das ging auch nicht.

Configuration details

network:
  # schema is the HTTP schema
  # setting to `https` does not enable https, it only changes the way URLs are generated
  schema: http
  # host is the hostname or IP address
  # if the host name contains a `.local` suffix, the name will be announced on MDNS
  # docker: MDNS announcements don't work. host must be set to the docker host's name.
  host: ***
  # port is the listening port for UI and api
  # evcc will listen on all available interfaces
  port: 7070

interval: 10s # control cycle interval. Interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval

# database configuration for persisting charge sessions and settings
# database:
#   type: sqlite
#   dsn: <path-to-db-file>

# sponsor token enables optional features (request at https://sponsor.evcc.io)
sponsortoken: ***

# telemetry enables aggregated statistics
#
# Telemetry allows collecting usage data (grid and green energy, charge power).
# Data is aggregated, no individual charging sessions are tracked. The collected,
# anonymous data can be retrieved using https://api.evcc.io.
#
# See https://github.com/evcc-io/evcc/pull/4343 or details.
#
# For time being, this is only available to sponsors, hence data is associated with
# the sponsor token's identity.
#
# telemetry: true

# log settings
log: info
levels:
  site: debug
  lp-1: debug
  lp-2: debug
  cache: error
  db: error
  #powerwall: trace

# modbus proxy for allowing external programs to reuse the evcc modbus connection
# each entry will start a proxy instance at the given port speaking Modbus TCP and
# relaying to the given modbus downstream device (either TCP or RTU, RS485 or TCP)
modbusproxy:
  #  - port: 5200
  #    uri: solar-edge:502
  #    # rtu: true
  #    # readonly: true # use `deny` to raise modbus errors

# meter definitions
# name can be freely chosen and is used as reference when assigning meters to site and loadpoints
# for documentation see https://docs.evcc.io/docs/devices/meters
meters:
  - name: my_grid
    type: template
    template: tesla-powerwall
    usage: grid
    host: *** # IP-Adresse oder Hostname
    password: *** # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts.
    refreshToken: *** # Siehe https://docs.evcc.io/docs/devices/meters#tesla-powerwall (optional)
    siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) 
  - name: my_pv
    type: template
    template: tesla-powerwall
    usage: pv
    host: *** # IP-Adresse oder Hostname
    password: *** # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts.
    refreshToken: *** # Siehe https://docs.evcc.io/docs/devices/meters#tesla-powerwall (optional)
    siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) 
  - name: my_battery
    type: template
    template: tesla-powerwall
    usage: battery
    host: *** # IP-Adresse oder Hostname
    password: *** # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts.
    refreshToken: *** # Siehe https://docs.evcc.io/docs/devices/meters#tesla-powerwall (optional)
    siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) 

# charger definitions
# name can be freely chosen and is used as reference when assigning charger to vehicle
# for documentation see https://docs.evcc.io/docs/devices/chargers
chargers:
  - name: Wallbox_Garage
    type: template
    template: twc3
    host: *** # IP-Adresse oder Hostname 
  - name: Wallbox_Gartenhaus
    type: template
    template: twc3
    host: *** # IP-Adresse oder Hostname 

# vehicle definitions
# name can be freely chosen and is used as reference when assigning vehicle to loadpoint
# for documentation see https://docs.evcc.io/docs/devices/vehicles
vehicles:
  - name: Tesla_Model_3
    type: template
    template: tesla-command
    title: Tesla Model 3 # Wird in der Benutzeroberfläche angezeigt (optional)
    accessToken: *** # Siehe https://docs.evcc.io/docs/devices/vehicles#tesla
    refreshToken: *** # Siehe https://docs.evcc.io/docs/devices/vehicles#tesla
    vin: *** # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
    capacity: 62 # Akkukapazität in kWh (optional)
    control: true # Notwendig für Tesla Wall Connector. Der Virtual Key für evcc muss eingerichtet sein. Siehe https://tesla.evcc.io (optional) 
  - name: Tesla_Model_Y
    type: template
    template: tesla-command
    title: Tesla Model Y # Wird in der Benutzeroberfläche angezeigt (optional)
    accessToken: *** # Siehe https://docs.evcc.io/docs/devices/vehicles#tesla
    refreshToken: *** # Siehe https://docs.evcc.io/docs/devices/vehicles#tesla
    vin: *** # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
    capacity: 79 # Akkukapazität in kWh (optional)
    control: true # Notwendig für Tesla Wall Connector. Der Virtual Key für evcc muss eingerichtet sein. Siehe https://tesla.evcc.io (optional) 

# site describes the EVU connection, PV and home battery
site:
  title: Home # display name for UI
  meters:
    grid: my_grid # grid meter
    pv: my_pv # list of pv inverters/ meters
    battery: my_battery # list of battery meters
 #    aux:
 #      - aux # list of auxiliary meters for adjusting grid operating point
  residualPower: 100 # additional household usage margin
  maxGridSupplyWhileBatteryCharging: 100 # ignore battery charging if AC consumption is above this value

# loadpoint describes the charger, charge meter and connected vehicle
loadpoints:
  - title: Wallbox Garage # display name for UI
    charger: Wallbox_Garage # Wallbox Referenz
    mode: off # charge mode (off, now, minpv, pv)
  - title: Wallbox Gartenhaus # display name for UI
    charger: Wallbox_Gartenhaus # Wallbox Referenz
    mode: off # charge mode (off, now, minpv, pv)

Log details

/
KONFIGURATION
/
LOGS
Suchen

DEBUG

lp-1
[lp-1 ] INFO 2024/06/07 13:02:09 loadpoint 1:
[lp-1 ] INFO 2024/06/07 13:02:09 mode: off
[lp-1 ] INFO 2024/06/07 13:02:09 charger: power ✓ energy ✗ currents ✓ phases ✗ wakeup ✗
[lp-1 ] INFO 2024/06/07 13:02:09 meters: charge ✓
[lp-1 ] INFO 2024/06/07 13:02:09 charge: power ✓ energy ✗ currents ✓
[lp-1 ] DEBUG 2024/06/07 13:02:09 set smart cost limit: 0.1
[lp-1 ] DEBUG 2024/06/07 13:02:09 phase timer inactive
[lp-1 ] DEBUG 2024/06/07 13:02:09 pv timer inactive
[lp-1 ] DEBUG 2024/06/07 13:02:09 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:09 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:02:10 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:02:10 charger status: B
[lp-1 ] INFO 2024/06/07 13:02:10 car connected
[lp-1 ] DEBUG 2024/06/07 13:02:10 vehicle api refresh
[lp-1 ] DEBUG 2024/06/07 13:02:10 pv timer elapse
[lp-1 ] DEBUG 2024/06/07 13:02:10 pv timer inactive
[lp-1 ] INFO 2024/06/07 13:02:11 vehicle updated: unknown -> Tesla Model 3
[lp-1 ] DEBUG 2024/06/07 13:02:11 vehicle status: B
[lp-1 ] DEBUG 2024/06/07 13:02:11 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:02:11 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:02:11 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:02:19 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:19 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:02:29 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:29 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:02:29 vehicle odometer: 14459km
[lp-1 ] DEBUG 2024/06/07 13:02:29 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:02:29 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:02:39 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:39 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:02:49 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:49 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:02:49 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:02:49 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:02:59 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:02:59 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:09 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:09 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:09 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:03:09 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:03:12 set charge mode: minpv
[lp-1 ] DEBUG 2024/06/07 13:03:12 pv timer reset
[lp-1 ] DEBUG 2024/06/07 13:03:12 pv timer inactive
[lp-1 ] DEBUG 2024/06/07 13:03:12 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:12 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:12 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:03:12 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:03:12 pv charge current: 12.6A = 0A + 12.6A (-8723W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:03:22 max charge current 12A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:03:22 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:22 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:29 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:29 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:29 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:03:29 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:03:29 pv charge current: 8.21A = 0A + 8.21A (-5664W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:03:39 max charge current 8A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:03:39 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:39 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:49 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:49 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:03:49 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:03:49 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:03:49 pv charge current: 4.97A = 0A + 4.97A (-3428W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:03:59 max charge current 4A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:03:59 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:03:59 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:04:09 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:04:09 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:04:09 charge voltages: [2.6 0 0]V
[lp-1 ] DEBUG 2024/06/07 13:04:09 charger status: B
[lp-1 ] DEBUG 2024/06/07 13:04:09 pv charge current: 4.14A = 0A + 4.14A (-2859W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:04:19 max charge current 4A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:04:19 charge power: 0W
[lp-1 ] DEBUG 2024/06/07 13:04:19 charge currents: [0.4 0.1 0.5]A
[lp-1 ] DEBUG 2024/06/07 13:04:29 charge power: 356W
[lp-1 ] DEBUG 2024/06/07 13:04:29 charge currents: [0.6 0.3 0.6]A
[lp-1 ] DEBUG 2024/06/07 13:04:29 charge voltages: [238 237 237]V
[lp-1 ] DEBUG 2024/06/07 13:04:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:04:29 charger status: C
[lp-1 ] INFO 2024/06/07 13:04:29 start charging ->
[lp-1 ] DEBUG 2024/06/07 13:04:29 wake-up timer: stop
[lp-1 ] DEBUG 2024/06/07 13:04:29 soc estimated: 44.00% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:04:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:04:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:04:29 vehicle range: 189km
[lp-1 ] WARN 2024/06/07 13:04:29 charger out of sync: expected disabled, got enabled
[lp-1 ] DEBUG 2024/06/07 13:04:29 charger enable
[lp-1 ] DEBUG 2024/06/07 13:04:29 pv charge current: 4.04A = 0A + 4.04A (-2785W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:04:39 max charge current 4A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:04:39 charge power: 1231W
[lp-1 ] DEBUG 2024/06/07 13:04:39 charge currents: [2.9 1.7 0.6]A
[lp-1 ] DEBUG 2024/06/07 13:04:49 charge power: 3636W
[lp-1 ] DEBUG 2024/06/07 13:04:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:04:49 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:04:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:04:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:04:49 !! session: chargeRater.chargedEnergy=0.0 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:04:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:04:49 soc estimated: 44.01% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:04:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:04:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:04:49 vehicle range: 189km
[lp-1 ] WARN 2024/06/07 13:04:49 charger logic error: current mismatch (got 5A, expected 0A)
[lp-1 ] DEBUG 2024/06/07 13:04:49 pv charge current: 3.8A = 5A + -1.2A (829W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:04:59 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:04:59 charge power: 3638W
[lp-1 ] DEBUG 2024/06/07 13:04:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:05:09 charge power: 3641W
[lp-1 ] DEBUG 2024/06/07 13:05:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:05:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:05:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:09 !! session: chargeRater.chargedEnergy=0.0 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:05:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:05:09 soc estimated: 44.04% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:05:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:05:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:05:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:05:09 pv charge current: 3.61A = 5A + -1.39A (960W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:05:19 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:05:19 charge power: 3641W
[lp-1 ] DEBUG 2024/06/07 13:05:19 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:05:29 charge power: 3616W
[lp-1 ] DEBUG 2024/06/07 13:05:29 charge currents: [5.1 5.1 5.1]A
[lp-1 ] DEBUG 2024/06/07 13:05:29 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:05:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:29 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:29 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:05:29 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:05:29 soc estimated: 44.07% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:05:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:05:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:05:29 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:05:29 pv charge current: 3.33A = 5A + -1.67A (1153W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:05:39 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:05:39 charge power: 3616W
[lp-1 ] DEBUG 2024/06/07 13:05:39 charge currents: [5.1 5.1 5.1]A
[lp-1 ] DEBUG 2024/06/07 13:05:49 charge power: 3639W
[lp-1 ] DEBUG 2024/06/07 13:05:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:05:49 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:05:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:05:49 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:05:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:05:49 soc estimated: 44.10% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:05:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:05:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:05:49 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:05:49 pv charge current: 3.26A = 5A + -1.74A (1199W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:05:59 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:05:59 charge power: 3638W
[lp-1 ] DEBUG 2024/06/07 13:05:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:09 charge power: 3636W
[lp-1 ] DEBUG 2024/06/07 13:06:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:06:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:09 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:06:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:06:09 soc estimated: 44.13% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:06:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:06:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:06:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:06:09 pv charge current: 3.19A = 5A + -1.81A (1251W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:06:19 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:06:19 charge power: 3636W
[lp-1 ] DEBUG 2024/06/07 13:06:19 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:29 charge power: 3638W
[lp-1 ] DEBUG 2024/06/07 13:06:29 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:29 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:06:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:29 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:29 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:06:29 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:06:29 soc estimated: 44.15% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:06:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:06:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:06:29 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:06:29 pv charge current: 3.1A = 5A + -1.9A (1310W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:06:39 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:06:39 charge power: 3635W
[lp-1 ] DEBUG 2024/06/07 13:06:39 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:49 charge power: 3634W
[lp-1 ] DEBUG 2024/06/07 13:06:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:06:49 charge voltages: [237 235 236]V
[lp-1 ] DEBUG 2024/06/07 13:06:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:06:49 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:06:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:06:49 soc estimated: 44.18% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:06:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:06:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:06:49 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:06:49 pv charge current: 2.97A = 5A + -2.03A (1402W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:06:59 max charge current 2A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:06:59 charge power: 3638W
[lp-1 ] DEBUG 2024/06/07 13:06:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:09 charge power: 3636W
[lp-1 ] DEBUG 2024/06/07 13:07:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:07:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:09 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:07:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:07:09 soc estimated: 44.21% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:07:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:07:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:07:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:07:09 pv charge current: 3.05A = 5A + -1.95A (1348W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:07:19 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:07:19 charge power: 3634W
[lp-1 ] DEBUG 2024/06/07 13:07:19 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:29 charge power: 3636W
[lp-1 ] DEBUG 2024/06/07 13:07:29 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:29 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:07:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:29 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:29 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:07:29 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:07:29 soc estimated: 44.24% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:07:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:07:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:07:29 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:07:29 pv charge current: 2.98A = 5A + -2.02A (1395W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:07:39 max charge current 2A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:07:39 charge power: 3635W
[lp-1 ] DEBUG 2024/06/07 13:07:39 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:49 charge power: 3637W
[lp-1 ] DEBUG 2024/06/07 13:07:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:07:49 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:07:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:07:49 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:07:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:07:49 soc estimated: 44.27% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:07:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:07:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:07:49 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:07:49 pv charge current: 2.89A = 5A + -2.11A (1455W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:07:59 max charge current 2A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:07:59 charge power: 3640W
[lp-1 ] DEBUG 2024/06/07 13:07:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:09 charge power: 3642W
[lp-1 ] DEBUG 2024/06/07 13:08:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:08:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:09 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:08:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:08:09 soc estimated: 44.30% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:08:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:08:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:08:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:08:09 pv charge current: 2.9A = 5A + -2.1A (1449W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:08:19 max charge current 2A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:08:19 charge power: 3640W
[lp-1 ] DEBUG 2024/06/07 13:08:19 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:29 charge power: 3640W
[lp-1 ] DEBUG 2024/06/07 13:08:29 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:29 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:08:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:29 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:29 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:08:29 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:08:29 soc estimated: 44.33% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:08:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:08:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:08:29 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:08:29 pv charge current: 2.93A = 5A + -2.07A (1430W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:08:39 max charge current 2A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:08:39 charge power: 3642W
[lp-1 ] DEBUG 2024/06/07 13:08:39 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:49 charge power: 3641W
[lp-1 ] DEBUG 2024/06/07 13:08:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:08:49 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:08:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:08:49 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:08:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:08:49 soc estimated: 44.36% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:08:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:08:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:08:49 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:08:49 pv charge current: 3.01A = 5A + -1.99A (1374W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:08:59 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:08:59 charge power: 3642W
[lp-1 ] DEBUG 2024/06/07 13:08:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:09 charge power: 3644W
[lp-1 ] DEBUG 2024/06/07 13:09:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:09:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:09 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:09:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:09:09 soc estimated: 44.38% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:09:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:09:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:09:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:09:09 pv charge current: 3.01A = 5A + -1.99A (1374W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:09:19 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:09:19 charge power: 3644W
[lp-1 ] DEBUG 2024/06/07 13:09:19 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:29 charge power: 3642W
[lp-1 ] DEBUG 2024/06/07 13:09:29 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:29 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:09:29 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:29 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:29 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:09:29 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:09:29 soc estimated: 44.41% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:09:29 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:09:29 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:09:29 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:09:29 pv charge current: 3.22A = 5A + -1.78A (1226W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:09:39 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:09:39 charge power: 3642W
[lp-1 ] DEBUG 2024/06/07 13:09:39 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:49 charge power: 3640W
[lp-1 ] DEBUG 2024/06/07 13:09:49 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:09:49 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:09:49 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:49 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:09:49 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:09:49 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:09:49 soc estimated: 44.44% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:09:49 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:09:49 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:09:49 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:09:49 pv charge current: 3.4A = 5A + -1.6A (1101W @ 3p)
[lp-1 ] ERROR 2024/06/07 13:09:59 max charge current 3A: Post "https://tesla.evcc.io/api/1/vehicles/***/command/set_charging_amps": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[lp-1 ] DEBUG 2024/06/07 13:09:59 charge power: 3640W
[lp-1 ] DEBUG 2024/06/07 13:09:59 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:10:09 charge power: 3639W
[lp-1 ] DEBUG 2024/06/07 13:10:09 charge currents: [5.1 5.1 5.2]A
[lp-1 ] DEBUG 2024/06/07 13:10:09 charge voltages: [237 236 236]V
[lp-1 ] DEBUG 2024/06/07 13:10:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:10:09 detected active phases: 3p
[lp-1 ] DEBUG 2024/06/07 13:10:09 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1 ] DEBUG 2024/06/07 13:10:09 charger status: C
[lp-1 ] DEBUG 2024/06/07 13:10:09 soc estimated: 44.47% (vehicle: 44.00%)
[lp-1 ] DEBUG 2024/06/07 13:10:09 vehicle soc: 44%
[lp-1 ] DEBUG 2024/06/07 13:10:09 vehicle soc limit: 100%
[lp-1 ] DEBUG 2024/06/07 13:10:09 vehicle range: 189km
[lp-1 ] DEBUG 2024/06/07 13:10:09 pv charge current: 3.57A = 5A + -1.43A (985W @ 3p)

What type of operating system are you running?

Docker container

Version

No response

@Dirk77777
Copy link

Gleiches Problem hier.
Auch Docker und Version 0.126.6.

@Dragonkit
Copy link
Author

Ich habe gerade mal getestet nachdem das zweite Auto zuhause ist. Das Model Y geht das Model 3 nicht.
Beide haben den selben Softwarestand. 2024.14.9

@Dirk77777
Copy link

Wir haben ein Model Y mit 2024.14.8, daran liegt's nicht.

@Raudi1
Copy link

Raudi1 commented Jun 7, 2024

Wir haben ein Model Y mit 2024.14.8, daran liegt's nicht.

Würde sich mit meiner Theorie decken: #14226 (comment)

@Dragonkit
Copy link
Author

Ich habe auch gerade mal getestet was passiert wenn die Autos an den Wallboxen tausche. Selber Fehler.

@andig
Copy link
Member

andig commented Jun 7, 2024

#14226

@andig andig closed this as completed Jun 7, 2024
@andig andig added the duplicate This issue or pull request already exists label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants