evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.49k stars 644 forks source link

Error Message max charge current 6A: 421 Misdirected Request: user out of region #14801

Closed Contrebass closed 3 months ago

Contrebass commented 3 months ago

Describe the bug

Trotz Sponsor Token und 3 minuten Refresh bekomme ich diese Fehlermeldunf wenn die Ladeleistung reduziert werden soll: max charge current 6A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements

Die Installation regelt dann den Ladestrom über den Tesla Model S nicht runter.

Gleiches passiert wenn der min SoC von 50% erreicht ist, dann schaltet EVCC nicht ab und im log ist die gleiche Meldung

Kann es sein dass irgendwo noch die Geokoordinaten angegeben werden müssen? Sponsortoken ist vorhanden. Hardware RASPI 4 bullseye Tesla Powerwall 2 TWC3 latest firmware

Mite dem Fehler erscheint in der UI ein Dreieck mit Ausrufezeichen neben dem Hamburge (Drei Striche)

Steps to reproduce

  1. Einstellen min charge <6A
  2. Abwarten bis Wolke vor der Sonne und PV Leistung zu klein
  3. Einstellen min SoC 50%
  4. Min+ PV als Setup ...

Configuration details

# open evcc at http://evcc.local:7070
network:
  schema: http
  host: evcc.local # .local suffix announces the hostname on MDNS
  port: 7070

log: debug
levels:
  cache: error

# unique installation id
plant: xxxxx

interval: 180s # control cycle interval

sponsortoken: xxxxx

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: false

meters:
- type: template
  template: tesla-powerwall 
  usage: grid  
  host: 10.200.10.3  
  password: password
  name: grid1
- type: template
  template: tesla-powerwall 
  usage: pv  
  host: 10.200.10.3  
  password: password
  name: pv2
- type: template
  template: tesla-powerwall 
  usage: battery  
  host: 10.200.10.3  
  password: password
  name: battery3
- type: template
  template: eastron
  usage: charge
  modbus: rs485serial
  id: 1
  device: /dev/ttyUSB1
  baudrate: 9600
  comset: "8N1"
  name: charge1

chargers:
- type: template
  template: twc3 
  host: 192.168.101.58  
  name: wallbox7

vehicles:
- type: template
  template: tesla 
  title: Polarfuchs  
  accessToken: xxxxxxx 
  vin: 5YJSA7E40Kxxxxxxx
  capacity: 95  
  name: ev6

loadpoints:
- title: Garage
  charger: wallbox7
  mode: minpv
  meter: charge1

site:
  title: Site
  meters:
    grid: grid1
    pv: pv2
    battery:
    - battery3

tariffs:
   currency: EUR
   grid:
     type: fixed
     price: 0.3664
   feedin:
     type: fixed
     price: 0.1195
   co2:
     type: grünstromindex
     zip: zip

Log details

[lp-1  ] INFO 2024/07/09 16:25:06 vehicle updated: unknown -> Polarfuchs
[lp-1  ] DEBUG 2024/07/09 16:25:06 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[site  ] DEBUG 2024/07/09 16:26:30 ----
[lp-1  ] DEBUG 2024/07/09 16:26:30 charge power: 5397W
[lp-1  ] DEBUG 2024/07/09 16:26:30 charge currents: [7.93 7.89 7.86]A
[site  ] DEBUG 2024/07/09 16:26:31 pv power: 2339W
[site  ] DEBUG 2024/07/09 16:26:31 battery soc: 100%
[site  ] DEBUG 2024/07/09 16:26:31 battery power: 3480W
[site  ] DEBUG 2024/07/09 16:26:31 grid meter: -10W
[site  ] DEBUG 2024/07/09 16:26:31 site power: 3570W
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle odometer: 117065km
[lp-1  ] DEBUG 2024/07/09 16:26:33 charge voltages: [231 228 228]V
[lp-1  ] DEBUG 2024/07/09 16:26:33 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/09 16:26:33 charge total import: 93.568kWh
[lp-1  ] DEBUG 2024/07/09 16:26:33 charger status: C
[lp-1  ] DEBUG 2024/07/09 16:26:33 charge start energy: 93.6kWh
[lp-1  ] INFO 2024/07/09 16:26:33 car connected
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle api refresh
[lp-1  ] DEBUG 2024/07/09 16:26:33 pv timer elapse
[lp-1  ] DEBUG 2024/07/09 16:26:33 pv timer inactive
[lp-1  ] DEBUG 2024/07/09 16:26:33 charge total import: 93.568kWh
[lp-1  ] DEBUG 2024/07/09 16:26:33 charge start energy: 93.6kWh
[lp-1  ] INFO 2024/07/09 16:26:33 start charging ->
[lp-1  ] DEBUG 2024/07/09 16:26:33 wake-up timer: stop
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle status: C
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle soc: 73%
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/09 16:26:33 vehicle range: 422km
[lp-1  ] WARN 2024/07/09 16:26:33 charger out of sync: expected disabled, got enabled
[lp-1  ] DEBUG 2024/07/09 16:26:33 charger enable
[lp-1  ] DEBUG 2024/07/09 16:26:33 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/09 16:26:33 pv charge current: min 1A > 0A (3570W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/09 16:26:36 max charge current 1A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[lp-1  ] INFO 2024/07/09 16:29:12 vehicle updated: Polarfuchs -> unknown
[lp-1  ] DEBUG 2024/07/09 16:29:12 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] INFO 2024/07/09 16:29:15 vehicle updated: unknown -> Polarfuchs
[lp-1  ] DEBUG 2024/07/09 16:29:15 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[site  ] DEBUG 2024/07/09 16:29:30 ----
[lp-1  ] DEBUG 2024/07/09 16:29:30 charge power: 5411W
[lp-1  ] DEBUG 2024/07/09 16:29:30 charge currents: [7.86 7.95 7.92]A
[site  ] DEBUG 2024/07/09 16:29:30 pv power: 2322W
[site  ] DEBUG 2024/07/09 16:29:31 battery soc: 97%
[site  ] DEBUG 2024/07/09 16:29:31 battery power: 3440W
[site  ] DEBUG 2024/07/09 16:29:31 grid meter: 4W
[site  ] DEBUG 2024/07/09 16:29:31 site power: 3544W
[lp-1  ] DEBUG 2024/07/09 16:29:31 vehicle odometer: 117065km
[lp-1  ] DEBUG 2024/07/09 16:29:31 charge voltages: [232 227 227]V
[lp-1  ] DEBUG 2024/07/09 16:29:31 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/09 16:29:31 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/09 16:29:31 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/09 16:29:31 charge total import: 93.835kWh
[lp-1  ] DEBUG 2024/07/09 16:29:31 charger status: C
[lp-1  ] DEBUG 2024/07/09 16:29:31 vehicle status: C
[lp-1  ] DEBUG 2024/07/09 16:29:31 vehicle soc: 73%
[lp-1  ] DEBUG 2024/07/09 16:29:31 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/09 16:29:31 vehicle range: 422km
[lp-1  ] WARN 2024/07/09 16:29:31 charger logic error: current mismatch (got 7.95A measured, expected 0A)
[lp-1  ] DEBUG 2024/07/09 16:29:31 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/09 16:29:31 pv charge current: 2.82A = 7.95A + -5.14A (3544W @ 3p)
[lp-1  ] DEBUG 2024/07/09 16:29:31 pv timer reset
[lp-1  ] DEBUG 2024/07/09 16:29:31 pv timer inactive
[lp-1  ] ERROR 2024/07/09 16:29:32 max charge current 2A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements

What type of operating system are you running?

Linux

Version

0.128.1

andig commented 3 months ago

Es braucht bitte ein trace log für tesla.

Contrebass commented 3 months ago
Trace log (Ausschnitt)
[tesla ] TRACE 2024/07/10 18:59:06 GET https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/users/region
[tesla ] TRACE 2024/07/10 18:59:07 {"response":{"region":"eu","fleet_api_base_url":"https://fleet-api.prd.eu.vn.cloud.tesla.com"}}
[tesla ] TRACE 2024/07/10 18:59:07 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles
[tesla ] TRACE 2024/07/10 18:59:07 {"response":[{"id":xxxxxxxxxxx,"vehicle_id":xxxxxxxxxx,"vin":"5YJSA7Exxxxxxxxxxx,"color":null,"access_type":"DRIVER","display_name":"Polarfuchs","option_codes":null,"granular_access":{"hide_private":false},"tokens":null,"state":"online","in_service":false,"id_s":"xxxxxxxxxxxx","calendar_enabled":true,"api_version":76,"backseat_token":null,"backseat_token_updated_at":null,"share_type_s":"ADD_DRIVER_EXTERNAL","ble_autopair_enrolled":false}],"pagination":{"previous":null,"next":null,"current":1,"per_page":1,"count":1,"pages":1},"count":1}
[tesla ] TRACE 2024/07/10 18:59:10 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles/5YJSA7E40xxxxxxxx/vehicle_data
[tesla ] TRACE 2024/07/10 18:59:11 {"response":{"langer Text mit Details}
[tesla ] TRACE 2024/07/10 18:59:11 POST https://tesla.evcc.io/api/1/vehicles/5YJSA7E40xxxxxxxx/command/set_charging_amps
[tesla ] TRACE 2024/07/10 18:59:12 {"charging_amps": 1}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}
[tesla ] TRACE 2024/07/10 19:02:09 POST https://tesla.evcc.io/api/1/vehicles/5YJSA7E40xxxxxxxxx/command/set_charging_amps
[tesla ] TRACE 2024/07/10 19:02:15 {"charging_amps": 1}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"xxxxxxxxxxxxxxxxxxxxx"}

Ich havbe um schnell einen Fehler zu bekommen den Ladestrom auf 1A gesetzt.
Der Fehler kommt aber auch bei 6A
Contrebass commented 3 months ago
Der dazugehörige log, evcc Version nun die 0.182.2

[main ] INFO 2024/07/10 18:59:04 evcc 0.128.2
[main ] INFO 2024/07/10 18:59:04 using config file: /etc/evcc.yaml
[db ] INFO 2024/07/10 18:59:05 using sqlite database: /var/lib/evcc/evcc.db
[main ] INFO 2024/07/10 18:59:05 listening at :7070
[lp-1 ] DEBUG 2024/07/10 18:59:08 charge total import: 99.900kWh
[site ] WARN 2024/07/10 18:59:08 battery configured but residualPower is missing or <= 0 (add residualPower: 100 to site), see https://docs.evcc.io/en/docs/reference/configuration/site#residualpower
[site ] INFO 2024/07/10 18:59:08 site config:
[site ] INFO 2024/07/10 18:59:08 meters: grid ✓ pv ✓ battery ✓
[site ] INFO 2024/07/10 18:59:08 grid: power ✓ energy ✗ currents ✗
[site ] INFO 2024/07/10 18:59:08 pv 1: power ✓ energy ✓ currents ✗
[site ] INFO 2024/07/10 18:59:08 battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✓
[site ] INFO 2024/07/10 18:59:08 vehicles:
[site ] INFO 2024/07/10 18:59:08 vehicle 1: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1 ] INFO 2024/07/10 18:59:08 loadpoint 1:
[lp-1 ] INFO 2024/07/10 18:59:08 mode: minpv
[lp-1 ] INFO 2024/07/10 18:59:08 charger: power ✓ energy ✗ currents ✓ phases ✗ wakeup ✗
[lp-1 ] INFO 2024/07/10 18:59:08 meters: charge ✓
[lp-1 ] INFO 2024/07/10 18:59:08 charge: power ✓ energy ✓ currents ✓
[site ] DEBUG 2024/07/10 18:59:08 set buffer soc: 50
[site ] DEBUG 2024/07/10 18:59:08 set buffer start soc: 80
[site ] DEBUG 2024/07/10 18:59:08 set priority soc: 50
[site ] DEBUG 2024/07/10 18:59:08 set residual power: 100
[lp-1 ] DEBUG 2024/07/10 18:59:08 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1 ] DEBUG 2024/07/10 18:59:08 phase timer inactive
[lp-1 ] DEBUG 2024/07/10 18:59:08 pv timer inactive
[site ] DEBUG 2024/07/10 18:59:08 ----
[lp-1 ] DEBUG 2024/07/10 18:59:08 charge power: 0W
[lp-1 ] DEBUG 2024/07/10 18:59:08 charge currents: [0 0 0]A
[site ] WARN 2024/07/10 18:59:08 smartCostActive: no matching rate
[site ] DEBUG 2024/07/10 18:59:09 pv power: 269W
[site ] DEBUG 2024/07/10 18:59:09 battery soc: 100%
[site ] DEBUG 2024/07/10 18:59:09 battery power: 190W
[site ] DEBUG 2024/07/10 18:59:10 grid meter: -1W
[site ] DEBUG 2024/07/10 18:59:10 site power: 289W
[lp-1 ] DEBUG 2024/07/10 18:59:10 charge voltages: [226 226 226]V
[lp-1 ] DEBUG 2024/07/10 18:59:10 detected connected phases: 3p
[lp-1 ] DEBUG 2024/07/10 18:59:10 charge total import: 99.900kWh
[lp-1 ] DEBUG 2024/07/10 18:59:10 charger status: B
[lp-1 ] DEBUG 2024/07/10 18:59:10 charge start energy: 99.9kWh
[lp-1 ] INFO 2024/07/10 18:59:10 car connected
[lp-1 ] DEBUG 2024/07/10 18:59:10 vehicle api refresh
[lp-1 ] DEBUG 2024/07/10 18:59:10 pv timer elapse
[lp-1 ] DEBUG 2024/07/10 18:59:10 pv timer inactive
[lp-1 ] DEBUG 2024/07/10 18:59:10 charge total import: 99.900kWh
[main ] DEBUG 2024/07/10 18:59:11 vehicle status: B (Polarfuchs)
[lp-1 ] INFO 2024/07/10 18:59:11 vehicle updated: unknown -> Polarfuchs
[lp-1 ] DEBUG 2024/07/10 18:59:11 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1 ] DEBUG 2024/07/10 18:59:11 vehicle status: B
[lp-1 ] DEBUG 2024/07/10 18:59:11 vehicle soc: 75%
[lp-1 ] DEBUG 2024/07/10 18:59:11 vehicle soc limit: 90%
[lp-1 ] DEBUG 2024/07/10 18:59:11 vehicle range: 434km
[lp-1 ] DEBUG 2024/07/10 18:59:11 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1 ] DEBUG 2024/07/10 18:59:11 pv charge current: min 1A > 0A (289W @ 3p, battery: true)
[lp-1 ] ERROR 2024/07/10 18:59:12 max charge current 1A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site ] DEBUG 2024/07/10 19:02:08 ----
[lp-1 ] DEBUG 2024/07/10 19:02:08 charge power: 3892W
[lp-1 ] DEBUG 2024/07/10 19:02:09 charge currents: [7.87 7.92 1.6]A
[site ] DEBUG 2024/07/10 19:02:09 pv power: 166W
[site ] DEBUG 2024/07/10 19:02:09 battery soc: 100%
[site ] DEBUG 2024/07/10 19:02:09 battery power: 4090W
[site ] DEBUG 2024/07/10 19:02:09 grid meter: -14W
[site ] DEBUG 2024/07/10 19:02:09 site power: 4176W
[lp-1 ] DEBUG 2024/07/10 19:02:09 vehicle odometer: 117123km
[lp-1 ] DEBUG 2024/07/10 19:02:09 charge voltages: [228 225 226]V
[lp-1 ] DEBUG 2024/07/10 19:02:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/07/10 19:02:09 charge total import: 99.905kWh
[lp-1 ] DEBUG 2024/07/10 19:02:09 charger status: C
[lp-1 ] DEBUG 2024/07/10 19:02:09 charge start energy: 99.9kWh
[lp-1 ] INFO 2024/07/10 19:02:09 start charging ->
[lp-1 ] DEBUG 2024/07/10 19:02:09 wake-up timer: stop
[lp-1 ] DEBUG 2024/07/10 19:02:09 soc estimated: 75.00% (vehicle: 75.00%)
[lp-1 ] DEBUG 2024/07/10 19:02:09 vehicle soc: 75%
[lp-1 ] DEBUG 2024/07/10 19:02:09 vehicle soc limit: 90%
[lp-1 ] DEBUG 2024/07/10 19:02:09 vehicle range: 434km
[lp-1 ] WARN 2024/07/10 19:02:09 charger out of sync: expected disabled, got enabled
[lp-1 ] DEBUG 2024/07/10 19:02:09 charger enable
[lp-1 ] DEBUG 2024/07/10 19:02:09 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1 ] DEBUG 2024/07/10 19:02:09 pv charge current: min 1A > 0A (4176W @ 3p, battery: true)
[lp-1 ] ERROR 2024/07/10 19:02:15 max charge current 1A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site ] DEBUG 2024/07/10 19:05:08 ----
[lp-1 ] DEBUG 2024/07/10 19:05:08 charge power: 0W
[lp-1 ] DEBUG 2024/07/10 19:05:08 charge currents: [0 0 0]A
[site ] DEBUG 2024/07/10 19:05:09 pv power: 152W
[site ] DEBUG 2024/07/10 19:05:09 battery soc: 100%
[site ] DEBUG 2024/07/10 19:05:09 battery power: 140W
[site ] DEBUG 2024/07/10 19:05:09 grid meter: 10W
[site ] DEBUG 2024/07/10 19:05:09 site power: 250W
[lp-1 ] DEBUG 2024/07/10 19:05:09 charge voltages: [226 226 226]V
[lp-1 ] DEBUG 2024/07/10 19:05:09 detected connected phases: 3p
[lp-1 ] DEBUG 2024/07/10 19:05:09 charge total import: 99.905kWh
[lp-1 ] DEBUG 2024/07/10 19:05:09 charger status: A
[lp-1 ] DEBUG 2024/07/10 19:05:09 final charge energy: 0kWh
[lp-1 ] INFO 2024/07/10 19:05:09 stop charging <-
[lp-1 ] DEBUG 2024/07/10 19:05:09 wake-up timer: start
[lp-1 ] DEBUG 2024/07/10 19:05:09 charge total import: 99.905kWh
[lp-1 ] DEBUG 2024/07/10 19:05:09 !! session: start=99.900 stop=99.905 chargedEnergy=0.000
[lp-1 ] INFO 2024/07/10 19:05:09 car disconnected
[lp-1 ] DEBUG 2024/07/10 19:05:09 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1 ] INFO 2024/07/10 19:05:09 vehicle updated: Polarfuchs -> unknown
andig commented 3 months ago

Es braucht bitte ein trace log für tesla.

Bitte vollständig ab Start.

Contrebass commented 3 months ago

Hallo Andreas,den hatte ich nur für "tesla" herunterladen und eingehängt (warum auch immer in der komischen Schriftart), nur die persönlichen Daten (...Details...) habe ich rausgenommen. Darunter war noch mal der aktualisierte Debug Log.Ich kann gerne den vollständigen trace dir persönlich schicken, aber nicht Public.VGChristian Dettmers Am 11.07.2024 08:44 schrieb andig @.***>:

Es braucht bitte ein trace log für tesla.

Bitte vollständig ab Start.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Contrebass commented 3 months ago
Nun mit der V 0.128.2.
 Anmerkung trace tesla (weiter unten noch mal debug log wegen der Zeitstempel). 
tesla trace
[tesla ] TRACE 2024/07/11 17:06:15 GET https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/users/region
[tesla ] TRACE 2024/07/11 17:06:15 {"response":{"region":"eu","fleet_api_base_url":"https://fleet-api.prd.eu.vn.cloud.tesla.com"}}
[tesla ] TRACE 2024/07/11 17:06:15 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles
[tesla ] TRACE 2024/07/11 17:06:16 {"response":[{"id":Telsa_ID,"Tesla_ID":xxxxxx,"vin":"Tesla_VIN","color":null,"access_type":"DRIVER","display_name":"Polarfuchs","option_codes":null,"granular_access":{"hide_private":false},"tokens":null,"state":"online","in_service":false,"id_s":"Tela_ID","calendar_enabled":true,"api_version":76,"backseat_token":null,"backseat_token_updated_at":null,"share_type_s":"ADD_DRIVER_EXTERNAL","ble_autopair_enrolled":false}],"pagination":{"previous":null,"next":null,"current":1,"per_page":1,"count":1,"pages":1},"count":1}
[tesla ] TRACE 2024/07/11 17:06:19 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles/Tesla_VIN/vehicle_data
[tesla ] TRACE 2024/07/11 17:06:19 {"response":{"id":Tesla_ID,"user_id":xxxxxxxxxx669599,"Tesla_ID":xxxxxx,"vin":"Tesla_VIN","color":null,"access_type":"DRIVER","granular_access":{"hide_private":false},"tokens":null,"state":"online","in_service":false,"id_s":"Tela_ID","calendar_enabled":true,"api_version":76,"backseat_token":null,"backseat_token_updated_at":null,"share_type_s":"ADD_DRIVER_EXTERNAL","ble_autopair_enrolled":false,"charge_state":{"battery_heater_on":false,"battery_level":80,"battery_range":287.81,"charge_amps":7,"charge_current_request":7,"charge_current_request_max":9,"charge_enable_request":false,"charge_energy_added":1.37,"charge_limit_soc":90,"charge_limit_soc_max":100,"charge_limit_soc_min":50,"charge_limit_soc_std":90,"charge_miles_added_ideal":1368.0,"charge_miles_added_rated":5.0,"charge_port_cold_weather_mode":null,"charge_port_color":"Off","charge_port_door_open":true,"charge_port_latch":"Engaged","charge_rate":0.0,"charger_actual_current":0,"charger_phases":null,"charger_pilot_current":9,"charger_power":0,"charger_voltage":0,"charging_state":"Stopped","conn_charge_cable":"IEC","est_battery_range":250.56,"fast_charger_brand":"Tesla","fast_charger_present":false,"fast_charger_type":"ACSingleWireCAN","ideal_battery_range":999.0,"max_range_charge_counter":0,"minutes_to_full_charge":150,"not_enough_power_to_heat":false,"off_peak_charging_enabled":false,"off_peak_charging_times":"all_week","off_peak_hours_end_time":480,"preconditioning_enabled":false,"preconditioning_times":"all_week","scheduled_charging_mode":"Off","scheduled_charging_pending":false,"scheduled_charging_start_time":null,"scheduled_charging_start_time_app":990,"scheduled_departure_time":1720762200,"scheduled_departure_time_minutes":450,"supercharger_session_trip_planner":false,"time_to_full_charge":2.5,"timestamp":1720710379580,"trip_charging":false,"usable_battery_level":80,"user_charge_enable_request":false},"climate_state":{"allow_cabin_overheat_protection":false,"battery_heater":false,"battery_heater_no_power":false,"bioweapon_mode":false,"cabin_overheat_protection":"Off","climate_keeper_mode":"off","cop_activation_temperature":"High","defrost_mode":0,"driver_temp_setting":22.0,"fan_status":0,"hvac_auto_request":"On","inside_temp":37.5,"is_auto_conditioning_on":false,"is_climate_on":false,"is_front_defroster_on":false,"is_preconditioning":false,"is_rear_defroster_on":false,"left_temp_direction":-235,"max_avail_temp":28.0,"min_avail_temp":15.0,"outside_temp":30.2,"passenger_temp_setting":22.0,"remote_heater_control_enabled":false,"right_temp_direction":-235,"seat_fan_front_left":0,"seat_fan_front_right":0,"seat_heater_left":0,"seat_heater_rear_center":0,"seat_heater_rear_left":0,"seat_heater_rear_right":0,"seat_heater_right":0,"side_mirror_heaters":false,"steering_wheel_heater":false,"supports_fan_only_cabin_overheat_protection":false,"timestamp":1720710379580,"wiper_blade_heater":false},"drive_state":{"power":0,"shift_state":"P","speed":null,"timestamp":1720710379580},"gui_settings":{"gui_24_hour_time":true,"gui_charge_rate_units":"kW","gui_distance_units":"km/hr","gui_range_display":"Rated","gui_temperature_units":"C","gui_tirepressure_units":"Bar","show_range_units":false,"timestamp":1720710379580},"parked_accessory":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"color","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"Color","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720710379580,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_config":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"Color","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"Color","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720710379580,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_state":{"allow_authorized_mobile_devices_only":false,"api_version":76,"autopark_state_v2":"standby","autopark_style":"dead_man","calendar_supported":true,"car_version":"2024.20.7 dc8f9fa8b4ea","center_display_state":0,"dashcam_clip_save_available":true,"dashcam_state":"Recording","df":0,"dr":0,"fd_window":0,"feature_bitmask":"xxxxxxxx,xxxxxx","fp_window":0,"ft":0,"homelink_device_count":2,"homelink_nearby":true,"is_user_present":false,"last_autopark_error":"no_error","locked":true,"media_info":{"audio_volume":2.0,"audio_volume_increment":0.333333,"audio_volume_max":10.333333,"media_playback_status":"Stopped","now_playing_album":"","now_playing_artist":"","now_playing_duration":0,"now_playing_elapsed":0,"now_playing_source":"8","now_playing_station":"Kein Gerät verbunden","now_playing_title":""},"media_state":{"remote_control_enabled":true},"notifications_supported":true,"odometer":72813.515723,"parsed_calendar_supported":true,"pf":0,"pr":0,"rd_window":0,"remote_start":false,"remote_start_enabled":true,"remote_start_supported":true,"rp_window":0,"rt":0,"santa_mode":0,"sentry_mode":false,"sentry_mode_available":true,"service_mode":false,"service_mode_plus":false,"smart_summon_available":true,"software_update":{"download_perc":0,"expected_duration_sec":2700,"install_perc":1,"status":"","version":" "},"speed_limit_mode":{"active":false,"current_limit_mph":75.185922,"max_limit_mph":120,"min_limit_mph":50.0,"pin_code_set":true},"summon_standby_mode_enabled":true,"timestamp":1720710379580,"tpms_hard_warning_fl":false,"tpms_hard_warning_fr":false,"tpms_hard_warning_rl":false,"tpms_hard_warning_rr":false,"tpms_last_seen_pressure_time_fl":1720704531,"tpms_last_seen_pressure_time_fr":1720704531,"tpms_last_seen_pressure_time_rl":1720704531,"tpms_last_seen_pressure_time_rr":1720704531,"tpms_pressure_fl":3.3,"tpms_pressure_fr":3.275,"tpms_pressure_rl":3.3,"tpms_pressure_rr":3.275,"tpms_rcp_front_value":2.9,"tpms_rcp_rear_value":2.9,"tpms_soft_warning_fl":false,"tpms_soft_warning_fr":false,"tpms_soft_warning_rl":false,"tpms_soft_warning_rr":false,"valet_mode":false,"valet_pin_needed":false,"vehicle_name":"Polarfuchs","webcam_available":false}}}
[tesla ] TRACE 2024/07/11 17:06:19 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:06:20 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"5a4fa62c4ef211e97ef194dd5d568f0d"}
[tesla ] TRACE 2024/07/11 17:07:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:07:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"686911db4a619dcc2f80590bca6560dd"}
[tesla ] TRACE 2024/07/11 17:08:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:08:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"4e339c0ed874e467a86c82eecb8c331b"}
[tesla ] TRACE 2024/07/11 17:09:19 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:09:19 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"a5622f009d5b96ec4e09bbb655093284"}
[tesla ] TRACE 2024/07/11 17:10:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:10:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"e5e4b3dc1dfd2ce7b9448444dde4f047"}
[tesla ] TRACE 2024/07/11 17:11:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:11:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"2f1e14ed74f141b78ee0462328b3617e"}
[tesla ] TRACE 2024/07/11 17:12:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:12:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"eeb08730939e860aad951e1402e8e8dd"}
[tesla ] TRACE 2024/07/11 17:13:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:13:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"e196e7319a25fbd0088dba138d20057c"}
[tesla ] TRACE 2024/07/11 17:14:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:14:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"042ec1fd73301ae83c45a8372f4b41a4"}
[tesla ] TRACE 2024/07/11 17:15:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:15:18 {"charging_amps": 5}
--
{"response":null,"error":"user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements","error_description":"","txid":"5d8af3cb64fccd95fe09b0c1510a1257"}
[tesla ] TRACE 2024/07/11 17:16:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:16:18 {"charging_amps": 5}
--
Retry in 31422 seconds
[tesla ] TRACE 2024/07/11 17:17:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:17:18 {"charging_amps": 5}
--
Retry in 31362 seconds
[tesla ] TRACE 2024/07/11 17:18:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:18:18 {"charging_amps": 5}
--
Retry in 31302 seconds
[tesla ] TRACE 2024/07/11 17:19:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:19:18 {"charging_amps": 5}
--
Retry in 31242 seconds
[tesla ] TRACE 2024/07/11 17:20:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:20:18 {"charging_amps": 5}
--
Retry in 31182 seconds
[tesla ] TRACE 2024/07/11 17:21:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:21:18 {"charging_amps": 5}
--
Retry in 31122 seconds
[tesla ] TRACE 2024/07/11 17:22:18 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles/Tesla_VIN/vehicle_data
[tesla ] TRACE 2024/07/11 17:22:19 {"response":{"id":Tela_ID,"user_id":1689271057669599,"Tela_ID":157660611,"vin":"Tesla_VIN","color":null,"access_type":"DRIVER","granular_access":{"hide_private":false},"tokens":null,"state":"online","in_service":false,"id_s":"Tela_ID","calendar_enabled":true,"api_version":76,"backseat_token":null,"backseat_token_updated_at":null,"share_type_s":"ADD_DRIVER_EXTERNAL","ble_autopair_enrolled":false,"charge_state":{"battery_heater_on":false,"battery_level":81,"battery_range":292.34,"charge_amps":9,"charge_current_request":9,"charge_current_request_max":9,"charge_enable_request":true,"charge_energy_added":2.63,"charge_limit_soc":90,"charge_limit_soc_max":100,"charge_limit_soc_min":50,"charge_limit_soc_std":90,"charge_miles_added_ideal":2631.0,"charge_miles_added_rated":9.5,"charge_port_cold_weather_mode":null,"charge_port_color":"Off","charge_port_door_open":true,"charge_port_latch":"Engaged","charge_rate":17.7,"charger_actual_current":9,"charger_phases":3,"charger_pilot_current":9,"charger_power":5,"charger_voltage":232,"charging_state":"Charging","conn_charge_cable":"IEC","est_battery_range":254.47,"fast_charger_brand":"Tesla","fast_charger_present":false,"fast_charger_type":"ACSingleWireCAN","ideal_battery_range":999.0,"max_range_charge_counter":0,"minutes_to_full_charge":105,"not_enough_power_to_heat":false,"off_peak_charging_enabled":false,"off_peak_charging_times":"all_week","off_peak_hours_end_time":480,"preconditioning_enabled":false,"preconditioning_times":"all_week","scheduled_charging_mode":"Off","scheduled_charging_pending":false,"scheduled_charging_start_time":null,"scheduled_charging_start_time_app":990,"scheduled_departure_time":1720762200,"scheduled_departure_time_minutes":450,"supercharger_session_trip_planner":false,"time_to_full_charge":1.75,"timestamp":1720711339716,"trip_charging":false,"usable_battery_level":81,"user_charge_enable_request":true},"climate_state":{"allow_cabin_overheat_protection":false,"battery_heater":false,"battery_heater_no_power":false,"bioweapon_mode":false,"cabin_overheat_protection":"Off","climate_keeper_mode":"off","cop_activation_temperature":"High","defrost_mode":0,"driver_temp_setting":22.0,"fan_status":0,"hvac_auto_request":"On","inside_temp":39.2,"is_auto_conditioning_on":false,"is_climate_on":false,"is_front_defroster_on":false,"is_preconditioning":false,"is_rear_defroster_on":false,"left_temp_direction":-235,"max_avail_temp":28.0,"min_avail_temp":15.0,"outside_temp":30.2,"passenger_temp_setting":22.0,"remote_heater_control_enabled":false,"right_temp_direction":-235,"seat_fan_front_left":0,"seat_fan_front_right":0,"seat_heater_left":0,"seat_heater_rear_center":0,"seat_heater_rear_left":0,"seat_heater_rear_right":0,"seat_heater_right":0,"side_mirror_heaters":false,"steering_wheel_heater":false,"supports_fan_only_cabin_overheat_protection":false,"timestamp":1720711339716,"wiper_blade_heater":false},"drive_state":{"power":-5,"shift_state":"P","speed":null,"timestamp":1720711339716},"gui_settings":{"gui_24_hour_time":true,"gui_charge_rate_units":"kW","gui_distance_units":"km/hr","gui_range_display":"Rated","gui_temperature_units":"C","gui_tirepressure_units":"Bar","show_range_units":false,"timestamp":1720711339716},"parked_accessory":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"Pearl","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"AllBlack","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720711339716,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_config":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"Pearl","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"AllBlack","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720711339716,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_state":{"allow_authorized_mobile_devices_only":false,"api_version":76,"autopark_state_v2":"standby","autopark_style":"dead_man","calendar_supported":true,"car_version":"2024.20.7 dc8f9fa8b4ea","center_display_state":0,"dashcam_clip_save_available":true,"dashcam_state":"Recording","df":0,"dr":0,"fd_window":0,"feature_bitmask":"f9dffbff,24c9c7f","fp_window":0,"ft":0,"homelink_device_count":2,"homelink_nearby":true,"is_user_present":false,"last_autopark_error":"no_error","locked":true,"media_info":{"audio_volume":2.0,"audio_volume_increment":0.333333,"audio_volume_max":10.333333,"media_playback_status":"Stopped","now_playing_album":"","now_playing_artist":"","now_playing_duration":0,"now_playing_elapsed":0,"now_playing_source":"8","now_playing_station":"Kein Gerät verbunden","now_playing_title":""},"media_state":{"remote_control_enabled":true},"notifications_supported":true,"odometer":72813.515723,"parsed_calendar_supported":true,"pf":0,"pr":0,"rd_window":0,"remote_start":false,"remote_start_enabled":true,"remote_start_supported":true,"rp_window":0,"rt":0,"santa_mode":0,"sentry_mode":false,"sentry_mode_available":true,"service_mode":false,"service_mode_plus":false,"smart_summon_available":true,"software_update":{"download_perc":0,"expected_duration_sec":2700,"install_perc":1,"status":"","version":" "},"speed_limit_mode":{"active":false,"current_limit_mph":75.185922,"max_limit_mph":120,"min_limit_mph":50.0,"pin_code_set":true},"summon_standby_mode_enabled":true,"timestamp":1720711339716,"tpms_hard_warning_fl":false,"tpms_hard_warning_fr":false,"tpms_hard_warning_rl":false,"tpms_hard_warning_rr":false,"tpms_last_seen_pressure_time_fl":1720704531,"tpms_last_seen_pressure_time_fr":1720704531,"tpms_last_seen_pressure_time_rl":1720704531,"tpms_last_seen_pressure_time_rr":1720704531,"tpms_pressure_fl":3.3,"tpms_pressure_fr":3.275,"tpms_pressure_rl":3.3,"tpms_pressure_rr":3.275,"tpms_rcp_front_value":2.9,"tpms_rcp_rear_value":2.9,"tpms_soft_warning_fl":false,"tpms_soft_warning_fr":false,"tpms_soft_warning_rl":false,"tpms_soft_warning_rr":false,"valet_mode":false,"valet_pin_needed":false,"vehicle_name":"Polarfuchs","webcam_available":false}}}
[tesla ] TRACE 2024/07/11 17:22:19 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:22:20 {"charging_amps": 5}
--
Retry in 31060 seconds
[tesla ] TRACE 2024/07/11 17:23:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:23:18 {"charging_amps": 5}
--
Retry in 31002 seconds
[tesla ] TRACE 2024/07/11 17:24:17 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:24:18 {"charging_amps": 5}
--
Retry in 30942 seconds
[tesla ] TRACE 2024/07/11 17:25:18 GET https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles/Tesla_VIN/vehicle_data
[tesla ] TRACE 2024/07/11 17:25:18 {"response":{"id":Tela_ID,"user_id":1689271057669599,"Tela_ID":157660611,"vin":"Tesla_VIN","color":null,"access_type":"DRIVER","granular_access":{"hide_private":false},"tokens":null,"state":"online","in_service":false,"id_s":"Tela_ID","calendar_enabled":true,"api_version":76,"backseat_token":null,"backseat_token_updated_at":null,"share_type_s":"ADD_DRIVER_EXTERNAL","ble_autopair_enrolled":false,"charge_state":{"battery_heater_on":false,"battery_level":81,"battery_range":293.09,"charge_amps":7,"charge_current_request":7,"charge_current_request_max":9,"charge_enable_request":false,"charge_energy_added":2.84,"charge_limit_soc":90,"charge_limit_soc_max":100,"charge_limit_soc_min":50,"charge_limit_soc_std":90,"charge_miles_added_ideal":2841.5,"charge_miles_added_rated":10.0,"charge_port_cold_weather_mode":null,"charge_port_color":"Off","charge_port_door_open":true,"charge_port_latch":"Engaged","charge_rate":0.0,"charger_actual_current":0,"charger_phases":null,"charger_pilot_current":9,"charger_power":0,"charger_voltage":0,"charging_state":"Stopped","conn_charge_cable":"IEC","est_battery_range":255.12,"fast_charger_brand":"Tesla","fast_charger_present":false,"fast_charger_type":"ACSingleWireCAN","ideal_battery_range":999.0,"max_range_charge_counter":0,"minutes_to_full_charge":125,"not_enough_power_to_heat":false,"off_peak_charging_enabled":false,"off_peak_charging_times":"all_week","off_peak_hours_end_time":480,"preconditioning_enabled":false,"preconditioning_times":"all_week","scheduled_charging_mode":"Off","scheduled_charging_pending":false,"scheduled_charging_start_time":null,"scheduled_charging_start_time_app":990,"scheduled_departure_time":1720762200,"scheduled_departure_time_minutes":450,"supercharger_session_trip_planner":false,"time_to_full_charge":2.08,"timestamp":1720711518379,"trip_charging":false,"usable_battery_level":81,"user_charge_enable_request":false},"climate_state":{"allow_cabin_overheat_protection":false,"battery_heater":false,"battery_heater_no_power":false,"bioweapon_mode":false,"cabin_overheat_protection":"Off","climate_keeper_mode":"off","cop_activation_temperature":"High","defrost_mode":0,"driver_temp_setting":22.0,"fan_status":0,"hvac_auto_request":"On","inside_temp":39.0,"is_auto_conditioning_on":false,"is_climate_on":false,"is_front_defroster_on":false,"is_preconditioning":false,"is_rear_defroster_on":false,"left_temp_direction":-235,"max_avail_temp":28.0,"min_avail_temp":15.0,"outside_temp":30.0,"passenger_temp_setting":22.0,"remote_heater_control_enabled":false,"right_temp_direction":-235,"seat_fan_front_left":0,"seat_fan_front_right":0,"seat_heater_left":0,"seat_heater_rear_center":0,"seat_heater_rear_left":0,"seat_heater_rear_right":0,"seat_heater_right":0,"side_mirror_heaters":false,"steering_wheel_heater":false,"supports_fan_only_cabin_overheat_protection":false,"timestamp":1720711518379,"wiper_blade_heater":false},"drive_state":{"power":0,"shift_state":"P","speed":null,"timestamp":1720711518379},"gui_settings":{"gui_24_hour_time":true,"gui_charge_rate_units":"kW","gui_distance_units":"km/hr","gui_range_display":"Rated","gui_temperature_units":"C","gui_tirepressure_units":"Bar","show_range_units":false,"timestamp":1720711518379},"parked_accessory":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"Pearl","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"AllBlack","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720711518380,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_config":{"can_accept_navigation_requests":true,"can_actuate_trunks":true,"car_special_type":"base","car_type":"models2","charge_port_type":"EU","cop_user_set_temp_supported":false,"dashcam_clip_save_supported":true,"default_charge_to_max":false,"driver_assist":"TeslaAP3","ece_restrictions":true,"efficiency_package":"S2","eu_vehicle":true,"exterior_color":"Pearl","exterior_trim_override":"","front_drive_unit":"PermanentMagnet","has_air_suspension":true,"has_ludicrous_mode":true,"has_seat_cooling":true,"headlamp_type":"Led","interior_trim_type":"AllBlack","motorized_charge_port":true,"paint_color_override":"","plg":true,"pws":false,"rear_drive_unit":"Large","rear_seat_heaters":1,"rear_seat_type":0,"rhd":false,"roof_color":"Glass","seat_type":2,"sentry_preview_supported":false,"spoiler_type":"Passive","sun_roof_installed":0,"supports_qr_pairing":false,"third_row_seats":"None","timestamp":1720711518380,"trim_badging":"p100d","use_range_badging":true,"utc_offset":7200,"webcam_selfie_supported":false,"webcam_supported":false,"wheel_type":"Arachnid21Silver"},"vehicle_state":{"allow_authorized_mobile_devices_only":false,"api_version":76,"autopark_state_v2":"standby","autopark_style":"dead_man","calendar_supported":true,"car_version":"2024.20.7 dc8f9fa8b4ea","center_display_state":0,"dashcam_clip_save_available":true,"dashcam_state":"Recording","df":0,"dr":0,"fd_window":0,"feature_bitmask":"f9dffbff,24c9c7f","fp_window":0,"ft":0,"homelink_device_count":2,"homelink_nearby":true,"is_user_present":false,"last_autopark_error":"no_error","locked":true,"media_info":{"audio_volume":2.0,"audio_volume_increment":0.333333,"audio_volume_max":10.333333,"media_playback_status":"Stopped","now_playing_album":"","now_playing_artist":"","now_playing_duration":0,"now_playing_elapsed":0,"now_playing_source":"8","now_playing_station":"Kein Gerät verbunden","now_playing_title":""},"media_state":{"remote_control_enabled":true},"notifications_supported":true,"odometer":72813.515723,"parsed_calendar_supported":true,"pf":0,"pr":0,"rd_window":0,"remote_start":false,"remote_start_enabled":true,"remote_start_supported":true,"rp_window":0,"rt":0,"santa_mode":0,"sentry_mode":false,"sentry_mode_available":true,"service_mode":false,"service_mode_plus":false,"smart_summon_available":true,"software_update":{"download_perc":0,"expected_duration_sec":2700,"install_perc":1,"status":"","version":" "},"speed_limit_mode":{"active":false,"current_limit_mph":75.185922,"max_limit_mph":120,"min_limit_mph":50.0,"pin_code_set":true},"summon_standby_mode_enabled":true,"timestamp":1720711518379,"tpms_hard_warning_fl":false,"tpms_hard_warning_fr":false,"tpms_hard_warning_rl":false,"tpms_hard_warning_rr":false,"tpms_last_seen_pressure_time_fl":1720704531,"tpms_last_seen_pressure_time_fr":1720704531,"tpms_last_seen_pressure_time_rl":1720704531,"tpms_last_seen_pressure_time_rr":1720704531,"tpms_pressure_fl":3.3,"tpms_pressure_fr":3.275,"tpms_pressure_rl":3.3,"tpms_pressure_rr":3.275,"tpms_rcp_front_value":2.9,"tpms_rcp_rear_value":2.9,"tpms_soft_warning_fl":false,"tpms_soft_warning_fr":false,"tpms_soft_warning_rl":false,"tpms_soft_warning_rr":false,"valet_mode":false,"valet_pin_needed":false,"vehicle_name":"Polarfuchs","webcam_available":false}}}
[tesla ] TRACE 2024/07/11 17:25:18 POST https://tesla.evcc.io/api/1/vehicles/Tesla_VIN/command/set_charging_amps
[tesla ] TRACE 2024/07/11 17:25:18 {"charging_amps": 5}
--
Retry in 30882 seconds

**Debug**:
[main  ] INFO 2024/07/11 17:06:12 evcc 0.128.2
[main  ] INFO 2024/07/11 17:06:12 using config file: /etc/evcc.yaml
[db    ] INFO 2024/07/11 17:06:13 using sqlite database: /var/lib/evcc/evcc.db
[main  ] INFO 2024/07/11 17:06:13 listening at :7070
[lp-1  ] DEBUG 2024/07/11 17:06:17 charge total import: 103.631kWh
[site  ] INFO 2024/07/11 17:06:17 site config:
[site  ] INFO 2024/07/11 17:06:17   meters:      grid ✓ pv ✓ battery ✓
[site  ] INFO 2024/07/11 17:06:17     grid:      power ✓ energy ✗ currents ✗
[site  ] INFO 2024/07/11 17:06:17     pv 1:      power ✓ energy ✓ currents ✗
[site  ] INFO 2024/07/11 17:06:17     battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✓
[site  ] INFO 2024/07/11 17:06:17   vehicles:
[site  ] INFO 2024/07/11 17:06:17     vehicle 1: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1  ] INFO 2024/07/11 17:06:17 loadpoint 1:
[lp-1  ] INFO 2024/07/11 17:06:17   mode:        minpv
[lp-1  ] INFO 2024/07/11 17:06:17   charger:     power ✓ energy ✗ currents ✓ phases ✗ wakeup ✗
[lp-1  ] INFO 2024/07/11 17:06:17   meters:      charge ✓
[lp-1  ] INFO 2024/07/11 17:06:17     charge:    power ✓ energy ✓ currents ✓
[site  ] DEBUG 2024/07/11 17:06:17 set buffer soc: 50
[site  ] DEBUG 2024/07/11 17:06:17 set buffer start soc: 55
[site  ] DEBUG 2024/07/11 17:06:17 set priority soc: 50
[site  ] DEBUG 2024/07/11 17:06:17 set residual power: 100
[lp-1  ] DEBUG 2024/07/11 17:06:17 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:06:17 phase timer inactive
[lp-1  ] DEBUG 2024/07/11 17:06:17 pv timer inactive
[lp-1  ] INFO 2024/07/11 17:06:17 vehicle updated: unknown -> Polarfuchs
[lp-1  ] DEBUG 2024/07/11 17:06:17 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[site  ] DEBUG 2024/07/11 17:06:17 ----
[lp-1  ] DEBUG 2024/07/11 17:06:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:06:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:06:18 pv power: 844W
[site  ] DEBUG 2024/07/11 17:06:18 battery soc: 81%
[site  ] DEBUG 2024/07/11 17:06:18 battery power: -370W
[site  ] DEBUG 2024/07/11 17:06:19 grid meter: -12W
[site  ] DEBUG 2024/07/11 17:06:19 site power: -282W
[lp-1  ] DEBUG 2024/07/11 17:06:19 vehicle odometer: 117182km
[lp-1  ] DEBUG 2024/07/11 17:06:19 charge voltages: [231 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:06:19 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:06:19 charge total import: 103.631kWh
[lp-1  ] DEBUG 2024/07/11 17:06:19 charger status: B
[lp-1  ] DEBUG 2024/07/11 17:06:19 charge start energy: 104kWh
[lp-1  ] INFO 2024/07/11 17:06:19 car connected
[lp-1  ] DEBUG 2024/07/11 17:06:19 pv timer elapse
[lp-1  ] DEBUG 2024/07/11 17:06:19 pv timer inactive
[lp-1  ] DEBUG 2024/07/11 17:06:19 charge total import: 103.631kWh
[lp-1  ] DEBUG 2024/07/11 17:06:19 vehicle status: B
[lp-1  ] DEBUG 2024/07/11 17:06:19 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:06:19 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:06:19 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:06:19 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:06:19 pv charge current: min 5A > 0.409A (-282W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:06:20 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:07:17 ----
[lp-1  ] DEBUG 2024/07/11 17:07:17 charge power: 5412W
[lp-1  ] DEBUG 2024/07/11 17:07:17 charge currents: [7.84 7.88 7.9]A
[site  ] DEBUG 2024/07/11 17:07:17 pv power: 959W
[site  ] DEBUG 2024/07/11 17:07:17 battery soc: 81%
[site  ] DEBUG 2024/07/11 17:07:17 battery power: 4540W
[site  ] DEBUG 2024/07/11 17:07:17 grid meter: 433W
[site  ] DEBUG 2024/07/11 17:07:17 site power: 5073W
[lp-1  ] DEBUG 2024/07/11 17:07:17 vehicle odometer: 117182km
[lp-1  ] DEBUG 2024/07/11 17:07:17 charge voltages: [232 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:07:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:07:17 charge total import: 103.657kWh
[lp-1  ] DEBUG 2024/07/11 17:07:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:07:18 charge start energy: 104kWh
[lp-1  ] INFO 2024/07/11 17:07:18 start charging ->
[lp-1  ] DEBUG 2024/07/11 17:07:18 wake-up timer: stop
[lp-1  ] DEBUG 2024/07/11 17:07:18 soc estimated: 80.00% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:07:18 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:07:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:07:18 vehicle range: 463km
[lp-1  ] WARN 2024/07/11 17:07:18 charger out of sync: expected disabled, got enabled
[lp-1  ] DEBUG 2024/07/11 17:07:18 charger enable
[lp-1  ] DEBUG 2024/07/11 17:07:18 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:07:18 pv charge current: min 5A > 0A (5073W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:07:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:08:17 ----
[lp-1  ] DEBUG 2024/07/11 17:08:17 charge power: 5436W
[lp-1  ] DEBUG 2024/07/11 17:08:17 charge currents: [7.89 7.93 7.88]A
[site  ] DEBUG 2024/07/11 17:08:17 pv power: 1271W
[site  ] DEBUG 2024/07/11 17:08:17 battery soc: 81%
[site  ] DEBUG 2024/07/11 17:08:17 battery power: 4540W
[site  ] DEBUG 2024/07/11 17:08:17 grid meter: 139W
[site  ] DEBUG 2024/07/11 17:08:17 site power: 4779W
[lp-1  ] DEBUG 2024/07/11 17:08:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:08:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:08:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:08:17 !! session: chargeRater.chargedEnergy=0.1 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:08:17 charge total import: 103.747kWh
[lp-1  ] DEBUG 2024/07/11 17:08:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:08:18 soc estimated: 80.09% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:08:18 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:08:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:08:18 vehicle range: 463km
[lp-1  ] WARN 2024/07/11 17:08:18 charger logic error: current mismatch (got 7.93A measured, expected 0A)
[lp-1  ] DEBUG 2024/07/11 17:08:18 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:08:18 pv charge current: min 5A > 1A (4779W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:08:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:09:17 ----
[lp-1  ] DEBUG 2024/07/11 17:09:17 charge power: 5449W
[lp-1  ] DEBUG 2024/07/11 17:09:17 charge currents: [7.88 7.93 7.92]A
[site  ] DEBUG 2024/07/11 17:09:17 pv power: 1665W
[site  ] DEBUG 2024/07/11 17:09:17 battery soc: 80%
[site  ] DEBUG 2024/07/11 17:09:17 battery power: 4300W
[site  ] DEBUG 2024/07/11 17:09:17 grid meter: 25W
[site  ] DEBUG 2024/07/11 17:09:17 site power: 4425W
[lp-1  ] DEBUG 2024/07/11 17:09:17 charge voltages: [234 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:09:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:09:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:09:17 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:09:17 charge total import: 103.838kWh
[lp-1  ] DEBUG 2024/07/11 17:09:19 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:09:19 soc estimated: 80.17% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:09:19 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:09:19 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:09:19 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:09:19 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:09:19 pv charge current: min 5A > 1.52A (4425W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:09:19 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:10:17 ----
[lp-1  ] DEBUG 2024/07/11 17:10:17 charge power: 5411W
[lp-1  ] DEBUG 2024/07/11 17:10:17 charge currents: [7.86 7.87 7.86]A
[site  ] DEBUG 2024/07/11 17:10:17 pv power: 2043W
[site  ] DEBUG 2024/07/11 17:10:17 battery soc: 80%
[site  ] DEBUG 2024/07/11 17:10:17 battery power: 3880W
[site  ] DEBUG 2024/07/11 17:10:17 grid meter: 9W
[site  ] DEBUG 2024/07/11 17:10:17 site power: 3989W
[lp-1  ] DEBUG 2024/07/11 17:10:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:10:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:10:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:10:17 !! session: chargeRater.chargedEnergy=0.3 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:10:17 charge total import: 103.928kWh
[lp-1  ] DEBUG 2024/07/11 17:10:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:10:18 soc estimated: 80.26% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:10:18 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:10:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:10:18 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:10:18 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:10:18 pv charge current: min 5A > 2.15A (3989W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:10:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:11:17 ----
[lp-1  ] DEBUG 2024/07/11 17:11:17 charge power: 5448W
[lp-1  ] DEBUG 2024/07/11 17:11:17 charge currents: [7.87 7.93 7.92]A
[site  ] DEBUG 2024/07/11 17:11:17 pv power: 2839W
[site  ] DEBUG 2024/07/11 17:11:17 battery soc: 79%
[site  ] DEBUG 2024/07/11 17:11:17 battery power: 3140W
[site  ] DEBUG 2024/07/11 17:11:17 grid meter: -1W
[site  ] DEBUG 2024/07/11 17:11:17 site power: 3239W
[lp-1  ] DEBUG 2024/07/11 17:11:17 charge voltages: [234 230 229]V
[lp-1  ] DEBUG 2024/07/11 17:11:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:11:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:11:17 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:11:17 charge total import: 104.019kWh
[lp-1  ] DEBUG 2024/07/11 17:11:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:11:17 soc estimated: 80.34% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:11:17 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:11:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:11:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:11:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:11:17 pv charge current: min 5A > 3.24A (3239W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:11:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:12:17 ----
[lp-1  ] DEBUG 2024/07/11 17:12:17 charge power: 5434W
[lp-1  ] DEBUG 2024/07/11 17:12:17 charge currents: [7.9 7.87 7.87]A
[site  ] DEBUG 2024/07/11 17:12:17 pv power: 2722W
[site  ] DEBUG 2024/07/11 17:12:17 battery soc: 79%
[site  ] DEBUG 2024/07/11 17:12:17 battery power: 3230W
[site  ] DEBUG 2024/07/11 17:12:17 grid meter: 19W
[site  ] DEBUG 2024/07/11 17:12:17 site power: 3349W
[lp-1  ] DEBUG 2024/07/11 17:12:17 charge voltages: [234 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:12:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:12:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:12:17 !! session: chargeRater.chargedEnergy=0.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:12:17 charge total import: 104.109kWh
[lp-1  ] DEBUG 2024/07/11 17:12:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:12:17 soc estimated: 80.43% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:12:17 vehicle soc: 80%
[lp-1  ] DEBUG 2024/07/11 17:12:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:12:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:12:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:12:17 pv charge current: min 5A > 3.08A (3349W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:12:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:13:17 ----
[lp-1  ] DEBUG 2024/07/11 17:13:17 charge power: 5460W
[lp-1  ] DEBUG 2024/07/11 17:13:17 charge currents: [7.89 7.94 7.93]A
[site  ] DEBUG 2024/07/11 17:13:17 pv power: 2463W
[site  ] DEBUG 2024/07/11 17:13:17 battery soc: 78%
[site  ] DEBUG 2024/07/11 17:13:17 battery power: 3530W
[site  ] DEBUG 2024/07/11 17:13:17 grid meter: -7W
[site  ] DEBUG 2024/07/11 17:13:17 site power: 3623W
[lp-1  ] DEBUG 2024/07/11 17:13:17 charge voltages: [234 229 230]V
[lp-1  ] DEBUG 2024/07/11 17:13:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:13:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:13:17 !! session: chargeRater.chargedEnergy=0.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:13:17 charge total import: 104.201kWh
[lp-1  ] DEBUG 2024/07/11 17:13:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:13:17 soc estimated: 80.52% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:13:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:13:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:13:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:13:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:13:17 pv charge current: min 5A > 2.68A (3623W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:13:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:14:17 ----
[lp-1  ] DEBUG 2024/07/11 17:14:17 charge power: 5441W
[lp-1  ] DEBUG 2024/07/11 17:14:17 charge currents: [7.85 7.93 7.9]A
[site  ] DEBUG 2024/07/11 17:14:17 pv power: 2557W
[site  ] DEBUG 2024/07/11 17:14:17 battery soc: 78%
[site  ] DEBUG 2024/07/11 17:14:17 battery power: 3390W
[site  ] DEBUG 2024/07/11 17:14:17 grid meter: 20W
[site  ] DEBUG 2024/07/11 17:14:17 site power: 3510W
[lp-1  ] DEBUG 2024/07/11 17:14:17 charge voltages: [234 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:14:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:14:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:14:17 !! session: chargeRater.chargedEnergy=0.6 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:14:17 charge total import: 104.292kWh
[lp-1  ] DEBUG 2024/07/11 17:14:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:14:17 soc estimated: 80.60% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:14:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:14:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:14:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:14:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:14:17 pv charge current: min 5A > 2.84A (3510W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:14:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:15:17 ----
[lp-1  ] DEBUG 2024/07/11 17:15:17 charge power: 5446W
[lp-1  ] DEBUG 2024/07/11 17:15:17 charge currents: [7.91 7.9 7.9]A
[site  ] DEBUG 2024/07/11 17:15:17 pv power: 2432W
[site  ] DEBUG 2024/07/11 17:15:17 battery soc: 78%
[site  ] DEBUG 2024/07/11 17:15:17 battery power: 3410W
[site  ] DEBUG 2024/07/11 17:15:17 grid meter: 31W
[site  ] DEBUG 2024/07/11 17:15:17 site power: 3541W
[lp-1  ] DEBUG 2024/07/11 17:15:17 charge voltages: [233 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:15:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:15:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:15:17 !! session: chargeRater.chargedEnergy=0.7 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:15:17 charge total import: 104.383kWh
[lp-1  ] DEBUG 2024/07/11 17:15:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:15:17 soc estimated: 80.69% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:15:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:15:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:15:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:15:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:15:17 pv charge current: min 5A > 2.8A (3541W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:15:18 max charge current 5A: 421 Misdirected Request: user out of region, use base URL: https://fleet-api.prd.eu.vn.cloud.tesla.com, see https://developer.tesla.com/docs/fleet-api#regional-requirements
[site  ] DEBUG 2024/07/11 17:16:17 ----
[lp-1  ] DEBUG 2024/07/11 17:16:17 charge power: 5458W
[lp-1  ] DEBUG 2024/07/11 17:16:17 charge currents: [7.89 7.93 7.93]A
[site  ] DEBUG 2024/07/11 17:16:17 pv power: 2281W
[site  ] DEBUG 2024/07/11 17:16:17 battery soc: 77%
[site  ] DEBUG 2024/07/11 17:16:17 battery power: 3600W
[site  ] DEBUG 2024/07/11 17:16:17 grid meter: 24W
[site  ] DEBUG 2024/07/11 17:16:17 site power: 3724W
[lp-1  ] DEBUG 2024/07/11 17:16:17 charge voltages: [233 230 229]V
[lp-1  ] DEBUG 2024/07/11 17:16:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:16:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:16:17 !! session: chargeRater.chargedEnergy=0.8 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:16:17 charge total import: 104.471kWh
[lp-1  ] DEBUG 2024/07/11 17:16:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:16:17 soc estimated: 80.77% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:16:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:16:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:16:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:16:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:16:17 pv charge current: min 5A > 2.53A (3724W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:16:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:17:17 ----
[lp-1  ] DEBUG 2024/07/11 17:17:17 charge power: 5438W
[lp-1  ] DEBUG 2024/07/11 17:17:17 charge currents: [7.91 7.9 7.91]A
[site  ] DEBUG 2024/07/11 17:17:17 pv power: 2052W
[site  ] DEBUG 2024/07/11 17:17:17 battery soc: 77%
[site  ] DEBUG 2024/07/11 17:17:17 battery power: 3890W
[site  ] DEBUG 2024/07/11 17:17:17 grid meter: -1W
[site  ] DEBUG 2024/07/11 17:17:17 site power: 3989W
[lp-1  ] DEBUG 2024/07/11 17:17:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:17:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:17:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:17:17 !! session: chargeRater.chargedEnergy=0.9 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:17:17 charge total import: 104.561kWh
[lp-1  ] DEBUG 2024/07/11 17:17:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:17:17 soc estimated: 80.86% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:17:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:17:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:17:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:17:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:17:17 pv charge current: min 5A > 2.15A (3989W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:17:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:18:17 ----
[lp-1  ] DEBUG 2024/07/11 17:18:17 charge power: 5427W
[lp-1  ] DEBUG 2024/07/11 17:18:17 charge currents: [7.88 7.91 7.87]A
[site  ] DEBUG 2024/07/11 17:18:17 pv power: 2239W
[site  ] DEBUG 2024/07/11 17:18:17 battery soc: 76%
[site  ] DEBUG 2024/07/11 17:18:17 battery power: 3680W
[site  ] DEBUG 2024/07/11 17:18:17 grid meter: -37W
[site  ] DEBUG 2024/07/11 17:18:17 site power: 3743W
[lp-1  ] DEBUG 2024/07/11 17:18:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:18:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:18:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:18:17 !! session: chargeRater.chargedEnergy=1.0 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:18:17 charge total import: 104.652kWh
[lp-1  ] DEBUG 2024/07/11 17:18:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:18:18 soc estimated: 80.94% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:18:18 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:18:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:18:18 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:18:18 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:18:18 pv charge current: min 5A > 2.5A (3743W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:18:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:19:17 ----
[lp-1  ] DEBUG 2024/07/11 17:19:17 charge power: 5443W
[lp-1  ] DEBUG 2024/07/11 17:19:17 charge currents: [7.9 7.9 7.93]A
[site  ] DEBUG 2024/07/11 17:19:17 pv power: 2140W
[site  ] DEBUG 2024/07/11 17:19:17 battery soc: 76%
[site  ] DEBUG 2024/07/11 17:19:17 battery power: 3770W
[site  ] DEBUG 2024/07/11 17:19:17 grid meter: 9W
[site  ] DEBUG 2024/07/11 17:19:17 site power: 3879W
[lp-1  ] DEBUG 2024/07/11 17:19:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:19:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:19:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:19:17 !! session: chargeRater.chargedEnergy=1.1 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:19:17 charge total import: 104.746kWh
[lp-1  ] DEBUG 2024/07/11 17:19:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:19:17 soc estimated: 81.03% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:19:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:19:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:19:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:19:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:19:17 pv charge current: min 5A > 2.31A (3879W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:19:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:20:17 ----
[lp-1  ] DEBUG 2024/07/11 17:20:17 charge power: 5437W
[lp-1  ] DEBUG 2024/07/11 17:20:17 charge currents: [7.86 7.94 7.91]A
[site  ] DEBUG 2024/07/11 17:20:17 pv power: 2207W
[site  ] DEBUG 2024/07/11 17:20:17 battery soc: 75%
[site  ] DEBUG 2024/07/11 17:20:17 battery power: 3640W
[site  ] DEBUG 2024/07/11 17:20:17 grid meter: 0W
[site  ] DEBUG 2024/07/11 17:20:17 site power: 3740W
[lp-1  ] DEBUG 2024/07/11 17:20:17 charge voltages: [233 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:20:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:20:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:20:17 !! session: chargeRater.chargedEnergy=1.2 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:20:17 charge total import: 104.836kWh
[lp-1  ] DEBUG 2024/07/11 17:20:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:20:17 soc estimated: 81.12% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:20:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:20:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:20:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:20:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:20:17 pv charge current: min 5A > 2.51A (3740W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:20:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:21:17 ----
[lp-1  ] DEBUG 2024/07/11 17:21:17 charge power: 5413W
[lp-1  ] DEBUG 2024/07/11 17:21:17 charge currents: [7.86 7.92 7.86]A
[site  ] DEBUG 2024/07/11 17:21:17 pv power: 779W
[site  ] DEBUG 2024/07/11 17:21:17 battery soc: 75%
[site  ] DEBUG 2024/07/11 17:21:17 battery power: 4550W
[site  ] DEBUG 2024/07/11 17:21:17 grid meter: 487W
[site  ] DEBUG 2024/07/11 17:21:17 site power: 5137W
[lp-1  ] DEBUG 2024/07/11 17:21:17 charge voltages: [232 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:21:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:21:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:21:17 !! session: chargeRater.chargedEnergy=1.3 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:21:17 charge total import: 104.927kWh
[lp-1  ] DEBUG 2024/07/11 17:21:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:21:17 soc estimated: 81.20% (vehicle: 80.00%)
[lp-1  ] DEBUG 2024/07/11 17:21:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:21:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:21:17 vehicle range: 463km
[lp-1  ] DEBUG 2024/07/11 17:21:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:21:17 pv charge current: min 5A > 0.485A (5137W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:21:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:22:17 ----
[lp-1  ] DEBUG 2024/07/11 17:22:17 charge power: 5419W
[lp-1  ] DEBUG 2024/07/11 17:22:17 charge currents: [7.91 7.89 7.9]A
[site  ] DEBUG 2024/07/11 17:22:17 pv power: 690W
[site  ] DEBUG 2024/07/11 17:22:17 battery soc: 74%
[site  ] DEBUG 2024/07/11 17:22:17 battery power: 4550W
[site  ] DEBUG 2024/07/11 17:22:17 grid meter: 577W
[site  ] DEBUG 2024/07/11 17:22:17 site power: 5227W
[lp-1  ] DEBUG 2024/07/11 17:22:17 charge voltages: [232 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:22:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:22:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:22:17 !! session: chargeRater.chargedEnergy=1.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:22:17 charge total import: 105.018kWh
[lp-1  ] DEBUG 2024/07/11 17:22:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:22:19 vehicle status: C
[lp-1  ] DEBUG 2024/07/11 17:22:19 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:22:19 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:22:19 vehicle range: 470km
[lp-1  ] DEBUG 2024/07/11 17:22:19 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:22:19 pv charge current: min 5A > 0.354A (5227W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:22:20 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:23:17 ----
[lp-1  ] DEBUG 2024/07/11 17:23:17 charge power: 4756W
[lp-1  ] DEBUG 2024/07/11 17:23:17 charge currents: [6.93 6.96 6.91]A
[site  ] DEBUG 2024/07/11 17:23:17 pv power: 648W
[site  ] DEBUG 2024/07/11 17:23:17 battery soc: 74%
[site  ] DEBUG 2024/07/11 17:23:17 battery power: 4510W
[site  ] DEBUG 2024/07/11 17:23:17 grid meter: 2W
[site  ] DEBUG 2024/07/11 17:23:17 site power: 4612W
[lp-1  ] DEBUG 2024/07/11 17:23:17 charge voltages: [232 229 229]V
[lp-1  ] DEBUG 2024/07/11 17:23:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:23:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:23:17 !! session: chargeRater.chargedEnergy=1.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:23:17 charge total import: 105.103kWh
[lp-1  ] DEBUG 2024/07/11 17:23:18 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:23:18 soc estimated: 81.08% (vehicle: 81.00%)
[lp-1  ] DEBUG 2024/07/11 17:23:18 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:23:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:23:18 vehicle range: 470km
[lp-1  ] DEBUG 2024/07/11 17:23:18 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:23:18 pv charge current: min 5A > 1.25A (4612W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:23:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:24:17 ----
[lp-1  ] DEBUG 2024/07/11 17:24:17 charge power: 4748W
[lp-1  ] DEBUG 2024/07/11 17:24:17 charge currents: [6.89 6.95 6.93]A
[site  ] DEBUG 2024/07/11 17:24:17 pv power: 648W
[site  ] DEBUG 2024/07/11 17:24:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:24:17 battery power: 4480W
[site  ] DEBUG 2024/07/11 17:24:17 grid meter: 3W
[site  ] DEBUG 2024/07/11 17:24:17 site power: 4583W
[lp-1  ] DEBUG 2024/07/11 17:24:17 charge voltages: [232 228 229]V
[lp-1  ] DEBUG 2024/07/11 17:24:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:24:17 detected active phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:24:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:24:17 charge total import: 105.183kWh
[lp-1  ] DEBUG 2024/07/11 17:24:17 charger status: C
[lp-1  ] DEBUG 2024/07/11 17:24:17 soc estimated: 81.16% (vehicle: 81.00%)
[lp-1  ] DEBUG 2024/07/11 17:24:17 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:24:17 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:24:17 vehicle range: 470km
[lp-1  ] DEBUG 2024/07/11 17:24:17 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:24:17 pv charge current: min 5A > 1.29A (4583W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:24:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:25:17 ----
[lp-1  ] DEBUG 2024/07/11 17:25:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:25:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:25:17 pv power: 688W
[site  ] DEBUG 2024/07/11 17:25:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:25:17 battery power: -320W
[site  ] DEBUG 2024/07/11 17:25:17 grid meter: -13W
[site  ] DEBUG 2024/07/11 17:25:17 site power: -233W
[lp-1  ] DEBUG 2024/07/11 17:25:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:25:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:25:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:25:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:25:17 charger status: B
[lp-1  ] DEBUG 2024/07/11 17:25:17 final charge energy: 1.55kWh
[lp-1  ] INFO 2024/07/11 17:25:17 stop charging <-
[lp-1  ] DEBUG 2024/07/11 17:25:17 wake-up timer: start
[lp-1  ] DEBUG 2024/07/11 17:25:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:25:17 !! session: chargedEnergy=1.5 > chargedEnergy=0.0
[lp-1  ] DEBUG 2024/07/11 17:25:17 !! session: start=103.631 stop=105.205 chargedEnergy=1.548
[lp-1  ] DEBUG 2024/07/11 17:25:18 soc estimated: 81.18% (vehicle: 81.00%)
[lp-1  ] DEBUG 2024/07/11 17:25:18 vehicle soc: 81%
[lp-1  ] DEBUG 2024/07/11 17:25:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2024/07/11 17:25:18 vehicle range: 471km
[lp-1  ] WARN 2024/07/11 17:25:18 charger out of sync: expected enabled, got disabled
[lp-1  ] DEBUG 2024/07/11 17:25:18 charger disable
[lp-1  ] DEBUG 2024/07/11 17:25:18 !! active phases: 3p = min(3p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:25:18 pv charge current: min 5A > 0.338A (-233W @ 3p, battery: true)
[lp-1  ] ERROR 2024/07/11 17:25:18 max charge current 5A: 429 Too Many Requests
[site  ] DEBUG 2024/07/11 17:26:17 ----
[lp-1  ] DEBUG 2024/07/11 17:26:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:26:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:26:17 pv power: 777W
[site  ] DEBUG 2024/07/11 17:26:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:26:17 battery power: -430W
[site  ] DEBUG 2024/07/11 17:26:17 grid meter: -1W
[site  ] DEBUG 2024/07/11 17:26:17 site power: -331W
[lp-1  ] DEBUG 2024/07/11 17:26:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:26:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:26:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:26:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:26:17 charger status: A
[lp-1  ] INFO 2024/07/11 17:26:17 car disconnected
[lp-1  ] DEBUG 2024/07/11 17:26:17 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:26:17 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 17:26:17 set session soc limit: 0
[lp-1  ] DEBUG 2024/07/11 17:26:17 set session energy limit: 0
[site  ] DEBUG 2024/07/11 17:27:17 ----
[lp-1  ] DEBUG 2024/07/11 17:27:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:27:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:27:17 pv power: 1195W
[site  ] DEBUG 2024/07/11 17:27:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:27:17 battery power: -910W
[site  ] DEBUG 2024/07/11 17:27:17 grid meter: 27W
[site  ] DEBUG 2024/07/11 17:27:17 site power: -783W
[lp-1  ] DEBUG 2024/07/11 17:27:17 vehicle odometer: 117182km
[lp-1  ] DEBUG 2024/07/11 17:27:17 charge voltages: [231 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:27:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:27:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:27:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:27:17 charger status: A
[site  ] DEBUG 2024/07/11 17:28:17 ----
[lp-1  ] DEBUG 2024/07/11 17:28:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:28:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:28:17 pv power: 885W
[site  ] DEBUG 2024/07/11 17:28:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:28:17 battery power: -600W
[site  ] DEBUG 2024/07/11 17:28:17 grid meter: 6W
[site  ] DEBUG 2024/07/11 17:28:17 site power: -494W
[lp-1  ] DEBUG 2024/07/11 17:28:17 charge voltages: [230 231 230]V
[lp-1  ] DEBUG 2024/07/11 17:28:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:28:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:28:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:28:17 charger status: A
[site  ] DEBUG 2024/07/11 17:29:17 ----
[lp-1  ] DEBUG 2024/07/11 17:29:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:29:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:29:17 pv power: 963W
[site  ] DEBUG 2024/07/11 17:29:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:29:17 battery power: -640W
[site  ] DEBUG 2024/07/11 17:29:17 grid meter: -12W
[site  ] DEBUG 2024/07/11 17:29:17 site power: -552W
[lp-1  ] DEBUG 2024/07/11 17:29:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:29:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:29:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:29:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:29:17 charger status: A
[site  ] DEBUG 2024/07/11 17:30:17 ----
[lp-1  ] DEBUG 2024/07/11 17:30:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:30:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:30:17 pv power: 951W
[site  ] DEBUG 2024/07/11 17:30:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:30:17 battery power: -660W
[site  ] DEBUG 2024/07/11 17:30:17 grid meter: -14W
[site  ] DEBUG 2024/07/11 17:30:17 site power: -574W
[lp-1  ] DEBUG 2024/07/11 17:30:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:30:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:30:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:30:18 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:30:18 charger status: A
[site  ] DEBUG 2024/07/11 17:31:17 ----
[lp-1  ] DEBUG 2024/07/11 17:31:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:31:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:31:17 pv power: 891W
[site  ] DEBUG 2024/07/11 17:31:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:31:17 battery power: -600W
[site  ] DEBUG 2024/07/11 17:31:17 grid meter: -6W
[site  ] DEBUG 2024/07/11 17:31:17 site power: -506W
[lp-1  ] DEBUG 2024/07/11 17:31:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:31:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:31:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:31:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:31:17 charger status: A
[site  ] DEBUG 2024/07/11 17:32:17 ----
[lp-1  ] DEBUG 2024/07/11 17:32:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:32:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:32:17 pv power: 854W
[site  ] DEBUG 2024/07/11 17:32:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:32:17 battery power: -590W
[site  ] DEBUG 2024/07/11 17:32:17 grid meter: 4W
[site  ] DEBUG 2024/07/11 17:32:17 site power: -486W
[lp-1  ] DEBUG 2024/07/11 17:32:17 charge voltages: [230 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:32:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:32:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:32:18 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:32:18 charger status: A
[site  ] DEBUG 2024/07/11 17:33:17 ----
[lp-1  ] DEBUG 2024/07/11 17:33:17 charge power: 0W
[lp-1  ] DEBUG 2024/07/11 17:33:17 charge currents: [0 0 0]A
[site  ] DEBUG 2024/07/11 17:33:17 pv power: 849W
[site  ] DEBUG 2024/07/11 17:33:17 battery soc: 73%
[site  ] DEBUG 2024/07/11 17:33:17 battery power: -590W
[site  ] DEBUG 2024/07/11 17:33:17 grid meter: -11W
[site  ] DEBUG 2024/07/11 17:33:17 site power: -501W
[lp-1  ] DEBUG 2024/07/11 17:33:17 charge voltages: [229 230 230]V
[lp-1  ] DEBUG 2024/07/11 17:33:17 detected connected phases: 3p
[lp-1  ] DEBUG 2024/07/11 17:33:17 !! session: chargeRater.chargedEnergy=1.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/07/11 17:33:17 charge total import: 105.205kWh
[lp-1  ] DEBUG 2024/07/11 17:33:18 charger status: A
andig commented 3 months ago

Ich habe Service und Teslabibliothek dafür aktualisiert- bitte nochmal probieren. Wenn das nicht geht bitte Zugangsdaten für Test an info@evcc.io.

Contrebass commented 3 months ago

Es geht leider nicht, Rest per Mail

Contrebass commented 3 months ago

Nach etwas stöbern habe ich die Ursache für die "Kommunikationsfehler" gefunden: Die evcc Instanz muss mit dem Token des Hauptaccounts bei Tesla laufen (siehe hier: https://github.com/evcc-io/evcc/discussions/11851). Wäre was für die FAQ, oder?

Also - kein Bug.

andig commented 3 months ago

Gerne PR fürs Tesla Template. Bei Tesla ist das nicht dokumentiert. Mir wäre auch nicht klar, was das mit Region zu tun haben sollte?

Contrebass commented 3 months ago

Hallo Andi, danke fürs Schließen.

PS.: Frage eines Newbies: was ist „Gerne PR fürs Tesla Template“

Von: andig @.> Gesendet: Sonntag, 14. Juli 2024 13:25 An: evcc-io/evcc @.> Cc: Contrebass @.>; Author @.> Betreff: Re: [evcc-io/evcc] Error Message max charge current 6A: 421 Misdirected Request: user out of region (Issue #14801)

Closed #14801 https://github.com/evcc-io/evcc/issues/14801 as completed.

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14801#event-13497713761 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BJHYAOF3M5ZS4T2XQXLMS53ZMJNX3AVCNFSM6AAAAABKTGUS56VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQ4TONZRGM3TMMI . You are receiving this because you authored the thread. https://github.com/notifications/beacon/BJHYAOALNEX2CRJCMKRPZBTZMJNX3A5CNFSM6AAAAABKTGUS56WGG33NNVSW45C7OR4XAZNWJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XKUY3PNVWWK3TUL5UWJTYAAAAAGJEGYRQQ.gif Message ID: @. @.> >

andig commented 3 months ago

Die gewünschte Änderung müsste hier rein:https://github.com/evcc-io/evcc/blob/master/templates/definition/vehicle/tesla.yaml

Viele Grüße, Andreas

On 14. Jul 2024, at 13:44, Contrebass @.***> wrote:

Hallo Andi, danke fürs Schließen.

PS.: Frage eines Newbies: was ist „Gerne PR fürs Tesla Template“

Von: andig @.> Gesendet: Sonntag, 14. Juli 2024 13:25 An: evcc-io/evcc @.> Cc: Contrebass @.>; Author @.> Betreff: Re: [evcc-io/evcc] Error Message max charge current 6A: 421 Misdirected Request: user out of region (Issue #14801)

Closed #14801 https://github.com/evcc-io/evcc/issues/14801 as completed.

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14801#event-13497713761 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BJHYAOF3M5ZS4T2XQXLMS53ZMJNX3AVCNFSM6AAAAABKTGUS56VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQ4TONZRGM3TMMI . You are receiving this because you authored the thread. https://github.com/notifications/beacon/BJHYAOALNEX2CRJCMKRPZBTZMJNX3A5CNFSM6AAAAABKTGUS56WGG33NNVSW45C7OR4XAZNWJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XKUY3PNVWWK3TUL5UWJTYAAAAAGJEGYRQQ.gif Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14801#issuecomment-2227315539, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABND34P2MUMC3XB5NYD3SDZMJQB5AVCNFSM6AAAAABKTGUS56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRXGMYTKNJTHE. You are receiving this because you modified the open/close state.