evcc-io / evcc

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

Tesla does not stop charging in 0.119.0 #9540

Closed yipikaye closed 1 year ago

yipikaye commented 1 year ago

Describe the bug

Hi All, I've been using EVCC with tesla wall charger for a while now. Often my Tesla would start charging for no reason (probably schedule or off peak or whatever) but EVCC was always great and would stop charging. EVCC would throw an error like "logic error: disabled but charging" but it would anyway stop the charging. Now it has stopped doing this.

I can change the status to Min+Solar then wait and back to off and EVCC stops the charging. But then the car starts again a few minutes later.

Edit: something which comes to mind. There was a firmware update on the charger recently and now the app on the phone has charger control, on off schedule etc, maybe this is related? Or possibly now the charger can be controlled like other smart chargers?

Steps to reproduce

  1. Plug in Tesla
  2. EVCC status PV or off, no sun
  3. Wait
  4. Car starts charging EVCC does not stop ...

Configuration details

No change since working several months
cat /etc/evcc.yaml
# 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: 84fb5aa612c598de492f6f33ec9492908e7c488e41a46d377aec6011546c5dfd
sponsortoken: 
telemetry: true
interval: 10s # control cycle interval
hems:
  type: sma
  allowcontrol: false # set true to allow SHM controlling charger in PV modes
meters:
- type: template
  template: sma-inverter
  usage: pv
  host: 192.168.86.112
  password: 
  name: SunnyBoy1
- type: template
  template: sma-inverter
  usage: pv
  host: 192.168.86.113
  password: 
  name: SunnyBoy2
- type: template
  template: sma-inverter
  usage: battery
  host: 192.168.86.111
  name: SunnyIsland
- name: grid
  type: custom
  power:
    source: const
    value: 0
chargers:
- type: template
  template: twc3
  host: 192.168.86.106
  name: TeslaWallCharger
loadpoints:
- title: Carport
  charger: TeslaWallCharger
  mode: pv
  phases: 1
  mincurrent: 5
  maxcurrent: 32
  resetOnDisconnect: true
vehicles:
  - name: Pikachu
    type: template
    template: tesla
    title: Pikachu
    accessToken: 
    refreshToken: 
    vin: LRW
    capacity: 78.1 # Akkukapazität in kWh (Optional)
    mode: pv
    minSoc: 35
    targetSoc: 100
site:
  title: Lyrebirds Nest
  meters:
    grid: grid
    pv:
    - SunnyBoy1
    - SunnyBoy2
    battery:
    - SunnyIsland
  bufferStartSoc: 92
  bufferSoc: 90
  prioritySoc: 80
  residualPower: 500
tariffs:
  currency: AUD # three letter ISO-4217 currency code (default EUR)
  grid:
    type: fixed
    price: 0.500
  feedin:
    type: fixed
    price: 0.00

Log details

Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 ----
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 charge power: 1244W
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 pv power: 6305W
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 battery soc: 80%
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 battery power: -960W
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 grid power: 0W
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 giving priority to battery charging at soc: 80%
Aug 27 09:29:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:29:52 site power: 500W
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 charge voltages: [244 0 0]V
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 detected connected phases: 1p
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 charge currents: [5.1 0.3 0.2]A
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 detected active phases: 1p
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 charger status: C
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 soc estimated: 79.97% (vehicle: 79.00%)
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 vehicle soc: 80%
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 vehicle soc limit: 90%
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 vehicle range: 417km
Aug 27 09:29:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:29:52 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 ----
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 charge power: 1220W
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 pv power: 6306W
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 battery soc: 80%
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 battery power: -1530W
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 grid power: 0W
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 giving priority to battery charging at soc: 80%
Aug 27 09:30:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:02 site power: 500W
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 charge voltages: [244 0 0]V
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 detected connected phases: 1p
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 charge currents: [5 0.3 0.2]A
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 detected active phases: 1p
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 charger status: C
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 soc estimated: 79.98% (vehicle: 79.00%)
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 vehicle soc: 80%
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 vehicle soc limit: 90%
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 vehicle range: 417km
Aug 27 09:30:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:02 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 ----
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 charge power: 1220W
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 pv power: 6299W
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 battery soc: 80%
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 battery power: -1550W
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 grid power: 0W
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 giving priority to battery charging at soc: 80%
Aug 27 09:30:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:12 site power: 500W
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 charge voltages: [244 0 0]V
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 detected connected phases: 1p
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 charge currents: [5 0.3 0.2]A
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 detected active phases: 1p
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 charger status: C
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 soc estimated: 79.98% (vehicle: 79.00%)
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 vehicle soc: 80%
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 vehicle soc limit: 90%
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 vehicle range: 417km
Aug 27 09:30:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:12 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 ----
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 charge power: 1244W
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 pv power: 6309W
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 battery soc: 80%
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 battery power: -1550W
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 grid power: 0W
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 giving priority to battery charging at soc: 80%
Aug 27 09:30:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:22 site power: 500W
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 charge voltages: [244 0 0]V
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 detected connected phases: 1p
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 detected active phases: 1p
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 charger status: C
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 soc estimated: 79.98% (vehicle: 79.00%)
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 vehicle soc: 80%
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 vehicle soc limit: 90%
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 vehicle range: 417km
Aug 27 09:30:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:22 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 set charge mode: off
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 ----
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 charge power: 1245W
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 pv power: 6307W
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 battery soc: 80%
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 battery power: -1550W
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 grid power: 0W
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 giving priority to battery charging at soc: 80%
Aug 27 09:30:26 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:26 site power: 500W
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 charge voltages: [244 0 0]V
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 detected connected phases: 1p
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 detected active phases: 1p
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 charger status: C
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 soc estimated: 79.98% (vehicle: 79.00%)
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 vehicle soc: 80%
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 vehicle soc limit: 90%
Aug 27 09:30:26 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:26 vehicle range: 417km
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 ----
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 charge power: 1244W
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 pv power: 6308W
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 battery soc: 80%
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 battery power: -1560W
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 grid power: 0W
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 giving priority to battery charging at soc: 80%
Aug 27 09:30:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:32 site power: 500W
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 charge voltages: [244 0 0]V
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 detected connected phases: 1p
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 detected active phases: 1p
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 charger status: C
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 soc estimated: 79.99% (vehicle: 79.00%)
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 vehicle soc: 80%
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 vehicle soc limit: 90%
Aug 27 09:30:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:32 vehicle range: 417km
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 ----
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 charge power: 1244W
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 pv power: 6313W
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 battery soc: 80%
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 battery power: -1670W
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 grid power: 0W
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 giving priority to battery charging at soc: 80%
Aug 27 09:30:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:42 site power: 500W
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 charge voltages: [244 0 0]V
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 detected connected phases: 1p
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 detected active phases: 1p
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 charger status: C
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 soc estimated: 79.99% (vehicle: 79.00%)
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 vehicle soc: 80%
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 vehicle soc limit: 90%
Aug 27 09:30:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:42 vehicle range: 417km
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 ----
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 charge power: 1244W
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 pv power: 6322W
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 battery soc: 80%
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 battery power: -1620W
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 grid power: 0W
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 giving priority to battery charging at soc: 80%
Aug 27 09:30:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:52 site power: 500W
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 charge voltages: [244 0 0]V
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 detected connected phases: 1p
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 detected active phases: 1p
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 charger status: C
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 soc estimated: 79.99% (vehicle: 79.00%)
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 vehicle soc: 80%
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 vehicle soc limit: 90%
Aug 27 09:30:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:52 vehicle range: 417km
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 set charge mode: minpv
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 ----
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 charge power: 1244W
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 pv power: 6323W
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 battery soc: 80%
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 battery power: -1650W
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 grid power: 0W
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 giving priority to battery charging at soc: 80%
Aug 27 09:30:59 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:30:59 site power: 500W
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 charge voltages: [244 0 0]V
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 detected connected phases: 1p
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 charge currents: [5.1 0.3 0.2]A
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 detected active phases: 1p
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 charger status: C
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 soc estimated: 80.00% (vehicle: 79.00%)
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 vehicle soc: 80%
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 vehicle soc limit: 90%
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 vehicle range: 417km
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:30:59 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:30:59 charger: guard elapse
Aug 27 09:31:00 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:00 guard timer inactive
Aug 27 09:31:01 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:01 charger enable
Aug 27 09:31:01 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:01 wake-up timer: start
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 ----
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 charge power: 1245W
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 pv power: 6323W
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 battery soc: 80%
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 battery power: -1650W
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 grid power: 0W
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 giving priority to battery charging at soc: 80%
Aug 27 09:31:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:02 site power: 500W
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 charge voltages: [244 0 0]V
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 detected connected phases: 1p
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 detected active phases: 1p
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 charger status: C
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 soc estimated: 80.00% (vehicle: 79.00%)
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 vehicle soc: 80%
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 vehicle soc limit: 90%
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 vehicle range: 417km
Aug 27 09:31:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:02 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 set charge mode: pv
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 ----
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 charge power: 1245W
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 pv power: 6327W
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 battery soc: 80%
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 battery power: -1670W
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 grid power: 0W
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 giving priority to battery charging at soc: 80%
Aug 27 09:31:08 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:08 site power: 500W
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 charge voltages: [244 0 0]V
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 detected connected phases: 1p
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 detected active phases: 1p
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 charger status: C
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 soc estimated: 80.00% (vehicle: 79.00%)
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 vehicle soc: 80%
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 vehicle soc limit: 90%
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 vehicle range: 417km
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 site power 500W >= 0W disable threshold
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 pv disable timer start: 3m0s
Aug 27 09:31:08 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:08 pv disable in 3m0s
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 ----
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 charge power: 1246W
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 pv power: 6326W
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 battery soc: 80%
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 battery power: -2950W
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 grid power: 0W
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 giving priority to battery charging at soc: 80%
Aug 27 09:31:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:12 site power: 500W
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 charge voltages: [244 0 0]V
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 detected connected phases: 1p
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 detected active phases: 1p
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 charger status: C
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 soc estimated: 80.00% (vehicle: 79.00%)
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 vehicle soc: 80%
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 vehicle soc limit: 90%
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 vehicle range: 417km
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 site power 500W >= 0W disable threshold
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 pv disable in 2m56s
Aug 27 09:31:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:12 pv disable timer remaining: 2m56s
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 ----
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 charge power: 1246W
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 pv power: 3573W
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 battery soc: 80%
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 battery power: -4290W
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 grid power: 0W
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 giving priority to battery charging at soc: 80%
Aug 27 09:31:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:22 site power: 500W
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 charge voltages: [244 0 0]V
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 detected connected phases: 1p
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 detected active phases: 1p
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 charger status: C
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 soc estimated: 80.01% (vehicle: 79.00%)
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 vehicle soc: 80%
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 vehicle soc limit: 90%
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 vehicle range: 417km
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 site power 500W >= 0W disable threshold
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 pv disable in 2m46s
Aug 27 09:31:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:22 pv disable timer remaining: 2m46s
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 ----
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 charge power: 1246W
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 pv power: 4792W
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 battery soc: 80%
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 battery power: -2340W
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 grid power: 0W
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 giving priority to battery charging at soc: 80%
Aug 27 09:31:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:32 site power: 500W
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 charge voltages: [244 0 0]V
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 detected connected phases: 1p
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 detected active phases: 1p
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 charger status: C
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 soc estimated: 80.01% (vehicle: 79.00%)
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 vehicle soc: 80%
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 vehicle soc limit: 90%
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 vehicle range: 417km
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 site power 500W >= 0W disable threshold
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 pv disable in 2m36s
Aug 27 09:31:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:32 pv disable timer remaining: 2m36s
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 ----
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 charge power: 1245W
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 pv power: 4853W
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 battery soc: 80%
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 battery power: -2810W
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 grid power: 0W
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 giving priority to battery charging at soc: 80%
Aug 27 09:31:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:42 site power: 500W
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 charge voltages: [244 0 0]V
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 detected connected phases: 1p
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 detected active phases: 1p
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 charger status: C
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 soc estimated: 80.01% (vehicle: 79.00%)
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 vehicle soc: 80%
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 vehicle soc limit: 90%
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 vehicle range: 417km
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 site power 500W >= 0W disable threshold
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 pv disable in 2m26s
Aug 27 09:31:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:42 pv disable timer remaining: 2m26s
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 ----
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 charge power: 1246W
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 pv power: 4707W
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 battery soc: 80%
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 battery power: -2620W
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 grid power: 0W
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 giving priority to battery charging at soc: 80%
Aug 27 09:31:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:52 site power: 500W
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 charge voltages: [244 0 0]V
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 detected connected phases: 1p
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 detected active phases: 1p
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 charger status: C
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 soc estimated: 80.02% (vehicle: 79.00%)
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 vehicle soc: 80%
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 vehicle soc limit: 90%
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 vehicle range: 417km
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 site power 500W >= 0W disable threshold
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 pv disable in 2m16s
Aug 27 09:31:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:52 pv disable timer remaining: 2m16s
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 set charge mode: off
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 pv timer reset
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 pv timer inactive
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 ----
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 charge power: 1245W
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 pv power: 4699W
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 battery soc: 80%
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 battery power: -2630W
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 grid power: 0W
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 giving priority to battery charging at soc: 80%
Aug 27 09:31:57 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:31:57 site power: 500W
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 charge voltages: [244 0 0]V
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 detected connected phases: 1p
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 charge currents: [5.1 0.3 0.2]A
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 detected active phases: 1p
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 charger status: C
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 soc estimated: 80.02% (vehicle: 79.00%)
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 vehicle soc: 80%
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 vehicle soc limit: 90%
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 vehicle range: 417km
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 charger: guard elapse
Aug 27 09:31:57 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:57 guard timer inactive
Aug 27 09:31:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:58 charger disable
Aug 27 09:31:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:31:58 wake-up timer: stop
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 ----
Aug 27 09:32:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:02 charge power: 0W
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 pv power: 4690W
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 battery soc: 80%
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 battery power: -2630W
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 grid power: 0W
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 giving priority to battery charging at soc: 80%
Aug 27 09:32:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:02 site power: 500W
Aug 27 09:32:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:02 charge voltages: [0.9 0 0]V
Aug 27 09:32:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:02 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:02 charger status: B
Aug 27 09:32:02 raspberrypi evcc[15464]: [lp-1  ] INFO 2023/08/27 09:32:02 stop charging <-
Aug 27 09:32:03 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:03 vehicle status: B
Aug 27 09:32:03 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:03 vehicle soc: 80%
Aug 27 09:32:03 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:03 vehicle soc limit: 90%
Aug 27 09:32:03 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:03 vehicle range: 418km
Aug 27 09:32:11 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:11 set charge mode: pv
Aug 27 09:32:11 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:11 ----
Aug 27 09:32:11 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:11 charge power: 0W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 pv power: 3270W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 battery soc: 80%
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 battery power: -2630W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 grid power: 0W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 giving priority to battery charging at soc: 80%
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 site power: 500W
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charge voltages: [0.7 0 0]V
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charger status: B
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 ----
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charge power: 0W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 pv power: 3270W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 battery soc: 80%
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 battery power: -2630W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 grid power: 0W
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 giving priority to battery charging at soc: 80%
Aug 27 09:32:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:12 site power: 500W
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charge voltages: [0.7 0 0]V
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 charger status: B
Aug 27 09:32:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:12 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 ----
Aug 27 09:32:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:22 charge power: 0W
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 pv power: 3338W
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 battery soc: 80%
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 battery power: -2440W
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 grid power: 0W
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 giving priority to battery charging at soc: 80%
Aug 27 09:32:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:22 site power: 500W
Aug 27 09:32:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:22 charge voltages: [0.7 0 0]V
Aug 27 09:32:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:22 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:22 charger status: B
Aug 27 09:32:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:22 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 ----
Aug 27 09:32:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:32 charge power: 0W
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 pv power: 3361W
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 battery soc: 80%
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 battery power: -2690W
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 grid power: 0W
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 giving priority to battery charging at soc: 80%
Aug 27 09:32:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:32 site power: 500W
Aug 27 09:32:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:32 charge voltages: [0.7 0 0]V
Aug 27 09:32:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:32 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:32 charger status: B
Aug 27 09:32:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:32 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 ----
Aug 27 09:32:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:42 charge power: 0W
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 pv power: 3336W
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 battery soc: 80%
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 battery power: -2700W
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 grid power: 0W
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 giving priority to battery charging at soc: 80%
Aug 27 09:32:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:42 site power: 500W
Aug 27 09:32:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:42 charge voltages: [0.7 0 0]V
Aug 27 09:32:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:42 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:42 charger status: B
Aug 27 09:32:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:42 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 ----
Aug 27 09:32:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:52 charge power: 0W
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 pv power: 3485W
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 battery soc: 80%
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 battery power: -2660W
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 grid power: 0W
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 giving priority to battery charging at soc: 80%
Aug 27 09:32:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:32:52 site power: 500W
Aug 27 09:32:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:52 charge voltages: [0.7 0 0]V
Aug 27 09:32:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:52 charge currents: [0.3 0.3 0.2]A
Aug 27 09:32:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:52 charger status: B
Aug 27 09:32:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:32:52 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 ----
Aug 27 09:33:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:02 charge power: 0W
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 pv power: 3445W
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 battery soc: 80%
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 battery power: -2670W
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 grid power: 0W
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 giving priority to battery charging at soc: 80%
Aug 27 09:33:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:02 site power: 500W
Aug 27 09:33:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:02 charge voltages: [0.7 0 0]V
Aug 27 09:33:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:02 charge currents: [0.3 0.3 0.2]A
Aug 27 09:33:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:02 charger status: B
Aug 27 09:33:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:02 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 ----
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 charge power: 98W
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 pv power: 3355W
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 battery soc: 80%
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 battery power: -2670W
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 grid power: 0W
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 giving priority to battery charging at soc: 80%
Aug 27 09:33:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:12 site power: 500W
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 charge voltages: [245 0 0]V
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 detected connected phases: 1p
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 charge currents: [0.4 0.3 0.2]A
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 charger status: C
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] INFO 2023/08/27 09:33:12 start charging ->
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 wake-up timer: stop
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 soc estimated: 80.00% (vehicle: 80.00%)
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 vehicle soc: 80%
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 vehicle soc limit: 90%
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 vehicle range: 418km
Aug 27 09:33:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:12 pv charge current: 0.226A = 2.4A + -2.17A (500W @ 1p)
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 ----
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 charge power: 1245W
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 pv power: 3294W
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 battery soc: 80%
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 battery power: -2480W
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 grid power: 0W
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 giving priority to battery charging at soc: 80%
Aug 27 09:33:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:22 site power: 500W
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 charge voltages: [244 0 0]V
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 detected connected phases: 1p
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 charge currents: [5.1 0.3 0.2]A
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 detected active phases: 1p
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 charger status: C
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 soc estimated: 80.00% (vehicle: 80.00%)
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 vehicle soc: 80%
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 vehicle soc limit: 90%
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 vehicle range: 418km
Aug 27 09:33:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:22 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 ----
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 charge power: 1245W
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 pv power: 4607W
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 battery soc: 80%
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 battery power: -2570W
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 grid power: 0W
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 giving priority to battery charging at soc: 80%
Aug 27 09:33:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:32 site power: 500W
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 charge voltages: [244 0 0]V
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 detected connected phases: 1p
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 charge currents: [5.1 0.3 0.2]A
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 detected active phases: 1p
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 charger status: C
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 soc estimated: 80.00% (vehicle: 80.00%)
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 vehicle soc: 80%
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 vehicle soc limit: 90%
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 vehicle range: 418km
Aug 27 09:33:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:32 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 ----
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 charge power: 1246W
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 pv power: 4672W
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 battery soc: 80%
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 battery power: -2690W
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 grid power: 0W
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 giving priority to battery charging at soc: 80%
Aug 27 09:33:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:42 site power: 500W
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 charge voltages: [244 0 0]V
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 detected connected phases: 1p
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 charge currents: [5.1 0.3 0.2]A
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 detected active phases: 1p
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 charger status: C
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 soc estimated: 80.01% (vehicle: 80.00%)
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 vehicle soc: 80%
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 vehicle soc limit: 90%
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 vehicle range: 418km
Aug 27 09:33:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:42 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 ----
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 charge power: 1246W
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 pv power: 4562W
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 battery soc: 80%
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 battery power: -2610W
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 grid power: 0W
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 giving priority to battery charging at soc: 80%
Aug 27 09:33:52 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:52 site power: 500W
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 charge voltages: [244 0 0]V
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 detected connected phases: 1p
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 charge currents: [5.1 0.3 0.2]A
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 detected active phases: 1p
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 charger status: C
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 soc estimated: 80.01% (vehicle: 80.00%)
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 vehicle soc: 80%
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 vehicle soc limit: 90%
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 vehicle range: 418km
Aug 27 09:33:52 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:52 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 set charge mode: off
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 ----
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 charge power: 1246W
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 pv power: 4598W
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 battery soc: 80%
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 battery power: -2590W
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 grid power: 0W
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 giving priority to battery charging at soc: 80%
Aug 27 09:33:58 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:33:58 site power: 500W
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 charge voltages: [244 0 0]V
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 detected connected phases: 1p
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 charge currents: [5.1 0.3 0.2]A
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 detected active phases: 1p
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 charger status: C
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 soc estimated: 80.01% (vehicle: 80.00%)
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 vehicle soc: 80%
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 vehicle soc limit: 90%
Aug 27 09:33:58 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:33:58 vehicle range: 418km
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 ----
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 charge power: 1246W
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 pv power: 4584W
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 battery soc: 80%
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 battery power: -2560W
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 grid power: 0W
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 giving priority to battery charging at soc: 80%
Aug 27 09:34:02 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:02 site power: 500W
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 charge voltages: [244 0 0]V
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 detected connected phases: 1p
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 detected active phases: 1p
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 charger status: C
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 soc estimated: 80.02% (vehicle: 80.00%)
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 vehicle soc: 80%
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 vehicle soc limit: 90%
Aug 27 09:34:02 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:02 vehicle range: 418km
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 ----
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 charge power: 1246W
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 pv power: 4577W
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 battery soc: 80%
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 battery power: -2610W
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 grid power: 0W
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 giving priority to battery charging at soc: 80%
Aug 27 09:34:12 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:12 site power: 500W
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 charge voltages: [244 0 0]V
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 detected connected phases: 1p
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 detected active phases: 1p
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 charger status: C
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 soc estimated: 80.02% (vehicle: 80.00%)
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 vehicle soc: 80%
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 vehicle soc limit: 90%
Aug 27 09:34:12 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:12 vehicle range: 418km
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 ----
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 charge power: 1245W
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 pv power: 4577W
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 battery soc: 80%
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 battery power: -2670W
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 grid power: 0W
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 giving priority to battery charging at soc: 80%
Aug 27 09:34:22 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:22 site power: 500W
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 charge voltages: [244 0 0]V
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 detected connected phases: 1p
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 detected active phases: 1p
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 charger status: C
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 soc estimated: 80.02% (vehicle: 80.00%)
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 vehicle soc: 80%
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 vehicle soc limit: 90%
Aug 27 09:34:22 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:22 vehicle range: 418km
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 set charge mode: minpv
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 ----
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 charge power: 1245W
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 pv power: 5599W
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 battery soc: 80%
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 battery power: -2670W
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 grid power: 0W
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 giving priority to battery charging at soc: 80%
Aug 27 09:34:27 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:27 site power: 500W
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 charge voltages: [244 0 0]V
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 detected connected phases: 1p
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 detected active phases: 1p
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 charger status: C
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 soc estimated: 80.03% (vehicle: 80.00%)
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 vehicle soc: 80%
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 vehicle soc limit: 90%
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 vehicle range: 418km
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:34:27 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:27 guard enable in 2m30s
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 set charge mode: pv
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 ----
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 charge power: 1246W
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 pv power: 5920W
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 battery soc: 80%
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 battery power: -2710W
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 grid power: 0W
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 giving priority to battery charging at soc: 80%
Aug 27 09:34:31 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:31 site power: 500W
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 charge voltages: [244 0 0]V
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 detected connected phases: 1p
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 detected active phases: 1p
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 charger status: C
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 soc estimated: 80.03% (vehicle: 80.00%)
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 vehicle soc: 80%
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 vehicle soc limit: 90%
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 vehicle range: 418km
Aug 27 09:34:31 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:31 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 ----
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 charge power: 1246W
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 pv power: 5920W
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 battery soc: 80%
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 battery power: -2710W
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 grid power: 0W
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 giving priority to battery charging at soc: 80%
Aug 27 09:34:32 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:32 site power: 500W
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 charge voltages: [244 0 0]V
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 detected connected phases: 1p
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 detected active phases: 1p
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 charger status: C
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 soc estimated: 80.03% (vehicle: 80.00%)
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 vehicle soc: 80%
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 vehicle soc limit: 90%
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 vehicle range: 418km
Aug 27 09:34:32 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:32 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 ----
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 charge power: 1245W
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 pv power: 4448W
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 battery soc: 80%
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 battery power: -2710W
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 grid power: 0W
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 giving priority to battery charging at soc: 80%
Aug 27 09:34:42 raspberrypi evcc[15464]: [site  ] DEBUG 2023/08/27 09:34:42 site power: 500W
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 charge voltages: [244 0 0]V
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 detected connected phases: 1p
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 charge currents: [5.1 0.3 0.2]A
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 detected active phases: 1p
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 charger status: C
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 soc estimated: 80.03% (vehicle: 80.00%)
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 vehicle soc: 80%
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 vehicle soc limit: 90%
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 vehicle range: 418km
Aug 27 09:34:42 raspberrypi evcc[15464]: [lp-1  ] DEBUG 2023/08/27 09:34:42 pv charge current: 2.83A = 5A + -2.17A (500W @ 1p)
esimash@EMB-X5PGQ6LR Downloads % 

What type of operating system are you running?

Linux

Version

0.119.0

andig commented 1 year ago

Bitte trace log für Tesla und debug für den Rest. Ohne ist keine Analyse möglich.

Please add trace log for Twc and Tesla and debug level for the rest.

yipikaye commented 1 year ago

I have updated the logs for a few minutes where the carger was charging when it shouldn't.

I changed to min+solar, then to off and it stopped charging, then back to solar

andig commented 1 year ago

Could you please try 0.119.2 in a few minutes?

yipikaye commented 1 year ago

Yes sure thing but my car isn't plugged in right now. I can give you results in 24 hrs :)

infinus commented 1 year ago

I have tried 0.119.2 and vehicle still begins charging immediately and does not stop based on solar output.

alexonbandit commented 1 year ago

I can confirm the issue. With the mode being set to PV the Tesla starts to charge (using TWC3) immediately even is the is no excessive power from the PV available. In addition if I manually change the EVCC mode to OFF the charging continues to as if the command did not make its way to the car. Stopping it from the Tesla app worked right away. Tesla SW Version updated to 2023.26.8. Could this update may have an influence?

yipikaye commented 1 year ago

Same here

Sorry @andig 2.0.119.2 did not fix the issue.

I connected the car at 9.37 and it began charging immediately even though it shouldn't and didn't stop without manual intervention.

Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 ----
Aug 29 09:37:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:10 charge power: 0W
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 pv power: 5875W
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 battery soc: 72%
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 battery power: -5300W
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 grid power: 0W
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 giving priority to battery charging at soc: 72%
Aug 29 09:37:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:10 site power: 500W
Aug 29 09:37:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:10 charge voltages: [0.7 0 0]V
Aug 29 09:37:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:10 charge currents: [0.3 0.3 0.2]A
Aug 29 09:37:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:10 charger status: A
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 ----
Aug 29 09:37:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:20 charge power: 0W
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 pv power: 5672W
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 battery soc: 72%
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 battery power: -5060W
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 grid power: 0W
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 giving priority to battery charging at soc: 72%
Aug 29 09:37:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:20 site power: 500W
Aug 29 09:37:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:20 charge voltages: [0.7 0 0]V
Aug 29 09:37:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:20 charge currents: [0.3 0.3 0.2]A
Aug 29 09:37:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:20 charger status: A
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 ----
Aug 29 09:37:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:30 charge power: 0W
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 pv power: 5498W
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 battery soc: 72%
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 battery power: -4910W
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 grid power: 0W
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 giving priority to battery charging at soc: 72%
Aug 29 09:37:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:30 site power: 500W
Aug 29 09:37:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:30 charge voltages: [0.7 0 0]V
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 charge currents: [0.3 0.3 0.2]A
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 charger status: B
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] INFO 2023/08/29 09:37:31 car connected
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 vehicle api refresh
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 pv timer elapse
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 pv timer inactive
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 charger: guard elapse
Aug 29 09:37:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:31 guard timer inactive
Aug 29 09:37:33 raspberrypi evcc[5346]: [main  ] ERROR 2023/08/29 09:37:33 vehicle status: asleep
Aug 29 09:37:33 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:33 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:37:33 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:33 pv enable timer reset
Aug 29 09:37:33 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:33 pv timer inactive
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 ----
Aug 29 09:37:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:40 charge power: 0W
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 pv power: 5466W
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 battery soc: 72%
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 battery power: -4920W
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 grid power: 0W
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 giving priority to battery charging at soc: 72%
Aug 29 09:37:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:40 site power: 500W
Aug 29 09:37:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:40 charge voltages: [244 0 0]V
Aug 29 09:37:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:40 detected connected phases: 1p
Aug 29 09:37:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:40 charge currents: [5.1 0.3 0.2]A
Aug 29 09:37:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:40 charger status: B
Aug 29 09:37:41 raspberrypi evcc[5346]: [main  ] DEBUG 2023/08/29 09:37:41 vehicle status: C (Pikachu)
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] INFO 2023/08/29 09:37:41 vehicle updated: unknown -> Pikachu
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 set charge mode: pv
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 vehicle status: C
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 vehicle soc: 71%
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 vehicle soc limit: 80%
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 vehicle range: 374km
Aug 29 09:37:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:41 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 ----
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 charge power: 1245W
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 pv power: 5508W
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 battery soc: 72%
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 battery power: -3720W
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 grid power: 0W
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 giving priority to battery charging at soc: 72%
Aug 29 09:37:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:37:50 site power: 500W
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 vehicle odometer: 4845km
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 charge voltages: [244 0 0]V
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 detected connected phases: 1p
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 charge currents: [5.1 0.3 0.2]A
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 charger status: C
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] INFO 2023/08/29 09:37:50 start charging ->
Aug 29 09:37:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:50 wake-up timer: stop
Aug 29 09:37:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:51 soc estimated: 71.00% (vehicle: 71.00%)
Aug 29 09:37:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:51 vehicle soc: 71%
Aug 29 09:37:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:51 vehicle soc limit: 80%
Aug 29 09:37:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:51 vehicle range: 374km
Aug 29 09:37:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:37:51 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 ----
Aug 29 09:38:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:00 charge power: 1245W
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 pv power: 5453W
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 battery soc: 72%
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 battery power: -3680W
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 grid power: 0W
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 giving priority to battery charging at soc: 72%
Aug 29 09:38:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:00 site power: 500W
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 charge voltages: [244 0 0]V
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 detected connected phases: 1p
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 charge currents: [5.1 0.3 0.2]A
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 detected active phases: 1p
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 charger status: C
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 soc estimated: 71.01% (vehicle: 71.00%)
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 vehicle soc: 71%
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 vehicle soc limit: 80%
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 vehicle range: 374km
Aug 29 09:38:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:01 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 ----
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 charge power: 1245W
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 pv power: 5577W
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 battery soc: 72%
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 battery power: -3740W
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 grid power: 0W
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 giving priority to battery charging at soc: 72%
Aug 29 09:38:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:10 site power: 500W
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 charge voltages: [244 0 0]V
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 detected connected phases: 1p
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 charge currents: [5.1 0.3 0.2]A
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 detected active phases: 1p
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 charger status: C
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 soc estimated: 71.01% (vehicle: 71.00%)
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 vehicle soc: 71%
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 vehicle soc limit: 80%
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 vehicle range: 374km
Aug 29 09:38:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:10 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 ----
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 charge power: 1245W
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 pv power: 5778W
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 battery soc: 72%
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 battery power: -3880W
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 grid power: 0W
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 giving priority to battery charging at soc: 72%
Aug 29 09:38:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:20 site power: 500W
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 charge voltages: [244 0 0]V
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 detected connected phases: 1p
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 charge currents: [5.1 0.3 0.2]A
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 detected active phases: 1p
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 charger status: C
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 soc estimated: 71.02% (vehicle: 71.00%)
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 vehicle soc: 71%
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 vehicle soc limit: 80%
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 vehicle range: 374km
Aug 29 09:38:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:20 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 ----
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 charge power: 1246W
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 pv power: 6008W
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 battery soc: 72%
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 battery power: -3880W
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 grid power: 0W
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 giving priority to battery charging at soc: 72%
Aug 29 09:38:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:30 site power: 500W
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 charge voltages: [244 0 0]V
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 detected connected phases: 1p
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 charge currents: [5.1 0.3 0.2]A
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 detected active phases: 1p
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 charger status: C
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 soc estimated: 71.02% (vehicle: 71.00%)
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 vehicle soc: 71%
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 vehicle soc limit: 80%
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 vehicle range: 374km
Aug 29 09:38:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:30 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 ----
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 charge power: 1245W
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 pv power: 5493W
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 battery soc: 72%
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 battery power: -4180W
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 grid power: 0W
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 giving priority to battery charging at soc: 72%
Aug 29 09:38:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:40 site power: 500W
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 charge voltages: [244 0 0]V
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 detected connected phases: 1p
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 charge currents: [5.1 0.3 0.2]A
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 detected active phases: 1p
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 charger status: C
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 soc estimated: 71.02% (vehicle: 71.00%)
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 vehicle soc: 71%
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 vehicle soc limit: 80%
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 vehicle range: 374km
Aug 29 09:38:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:40 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 ----
Aug 29 09:38:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:50 charge power: 1271W
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 pv power: 6112W
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 battery soc: 72%
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 battery power: -4170W
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 grid power: 0W
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 giving priority to battery charging at soc: 72%
Aug 29 09:38:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:38:50 site power: 500W
Aug 29 09:38:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:50 charge voltages: [244 0 0]V
Aug 29 09:38:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:50 detected connected phases: 1p
Aug 29 09:38:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:50 charge currents: [5.2 0.3 0.2]A
Aug 29 09:38:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:50 detected active phases: 1p
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 charger status: C
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 soc estimated: 71.03% (vehicle: 71.00%)
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 vehicle soc: 71%
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 vehicle soc limit: 80%
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 vehicle range: 374km
Aug 29 09:38:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:38:51 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:00 ----
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 charge power: 1272W
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 pv power: 6061W
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 battery soc: 72%
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 battery power: -4120W
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 grid power: 0W
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 giving priority to battery charging at soc: 72%
Aug 29 09:39:01 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:01 site power: 500W
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 charge voltages: [245 0 0]V
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 detected connected phases: 1p
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 charge currents: [5.2 0.3 0.2]A
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 detected active phases: 1p
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 charger status: C
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 soc estimated: 71.03% (vehicle: 71.00%)
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 vehicle soc: 71%
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 vehicle soc limit: 80%
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 vehicle range: 374km
Aug 29 09:39:01 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:01 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:10 ----
Aug 29 09:39:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:10 charge power: 1247W
Aug 29 09:39:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:10 pv power: 6134W
Aug 29 09:39:11 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:11 battery soc: 72%
Aug 29 09:39:11 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:11 battery power: -4080W
Aug 29 09:39:11 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:11 grid power: 0W
Aug 29 09:39:11 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:11 giving priority to battery charging at soc: 72%
Aug 29 09:39:11 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:11 site power: 500W
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 charge voltages: [244 0 0]V
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 detected connected phases: 1p
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 charge currents: [5.1 0.3 0.2]A
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 detected active phases: 1p
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 charger status: C
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 soc estimated: 71.04% (vehicle: 71.00%)
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 vehicle soc: 71%
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 vehicle soc limit: 80%
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 vehicle range: 374km
Aug 29 09:39:11 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:11 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 ----
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 charge power: 1247W
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 pv power: 6264W
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 battery soc: 72%
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 battery power: -4080W
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 grid power: 0W
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 giving priority to battery charging at soc: 72%
Aug 29 09:39:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:20 site power: 500W
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 charge voltages: [244 0 0]V
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 detected connected phases: 1p
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 charge currents: [5.1 0.3 0.2]A
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 detected active phases: 1p
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 charger status: C
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 soc estimated: 71.04% (vehicle: 71.00%)
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 vehicle soc: 71%
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 vehicle soc limit: 80%
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 vehicle range: 374km
Aug 29 09:39:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:20 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 ----
Aug 29 09:39:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:30 charge power: 1246W
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 pv power: 6081W
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 battery soc: 72%
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 battery power: -3330W
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 grid power: 0W
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 giving priority to battery charging at soc: 72%
Aug 29 09:39:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:30 site power: 500W
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 charge voltages: [244 0 0]V
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 detected connected phases: 1p
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 charge currents: [5.1 0.3 0.2]A
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 detected active phases: 1p
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 charger status: C
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 soc estimated: 71.04% (vehicle: 71.00%)
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 vehicle soc: 71%
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 vehicle soc limit: 80%
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 vehicle range: 374km
Aug 29 09:39:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:31 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 ----
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 charge power: 1246W
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 pv power: 5632W
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 battery soc: 72%
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 battery power: -1850W
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 grid power: 0W
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 giving priority to battery charging at soc: 72%
Aug 29 09:39:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:40 site power: 500W
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 charge voltages: [244 0 0]V
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 detected connected phases: 1p
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 charge currents: [5.1 0.3 0.2]A
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 detected active phases: 1p
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 charger status: C
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 soc estimated: 71.05% (vehicle: 71.00%)
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 vehicle soc: 71%
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 vehicle soc limit: 80%
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 vehicle range: 374km
Aug 29 09:39:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:40 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 ----
Aug 29 09:39:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:50 charge power: 1246W
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 pv power: 5808W
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 battery soc: 72%
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 battery power: -1990W
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 grid power: 0W
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 giving priority to battery charging at soc: 72%
Aug 29 09:39:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:39:50 site power: 500W
Aug 29 09:39:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:50 charge voltages: [244 0 0]V
Aug 29 09:39:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:50 detected connected phases: 1p
Aug 29 09:39:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:50 charge currents: [5.1 0.3 0.2]A
Aug 29 09:39:50 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:50 detected active phases: 1p
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 charger status: C
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 soc estimated: 71.05% (vehicle: 71.00%)
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 vehicle soc: 71%
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 vehicle soc limit: 80%
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 vehicle range: 374km
Aug 29 09:39:51 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:39:51 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 ----
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 charge power: 1246W
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 pv power: 5942W
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 battery soc: 72%
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 battery power: -1900W
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 grid power: 0W
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 giving priority to battery charging at soc: 72%
Aug 29 09:40:00 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:00 site power: 500W
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 charge voltages: [244 0 0]V
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 detected connected phases: 1p
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 charge currents: [5.1 0.3 0.2]A
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 detected active phases: 1p
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 charger status: C
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 soc estimated: 71.05% (vehicle: 71.00%)
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 vehicle soc: 71%
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 vehicle soc limit: 80%
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 vehicle range: 374km
Aug 29 09:40:00 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:00 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 ----
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 charge power: 1245W
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 pv power: 5953W
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 battery soc: 72%
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 battery power: -2220W
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 grid power: 0W
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 giving priority to battery charging at soc: 72%
Aug 29 09:40:10 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:10 site power: 500W
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 charge voltages: [244 0 0]V
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 detected connected phases: 1p
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 charge currents: [5.1 0.3 0.2]A
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 detected active phases: 1p
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 charger status: C
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 soc estimated: 71.06% (vehicle: 71.00%)
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 vehicle soc: 71%
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 vehicle soc limit: 80%
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 vehicle range: 374km
Aug 29 09:40:10 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:10 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 ----
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 charge power: 1246W
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 pv power: 5876W
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 battery soc: 72%
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 battery power: -2030W
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 grid power: 0W
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 giving priority to battery charging at soc: 72%
Aug 29 09:40:20 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:20 site power: 500W
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 charge voltages: [244 0 0]V
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 detected connected phases: 1p
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 charge currents: [5.1 0.3 0.2]A
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 detected active phases: 1p
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 charger status: C
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 soc estimated: 71.06% (vehicle: 71.00%)
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 vehicle soc: 71%
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 vehicle soc limit: 80%
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 vehicle range: 374km
Aug 29 09:40:20 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:20 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 ----
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 charge power: 1246W
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 pv power: 5568W
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 battery soc: 72%
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 battery power: -1730W
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 grid power: 0W
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 giving priority to battery charging at soc: 72%
Aug 29 09:40:30 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:30 site power: 500W
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 charge voltages: [244 0 0]V
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 detected connected phases: 1p
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 charge currents: [5.1 0.3 0.2]A
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 detected active phases: 1p
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 charger status: C
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 soc estimated: 71.07% (vehicle: 71.00%)
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 vehicle soc: 71%
Aug 29 09:40:30 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:30 vehicle soc limit: 80%
Aug 29 09:40:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:31 vehicle range: 374km
Aug 29 09:40:31 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:31 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 ----
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 charge power: 1246W
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 pv power: 5245W
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 battery soc: 72%
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 battery power: -1310W
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 grid power: 0W
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 giving priority to battery charging at soc: 72%
Aug 29 09:40:40 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:40 site power: 500W
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 charge voltages: [244 0 0]V
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 detected connected phases: 1p
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 charge currents: [5.1 0.3 0.2]A
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 detected active phases: 1p
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 charger status: C
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 soc estimated: 71.07% (vehicle: 71.00%)
Aug 29 09:40:40 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:40 vehicle soc: 71%
Aug 29 09:40:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:41 vehicle soc limit: 80%
Aug 29 09:40:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:41 vehicle range: 374km
Aug 29 09:40:41 raspberrypi evcc[5346]: [lp-1  ] DEBUG 2023/08/29 09:40:41 pv charge current: 0A = 0A + -2.17A (500W @ 1p)
Aug 29 09:40:50 raspberrypi evcc[5346]: [site  ] DEBUG 2023/08/29 09:40:50 ----
Aug 29 09:40:50 raspberrypi evcc[5346
andig commented 1 year ago

What's interesting here is this:

set charge mode: off

Even that does not stop charging. Could I ask you to set the Tesla car to log trace to see if evcc even attempts to stop it?

I've also hears rumors that the TWC api might have changed- could that potentially mean that Tesla is now controlled by the TWC and ignores the app api in that case?

@GrimmiMeloni oder siehst Du irgendeine Möglichkeit, dass hier das geänderte syncCharger etwas bewirken sollte? Ich würde mindestens bei off immer noch eindeutigen Effekt erwarten?

yipikaye commented 1 year ago

Hi @andig,

I will try and collect more logs. The app does stop the car sometimes so it can work. E.g. when it is charging on solar (as it should) then cloud moves over or you set the % SOC of home battery higher then EVCC does stop charging. But then the car starts again sometime later. When i set EVCC to off (when it knows the state should be on) im 90% sure it does stop but then the car starts again almost immediately. When I set EVCC to off, but its already in PV state where it should be in the off state but isn't, then nothing happens and the car continues to charge.

There was a major update to the TWC firmware and app. The car can still be controlled to change the charge rate but there is something going on with the wall chager. There is also a hardware refresh coming. There are some people reverse engineering the app now.

It doesn't appear to be well documented at all yet https://community.home-assistant.io/t/tesla-wall-connector-gen-3-restful/311670/68

GrimmiMeloni commented 1 year ago

When I set EVCC to off, but its already in PV state where it should be in the off state but isn't, then nothing happens and the car continues to charge.

From the top of my head, I think it still matches the analysis. Very likely both charger and loadpoint think they are disabled. Given the restart, also the loadpoint chargeCurrent is default at 0.

mode.Off calls setLimit(0), but given the above situation it is NoOp.

To the TWC owners here - is the behavior that charging starts immediately on plugging in the car something new (maybe due to the mentioned firmware update), or was it always like this?

andig commented 1 year ago

But then the car starts again sometime later.

If that happens without evcc sending the startup according to detailed log then I'm afraid we're out of luck for time being.

yipikaye commented 1 year ago

To the TWC owners here - is the behavior that charging starts immediately on plugging in the car something new (maybe due to the mentioned firmware update), or was it always like this?

Charging always started immediately, but then EVCC stopped it within 1 control loop.

andig commented 1 year ago

Charging always started immediately, but then EVCC stopped it within 1 control loop.

Ah, that makes it (a little) clearer. We've refactored the way that evcc forces its will upon the charger. Since we cannot enable/disable the TWC we're just returning the last set state. We do not take into account if the charger is actually charging (if so, it cannot be disabled).

@GrimmiMeloni das können wir im TWC fixen aber genauso auch im Loadpoint (Dein Vorschlag). Bei mir macht es aber noch nicht klick, woher diese Änderung des Verhaltens kommt? Im Modus Off müsste doch ein enableter Charger doch wieder gestoppt werden?

GrimmiMeloni commented 1 year ago

Im Modus Off müsste doch ein enableter Charger doch wieder gestoppt werden?

Korrekt. Aber die TWC Implementierung von Enabled() gibt lediglich einen Boolean zurück, der nur durch den Loadpoint via Enabled() verändert wird. Da der Loadpoint aber gar nicht enabled (hat) gibt der Charger auch bei laufender Ladung ein disabled zurück. Generell sollten die Charger Implementierungen den physikalischen Ist-Zustand abbilden. Insbesondere bei Chargern mit Eigenleben muß Enabled() auch entsprechend intelligent sein um das zu erkennen.

yipikaye commented 1 year ago

This sounds positive. It would be good to try and poll the charger to see if its active or not.

In researching this issue, this thread seems to have identified now how to poll the charger to see if vehicle is connected and charging https://community.home-assistant.io/t/tesla-wall-connector-gen-3-restful/311670/10

This could be a start? They've not figured out full control yet, but I see in the more recent posts they can now update the load sharing. Maybe this is the very beginning of TWC being a "smart" charger.

** Edit: reading the thread in detail the API doesn't seem reliable yet so maybe its best to implement some form of logic the old method (0.118.0), that worked flawlessly

andig commented 1 year ago

Aber die TWC Implementierung von Enabled() gibt lediglich einen Boolean zurück, der nur durch den Loadpoint via Enabled() verändert wird. Da der Loadpoint aber gar nicht enabled (hat) gibt der Charger auch bei laufender Ladung ein disabled zurück.

@GrimmiMeloni genau so- aber warum sollte das erst ab 0.119.0 ein Problem sein?

GrimmiMeloni commented 1 year ago

aber warum sollte das erst ab 0.119.0 ein Problem sein?

Weil bis 0.118.11 noch die Erkennung über lp.charging() angesprungen ist, und dann der Charger disabled wurde. (Das ist der case mit "Charger Logic error").

Das würde durch meinen Fix aus #9570 wieder hergestellt.

andig commented 1 year ago

@yipikaye any chance you could try the nightly version in 20 minutes?

infinus commented 1 year ago

I tried the nightly and we have good and bad. Good: charger timer starts to stop charging. The bad is charging will not resume when there is excess solar. The off button will stop charging but going back to solar will not resume. Here is the log:

`

[main  ] INFO 2023/08/29 22:56:42 evcc 0.119.2 (b28c7b51)
--
[main  ] INFO 2023/08/29 22:56:42 using config file: /etc/evcc.yaml
[main  ] INFO 2023/08/29 22:56:42 starting ui and api at :7070
[main  ] INFO 2023/08/29 22:56:48 evcc 0.119.2 (b28c7b51)
[main  ] INFO 2023/08/29 22:56:48 using config file: /etc/evcc.yaml
[main  ] INFO 2023/08/29 22:56:48 starting ui and api at :7070
[db    ] INFO 2023/08/29 22:56:48 using sqlite database: /root/.evcc/evcc.db
[site  ] INFO 2023/08/29 22:56:49 site config:
[site  ] INFO 2023/08/29 22:56:49   meters:      grid ✓ pv ✓ battery ✗
[site  ] INFO 2023/08/29 22:56:49     grid:      power ✓ energy ✗ currents ✗
[site  ] INFO 2023/08/29 22:56:49     pv 1:      power ✓ energy ✓ currents ✗
[site  ] INFO 2023/08/29 22:56:49   vehicles:
[site  ] INFO 2023/08/29 22:56:49     vehicle 1: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1  ] INFO 2023/08/29 22:56:49 loadpoint 1:
[lp-1  ] INFO 2023/08/29 22:56:49   mode:        pv
[lp-1  ] INFO 2023/08/29 22:56:49   charger:     power ✓ energy ✗ currents ✓ phases ✗wakeup ✗
[lp-1  ] INFO 2023/08/29 22:56:49   meters:      charge ✓
[lp-1  ] INFO 2023/08/29 22:56:49     charge:    power ✓ energy ✗ currents ✓
[lp-1  ] DEBUG 2023/08/29 22:56:49 phase timer inactive
[lp-1  ] DEBUG 2023/08/29 22:56:49 pv timer inactive
[lp-1  ] DEBUG 2023/08/29 22:56:49 guard timer inactive
[lp-1  ] INFO 2023/08/29 22:56:49 vehicle updated: unknown -> Infinus
[site  ] WARN 2023/08/29 22:56:49 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site  ] DEBUG 2023/08/29 22:56:49 ----
[lp-1  ] DEBUG 2023/08/29 22:56:49 charge power: 0W
[site  ] DEBUG 2023/08/29 22:56:52 pv power: 9150W
[site  ] DEBUG 2023/08/29 22:56:54 grid power: 368W
[site  ] DEBUG 2023/08/29 22:56:54 site power: 368W
[lp-1  ] DEBUG 2023/08/29 22:56:54 vehicle odometer: 63008km
[lp-1  ] DEBUG 2023/08/29 22:56:54 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:56:54 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:56:54 charger status: B
[lp-1  ] INFO 2023/08/29 22:56:54 car connected
[lp-1  ] DEBUG 2023/08/29 22:56:54 pv timer elapse
[lp-1  ] DEBUG 2023/08/29 22:56:54 pv timer inactive
[lp-1  ] DEBUG 2023/08/29 22:56:54 charger: guard elapse
[lp-1  ] DEBUG 2023/08/29 22:56:54 guard timer inactive
[lp-1  ] DEBUG 2023/08/29 22:56:54 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 22:56:54 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 22:56:54 vehicle range: 205km
[lp-1  ] DEBUG 2023/08/29 22:56:54 pv charge current: 0A = 0A + -1.6A (368W @ 1p)
[lp-1  ] DEBUG 2023/08/29 22:56:54 pv enable timer reset
[lp-1  ] DEBUG 2023/08/29 22:56:54 pv timer inactive
[site  ] DEBUG 2023/08/29 22:56:59 ----
[lp-1  ] DEBUG 2023/08/29 22:56:59 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:01 pv power: 9128W
[site  ] DEBUG 2023/08/29 22:57:03 grid power: 380W
[site  ] DEBUG 2023/08/29 22:57:03 site power: 380W
[lp-1  ] DEBUG 2023/08/29 22:57:03 vehicle odometer: 63008km
[lp-1  ] DEBUG 2023/08/29 22:57:03 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:03 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:03 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:03 pv charge current: 0A = 0A + -1.65A (380W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:09 ----
[lp-1  ] DEBUG 2023/08/29 22:57:11 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:13 pv power: 9141W
[site  ] DEBUG 2023/08/29 22:57:15 grid power: 355W
[site  ] DEBUG 2023/08/29 22:57:15 site power: 355W
[lp-1  ] DEBUG 2023/08/29 22:57:16 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:16 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:16 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:16 pv charge current: 0A = 0A + -1.54A (355W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:19 ----
[lp-1  ] DEBUG 2023/08/29 22:57:19 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:22 pv power: 9151W
[site  ] DEBUG 2023/08/29 22:57:23 grid power: 410W
[site  ] DEBUG 2023/08/29 22:57:23 site power: 410W
[lp-1  ] DEBUG 2023/08/29 22:57:23 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:23 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:23 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:23 pv charge current: 0A = 0A + -1.78A (410W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:29 ----
[lp-1  ] DEBUG 2023/08/29 22:57:29 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:32 pv power: 9144W
[site  ] DEBUG 2023/08/29 22:57:34 grid power: 349W
[site  ] DEBUG 2023/08/29 22:57:34 site power: 349W
[lp-1  ] DEBUG 2023/08/29 22:57:34 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:34 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:34 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:34 pv charge current: 0A = 0A + -1.52A (349W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:39 ----
[lp-1  ] DEBUG 2023/08/29 22:57:39 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:42 pv power: 9132W
[site  ] DEBUG 2023/08/29 22:57:44 grid power: 243W
[site  ] DEBUG 2023/08/29 22:57:44 site power: 243W
[lp-1  ] DEBUG 2023/08/29 22:57:44 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:44 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:44 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:44 pv charge current: 0A = 0A + -1.06A (243W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:49 ----
[lp-1  ] DEBUG 2023/08/29 22:57:49 charge power: 0W
[site  ] DEBUG 2023/08/29 22:57:52 pv power: 9147W
[site  ] DEBUG 2023/08/29 22:57:53 grid power: 306W
[site  ] DEBUG 2023/08/29 22:57:53 site power: 306W
[lp-1  ] DEBUG 2023/08/29 22:57:53 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:57:53 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:57:53 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:57:53 pv charge current: 0A = 0A + -1.33A (306W @ 1p)
[site  ] DEBUG 2023/08/29 22:57:59 ----
[lp-1  ] DEBUG 2023/08/29 22:57:59 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:02 pv power: 9127W
[site  ] DEBUG 2023/08/29 22:58:03 grid power: 315W
[site  ] DEBUG 2023/08/29 22:58:03 site power: 315W
[lp-1  ] DEBUG 2023/08/29 22:58:03 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:03 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:03 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:03 pv charge current: 0A = 0A + -1.37A (315W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:09 ----
[lp-1  ] DEBUG 2023/08/29 22:58:09 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:12 pv power: 9136W
[site  ] DEBUG 2023/08/29 22:58:13 grid power: 320W
[site  ] DEBUG 2023/08/29 22:58:13 site power: 320W
[lp-1  ] DEBUG 2023/08/29 22:58:14 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:14 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:14 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:14 pv charge current: 0A = 0A + -1.39A (320W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:19 ----
[lp-1  ] DEBUG 2023/08/29 22:58:19 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:22 pv power: 9142W
[site  ] DEBUG 2023/08/29 22:58:24 grid power: 388W
[site  ] DEBUG 2023/08/29 22:58:24 site power: 388W
[lp-1  ] DEBUG 2023/08/29 22:58:24 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:24 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:24 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:24 pv charge current: 0A = 0A + -1.68A (388W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:29 ----
[lp-1  ] DEBUG 2023/08/29 22:58:29 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:32 pv power: 9132W
[site  ] DEBUG 2023/08/29 22:58:33 grid power: 416W
[site  ] DEBUG 2023/08/29 22:58:33 site power: 416W
[lp-1  ] DEBUG 2023/08/29 22:58:33 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:33 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:33 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:33 pv charge current: 0A = 0A + -1.81A (416W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:39 ----
[lp-1  ] DEBUG 2023/08/29 22:58:39 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:42 pv power: 9121W
[site  ] DEBUG 2023/08/29 22:58:45 grid power: 573W
[site  ] DEBUG 2023/08/29 22:58:45 site power: 573W
[lp-1  ] DEBUG 2023/08/29 22:58:45 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:45 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:45 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:45 pv charge current: 0A = 0A + -2.49A (573W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:49 ----
[lp-1  ] DEBUG 2023/08/29 22:58:49 charge power: 0W
[site  ] DEBUG 2023/08/29 22:58:52 pv power: 9129W
[site  ] DEBUG 2023/08/29 22:58:53 grid power: 492W
[site  ] DEBUG 2023/08/29 22:58:53 site power: 492W
[lp-1  ] DEBUG 2023/08/29 22:58:53 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:58:53 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:58:53 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:58:53 pv charge current: 0A = 0A + -2.14A (492W @ 1p)
[site  ] DEBUG 2023/08/29 22:58:59 ----
[lp-1  ] DEBUG 2023/08/29 22:58:59 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:02 pv power: 9136W
[site  ] DEBUG 2023/08/29 22:59:04 grid power: 464W
[site  ] DEBUG 2023/08/29 22:59:04 site power: 464W
[lp-1  ] DEBUG 2023/08/29 22:59:04 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:04 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:04 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:04 pv charge current: 0A = 0A + -2.02A (464W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:09 ----
[lp-1  ] DEBUG 2023/08/29 22:59:09 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:13 pv power: 9138W
[site  ] DEBUG 2023/08/29 22:59:14 grid power: 408W
[site  ] DEBUG 2023/08/29 22:59:14 site power: 408W
[lp-1  ] DEBUG 2023/08/29 22:59:14 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:14 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:14 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:14 pv charge current: 0A = 0A + -1.78A (408W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:19 ----
[lp-1  ] DEBUG 2023/08/29 22:59:19 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:22 pv power: 9141W
[site  ] DEBUG 2023/08/29 22:59:24 grid power: 235W
[site  ] DEBUG 2023/08/29 22:59:24 site power: 235W
[lp-1  ] DEBUG 2023/08/29 22:59:24 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:24 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:24 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:24 pv charge current: 0A = 0A + -1.02A (235W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:29 ----
[lp-1  ] DEBUG 2023/08/29 22:59:29 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:31 pv power: 9138W
[site  ] DEBUG 2023/08/29 22:59:33 grid power: 268W
[site  ] DEBUG 2023/08/29 22:59:33 site power: 268W
[lp-1  ] DEBUG 2023/08/29 22:59:33 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:33 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:33 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:33 pv charge current: 0A = 0A + -1.17A (268W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:39 ----
[lp-1  ] DEBUG 2023/08/29 22:59:39 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:42 pv power: 9131W
[site  ] DEBUG 2023/08/29 22:59:45 grid power: 390W
[site  ] DEBUG 2023/08/29 22:59:45 site power: 390W
[lp-1  ] DEBUG 2023/08/29 22:59:45 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:45 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:45 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:45 pv charge current: 0A = 0A + -1.69A (390W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:49 ----
[lp-1  ] DEBUG 2023/08/29 22:59:49 charge power: 0W
[site  ] DEBUG 2023/08/29 22:59:52 pv power: 9123W
[site  ] DEBUG 2023/08/29 22:59:53 grid power: 319W
[site  ] DEBUG 2023/08/29 22:59:53 site power: 319W
[lp-1  ] DEBUG 2023/08/29 22:59:53 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 22:59:53 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 22:59:53 charger status: B
[lp-1  ] DEBUG 2023/08/29 22:59:53 pv charge current: 0A = 0A + -1.39A (319W @ 1p)
[site  ] DEBUG 2023/08/29 22:59:59 ----
[lp-1  ] DEBUG 2023/08/29 22:59:59 charge power: 0W
[site  ] DEBUG 2023/08/29 23:00:02 pv power: 9111W
[site  ] DEBUG 2023/08/29 23:00:03 grid power: 347W
[site  ] DEBUG 2023/08/29 23:00:03 site power: 347W
[lp-1  ] DEBUG 2023/08/29 23:00:03 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 23:00:03 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:03 charger status: B
[lp-1  ] DEBUG 2023/08/29 23:00:03 pv charge current: 0A = 0A + -1.51A (347W @ 1p)
[site  ] DEBUG 2023/08/29 23:00:09 ----
[lp-1  ] DEBUG 2023/08/29 23:00:09 charge power: 0W
[site  ] DEBUG 2023/08/29 23:00:12 pv power: 9111W
[site  ] DEBUG 2023/08/29 23:00:14 grid power: 353W
[site  ] DEBUG 2023/08/29 23:00:14 site power: 353W
[lp-1  ] DEBUG 2023/08/29 23:00:14 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 23:00:14 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:14 charger status: B
[lp-1  ] DEBUG 2023/08/29 23:00:14 pv charge current: 0A = 0A + -1.53A (353W @ 1p)
[site  ] DEBUG 2023/08/29 23:00:19 ----
[lp-1  ] DEBUG 2023/08/29 23:00:19 charge power: 0W
[site  ] DEBUG 2023/08/29 23:00:22 pv power: 9124W
[site  ] DEBUG 2023/08/29 23:00:23 grid power: 220W
[site  ] DEBUG 2023/08/29 23:00:23 site power: 220W
[lp-1  ] DEBUG 2023/08/29 23:00:23 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 23:00:23 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:23 charger status: B
[lp-1  ] DEBUG 2023/08/29 23:00:23 pv charge current: 0A = 0A + -0.958A (220W @ 1p)
[site  ] DEBUG 2023/08/29 23:00:29 ----
[lp-1  ] DEBUG 2023/08/29 23:00:29 charge power: 0W
[site  ] DEBUG 2023/08/29 23:00:32 pv power: 9112W
[site  ] DEBUG 2023/08/29 23:00:34 grid power: 367W
[site  ] DEBUG 2023/08/29 23:00:34 site power: 367W
[lp-1  ] DEBUG 2023/08/29 23:00:34 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:00:34 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:00:34 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:34 charger status: C
[lp-1  ] INFO 2023/08/29 23:00:34 start charging ->
[lp-1  ] DEBUG 2023/08/29 23:00:34 wake-up timer: stop
[lp-1  ] DEBUG 2023/08/29 23:00:34 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:00:34 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:00:34 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:00:34 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:00:34 pv charge current: 0A = 0A + -1.59A (367W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:00:34 site power 367W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:00:34 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2023/08/29 23:00:34 pv disable in 3m0s
[lp-1  ] DEBUG 2023/08/29 23:00:35 max charge current: 6A
[site  ] DEBUG 2023/08/29 23:00:39 ----
[lp-1  ] DEBUG 2023/08/29 23:00:39 charge power: 456W
[site  ] DEBUG 2023/08/29 23:00:42 pv power: 9082W
[site  ] DEBUG 2023/08/29 23:00:44 grid power: 1404W
[site  ] DEBUG 2023/08/29 23:00:44 site power: 1404W
[lp-1  ] DEBUG 2023/08/29 23:00:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:00:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:00:44 charge currents: [5.9 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:00:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:00:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:00:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:00:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:00:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:00:44 pv charge current: 0A = 6A + -6.1A (1404W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:00:44 site power 1404W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:00:44 pv disable in 2m51s
[lp-1  ] DEBUG 2023/08/29 23:00:44 pv disable timer remaining: 2m51s
[site  ] DEBUG 2023/08/29 23:00:49 ----
[lp-1  ] DEBUG 2023/08/29 23:00:49 charge power: 1414W
[site  ] DEBUG 2023/08/29 23:00:52 pv power: 9075W
[site  ] DEBUG 2023/08/29 23:00:55 grid power: 1721W
[site  ] DEBUG 2023/08/29 23:00:55 site power: 1721W
[lp-1  ] DEBUG 2023/08/29 23:00:55 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:00:55 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:00:55 charge currents: [5.9 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:00:55 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:00:55 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:00:55 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:00:55 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:00:55 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:00:55 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:00:55 pv charge current: 0A = 6A + -7.48A (1721W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:00:55 site power 1721W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:00:55 pv disable in 2m39s
[lp-1  ] DEBUG 2023/08/29 23:00:55 pv disable timer remaining: 2m39s
[site  ] DEBUG 2023/08/29 23:00:59 ----
[lp-1  ] DEBUG 2023/08/29 23:00:59 charge power: 1416W
[site  ] DEBUG 2023/08/29 23:01:02 pv power: 9075W
[site  ] DEBUG 2023/08/29 23:01:04 grid power: 1711W
[site  ] DEBUG 2023/08/29 23:01:04 site power: 1711W
[lp-1  ] DEBUG 2023/08/29 23:01:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:04 charge currents: [5.9 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:04 pv charge current: 0A = 6A + -7.44A (1711W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:04 site power 1711W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:04 pv disable in 2m31s
[lp-1  ] DEBUG 2023/08/29 23:01:04 pv disable timer remaining: 2m31s
[site  ] DEBUG 2023/08/29 23:01:09 ----
[lp-1  ] DEBUG 2023/08/29 23:01:09 charge power: 1417W
[site  ] DEBUG 2023/08/29 23:01:12 pv power: 9086W
[site  ] DEBUG 2023/08/29 23:01:13 grid power: 1713W
[site  ] DEBUG 2023/08/29 23:01:13 site power: 1713W
[lp-1  ] DEBUG 2023/08/29 23:01:13 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:13 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:13 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:13 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:13 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:13 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:13 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:13 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:13 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:13 pv charge current: 0A = 6A + -7.45A (1713W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:13 site power 1713W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:13 pv disable in 2m21s
[lp-1  ] DEBUG 2023/08/29 23:01:13 pv disable timer remaining: 2m21s
[site  ] DEBUG 2023/08/29 23:01:19 ----
[lp-1  ] DEBUG 2023/08/29 23:01:19 charge power: 1464W
[site  ] DEBUG 2023/08/29 23:01:25 pv power: 9084W
[site  ] DEBUG 2023/08/29 23:01:26 grid power: 1721W
[site  ] DEBUG 2023/08/29 23:01:26 site power: 1721W
[lp-1  ] DEBUG 2023/08/29 23:01:26 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:26 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:26 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:26 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:26 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:26 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:26 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:26 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:26 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:26 pv charge current: 0A = 6A + -7.48A (1721W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:26 site power 1721W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:26 pv disable in 2m8s
[lp-1  ] DEBUG 2023/08/29 23:01:26 pv disable timer remaining: 2m8s
[site  ] DEBUG 2023/08/29 23:01:29 ----
[lp-1  ] DEBUG 2023/08/29 23:01:29 charge power: 1464W
[site  ] DEBUG 2023/08/29 23:01:31 pv power: 9079W
[site  ] DEBUG 2023/08/29 23:01:32 grid power: 1662W
[site  ] DEBUG 2023/08/29 23:01:32 site power: 1662W
[lp-1  ] DEBUG 2023/08/29 23:01:32 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:32 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:32 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:32 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:32 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:32 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:32 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:32 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:32 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:32 pv charge current: 0A = 6A + -7.23A (1662W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:32 site power 1662W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:32 pv disable in 2m3s
[lp-1  ] DEBUG 2023/08/29 23:01:32 pv disable timer remaining: 2m3s
[lp-1  ] DEBUG 2023/08/29 23:01:33 set charge mode: off
[lp-1  ] DEBUG 2023/08/29 23:01:33 pv timer reset
[lp-1  ] DEBUG 2023/08/29 23:01:33 pv timer inactive
[site  ] DEBUG 2023/08/29 23:01:33 ----
[lp-1  ] DEBUG 2023/08/29 23:01:33 charge power: 1464W
[site  ] DEBUG 2023/08/29 23:01:35 pv power: 9075W
[site  ] DEBUG 2023/08/29 23:01:37 grid power: 1697W
[site  ] DEBUG 2023/08/29 23:01:37 site power: 1697W
[lp-1  ] DEBUG 2023/08/29 23:01:37 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:37 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:37 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:37 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:37 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:37 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:37 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:37 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:37 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:37 charger disable
[lp-1  ] DEBUG 2023/08/29 23:01:37 wake-up timer: stop
[site  ] DEBUG 2023/08/29 23:01:39 ----
[lp-1  ] DEBUG 2023/08/29 23:01:39 charge power: 0W
[lp-1  ] DEBUG 2023/08/29 23:01:41 set charge mode: pv
[site  ] DEBUG 2023/08/29 23:01:42 pv power: 9076W
[site  ] DEBUG 2023/08/29 23:01:44 grid power: 286W
[site  ] DEBUG 2023/08/29 23:01:44 site power: 286W
[lp-1  ] DEBUG 2023/08/29 23:01:44 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 23:01:44 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:44 charger status: B
[lp-1  ] INFO 2023/08/29 23:01:44 stop charging <-
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle range: 205km
[lp-1  ] DEBUG 2023/08/29 23:01:45 pv charge current: 0A = 0A + -1.24A (286W @ 1p)
[site  ] DEBUG 2023/08/29 23:01:45 ----
[lp-1  ] DEBUG 2023/08/29 23:01:45 charge power: 0W
[site  ] DEBUG 2023/08/29 23:01:47 pv power: 9077W
[site  ] DEBUG 2023/08/29 23:01:50 grid power: 280W
[site  ] DEBUG 2023/08/29 23:01:50 site power: 280W
[lp-1  ] DEBUG 2023/08/29 23:01:50 charge voltages: [219 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:50 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:50 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:50 charger status: C
[lp-1  ] INFO 2023/08/29 23:01:50 start charging ->
[lp-1  ] DEBUG 2023/08/29 23:01:50 wake-up timer: stop
[lp-1  ] DEBUG 2023/08/29 23:01:50 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:50 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:50 vehicle range: 205km
[lp-1  ] DEBUG 2023/08/29 23:01:50 charger: guard elapse
[lp-1  ] DEBUG 2023/08/29 23:01:50 guard timer inactive
[lp-1  ] DEBUG 2023/08/29 23:01:50 pv charge current: 0.784A = 2A + -1.22A (280W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:50 site power 280W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:50 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2023/08/29 23:01:50 pv disable in 3m0s
[site  ] DEBUG 2023/08/29 23:01:50 ----
[lp-1  ] DEBUG 2023/08/29 23:01:50 charge power: 0W
[site  ] DEBUG 2023/08/29 23:01:53 pv power: 9076W
[site  ] DEBUG 2023/08/29 23:01:55 grid power: 281W
[site  ] DEBUG 2023/08/29 23:01:55 site power: 281W
[lp-1  ] DEBUG 2023/08/29 23:01:55 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:01:55 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:01:55 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:55 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:01:55 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:55 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:55 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:01:55 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:01:55 pv charge current: 0.779A = 2A + -1.22A (281W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:01:55 site power 281W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:01:55 pv disable in 2m55s
[lp-1  ] DEBUG 2023/08/29 23:01:55 pv disable timer remaining: 2m55s
[site  ] DEBUG 2023/08/29 23:01:59 ----
[lp-1  ] DEBUG 2023/08/29 23:01:59 charge power: 744W
[site  ] DEBUG 2023/08/29 23:02:03 pv power: 9073W
[site  ] DEBUG 2023/08/29 23:02:05 grid power: 678W
[site  ] DEBUG 2023/08/29 23:02:05 site power: 678W
[lp-1  ] DEBUG 2023/08/29 23:02:05 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:05 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:05 charge currents: [1.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:05 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:05 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:05 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:05 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:05 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:05 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:05 pv charge current: 0.651A = 3.6A + -2.95A (678W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:05 site power 678W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:05 pv disable in 2m45s
[lp-1  ] DEBUG 2023/08/29 23:02:05 pv disable timer remaining: 2m45s
[site  ] DEBUG 2023/08/29 23:02:09 ----
[lp-1  ] DEBUG 2023/08/29 23:02:09 charge power: 360W
[site  ] DEBUG 2023/08/29 23:02:12 pv power: 9068W
[site  ] DEBUG 2023/08/29 23:02:14 grid power: 954W
[site  ] DEBUG 2023/08/29 23:02:14 site power: 954W
[lp-1  ] DEBUG 2023/08/29 23:02:14 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:14 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:14 charge currents: [2.8 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:14 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:14 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:14 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:14 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:14 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:14 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:14 pv charge current: 0.654A = 4.8A + -4.15A (954W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:14 site power 954W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:14 pv disable in 2m35s
[lp-1  ] DEBUG 2023/08/29 23:02:14 pv disable timer remaining: 2m35s
[site  ] DEBUG 2023/08/29 23:02:19 ----
[lp-1  ] DEBUG 2023/08/29 23:02:19 charge power: 672W
[site  ] DEBUG 2023/08/29 23:02:22 pv power: 9060W
[site  ] DEBUG 2023/08/29 23:02:24 grid power: 685W
[site  ] DEBUG 2023/08/29 23:02:24 site power: 685W
[lp-1  ] DEBUG 2023/08/29 23:02:24 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:24 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:24 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:24 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:24 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:24 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:24 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:24 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:24 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:24 pv charge current: 0.523A = 3.5A + -2.98A (685W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:24 site power 685W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:24 pv disable in 2m26s
[lp-1  ] DEBUG 2023/08/29 23:02:24 pv disable timer remaining: 2m26s
[site  ] DEBUG 2023/08/29 23:02:29 ----
[lp-1  ] DEBUG 2023/08/29 23:02:29 charge power: 360W
[site  ] DEBUG 2023/08/29 23:02:32 pv power: 9056W
[site  ] DEBUG 2023/08/29 23:02:34 grid power: 672W
[site  ] DEBUG 2023/08/29 23:02:34 site power: 672W
[lp-1  ] DEBUG 2023/08/29 23:02:34 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:34 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:34 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:34 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:34 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:34 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:34 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:34 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:34 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:34 pv charge current: 0.578A = 3.5A + -2.92A (672W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:34 site power 672W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:34 pv disable in 2m16s
[lp-1  ] DEBUG 2023/08/29 23:02:34 pv disable timer remaining: 2m16s
[site  ] DEBUG 2023/08/29 23:02:39 ----
[lp-1  ] DEBUG 2023/08/29 23:02:39 charge power: 360W
[site  ] DEBUG 2023/08/29 23:02:42 pv power: 9056W
[site  ] DEBUG 2023/08/29 23:02:44 grid power: 786W
[site  ] DEBUG 2023/08/29 23:02:44 site power: 786W
[lp-1  ] DEBUG 2023/08/29 23:02:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:44 charge currents: [3.1 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:44 pv charge current: 1.68A = 5.1A + -3.42A (786W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:44 site power 786W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:44 pv disable in 2m6s
[lp-1  ] DEBUG 2023/08/29 23:02:44 pv disable timer remaining: 2m6s
[site  ] DEBUG 2023/08/29 23:02:49 ----
[lp-1  ] DEBUG 2023/08/29 23:02:49 charge power: 672W
[site  ] DEBUG 2023/08/29 23:02:52 pv power: 9051W
[site  ] DEBUG 2023/08/29 23:02:54 grid power: 737W
[site  ] DEBUG 2023/08/29 23:02:54 site power: 737W
[lp-1  ] DEBUG 2023/08/29 23:02:54 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:02:54 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:54 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:02:54 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:02:54 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:02:54 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:02:54 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:02:54 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:02:54 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:02:54 pv charge current: 0.296A = 3.5A + -3.2A (737W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:02:54 site power 737W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:02:54 pv disable in 1m55s
[lp-1  ] DEBUG 2023/08/29 23:02:54 pv disable timer remaining: 1m55s
[site  ] DEBUG 2023/08/29 23:02:59 ----
[lp-1  ] DEBUG 2023/08/29 23:02:59 charge power: 360W
[site  ] DEBUG 2023/08/29 23:03:02 pv power: 9046W
[site  ] DEBUG 2023/08/29 23:03:03 grid power: 503W
[site  ] DEBUG 2023/08/29 23:03:03 site power: 503W
[lp-1  ] DEBUG 2023/08/29 23:03:03 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:03 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:03 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:03 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:03 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:03 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:03 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:03 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:03 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:03 pv charge current: 1.31A = 3.5A + -2.19A (503W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:03:03 site power 503W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/29 23:03:03 pv disable in 1m46s
[lp-1  ] DEBUG 2023/08/29 23:03:03 pv disable timer remaining: 1m46s
[site  ] DEBUG 2023/08/29 23:03:09 ----
[lp-1  ] DEBUG 2023/08/29 23:03:09 charge power: 361W
[site  ] DEBUG 2023/08/29 23:03:13 pv power: 9035W
[site  ] DEBUG 2023/08/29 23:03:15 grid power: -2878W
[site  ] DEBUG 2023/08/29 23:03:15 site power: -2878W
[lp-1  ] DEBUG 2023/08/29 23:03:15 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:15 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:15 charge currents: [2.9 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:15 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:15 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:15 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:15 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:15 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:15 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:15 pv charge current: 17.4A = 4.9A + 12.5A (-2878W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:03:15 pv timer reset
[lp-1  ] DEBUG 2023/08/29 23:03:15 pv timer inactive
[lp-1  ] DEBUG 2023/08/29 23:03:15 max charge current: 17A
[site  ] DEBUG 2023/08/29 23:03:19 ----
[lp-1  ] DEBUG 2023/08/29 23:03:19 charge power: 649W
[site  ] DEBUG 2023/08/29 23:03:23 pv power: 9039W
[site  ] DEBUG 2023/08/29 23:03:24 grid power: -2912W
[site  ] DEBUG 2023/08/29 23:03:24 site power: -2912W
[lp-1  ] DEBUG 2023/08/29 23:03:24 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:24 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:24 charge currents: [1.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:24 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:24 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:24 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:24 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:24 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:24 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:24 pv charge current: 16.3A = 3.6A + 12.7A (-2912W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:03:25 max charge current: 16A
[site  ] DEBUG 2023/08/29 23:03:29 ----
[lp-1  ] DEBUG 2023/08/29 23:03:29 charge power: 361W
[site  ] DEBUG 2023/08/29 23:03:32 pv power: 9047W
[site  ] DEBUG 2023/08/29 23:03:34 grid power: -3105W
[site  ] DEBUG 2023/08/29 23:03:34 site power: -3105W
[lp-1  ] DEBUG 2023/08/29 23:03:34 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:34 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:34 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:34 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:34 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:34 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:34 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:34 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:34 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:34 pv charge current: 17A = 3.5A + 13.5A (-3105W @ 1p)
[site  ] DEBUG 2023/08/29 23:03:39 ----
[lp-1  ] DEBUG 2023/08/29 23:03:39 charge power: 360W
[site  ] DEBUG 2023/08/29 23:03:43 pv power: 9041W
[site  ] DEBUG 2023/08/29 23:03:44 grid power: -3059W
[site  ] DEBUG 2023/08/29 23:03:44 site power: -3059W
[lp-1  ] DEBUG 2023/08/29 23:03:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:44 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:44 pv charge current: 16.8A = 3.5A + 13.3A (-3059W @ 1p)
[site  ] DEBUG 2023/08/29 23:03:49 ----
[lp-1  ] DEBUG 2023/08/29 23:03:49 charge power: 649W
[site  ] DEBUG 2023/08/29 23:03:52 pv power: 9042W
[site  ] DEBUG 2023/08/29 23:03:53 grid power: -2751W
[site  ] DEBUG 2023/08/29 23:03:53 site power: -2751W
[lp-1  ] DEBUG 2023/08/29 23:03:53 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:03:53 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:53 charge currents: [2.7 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:03:53 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:03:53 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:03:53 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:03:53 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:03:53 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:03:53 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:03:53 pv charge current: 16.7A = 4.7A + 12A (-2751W @ 1p)
[site  ] DEBUG 2023/08/29 23:03:59 ----
[lp-1  ] DEBUG 2023/08/29 23:03:59 charge power: 360W
[site  ] DEBUG 2023/08/29 23:04:02 pv power: 9052W
[site  ] DEBUG 2023/08/29 23:04:04 grid power: -3084W
[site  ] DEBUG 2023/08/29 23:04:04 site power: -3084W
[lp-1  ] DEBUG 2023/08/29 23:04:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:04 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:04 pv charge current: 16.9A = 3.5A + 13.4A (-3084W @ 1p)
[site  ] DEBUG 2023/08/29 23:04:09 ----
[lp-1  ] DEBUG 2023/08/29 23:04:09 charge power: 361W
[site  ] DEBUG 2023/08/29 23:04:12 pv power: 9049W
[site  ] DEBUG 2023/08/29 23:04:13 grid power: -3139W
[site  ] DEBUG 2023/08/29 23:04:13 site power: -3139W
[lp-1  ] DEBUG 2023/08/29 23:04:13 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:13 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:13 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:13 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:13 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:13 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:13 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:13 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:13 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:13 pv charge current: 17.1A = 3.5A + 13.6A (-3139W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:04:14 max charge current: 17A
[site  ] DEBUG 2023/08/29 23:04:19 ----
[lp-1  ] DEBUG 2023/08/29 23:04:19 charge power: 360W
[site  ] DEBUG 2023/08/29 23:04:23 pv power: 9064W
[site  ] DEBUG 2023/08/29 23:04:25 grid power: -2693W
[site  ] DEBUG 2023/08/29 23:04:25 site power: -2693W
[lp-1  ] DEBUG 2023/08/29 23:04:25 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:25 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:25 charge currents: [2.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:25 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:25 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:25 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:25 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:25 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:25 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:25 pv charge current: 16.3A = 4.6A + 11.7A (-2693W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:04:25 max charge current: 16A
[site  ] DEBUG 2023/08/29 23:04:29 ----
[lp-1  ] DEBUG 2023/08/29 23:04:29 charge power: 456W
[site  ] DEBUG 2023/08/29 23:04:32 pv power: 9047W
[site  ] DEBUG 2023/08/29 23:04:34 grid power: -2951W
[site  ] DEBUG 2023/08/29 23:04:34 site power: -2951W
[lp-1  ] DEBUG 2023/08/29 23:04:34 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:34 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:34 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:34 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:34 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:34 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:34 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:34 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:34 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:34 pv charge current: 16.3A = 3.5A + 12.8A (-2951W @ 1p)
[site  ] DEBUG 2023/08/29 23:04:39 ----
[lp-1  ] DEBUG 2023/08/29 23:04:39 charge power: 360W
[site  ] DEBUG 2023/08/29 23:04:42 pv power: 9067W
[site  ] DEBUG 2023/08/29 23:04:44 grid power: -3749W
[site  ] DEBUG 2023/08/29 23:04:44 site power: -3749W
[lp-1  ] DEBUG 2023/08/29 23:04:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:44 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:44 pv charge current: 19.8A = 3.5A + 16.3A (-3749W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:04:45 max charge current: 19A
[site  ] DEBUG 2023/08/29 23:04:49 ----
[lp-1  ] DEBUG 2023/08/29 23:04:49 charge power: 360W
[site  ] DEBUG 2023/08/29 23:04:52 pv power: 9058W
[site  ] DEBUG 2023/08/29 23:04:53 grid power: -3635W
[site  ] DEBUG 2023/08/29 23:04:53 site power: -3635W
[lp-1  ] DEBUG 2023/08/29 23:04:53 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:04:53 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:53 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:04:53 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:04:53 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:04:53 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:04:53 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:04:53 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:04:53 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:04:53 pv charge current: 19.3A = 3.5A + 15.8A (-3635W @ 1p)
[site  ] DEBUG 2023/08/29 23:04:59 ----
[lp-1  ] DEBUG 2023/08/29 23:04:59 charge power: 624W
[site  ] DEBUG 2023/08/29 23:05:02 pv power: 9059W
[site  ] DEBUG 2023/08/29 23:05:04 grid power: -3469W
[site  ] DEBUG 2023/08/29 23:05:04 site power: -3469W
[lp-1  ] DEBUG 2023/08/29 23:05:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:04 charge currents: [2.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:04 pv charge current: 19.7A = 4.6A + 15.1A (-3469W @ 1p)
[site  ] DEBUG 2023/08/29 23:05:09 ----
[lp-1  ] DEBUG 2023/08/29 23:05:09 charge power: 360W
[site  ] DEBUG 2023/08/29 23:05:12 pv power: 9041W
[site  ] DEBUG 2023/08/29 23:05:14 grid power: -3842W
[site  ] DEBUG 2023/08/29 23:05:14 site power: -3842W
[lp-1  ] DEBUG 2023/08/29 23:05:14 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:14 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:14 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:14 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:14 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:14 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:14 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:14 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:14 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:14 pv charge current: 20.2A = 3.5A + 16.7A (-3842W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:05:15 max charge current: 20A
[site  ] DEBUG 2023/08/29 23:05:19 ----
[lp-1  ] DEBUG 2023/08/29 23:05:19 charge power: 360W
[site  ] DEBUG 2023/08/29 23:05:23 pv power: 9049W
[site  ] DEBUG 2023/08/29 23:05:25 grid power: -3830W
[site  ] DEBUG 2023/08/29 23:05:25 site power: -3830W
[lp-1  ] DEBUG 2023/08/29 23:05:25 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:25 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:25 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:25 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:25 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:25 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:25 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:25 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:25 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:25 pv charge current: 20.2A = 3.5A + 16.7A (-3830W @ 1p)
[site  ] DEBUG 2023/08/29 23:05:29 ----
[lp-1  ] DEBUG 2023/08/29 23:05:29 charge power: 360W
[site  ] DEBUG 2023/08/29 23:05:31 pv power: 9057W
[site  ] DEBUG 2023/08/29 23:05:33 grid power: -3620W
[site  ] DEBUG 2023/08/29 23:05:33 site power: -3620W
[lp-1  ] DEBUG 2023/08/29 23:05:33 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:33 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:33 charge currents: [2.8 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:33 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:33 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:33 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:33 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:33 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:33 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:33 pv charge current: 20.5A = 4.8A + 15.7A (-3620W @ 1p)
[site  ] DEBUG 2023/08/29 23:05:39 ----
[lp-1  ] DEBUG 2023/08/29 23:05:39 charge power: 456W
[site  ] DEBUG 2023/08/29 23:05:42 pv power: 9057W
[site  ] DEBUG 2023/08/29 23:05:44 grid power: -3769W
[site  ] DEBUG 2023/08/29 23:05:44 site power: -3769W
[lp-1  ] DEBUG 2023/08/29 23:05:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:44 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:44 pv charge current: 19.9A = 3.5A + 16.4A (-3769W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:05:44 max charge current: 19A
[site  ] DEBUG 2023/08/29 23:05:49 ----
[lp-1  ] DEBUG 2023/08/29 23:05:49 charge power: 360W
[site  ] DEBUG 2023/08/29 23:05:52 pv power: 9052W
[site  ] DEBUG 2023/08/29 23:05:54 grid power: -3801W
[site  ] DEBUG 2023/08/29 23:05:54 site power: -3801W
[lp-1  ] DEBUG 2023/08/29 23:05:54 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:05:54 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:54 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:05:54 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:05:54 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:05:54 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:05:54 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:05:54 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:05:54 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:05:54 pv charge current: 20A = 3.5A + 16.5A (-3801W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:05:55 max charge current: 20A
[site  ] DEBUG 2023/08/29 23:05:59 ----
[lp-1  ] DEBUG 2023/08/29 23:05:59 charge power: 360W
[site  ] DEBUG 2023/08/29 23:06:02 pv power: 9069W
[site  ] DEBUG 2023/08/29 23:06:03 grid power: -3908W
[site  ] DEBUG 2023/08/29 23:06:03 site power: -3908W
[lp-1  ] DEBUG 2023/08/29 23:06:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:04 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:04 pv charge current: 20.5A = 3.5A + 17A (-3908W @ 1p)
[site  ] DEBUG 2023/08/29 23:06:09 ----
[lp-1  ] DEBUG 2023/08/29 23:06:09 charge power: 625W
[site  ] DEBUG 2023/08/29 23:06:12 pv power: 9075W
[site  ] DEBUG 2023/08/29 23:06:14 grid power: -3674W
[site  ] DEBUG 2023/08/29 23:06:14 site power: -3674W
[lp-1  ] DEBUG 2023/08/29 23:06:14 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:14 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:14 charge currents: [2.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:14 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:14 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:14 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:14 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:14 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:14 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:14 pv charge current: 20.6A = 4.6A + 16A (-3674W @ 1p)
[site  ] DEBUG 2023/08/29 23:06:19 ----
[lp-1  ] DEBUG 2023/08/29 23:06:19 charge power: 360W
[site  ] DEBUG 2023/08/29 23:06:24 pv power: 9078W
[site  ] DEBUG 2023/08/29 23:06:25 grid power: -3925W
[site  ] DEBUG 2023/08/29 23:06:25 site power: -3925W
[lp-1  ] DEBUG 2023/08/29 23:06:25 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:25 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:25 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:25 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:25 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:25 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:25 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:25 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:25 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:25 pv charge current: 20.6A = 3.5A + 17.1A (-3925W @ 1p)
[site  ] DEBUG 2023/08/29 23:06:29 ----
[lp-1  ] DEBUG 2023/08/29 23:06:29 charge power: 360W
[site  ] DEBUG 2023/08/29 23:06:32 pv power: 9097W
[site  ] DEBUG 2023/08/29 23:06:34 grid power: -3913W
[site  ] DEBUG 2023/08/29 23:06:34 site power: -3913W
[lp-1  ] DEBUG 2023/08/29 23:06:35 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:35 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:35 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:35 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:35 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:35 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:35 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:35 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:35 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:35 pv charge current: 20.5A = 3.5A + 17A (-3913W @ 1p)
[site  ] DEBUG 2023/08/29 23:06:39 ----
[lp-1  ] DEBUG 2023/08/29 23:06:39 charge power: 359W
[site  ] DEBUG 2023/08/29 23:06:43 pv power: 9085W
[site  ] DEBUG 2023/08/29 23:06:44 grid power: -3804W
[site  ] DEBUG 2023/08/29 23:06:44 site power: -3804W
[lp-1  ] DEBUG 2023/08/29 23:06:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:44 charge currents: [2.6 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:44 pv charge current: 21.1A = 4.6A + 16.5A (-3804W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:06:45 max charge current: 21A
[site  ] DEBUG 2023/08/29 23:06:49 ----
[lp-1  ] DEBUG 2023/08/29 23:06:49 charge power: 576W
[site  ] DEBUG 2023/08/29 23:06:53 pv power: 9106W
[site  ] DEBUG 2023/08/29 23:06:55 grid power: -3919W
[site  ] DEBUG 2023/08/29 23:06:55 site power: -3919W
[lp-1  ] DEBUG 2023/08/29 23:06:55 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:06:55 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:55 charge currents: [1.4 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:06:55 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:06:55 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:06:55 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:06:55 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:06:55 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:06:55 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:06:55 pv charge current: 20.4A = 3.4A + 17A (-3919W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:06:55 max charge current: 20A
[site  ] DEBUG 2023/08/29 23:06:59 ----
[lp-1  ] DEBUG 2023/08/29 23:06:59 charge power: 336W
[site  ] DEBUG 2023/08/29 23:07:02 pv power: 9096W
[site  ] DEBUG 2023/08/29 23:07:04 grid power: -3999W
[site  ] DEBUG 2023/08/29 23:07:04 site power: -3999W
[lp-1  ] DEBUG 2023/08/29 23:07:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:04 charge currents: [1.3 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:04 pv charge current: 20.7A = 3.3A + 17.4A (-3999W @ 1p)
[site  ] DEBUG 2023/08/29 23:07:09 ----
[lp-1  ] DEBUG 2023/08/29 23:07:09 charge power: 336W
[site  ] DEBUG 2023/08/29 23:07:13 pv power: 9121W
[site  ] DEBUG 2023/08/29 23:07:15 grid power: -4031W
[site  ] DEBUG 2023/08/29 23:07:15 site power: -4031W
[lp-1  ] DEBUG 2023/08/29 23:07:15 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:15 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:15 charge currents: [1.3 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:15 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:15 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:15 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:15 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:15 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:15 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:15 pv charge current: 20.8A = 3.3A + 17.5A (-4031W @ 1p)
[site  ] DEBUG 2023/08/29 23:07:19 ----
[lp-1  ] DEBUG 2023/08/29 23:07:19 charge power: 671W
[site  ] DEBUG 2023/08/29 23:07:22 pv power: 9108W
[site  ] DEBUG 2023/08/29 23:07:24 grid power: -3742W
[site  ] DEBUG 2023/08/29 23:07:24 site power: -3742W
[lp-1  ] DEBUG 2023/08/29 23:07:24 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:24 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:24 charge currents: [2.4 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:24 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:24 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:24 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:24 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:24 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:24 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:24 pv charge current: 20.7A = 4.4A + 16.3A (-3742W @ 1p)
[site  ] DEBUG 2023/08/29 23:07:29 ----
[lp-1  ] DEBUG 2023/08/29 23:07:29 charge power: 360W
[site  ] DEBUG 2023/08/29 23:07:32 pv power: 9101W
[site  ] DEBUG 2023/08/29 23:07:34 grid power: -4093W
[site  ] DEBUG 2023/08/29 23:07:34 site power: -4093W
[lp-1  ] DEBUG 2023/08/29 23:07:34 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:34 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:34 charge currents: [1.4 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:34 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:34 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:34 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:34 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:34 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:34 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:34 pv charge current: 21.2A = 3.4A + 17.8A (-4093W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:07:35 max charge current: 21A
[site  ] DEBUG 2023/08/29 23:07:39 ----
[lp-1  ] DEBUG 2023/08/29 23:07:39 charge power: 312W
[site  ] DEBUG 2023/08/29 23:07:42 pv power: 9118W
[site  ] DEBUG 2023/08/29 23:07:44 grid power: -4106W
[site  ] DEBUG 2023/08/29 23:07:44 site power: -4106W
[lp-1  ] DEBUG 2023/08/29 23:07:44 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:44 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:44 charge currents: [1.3 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:44 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:44 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:44 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:44 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:44 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:44 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:44 pv charge current: 21.2A = 3.3A + 17.9A (-4106W @ 1p)
[site  ] DEBUG 2023/08/29 23:07:49 ----
[lp-1  ] DEBUG 2023/08/29 23:07:49 charge power: 336W
[site  ] DEBUG 2023/08/29 23:07:51 pv power: 9119W
[site  ] DEBUG 2023/08/29 23:07:53 grid power: -4099W
[site  ] DEBUG 2023/08/29 23:07:53 site power: -4099W
[lp-1  ] DEBUG 2023/08/29 23:07:53 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:07:53 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:53 charge currents: [1.4 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:07:53 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:07:53 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:07:53 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:07:53 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:07:53 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:07:53 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:07:53 pv charge current: 21.2A = 3.4A + 17.8A (-4099W @ 1p)
[site  ] DEBUG 2023/08/29 23:07:59 ----
[lp-1  ] DEBUG 2023/08/29 23:07:59 charge power: 576W
[site  ] DEBUG 2023/08/29 23:08:02 pv power: 9118W
[site  ] DEBUG 2023/08/29 23:08:04 grid power: -4013W
[site  ] DEBUG 2023/08/29 23:08:04 site power: -4013W
[lp-1  ] DEBUG 2023/08/29 23:08:04 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:08:04 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:08:04 charge currents: [1.5 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:08:04 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:08:04 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:08:04 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:08:04 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:08:04 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:08:04 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:08:04 pv charge current: 20.9A = 3.5A + 17.4A (-4013W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:08:04 max charge current: 20A
[site  ] DEBUG 2023/08/29 23:08:09 ----
[lp-1  ] DEBUG 2023/08/29 23:08:09 charge power: 336W
[site  ] DEBUG 2023/08/29 23:08:12 pv power: 9117W
[site  ] DEBUG 2023/08/29 23:08:15 grid power: -4078W
[site  ] DEBUG 2023/08/29 23:08:15 site power: -4078W
[lp-1  ] DEBUG 2023/08/29 23:08:15 charge voltages: [240 0 0]V
[lp-1  ] DEBUG 2023/08/29 23:08:15 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:08:15 charge currents: [1.3 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:08:15 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/29 23:08:15 charger status: C
[lp-1  ] DEBUG 2023/08/29 23:08:15 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:08:15 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:08:15 vehicle range: 205km
[lp-1  ] WARN 2023/08/29 23:08:15 charger logic error: disabled but charging
[lp-1  ] DEBUG 2023/08/29 23:08:15 pv charge current: 21A = 3.3A + 17.7A (-4078W @ 1p)
[lp-1  ] DEBUG 2023/08/29 23:08:15 max charge current: 21A

`
GrimmiMeloni commented 1 year ago

@infinus thanks for sharing the log. I have multiple questions.

  1. What happens at 23:00:34 that makes the charger start? Seems like the vehicle was connected from the start, so the EV connection is unlikely the trigger here. This is interesting, because also after you manually stopped the charger later, it also starts again without a clear reason. Is another controlling entity apart from evcc talking to the charger?
  2. PV Power is at ~9kW - still your setup seems to be drawing ~350W grid power even before the charge. Once the charge kicks in, it gets worse. Assuming your timestamps are local time, I am wondering if the PV power can be correct.
  3. @andig Charger logic error does not go away after one cycle. Go lang special question: Does the defer I introduced keep a local copy of the boolean var, so that the change of enable to true is not effective and the defer always sets it to false no matter what? It would explain why the charger logic error does not get corrected.
infinus commented 1 year ago

@GrimmiMeloni

  1. I experimented with multiple scenarios to see how it would handle them. I unplugged and plugged back in physically and I also tried to imitate charging via the Tesla app to see if it would trigger the timer to stop charging. What you are seeing there is probably me starting charging via the app.

  2. It is correct. I live in a hot climate and have two air conditioning systems that pull 7kw plus pool pump was running at 2kw and minor appliances. The time stamp itself might be incorrect because I don’t think I set the TZ in docker as it was my test machine.

GrimmiMeloni commented 1 year ago

3. @andig Charger logic error does not go away after one cycle. Go lang special question: Does the defer I introduced keep a local copy of the boolean var, so that the change of enable to true is not effective and the defer always sets it to false no matter what? It would explain why the charger logic error does not get corrected.

Never mind. This works as expected.

The charger logic error stays as we don't change the state of the charger, only of the load point. The message then disappears once the PV timer expires and the lp disables the charger. Not nice, but better than nothing - real fix has to be done in the charger implementation as previously discussed.

Not sure if there is anything left to do in the load point.

@infinus looking closer, I think when you tried to reenable by moving between modes, you were simply too fast (just 8s passed). You are setting charge mode back to PV, but the charger has not caught up with the prior switch off (indicated by the charger moving into state B after you moved back to mode PV).

[lp-1  ] DEBUG 2023/08/29 23:01:39 charge power: 0W
[lp-1  ] DEBUG 2023/08/29 23:01:41 set charge mode: pv
[site  ] DEBUG 2023/08/29 23:01:42 pv power: 9076W
[site  ] DEBUG 2023/08/29 23:01:44 grid power: 286W
[site  ] DEBUG 2023/08/29 23:01:44 site power: 286W
[lp-1  ] DEBUG 2023/08/29 23:01:44 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/29 23:01:44 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/29 23:01:44 charger status: B
[lp-1  ] INFO 2023/08/29 23:01:44 stop charging <-
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle soc: 47%
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle soc limit: 91%
[lp-1  ] DEBUG 2023/08/29 23:01:45 vehicle range: 205km
[lp-1  ] DEBUG 2023/08/29 23:01:45 pv charge current: 0A = 0A + -1.24A (286W @ 1p)

Can you give this one more try, but give the overall system enough time to actually perform the disable before you switch modes back to PV?

yipikaye commented 1 year ago

@GrimmiMeloni @andig Sorry I didn't get a chance today and cannot test tomorrow either as I'm away. If im following the thread though you have what you need and all seems OK thanks to logs kindly provided by @infinus ?

GrimmiMeloni commented 1 year ago

Yes, for now. Please make sure to still capture a log when you test though.

infinus commented 1 year ago

@GrimmiMeloni

I did not realize this I'm Sorry. I reran a test on the nightly build. It looks like it is working.

Also what is the purpose of the switching protection timer? if there is already a timer to stop and start and I have single phase the switching seems unnecessary but maybe it is something I don't understand.

  1. Vehicle was connected and started charging
  2. I increased load by turning on cooling to my home
  3. timer began and stopped charging vehicle
  4. when I turned off cooling the home vehicle resumed charging after the switching protection counter turned on.

`

[main  ] INFO 2023/08/30 18:24:01 evcc 0.119.2 (b28c7b51)
--
[main  ] INFO 2023/08/30 18:24:01 using config file: /etc/evcc.yaml
[main  ] INFO 2023/08/30 18:24:01 starting ui and api at :7070
[db    ] INFO 2023/08/30 18:24:01 using sqlite database: /root/.evcc/evcc.db
[site  ] INFO 2023/08/30 18:24:02 site config:
[site  ] INFO 2023/08/30 18:24:02   meters:      grid ✓ pv ✓ battery ✗
[site  ] INFO 2023/08/30 18:24:02     grid:      power ✓ energy ✗ currents ✗
[site  ] INFO 2023/08/30 18:24:02     pv 1:      power ✓ energy ✓ currents ✗
[site  ] INFO 2023/08/30 18:24:02   vehicles:
[site  ] INFO 2023/08/30 18:24:02     vehicle 1: range ✓ finish ✓ status ✓ climate ✗ wakeup ✓
[lp-1  ] INFO 2023/08/30 18:24:02 loadpoint 1:
[lp-1  ] INFO 2023/08/30 18:24:02   mode:        pv
[lp-1  ] INFO 2023/08/30 18:24:02   charger:     power ✓ energy ✗ currents ✓ phases ✗wakeup ✗
[lp-1  ] INFO 2023/08/30 18:24:02   meters:      charge ✓
[lp-1  ] INFO 2023/08/30 18:24:02     charge:    power ✓ energy ✗ currents ✓
[lp-1  ] DEBUG 2023/08/30 18:24:02 phase timer inactive
[lp-1  ] DEBUG 2023/08/30 18:24:02 pv timer inactive
[lp-1  ] DEBUG 2023/08/30 18:24:02 guard timer inactive
[lp-1  ] INFO 2023/08/30 18:24:02 vehicle updated: unknown -> Infinus
[site  ] WARN 2023/08/30 18:24:02 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site  ] DEBUG 2023/08/30 18:24:02 ----
[lp-1  ] DEBUG 2023/08/30 18:24:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:24:05 pv power: 4842W
[site  ] DEBUG 2023/08/30 18:24:08 grid power: -3706W
[site  ] DEBUG 2023/08/30 18:24:08 site power: -3706W
[lp-1  ] DEBUG 2023/08/30 18:24:08 vehicle odometer: 63063km
[lp-1  ] DEBUG 2023/08/30 18:24:08 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:24:08 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:08 charger status: B
[lp-1  ] INFO 2023/08/30 18:24:08 car connected
[lp-1  ] DEBUG 2023/08/30 18:24:08 pv timer elapse
[lp-1  ] DEBUG 2023/08/30 18:24:08 pv timer inactive
[lp-1  ] DEBUG 2023/08/30 18:24:08 charger: guard elapse
[lp-1  ] DEBUG 2023/08/30 18:24:08 guard timer inactive
[lp-1  ] DEBUG 2023/08/30 18:24:08 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:08 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:08 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:08 pv charge current: 16.1A = 0A + 16.1A (-3706W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:24:08 site power -3706W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:24:08 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:24:08 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:24:08 max charge current: 6A
[lp-1  ] DEBUG 2023/08/30 18:24:08 charger enable
[lp-1  ] DEBUG 2023/08/30 18:24:08 wake-up timer: start
[site  ] DEBUG 2023/08/30 18:24:12 ----
[lp-1  ] DEBUG 2023/08/30 18:24:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:24:14 pv power: 4852W
[site  ] DEBUG 2023/08/30 18:24:16 grid power: -3709W
[site  ] DEBUG 2023/08/30 18:24:16 site power: -3709W
[lp-1  ] DEBUG 2023/08/30 18:24:16 vehicle odometer: 63063km
[lp-1  ] DEBUG 2023/08/30 18:24:16 charge voltages: [245 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:24:16 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:16 charge currents: [0.9 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:16 charger status: C
[lp-1  ] INFO 2023/08/30 18:24:16 start charging ->
[lp-1  ] DEBUG 2023/08/30 18:24:16 wake-up timer: stop
[lp-1  ] DEBUG 2023/08/30 18:24:16 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:16 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:16 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:16 pv charge current: 19A = 2.9A + 16.1A (-3709W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:24:16 pv timer reset
[lp-1  ] DEBUG 2023/08/30 18:24:16 pv timer inactive
[lp-1  ] DEBUG 2023/08/30 18:24:16 max charge current: 19A
[site  ] DEBUG 2023/08/30 18:24:22 ----
[lp-1  ] DEBUG 2023/08/30 18:24:22 charge power: 3828W
[site  ] DEBUG 2023/08/30 18:24:24 pv power: 4857W
[site  ] DEBUG 2023/08/30 18:24:27 grid power: 279W
[site  ] DEBUG 2023/08/30 18:24:27 site power: 279W
[lp-1  ] DEBUG 2023/08/30 18:24:27 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:24:27 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:27 charge currents: [16.4 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:27 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:27 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:24:27 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:27 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:27 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:27 pv charge current: 17.2A = 18.4A + -1.21A (279W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:24:27 max charge current: 17A
[site  ] DEBUG 2023/08/30 18:24:32 ----
[lp-1  ] DEBUG 2023/08/30 18:24:32 charge power: 4194W
[site  ] DEBUG 2023/08/30 18:24:35 pv power: 4856W
[site  ] DEBUG 2023/08/30 18:24:36 grid power: 451W
[site  ] DEBUG 2023/08/30 18:24:36 site power: 451W
[lp-1  ] DEBUG 2023/08/30 18:24:36 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:24:36 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:36 charge currents: [17.2 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:36 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:36 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:24:36 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:36 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:36 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:36 pv charge current: 15A = 17A + -1.96A (451W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:24:37 max charge current: 15A
[site  ] DEBUG 2023/08/30 18:24:42 ----
[lp-1  ] DEBUG 2023/08/30 18:24:42 charge power: 3736W
[site  ] DEBUG 2023/08/30 18:24:45 pv power: 4861W
[site  ] DEBUG 2023/08/30 18:24:47 grid power: -16W
[site  ] DEBUG 2023/08/30 18:24:47 site power: -16W
[lp-1  ] DEBUG 2023/08/30 18:24:47 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:24:47 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:47 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:47 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:47 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:24:47 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:47 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:47 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:47 pv charge current: 15.1A = 15A + 0.0674A (-16W @ 1p)
[site  ] DEBUG 2023/08/30 18:24:52 ----
[lp-1  ] DEBUG 2023/08/30 18:24:52 charge power: 3737W
[site  ] DEBUG 2023/08/30 18:24:54 pv power: 4869W
[site  ] DEBUG 2023/08/30 18:24:56 grid power: -23W
[site  ] DEBUG 2023/08/30 18:24:56 site power: -23W
[lp-1  ] DEBUG 2023/08/30 18:24:56 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:24:56 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:56 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:24:56 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:24:56 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:24:56 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:24:56 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:24:56 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:24:56 pv charge current: 15.1A = 15A + 0.1A (-23W @ 1p)
[site  ] DEBUG 2023/08/30 18:25:02 ----
[lp-1  ] DEBUG 2023/08/30 18:25:02 charge power: 3734W
[site  ] DEBUG 2023/08/30 18:25:04 pv power: 4879W
[site  ] DEBUG 2023/08/30 18:25:06 grid power: -9W
[site  ] DEBUG 2023/08/30 18:25:06 site power: -9W
[lp-1  ] DEBUG 2023/08/30 18:25:06 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:06 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:06 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:06 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:06 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:06 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:06 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:06 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:06 pv charge current: 15A = 15A + 0.0395A (-9W @ 1p)
[site  ] DEBUG 2023/08/30 18:25:12 ----
[lp-1  ] DEBUG 2023/08/30 18:25:12 charge power: 3735W
[site  ] DEBUG 2023/08/30 18:25:15 pv power: 4889W
[site  ] DEBUG 2023/08/30 18:25:15 grid power: 7W
[site  ] DEBUG 2023/08/30 18:25:15 site power: 7W
[lp-1  ] DEBUG 2023/08/30 18:25:15 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:15 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:15 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:15 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:15 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:15 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:15 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:15 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:15 pv charge current: 15A = 15A + -0.0298A (7W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:25:16 max charge current: 14A
[site  ] DEBUG 2023/08/30 18:25:22 ----
[lp-1  ] DEBUG 2023/08/30 18:25:22 charge power: 3467W
[site  ] DEBUG 2023/08/30 18:25:24 pv power: 4894W
[site  ] DEBUG 2023/08/30 18:25:26 grid power: -286W
[site  ] DEBUG 2023/08/30 18:25:26 site power: -286W
[lp-1  ] DEBUG 2023/08/30 18:25:26 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:26 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:26 charge currents: [14.2 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:26 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:26 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:26 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:26 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:26 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:26 pv charge current: 15.2A = 14A + 1.24A (-286W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:25:27 max charge current: 15A
[site  ] DEBUG 2023/08/30 18:25:32 ----
[lp-1  ] DEBUG 2023/08/30 18:25:32 charge power: 3734W
[site  ] DEBUG 2023/08/30 18:25:35 pv power: 4899W
[site  ] DEBUG 2023/08/30 18:25:36 grid power: -19W
[site  ] DEBUG 2023/08/30 18:25:36 site power: -19W
[lp-1  ] DEBUG 2023/08/30 18:25:36 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:36 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:36 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:36 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:36 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:36 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:36 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:36 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:36 pv charge current: 15.1A = 15A + 0.0826A (-19W @ 1p)
[site  ] DEBUG 2023/08/30 18:25:42 ----
[lp-1  ] DEBUG 2023/08/30 18:25:42 charge power: 3736W
[site  ] DEBUG 2023/08/30 18:25:45 pv power: 4901W
[site  ] DEBUG 2023/08/30 18:25:47 grid power: -25W
[site  ] DEBUG 2023/08/30 18:25:47 site power: -25W
[lp-1  ] DEBUG 2023/08/30 18:25:47 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:47 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:47 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:47 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:47 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:47 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:47 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:47 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:47 pv charge current: 15.1A = 15A + 0.109A (-25W @ 1p)
[site  ] DEBUG 2023/08/30 18:25:52 ----
[lp-1  ] DEBUG 2023/08/30 18:25:52 charge power: 3734W
[site  ] DEBUG 2023/08/30 18:25:55 pv power: 4905W
[site  ] DEBUG 2023/08/30 18:25:56 grid power: -31W
[site  ] DEBUG 2023/08/30 18:25:56 site power: -31W
[lp-1  ] DEBUG 2023/08/30 18:25:56 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:25:56 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:56 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:25:56 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:25:56 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:25:56 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:25:56 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:25:56 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:25:56 pv charge current: 15.1A = 15A + 0.135A (-31W @ 1p)
[site  ] DEBUG 2023/08/30 18:26:02 ----
[lp-1  ] DEBUG 2023/08/30 18:26:02 charge power: 3734W
[site  ] DEBUG 2023/08/30 18:26:06 pv power: 4908W
[site  ] DEBUG 2023/08/30 18:26:08 grid power: -39W
[site  ] DEBUG 2023/08/30 18:26:08 site power: -39W
[lp-1  ] DEBUG 2023/08/30 18:26:08 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:08 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:08 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:08 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:08 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:08 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:08 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:08 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:08 pv charge current: 15.2A = 15A + 0.172A (-39W @ 1p)
[site  ] DEBUG 2023/08/30 18:26:12 ----
[lp-1  ] DEBUG 2023/08/30 18:26:12 charge power: 3735W
[site  ] DEBUG 2023/08/30 18:26:16 pv power: 4917W
[site  ] DEBUG 2023/08/30 18:26:18 grid power: 3365W
[site  ] DEBUG 2023/08/30 18:26:18 site power: 3365W
[lp-1  ] DEBUG 2023/08/30 18:26:18 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:18 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:18 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:18 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:18 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:18 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:18 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:18 pv charge current: 0.371A = 15A + -14.6A (3365W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:26:18 site power 3365W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:26:18 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2023/08/30 18:26:18 pv disable in 3m0s
[lp-1  ] DEBUG 2023/08/30 18:26:18 max charge current: 6A
[site  ] DEBUG 2023/08/30 18:26:22 ----
[lp-1  ] DEBUG 2023/08/30 18:26:22 charge power: 1489W
[site  ] DEBUG 2023/08/30 18:26:25 pv power: 4928W
[site  ] DEBUG 2023/08/30 18:26:27 grid power: 1509W
[site  ] DEBUG 2023/08/30 18:26:27 site power: 1509W
[lp-1  ] DEBUG 2023/08/30 18:26:27 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:27 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:27 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:27 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:27 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:27 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:27 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:27 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:27 pv charge current: 0A = 6A + -6.56A (1509W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:26:27 site power 1509W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:26:27 pv disable in 2m50s
[lp-1  ] DEBUG 2023/08/30 18:26:27 pv disable timer remaining: 2m50s
[site  ] DEBUG 2023/08/30 18:26:32 ----
[lp-1  ] DEBUG 2023/08/30 18:26:32 charge power: 1488W
[site  ] DEBUG 2023/08/30 18:26:35 pv power: 4942W
[site  ] DEBUG 2023/08/30 18:26:36 grid power: 1640W
[site  ] DEBUG 2023/08/30 18:26:36 site power: 1640W
[lp-1  ] DEBUG 2023/08/30 18:26:36 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:36 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:36 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:36 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:36 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:36 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:36 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:36 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:36 pv charge current: 0A = 6A + -7.13A (1640W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:26:36 site power 1640W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:26:36 pv disable in 2m42s
[lp-1  ] DEBUG 2023/08/30 18:26:36 pv disable timer remaining: 2m42s
[site  ] DEBUG 2023/08/30 18:26:42 ----
[lp-1  ] DEBUG 2023/08/30 18:26:42 charge power: 1487W
[site  ] DEBUG 2023/08/30 18:26:45 pv power: 4950W
[site  ] DEBUG 2023/08/30 18:26:46 grid power: 1684W
[site  ] DEBUG 2023/08/30 18:26:46 site power: 1684W
[lp-1  ] DEBUG 2023/08/30 18:26:46 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:46 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:46 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:46 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:46 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:46 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:46 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:46 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:46 pv charge current: 0A = 6A + -7.32A (1684W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:26:46 site power 1684W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:26:46 pv disable in 2m31s
[lp-1  ] DEBUG 2023/08/30 18:26:46 pv disable timer remaining: 2m31s
[site  ] DEBUG 2023/08/30 18:26:52 ----
[lp-1  ] DEBUG 2023/08/30 18:26:52 charge power: 1488W
[site  ] DEBUG 2023/08/30 18:26:54 pv power: 4956W
[site  ] DEBUG 2023/08/30 18:26:56 grid power: 1715W
[site  ] DEBUG 2023/08/30 18:26:56 site power: 1715W
[lp-1  ] DEBUG 2023/08/30 18:26:56 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:26:56 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:56 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:26:56 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:26:56 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:26:56 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:26:56 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:26:56 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:26:56 pv charge current: 0A = 6A + -7.46A (1715W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:26:56 site power 1715W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:26:56 pv disable in 2m22s
[lp-1  ] DEBUG 2023/08/30 18:26:56 pv disable timer remaining: 2m22s
[site  ] DEBUG 2023/08/30 18:27:02 ----
[lp-1  ] DEBUG 2023/08/30 18:27:02 charge power: 1487W
[site  ] DEBUG 2023/08/30 18:27:05 pv power: 4963W
[site  ] DEBUG 2023/08/30 18:27:07 grid power: 1715W
[site  ] DEBUG 2023/08/30 18:27:07 site power: 1715W
[lp-1  ] DEBUG 2023/08/30 18:27:07 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:07 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:07 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:07 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:07 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:07 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:07 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:07 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:07 pv charge current: 0A = 6A + -7.46A (1715W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:07 site power 1715W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:07 pv disable in 2m11s
[lp-1  ] DEBUG 2023/08/30 18:27:07 pv disable timer remaining: 2m11s
[site  ] DEBUG 2023/08/30 18:27:12 ----
[lp-1  ] DEBUG 2023/08/30 18:27:12 charge power: 1486W
[site  ] DEBUG 2023/08/30 18:27:15 pv power: 4971W
[site  ] DEBUG 2023/08/30 18:27:16 grid power: 2215W
[site  ] DEBUG 2023/08/30 18:27:16 site power: 2215W
[lp-1  ] DEBUG 2023/08/30 18:27:16 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:16 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:16 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:16 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:16 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:16 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:16 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:16 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:16 pv charge current: 0A = 6A + -9.63A (2215W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:16 site power 2215W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:16 pv disable in 2m2s
[lp-1  ] DEBUG 2023/08/30 18:27:16 pv disable timer remaining: 2m2s
[site  ] DEBUG 2023/08/30 18:27:22 ----
[lp-1  ] DEBUG 2023/08/30 18:27:22 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:27:25 pv power: 4976W
[site  ] DEBUG 2023/08/30 18:27:27 grid power: 3141W
[site  ] DEBUG 2023/08/30 18:27:27 site power: 3141W
[lp-1  ] DEBUG 2023/08/30 18:27:27 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:27 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:27 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:27 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:27 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:27 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:27 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:27 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:27 pv charge current: 0A = 6A + -13.7A (3141W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:27 site power 3141W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:27 pv disable in 1m51s
[lp-1  ] DEBUG 2023/08/30 18:27:27 pv disable timer remaining: 1m51s
[site  ] DEBUG 2023/08/30 18:27:32 ----
[lp-1  ] DEBUG 2023/08/30 18:27:32 charge power: 1486W
[site  ] DEBUG 2023/08/30 18:27:34 pv power: 4979W
[site  ] DEBUG 2023/08/30 18:27:36 grid power: 3091W
[site  ] DEBUG 2023/08/30 18:27:36 site power: 3091W
[lp-1  ] DEBUG 2023/08/30 18:27:36 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:36 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:36 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:36 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:36 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:36 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:36 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:36 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:36 pv charge current: 0A = 6A + -13.4A (3091W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:36 site power 3091W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:36 pv disable in 1m42s
[lp-1  ] DEBUG 2023/08/30 18:27:36 pv disable timer remaining: 1m42s
[site  ] DEBUG 2023/08/30 18:27:42 ----
[lp-1  ] DEBUG 2023/08/30 18:27:42 charge power: 1485W
[site  ] DEBUG 2023/08/30 18:27:45 pv power: 4983W
[site  ] DEBUG 2023/08/30 18:27:47 grid power: 4829W
[site  ] DEBUG 2023/08/30 18:27:47 site power: 4829W
[lp-1  ] DEBUG 2023/08/30 18:27:47 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:47 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:47 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:47 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:47 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:47 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:47 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:47 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:47 pv charge current: 0A = 6A + -21A (4829W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:47 site power 4829W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:47 pv disable in 1m31s
[lp-1  ] DEBUG 2023/08/30 18:27:47 pv disable timer remaining: 1m31s
[site  ] DEBUG 2023/08/30 18:27:52 ----
[lp-1  ] DEBUG 2023/08/30 18:27:52 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:27:55 pv power: 4994W
[site  ] DEBUG 2023/08/30 18:27:56 grid power: 4437W
[site  ] DEBUG 2023/08/30 18:27:56 site power: 4437W
[lp-1  ] DEBUG 2023/08/30 18:27:56 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:27:56 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:56 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:27:56 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:27:56 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:27:56 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:27:56 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:27:56 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:27:56 pv charge current: 0A = 6A + -19.3A (4437W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:27:56 site power 4437W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:27:56 pv disable in 1m22s
[lp-1  ] DEBUG 2023/08/30 18:27:56 pv disable timer remaining: 1m22s
[site  ] DEBUG 2023/08/30 18:28:02 ----
[lp-1  ] DEBUG 2023/08/30 18:28:02 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:28:05 pv power: 5003W
[site  ] DEBUG 2023/08/30 18:28:08 grid power: 4667W
[site  ] DEBUG 2023/08/30 18:28:08 site power: 4667W
[lp-1  ] DEBUG 2023/08/30 18:28:08 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:08 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:08 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:08 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:08 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:08 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:08 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:08 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:08 pv charge current: 0A = 6A + -20.3A (4667W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:08 site power 4667W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:08 pv disable in 1m10s
[lp-1  ] DEBUG 2023/08/30 18:28:08 pv disable timer remaining: 1m10s
[site  ] DEBUG 2023/08/30 18:28:12 ----
[lp-1  ] DEBUG 2023/08/30 18:28:12 charge power: 1482W
[site  ] DEBUG 2023/08/30 18:28:15 pv power: 5008W
[site  ] DEBUG 2023/08/30 18:28:16 grid power: 4513W
[site  ] DEBUG 2023/08/30 18:28:16 site power: 4513W
[lp-1  ] DEBUG 2023/08/30 18:28:16 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:16 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:16 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:16 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:16 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:16 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:16 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:16 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:16 pv charge current: 0A = 6A + -19.6A (4513W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:16 site power 4513W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:16 pv disable in 1m2s
[lp-1  ] DEBUG 2023/08/30 18:28:16 pv disable timer remaining: 1m2s
[site  ] DEBUG 2023/08/30 18:28:22 ----
[lp-1  ] DEBUG 2023/08/30 18:28:22 charge power: 1483W
[site  ] DEBUG 2023/08/30 18:28:24 pv power: 5016W
[site  ] DEBUG 2023/08/30 18:28:26 grid power: 4406W
[site  ] DEBUG 2023/08/30 18:28:26 site power: 4406W
[lp-1  ] DEBUG 2023/08/30 18:28:26 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:26 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:26 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:26 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:26 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:26 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:26 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:26 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:26 pv charge current: 0A = 6A + -19.2A (4406W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:26 site power 4406W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:26 pv disable in 51s
[lp-1  ] DEBUG 2023/08/30 18:28:26 pv disable timer remaining: 51s
[site  ] DEBUG 2023/08/30 18:28:32 ----
[lp-1  ] DEBUG 2023/08/30 18:28:32 charge power: 1483W
[site  ] DEBUG 2023/08/30 18:28:35 pv power: 5022W
[site  ] DEBUG 2023/08/30 18:28:37 grid power: 4527W
[site  ] DEBUG 2023/08/30 18:28:37 site power: 4527W
[lp-1  ] DEBUG 2023/08/30 18:28:37 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:37 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:37 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:37 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:37 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:37 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:37 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:37 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:37 pv charge current: 0A = 6A + -19.7A (4527W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:37 site power 4527W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:37 pv disable in 41s
[lp-1  ] DEBUG 2023/08/30 18:28:37 pv disable timer remaining: 41s
[site  ] DEBUG 2023/08/30 18:28:42 ----
[lp-1  ] DEBUG 2023/08/30 18:28:42 charge power: 1483W
[site  ] DEBUG 2023/08/30 18:28:44 pv power: 5023W
[site  ] DEBUG 2023/08/30 18:28:46 grid power: 4525W
[site  ] DEBUG 2023/08/30 18:28:46 site power: 4525W
[lp-1  ] DEBUG 2023/08/30 18:28:46 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:46 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:46 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:46 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:46 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:46 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:46 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:46 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:46 pv charge current: 0A = 6A + -19.7A (4525W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:46 site power 4525W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:46 pv disable in 31s
[lp-1  ] DEBUG 2023/08/30 18:28:46 pv disable timer remaining: 31s
[site  ] DEBUG 2023/08/30 18:28:52 ----
[lp-1  ] DEBUG 2023/08/30 18:28:52 charge power: 1485W
[site  ] DEBUG 2023/08/30 18:28:55 pv power: 5029W
[site  ] DEBUG 2023/08/30 18:28:56 grid power: 4496W
[site  ] DEBUG 2023/08/30 18:28:56 site power: 4496W
[lp-1  ] DEBUG 2023/08/30 18:28:56 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:28:56 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:56 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:28:56 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:28:56 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:28:56 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:28:56 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:28:56 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:28:56 pv charge current: 0A = 6A + -19.5A (4496W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:28:56 site power 4496W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:28:56 pv disable in 22s
[lp-1  ] DEBUG 2023/08/30 18:28:56 pv disable timer remaining: 22s
[site  ] DEBUG 2023/08/30 18:29:02 ----
[lp-1  ] DEBUG 2023/08/30 18:29:02 charge power: 1485W
[site  ] DEBUG 2023/08/30 18:29:05 pv power: 5046W
[site  ] DEBUG 2023/08/30 18:29:08 grid power: 4490W
[site  ] DEBUG 2023/08/30 18:29:08 site power: 4490W
[lp-1  ] DEBUG 2023/08/30 18:29:08 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:29:08 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:08 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:08 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:08 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:29:08 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:29:08 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:08 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:29:08 pv charge current: 0A = 6A + -19.5A (4490W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:29:08 site power 4490W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:29:08 pv disable in 10s
[lp-1  ] DEBUG 2023/08/30 18:29:08 pv disable timer remaining: 10s
[site  ] DEBUG 2023/08/30 18:29:12 ----
[lp-1  ] DEBUG 2023/08/30 18:29:12 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:29:15 pv power: 5057W
[site  ] DEBUG 2023/08/30 18:29:16 grid power: 4500W
[site  ] DEBUG 2023/08/30 18:29:16 site power: 4500W
[lp-1  ] DEBUG 2023/08/30 18:29:16 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:29:16 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:16 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:16 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:16 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:29:16 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:29:16 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:16 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:29:16 pv charge current: 0A = 6A + -19.6A (4500W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:29:16 site power 4500W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:29:16 pv disable in 2s
[lp-1  ] DEBUG 2023/08/30 18:29:16 pv disable timer remaining: 2s
[site  ] DEBUG 2023/08/30 18:29:22 ----
[lp-1  ] DEBUG 2023/08/30 18:29:22 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:29:25 pv power: 5062W
[site  ] DEBUG 2023/08/30 18:29:27 grid power: 4502W
[site  ] DEBUG 2023/08/30 18:29:27 site power: 4502W
[lp-1  ] DEBUG 2023/08/30 18:29:27 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:29:27 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:27 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:27 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:27 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:29:27 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:29:27 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:27 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:29:27 pv charge current: 0A = 6A + -19.6A (4502W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:29:27 site power 4502W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:29:27 pv disable in 0s
[lp-1  ] DEBUG 2023/08/30 18:29:27 pv disable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:29:27 charger: guard elapse
[lp-1  ] DEBUG 2023/08/30 18:29:27 guard timer inactive
[lp-1  ] ERROR 2023/08/30 18:29:27 charger disable: 503 Service Unavailable
[site  ] DEBUG 2023/08/30 18:29:32 ----
[lp-1  ] DEBUG 2023/08/30 18:29:32 charge power: 1484W
[site  ] DEBUG 2023/08/30 18:29:35 pv power: 5062W
[site  ] DEBUG 2023/08/30 18:29:37 grid power: 4505W
[site  ] DEBUG 2023/08/30 18:29:37 site power: 4505W
[lp-1  ] DEBUG 2023/08/30 18:29:37 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:29:37 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:37 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:37 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:37 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:29:37 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:29:37 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:37 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:29:37 pv charge current: 0A = 6A + -19.6A (4505W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:29:37 site power 4505W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:29:37 pv disable in 0s
[lp-1  ] DEBUG 2023/08/30 18:29:37 pv disable timer elapsed
[lp-1  ] ERROR 2023/08/30 18:29:37 charger disable: 503 Service Unavailable
[site  ] DEBUG 2023/08/30 18:29:42 ----
[lp-1  ] DEBUG 2023/08/30 18:29:42 charge power: 1483W
[site  ] DEBUG 2023/08/30 18:29:45 pv power: 5076W
[site  ] DEBUG 2023/08/30 18:29:47 grid power: 3619W
[site  ] DEBUG 2023/08/30 18:29:47 site power: 3619W
[lp-1  ] DEBUG 2023/08/30 18:29:47 charge voltages: [243 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:29:47 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:47 charge currents: [6.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:47 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:29:47 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:29:47 vehicle soc: 58%
[lp-1  ] DEBUG 2023/08/30 18:29:47 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:47 vehicle range: 260km
[lp-1  ] DEBUG 2023/08/30 18:29:47 pv charge current: 0A = 6A + -15.7A (3619W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:29:47 site power 3619W >= 0W disable threshold
[lp-1  ] DEBUG 2023/08/30 18:29:47 pv disable in 0s
[lp-1  ] DEBUG 2023/08/30 18:29:47 pv disable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:29:47 charger disable
[lp-1  ] DEBUG 2023/08/30 18:29:47 wake-up timer: stop
[site  ] DEBUG 2023/08/30 18:29:52 ----
[lp-1  ] DEBUG 2023/08/30 18:29:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:29:54 pv power: 5078W
[site  ] DEBUG 2023/08/30 18:29:55 grid power: 2111W
[site  ] DEBUG 2023/08/30 18:29:55 site power: 2111W
[lp-1  ] DEBUG 2023/08/30 18:29:55 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:29:55 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:29:55 charger status: B
[lp-1  ] INFO 2023/08/30 18:29:55 stop charging <-
[lp-1  ] DEBUG 2023/08/30 18:29:55 pv timer reset
[lp-1  ] DEBUG 2023/08/30 18:29:55 pv timer inactive
[lp-1  ] DEBUG 2023/08/30 18:29:55 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:29:55 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:29:55 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:29:55 pv charge current: 0A = 0A + -9.18A (2111W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:02 ----
[lp-1  ] DEBUG 2023/08/30 18:30:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:05 pv power: 5077W
[site  ] DEBUG 2023/08/30 18:30:07 grid power: 2070W
[site  ] DEBUG 2023/08/30 18:30:07 site power: 2070W
[lp-1  ] DEBUG 2023/08/30 18:30:07 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:07 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:07 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:07 pv charge current: 0A = 0A + -9A (2070W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:12 ----
[lp-1  ] DEBUG 2023/08/30 18:30:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:14 pv power: 5081W
[site  ] DEBUG 2023/08/30 18:30:16 grid power: 2022W
[site  ] DEBUG 2023/08/30 18:30:16 site power: 2022W
[lp-1  ] DEBUG 2023/08/30 18:30:16 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:16 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:16 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:16 pv charge current: 0A = 0A + -8.79A (2022W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:22 ----
[lp-1  ] DEBUG 2023/08/30 18:30:22 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:24 pv power: 5099W
[site  ] DEBUG 2023/08/30 18:30:26 grid power: -1017W
[site  ] DEBUG 2023/08/30 18:30:26 site power: -1017W
[lp-1  ] DEBUG 2023/08/30 18:30:26 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:26 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:26 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:26 pv charge current: 4.42A = 0A + 4.42A (-1017W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:32 ----
[lp-1  ] DEBUG 2023/08/30 18:30:32 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:34 pv power: 5097W
[site  ] DEBUG 2023/08/30 18:30:36 grid power: -739W
[site  ] DEBUG 2023/08/30 18:30:36 site power: -739W
[lp-1  ] DEBUG 2023/08/30 18:30:36 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:36 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:36 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:36 pv charge current: 3.21A = 0A + 3.21A (-739W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:42 ----
[lp-1  ] DEBUG 2023/08/30 18:30:42 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:44 pv power: 5111W
[site  ] DEBUG 2023/08/30 18:30:46 grid power: -1320W
[site  ] DEBUG 2023/08/30 18:30:46 site power: -1320W
[lp-1  ] DEBUG 2023/08/30 18:30:46 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:46 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:46 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:46 pv charge current: 5.74A = 0A + 5.74A (-1320W @ 1p)
[site  ] DEBUG 2023/08/30 18:30:52 ----
[lp-1  ] DEBUG 2023/08/30 18:30:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:30:54 pv power: 5119W
[site  ] DEBUG 2023/08/30 18:30:56 grid power: -1172W
[site  ] DEBUG 2023/08/30 18:30:56 site power: -1172W
[lp-1  ] DEBUG 2023/08/30 18:30:56 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:30:56 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:30:56 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:30:56 pv charge current: 5.1A = 0A + 5.1A (-1172W @ 1p)
[site  ] DEBUG 2023/08/30 18:31:02 ----
[lp-1  ] DEBUG 2023/08/30 18:31:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:06 pv power: 5118W
[site  ] DEBUG 2023/08/30 18:31:08 grid power: -578W
[site  ] DEBUG 2023/08/30 18:31:08 site power: -578W
[lp-1  ] DEBUG 2023/08/30 18:31:08 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:08 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:08 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:08 pv charge current: 2.51A = 0A + 2.51A (-578W @ 1p)
[site  ] DEBUG 2023/08/30 18:31:12 ----
[lp-1  ] DEBUG 2023/08/30 18:31:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:16 pv power: 5122W
[site  ] DEBUG 2023/08/30 18:31:19 grid power: -1256W
[site  ] DEBUG 2023/08/30 18:31:19 site power: -1256W
[lp-1  ] DEBUG 2023/08/30 18:31:19 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:19 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:19 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:19 pv charge current: 5.46A = 0A + 5.46A (-1256W @ 1p)
[site  ] DEBUG 2023/08/30 18:31:22 ----
[lp-1  ] DEBUG 2023/08/30 18:31:22 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:24 pv power: 5132W
[site  ] DEBUG 2023/08/30 18:31:27 grid power: -1420W
[site  ] DEBUG 2023/08/30 18:31:27 site power: -1420W
[lp-1  ] DEBUG 2023/08/30 18:31:27 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:27 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:27 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:27 pv charge current: 6.17A = 0A + 6.17A (-1420W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:31:27 site power -1420W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:31:27 pv enable timer start: 1m0s
[lp-1  ] DEBUG 2023/08/30 18:31:27 pv enable in 1m0s
[site  ] DEBUG 2023/08/30 18:31:32 ----
[lp-1  ] DEBUG 2023/08/30 18:31:32 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:33 pv power: 5149W
[site  ] DEBUG 2023/08/30 18:31:35 grid power: -1423W
[site  ] DEBUG 2023/08/30 18:31:35 site power: -1423W
[lp-1  ] DEBUG 2023/08/30 18:31:35 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:35 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:35 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:35 pv charge current: 6.19A = 0A + 6.19A (-1423W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:31:35 site power -1423W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:31:35 pv enable in 52s
[lp-1  ] DEBUG 2023/08/30 18:31:35 pv enable timer remaining: 52s
[site  ] DEBUG 2023/08/30 18:31:42 ----
[lp-1  ] DEBUG 2023/08/30 18:31:42 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:44 pv power: 5156W
[site  ] DEBUG 2023/08/30 18:31:45 grid power: -2662W
[site  ] DEBUG 2023/08/30 18:31:45 site power: -2662W
[lp-1  ] DEBUG 2023/08/30 18:31:45 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:45 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:45 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:45 pv charge current: 11.6A = 0A + 11.6A (-2662W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:31:45 site power -2662W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:31:45 pv enable in 42s
[lp-1  ] DEBUG 2023/08/30 18:31:45 pv enable timer remaining: 42s
[site  ] DEBUG 2023/08/30 18:31:52 ----
[lp-1  ] DEBUG 2023/08/30 18:31:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:31:53 pv power: 5161W
[site  ] DEBUG 2023/08/30 18:31:55 grid power: -3514W
[site  ] DEBUG 2023/08/30 18:31:55 site power: -3514W
[lp-1  ] DEBUG 2023/08/30 18:31:55 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:31:55 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:31:55 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:31:55 pv charge current: 15.3A = 0A + 15.3A (-3514W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:31:55 site power -3514W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:31:55 pv enable in 32s
[lp-1  ] DEBUG 2023/08/30 18:31:55 pv enable timer remaining: 32s
[site  ] DEBUG 2023/08/30 18:32:02 ----
[lp-1  ] DEBUG 2023/08/30 18:32:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:04 pv power: 5167W
[site  ] DEBUG 2023/08/30 18:32:07 grid power: -3558W
[site  ] DEBUG 2023/08/30 18:32:07 site power: -3558W
[lp-1  ] DEBUG 2023/08/30 18:32:07 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:07 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:07 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:07 pv charge current: 15.5A = 0A + 15.5A (-3558W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:07 site power -3558W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:07 pv enable in 20s
[lp-1  ] DEBUG 2023/08/30 18:32:07 pv enable timer remaining: 20s
[site  ] DEBUG 2023/08/30 18:32:12 ----
[lp-1  ] DEBUG 2023/08/30 18:32:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:14 pv power: 5180W
[site  ] DEBUG 2023/08/30 18:32:15 grid power: -3552W
[site  ] DEBUG 2023/08/30 18:32:15 site power: -3552W
[lp-1  ] DEBUG 2023/08/30 18:32:15 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:15 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:15 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:15 pv charge current: 15.4A = 0A + 15.4A (-3552W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:15 site power -3552W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:15 pv enable in 12s
[lp-1  ] DEBUG 2023/08/30 18:32:15 pv enable timer remaining: 12s
[site  ] DEBUG 2023/08/30 18:32:22 ----
[lp-1  ] DEBUG 2023/08/30 18:32:22 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:23 pv power: 5179W
[site  ] DEBUG 2023/08/30 18:32:25 grid power: -3562W
[site  ] DEBUG 2023/08/30 18:32:25 site power: -3562W
[lp-1  ] DEBUG 2023/08/30 18:32:25 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:25 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:25 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:25 pv charge current: 15.5A = 0A + 15.5A (-3562W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:25 site power -3562W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:25 pv enable in 2s
[lp-1  ] DEBUG 2023/08/30 18:32:25 pv enable timer remaining: 2s
[site  ] DEBUG 2023/08/30 18:32:32 ----
[lp-1  ] DEBUG 2023/08/30 18:32:32 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:34 pv power: 5194W
[site  ] DEBUG 2023/08/30 18:32:35 grid power: -3549W
[site  ] DEBUG 2023/08/30 18:32:35 site power: -3549W
[lp-1  ] DEBUG 2023/08/30 18:32:35 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:35 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:35 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:35 pv charge current: 15.4A = 0A + 15.4A (-3549W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:35 site power -3549W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:35 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:32:35 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:32:35 guard enable in 2m12s
[site  ] DEBUG 2023/08/30 18:32:42 ----
[lp-1  ] DEBUG 2023/08/30 18:32:42 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:43 pv power: 5196W
[site  ] DEBUG 2023/08/30 18:32:44 grid power: -3559W
[site  ] DEBUG 2023/08/30 18:32:44 site power: -3559W
[lp-1  ] DEBUG 2023/08/30 18:32:44 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:44 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:44 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:44 pv charge current: 15.5A = 0A + 15.5A (-3559W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:44 site power -3559W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:44 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:32:44 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:32:44 guard enable in 2m3s
[site  ] DEBUG 2023/08/30 18:32:52 ----
[lp-1  ] DEBUG 2023/08/30 18:32:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:32:54 pv power: 5208W
[site  ] DEBUG 2023/08/30 18:32:55 grid power: -3571W
[site  ] DEBUG 2023/08/30 18:32:55 site power: -3571W
[lp-1  ] DEBUG 2023/08/30 18:32:55 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:32:55 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:32:55 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:32:55 pv charge current: 15.5A = 0A + 15.5A (-3571W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:32:55 site power -3571W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:32:55 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:32:55 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:32:55 guard enable in 1m52s
[site  ] DEBUG 2023/08/30 18:33:02 ----
[lp-1  ] DEBUG 2023/08/30 18:33:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:04 pv power: 5205W
[site  ] DEBUG 2023/08/30 18:33:06 grid power: -3584W
[site  ] DEBUG 2023/08/30 18:33:06 site power: -3584W
[lp-1  ] DEBUG 2023/08/30 18:33:06 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:06 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:06 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:06 pv charge current: 15.6A = 0A + 15.6A (-3584W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:06 site power -3584W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:06 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:06 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:06 guard enable in 1m41s
[site  ] DEBUG 2023/08/30 18:33:12 ----
[lp-1  ] DEBUG 2023/08/30 18:33:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:14 pv power: 5216W
[site  ] DEBUG 2023/08/30 18:33:15 grid power: -3888W
[site  ] DEBUG 2023/08/30 18:33:15 site power: -3888W
[lp-1  ] DEBUG 2023/08/30 18:33:15 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:15 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:15 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:15 pv charge current: 16.9A = 0A + 16.9A (-3888W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:15 site power -3888W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:15 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:15 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:15 guard enable in 1m32s
[site  ] DEBUG 2023/08/30 18:33:22 ----
[lp-1  ] DEBUG 2023/08/30 18:33:22 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:24 pv power: 5232W
[site  ] DEBUG 2023/08/30 18:33:26 grid power: -3888W
[site  ] DEBUG 2023/08/30 18:33:26 site power: -3888W
[lp-1  ] DEBUG 2023/08/30 18:33:26 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:26 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:26 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:26 pv charge current: 16.9A = 0A + 16.9A (-3888W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:26 site power -3888W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:26 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:26 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:26 guard enable in 1m21s
[site  ] DEBUG 2023/08/30 18:33:32 ----
[lp-1  ] DEBUG 2023/08/30 18:33:32 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:34 pv power: 5236W
[site  ] DEBUG 2023/08/30 18:33:36 grid power: -3938W
[site  ] DEBUG 2023/08/30 18:33:36 site power: -3938W
[lp-1  ] DEBUG 2023/08/30 18:33:36 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:36 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:36 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:36 pv charge current: 17.1A = 0A + 17.1A (-3938W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:36 site power -3938W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:36 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:36 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:36 guard enable in 1m11s
[site  ] DEBUG 2023/08/30 18:33:42 ----
[lp-1  ] DEBUG 2023/08/30 18:33:42 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:43 pv power: 5237W
[site  ] DEBUG 2023/08/30 18:33:45 grid power: -3945W
[site  ] DEBUG 2023/08/30 18:33:45 site power: -3945W
[lp-1  ] DEBUG 2023/08/30 18:33:45 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:45 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:45 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:45 pv charge current: 17.2A = 0A + 17.2A (-3945W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:45 site power -3945W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:45 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:45 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:45 guard enable in 1m2s
[site  ] DEBUG 2023/08/30 18:33:52 ----
[lp-1  ] DEBUG 2023/08/30 18:33:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:33:53 pv power: 5253W
[site  ] DEBUG 2023/08/30 18:33:55 grid power: -3948W
[site  ] DEBUG 2023/08/30 18:33:55 site power: -3948W
[lp-1  ] DEBUG 2023/08/30 18:33:55 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:33:55 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:33:55 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:33:55 pv charge current: 17.2A = 0A + 17.2A (-3948W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:33:55 site power -3948W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:33:55 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:33:55 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:33:55 guard enable in 52s
[site  ] DEBUG 2023/08/30 18:34:02 ----
[lp-1  ] DEBUG 2023/08/30 18:34:02 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:03 pv power: 5252W
[site  ] DEBUG 2023/08/30 18:34:06 grid power: -3965W
[site  ] DEBUG 2023/08/30 18:34:06 site power: -3965W
[lp-1  ] DEBUG 2023/08/30 18:34:06 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:06 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:06 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:06 pv charge current: 17.2A = 0A + 17.2A (-3965W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:06 site power -3965W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:06 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:06 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:06 guard enable in 42s
[site  ] DEBUG 2023/08/30 18:34:12 ----
[lp-1  ] DEBUG 2023/08/30 18:34:12 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:15 pv power: 5260W
[site  ] DEBUG 2023/08/30 18:34:17 grid power: -4006W
[site  ] DEBUG 2023/08/30 18:34:17 site power: -4006W
[lp-1  ] DEBUG 2023/08/30 18:34:17 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:17 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:17 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:17 pv charge current: 17.4A = 0A + 17.4A (-4006W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:17 site power -4006W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:17 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:17 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:17 guard enable in 30s
[site  ] DEBUG 2023/08/30 18:34:22 ----
[lp-1  ] DEBUG 2023/08/30 18:34:22 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:24 pv power: 5274W
[site  ] DEBUG 2023/08/30 18:34:25 grid power: -3999W
[site  ] DEBUG 2023/08/30 18:34:25 site power: -3999W
[lp-1  ] DEBUG 2023/08/30 18:34:25 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:25 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:25 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:25 pv charge current: 17.4A = 0A + 17.4A (-3999W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:25 site power -3999W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:25 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:25 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:25 guard enable in 22s
[site  ] DEBUG 2023/08/30 18:34:32 ----
[lp-1  ] DEBUG 2023/08/30 18:34:32 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:34 pv power: 5272W
[site  ] DEBUG 2023/08/30 18:34:36 grid power: -3990W
[site  ] DEBUG 2023/08/30 18:34:36 site power: -3990W
[lp-1  ] DEBUG 2023/08/30 18:34:36 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:36 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:36 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:36 pv charge current: 17.3A = 0A + 17.3A (-3990W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:36 site power -3990W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:36 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:36 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:36 guard enable in 11s
[site  ] DEBUG 2023/08/30 18:34:42 ----
[lp-1  ] DEBUG 2023/08/30 18:34:42 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:43 pv power: 5279W
[site  ] DEBUG 2023/08/30 18:34:45 grid power: -3991W
[site  ] DEBUG 2023/08/30 18:34:45 site power: -3991W
[lp-1  ] DEBUG 2023/08/30 18:34:45 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:45 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:45 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:45 pv charge current: 17.4A = 0A + 17.4A (-3991W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:45 site power -3991W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:45 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:45 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:45 guard enable in 2s
[site  ] DEBUG 2023/08/30 18:34:52 ----
[lp-1  ] DEBUG 2023/08/30 18:34:52 charge power: 0W
[site  ] DEBUG 2023/08/30 18:34:54 pv power: 5292W
[site  ] DEBUG 2023/08/30 18:34:56 grid power: -4019W
[site  ] DEBUG 2023/08/30 18:34:56 site power: -4019W
[lp-1  ] DEBUG 2023/08/30 18:34:56 charge voltages: [2.1 2.1 2.1]V
[lp-1  ] DEBUG 2023/08/30 18:34:56 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:34:56 charger status: B
[lp-1  ] DEBUG 2023/08/30 18:34:56 pv charge current: 17.5A = 0A + 17.5A (-4019W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:34:56 site power -4019W <= 0W enable threshold
[lp-1  ] DEBUG 2023/08/30 18:34:56 pv enable in 0s
[lp-1  ] DEBUG 2023/08/30 18:34:56 pv enable timer elapsed
[lp-1  ] DEBUG 2023/08/30 18:34:56 charger: guard elapse
[lp-1  ] DEBUG 2023/08/30 18:34:56 guard timer inactive
[lp-1  ] DEBUG 2023/08/30 18:34:56 charger enable
[lp-1  ] DEBUG 2023/08/30 18:34:56 wake-up timer: start
[site  ] DEBUG 2023/08/30 18:35:02 ----
[lp-1  ] DEBUG 2023/08/30 18:35:02 charge power: 122W
[site  ] DEBUG 2023/08/30 18:35:04 pv power: 5288W
[site  ] DEBUG 2023/08/30 18:35:05 grid power: -3850W
[site  ] DEBUG 2023/08/30 18:35:05 site power: -3850W
[lp-1  ] DEBUG 2023/08/30 18:35:05 charge voltages: [245 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:05 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:05 charge currents: [1.7 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:05 charger status: C
[lp-1  ] INFO 2023/08/30 18:35:05 start charging ->
[lp-1  ] DEBUG 2023/08/30 18:35:05 wake-up timer: stop
[lp-1  ] DEBUG 2023/08/30 18:35:06 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:06 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:06 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:06 pv charge current: 20.4A = 3.7A + 16.7A (-3850W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:35:06 pv timer reset
[lp-1  ] DEBUG 2023/08/30 18:35:06 pv timer inactive
[lp-1  ] DEBUG 2023/08/30 18:35:06 max charge current: 20A
[site  ] DEBUG 2023/08/30 18:35:12 ----
[lp-1  ] DEBUG 2023/08/30 18:35:12 charge power: 3958W
[site  ] DEBUG 2023/08/30 18:35:14 pv power: 5296W
[site  ] DEBUG 2023/08/30 18:35:15 grid power: 65W
[site  ] DEBUG 2023/08/30 18:35:15 site power: 65W
[lp-1  ] DEBUG 2023/08/30 18:35:15 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:15 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:15 charge currents: [16.1 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:15 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:15 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:35:15 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:15 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:15 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:15 pv charge current: 17.8A = 18.1A + -0.284A (65W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:35:16 max charge current: 17A
[site  ] DEBUG 2023/08/30 18:35:22 ----
[lp-1  ] DEBUG 2023/08/30 18:35:22 charge power: 4227W
[site  ] DEBUG 2023/08/30 18:35:23 pv power: 5314W
[site  ] DEBUG 2023/08/30 18:35:25 grid power: 280W
[site  ] DEBUG 2023/08/30 18:35:25 site power: 280W
[lp-1  ] DEBUG 2023/08/30 18:35:25 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:25 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:25 charge currents: [17.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:25 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:25 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:35:25 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:25 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:25 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:25 pv charge current: 15.8A = 17A + -1.22A (280W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:35:26 max charge current: 15A
[site  ] DEBUG 2023/08/30 18:35:32 ----
[lp-1  ] DEBUG 2023/08/30 18:35:32 charge power: 3738W
[site  ] DEBUG 2023/08/30 18:35:34 pv power: 5319W
[site  ] DEBUG 2023/08/30 18:35:36 grid power: -222W
[site  ] DEBUG 2023/08/30 18:35:36 site power: -222W
[lp-1  ] DEBUG 2023/08/30 18:35:36 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:36 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:36 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:36 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:36 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:35:36 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:36 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:36 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:36 pv charge current: 16A = 15A + 0.963A (-222W @ 1p)
[site  ] DEBUG 2023/08/30 18:35:42 ----
[lp-1  ] DEBUG 2023/08/30 18:35:42 charge power: 3738W
[site  ] DEBUG 2023/08/30 18:35:44 pv power: 5319W
[site  ] DEBUG 2023/08/30 18:35:45 grid power: -223W
[site  ] DEBUG 2023/08/30 18:35:45 site power: -223W
[lp-1  ] DEBUG 2023/08/30 18:35:45 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:45 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:45 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:45 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:45 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:35:45 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:45 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:45 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:45 pv charge current: 16A = 15A + 0.968A (-223W @ 1p)
[site  ] DEBUG 2023/08/30 18:35:52 ----
[lp-1  ] DEBUG 2023/08/30 18:35:52 charge power: 3738W
[site  ] DEBUG 2023/08/30 18:35:54 pv power: 5337W
[site  ] DEBUG 2023/08/30 18:35:55 grid power: -224W
[site  ] DEBUG 2023/08/30 18:35:55 site power: -224W
[lp-1  ] DEBUG 2023/08/30 18:35:55 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:35:55 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:55 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:35:55 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:35:55 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:35:55 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:35:55 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:35:55 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:35:55 pv charge current: 16A = 15A + 0.976A (-224W @ 1p)
[site  ] DEBUG 2023/08/30 18:36:02 ----
[lp-1  ] DEBUG 2023/08/30 18:36:02 charge power: 3736W
[site  ] DEBUG 2023/08/30 18:36:05 pv power: 5339W
[site  ] DEBUG 2023/08/30 18:36:07 grid power: -214W
[site  ] DEBUG 2023/08/30 18:36:07 site power: -214W
[lp-1  ] DEBUG 2023/08/30 18:36:07 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:36:07 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:07 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:36:07 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:07 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:36:07 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:36:07 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:36:07 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:36:07 pv charge current: 15.9A = 15A + 0.931A (-214W @ 1p)
[site  ] DEBUG 2023/08/30 18:36:12 ----
[lp-1  ] DEBUG 2023/08/30 18:36:12 charge power: 3740W
[site  ] DEBUG 2023/08/30 18:36:15 pv power: 5340W
[site  ] DEBUG 2023/08/30 18:36:18 grid power: -243W
[site  ] DEBUG 2023/08/30 18:36:18 site power: -243W
[lp-1  ] DEBUG 2023/08/30 18:36:18 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:36:18 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:18 charge currents: [15.3 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:36:18 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:18 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:36:18 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:36:18 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:36:18 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:36:18 pv charge current: 16.1A = 15A + 1.05A (-243W @ 1p)
[lp-1  ] DEBUG 2023/08/30 18:36:18 max charge current: 16A
[site  ] DEBUG 2023/08/30 18:36:22 ----
[lp-1  ] DEBUG 2023/08/30 18:36:22 charge power: 3955W
[site  ] DEBUG 2023/08/30 18:36:24 pv power: 5354W
[site  ] DEBUG 2023/08/30 18:36:27 grid power: -24W
[site  ] DEBUG 2023/08/30 18:36:27 site power: -24W
[lp-1  ] DEBUG 2023/08/30 18:36:27 charge voltages: [244 0 0]V
[lp-1  ] DEBUG 2023/08/30 18:36:27 detected connected phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:27 charge currents: [16.2 0 0]A
[lp-1  ] DEBUG 2023/08/30 18:36:27 detected active phases: 1p
[lp-1  ] DEBUG 2023/08/30 18:36:27 charger status: C
[lp-1  ] DEBUG 2023/08/30 18:36:27 vehicle soc: 59%
[lp-1  ] DEBUG 2023/08/30 18:36:27 vehicle soc limit: 90%
[lp-1  ] DEBUG 2023/08/30 18:36:27 vehicle range: 262km
[lp-1  ] DEBUG 2023/08/30 18:36:27 pv charge current: 16.1A = 16A + 0.103A (-24W @ 1p)
andig commented 1 year ago

Gents, I've hidden the excess logs. Lets please sort this:

I reran a test on the nightly build. It looks like it is working.

@infinus so finally confirmed ok? Thank you!

Charger logic error does not go away after one cycle.

Seems we're in PV mode and the PV timer is still running. In this case, we should expire the PV timer, too to make this an immediate action?

/cc @MarkusGH seems this is also the case for https://github.com/evcc-io/evcc/issues/9586#issuecomment-1699561620 which is why you're getting the error messages time and again.

MarkusGH commented 1 year ago

Das wird nicht helfen, denn wenn der Loadpoint enabled ist (und das ist er ab dem Verlassen von syncCharger) dann wird er nicht mehr enabled. Gegenvorschlag: https://github.com/evcc-io/evcc/pull/9629

MarkusGH commented 1 year ago

@andig: Alternativ könnte man vielleicht auch Deine Lösung nehmen, allerdings muss dann das Konstrukt:

defer func() {
    lp.enabled = enabled
    lp.publish("enabled", lp.enabled)
}()

weiter nach unten, denn wie geschrieben, wenn lp.enabled == true ist wird das Laden nicht gestartet, dann bleibt der Loadpoint weiterhin disabled und lädt.

andig commented 1 year ago

@MarkusGH hier gehts doch um den disable timer?!

MarkusGH commented 1 year ago

Dir schon - aber mein (neues) Problem ist ein anderes. Solange im MinPV Modus genug PV Strom da ist, spielt der disable timer keine Rolle. Dann kommt die Meldung "charger logic error: disabled but charging." wieder und wieder. Man braucht deswegen beides. Mein Vorschlag in https://github.com/evcc-io/evcc/pull/9629

andig commented 1 year ago

Verstehe. Das ist hässlich. Bitte neues Issue!

yipikaye commented 1 year ago

I have deployed 0.119.3 and confirm this is working perfectly, some patience is needed for the timer but it does the correct operation :)

andig commented 1 year ago

@GrimmiMeloni with the latest update we should not have the timer issue anymore. Or do you think we need to expire the pv timer in all places?

@yipikaye could you once more share a log? We should not wait for timer here.

yipikaye commented 1 year ago

Hi @andig

For a reason I don't know the car started charging itself at 16:20. Rather than let the timer finish I did stop it myself but not before letting it run for a minute or so.


Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 ----
Sep  1 16:20:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:09 charge power: 0W
Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 pv power: 390W
Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 battery soc: 90%
Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 battery power: 520W
Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 grid power: 0W
Sep  1 16:20:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:09 site power: 1020W
Sep  1 16:20:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:09 charge voltages: [0.7 0 0]V
Sep  1 16:20:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:09 charge currents: [0.3 0.3 0.2]A
Sep  1 16:20:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:09 charger status: B
Sep  1 16:20:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:09 pv charge current: 0A = 0A + -4.43A (1020W @ 1p)
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 ----
Sep  1 16:20:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:19 charge power: 0W
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 pv power: 383W
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 battery soc: 90%
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 battery power: 550W
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 grid power: 0W
Sep  1 16:20:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:19 site power: 1050W
Sep  1 16:20:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:19 charge voltages: [0.7 0 0]V
Sep  1 16:20:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:19 charge currents: [0.3 0.3 0.2]A
Sep  1 16:20:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:19 charger status: B
Sep  1 16:20:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:19 pv charge current: 0A = 0A + -4.57A (1050W @ 1p)
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 ----
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 charge power: 98W
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 pv power: 378W
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 battery soc: 90%
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 battery power: 560W
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 grid power: 0W
Sep  1 16:20:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:29 site power: 1060W
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 charge voltages: [245 0 0]V
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 detected connected phases: 1p
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 charge currents: [0.4 0.3 0.2]A
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 charger status: C
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] INFO 2023/09/01 16:20:29 start charging ->
Sep  1 16:20:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:29 wake-up timer: stop
Sep  1 16:20:29 raspberrypi evcc[5348]: [pushover] DEBUG 2023/09/01 16:20:29 sending to ***
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 soc estimated: 77.07% (vehicle: 77.00%)
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 vehicle soc: 77%
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 vehicle soc limit: 100%
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 vehicle range: 403km
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] WARN 2023/09/01 16:20:30 charger out of sync: expected disabled, got enabled
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 charger: guard elapse
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 guard timer inactive
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 pv charge current: 0A = 2.4A + -4.61A (1060W @ 1p)
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 site power 1060W >= 0W disable threshold
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 pv disable timer start: 3m0s
Sep  1 16:20:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:30 pv disable in 3m0s
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 ----
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 charge power: 1270W
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 pv power: 379W
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 battery soc: 90%
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 battery power: 580W
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 grid power: 0W
Sep  1 16:20:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:39 site power: 1080W
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 charge voltages: [244 0 0]V
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 detected connected phases: 1p
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 charge currents: [5.2 0.3 0.2]A
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 detected active phases: 1p
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 charger status: C
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 soc estimated: 77.07% (vehicle: 77.00%)
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 vehicle soc: 77%
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 vehicle soc limit: 100%
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 vehicle range: 403km
Sep  1 16:20:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:39 pv charge current: 0.304A = 5A + -4.7A (1080W @ 1p)
Sep  1 16:20:40 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:40 site power 1080W >= 0W disable threshold
Sep  1 16:20:40 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:40 pv disable in 2m50s
Sep  1 16:20:40 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:40 pv disable timer remaining: 2m50s
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 ----
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 charge power: 1269W
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 pv power: 394W
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 battery soc: 90%
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 battery power: 1830W
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 grid power: 0W
Sep  1 16:20:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:49 site power: 2330W
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 charge voltages: [244 0 0]V
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 detected connected phases: 1p
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 charge currents: [5.2 0.3 0.2]A
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 detected active phases: 1p
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 charger status: C
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 soc estimated: 77.08% (vehicle: 77.00%)
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 vehicle soc: 77%
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 vehicle soc limit: 100%
Sep  1 16:20:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:49 vehicle range: 403km
Sep  1 16:20:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:50 pv charge current: 0A = 5A + -10.1A (2330W @ 1p)
Sep  1 16:20:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:50 site power 2330W >= 0W disable threshold
Sep  1 16:20:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:50 pv disable in 2m40s
Sep  1 16:20:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:50 pv disable timer remaining: 2m40s
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 ----
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 charge power: 1269W
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 pv power: 391W
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 battery soc: 90%
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 battery power: 1810W
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 grid power: 0W
Sep  1 16:20:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:20:59 site power: 2310W
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 charge voltages: [244 0 0]V
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 detected connected phases: 1p
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 charge currents: [5.2 0.3 0.2]A
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 detected active phases: 1p
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 charger status: C
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 soc estimated: 77.08% (vehicle: 77.00%)
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 vehicle soc: 77%
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 vehicle soc limit: 100%
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 vehicle range: 403km
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 pv charge current: 0A = 5A + -10A (2310W @ 1p)
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 site power 2310W >= 0W disable threshold
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 pv disable in 2m30s
Sep  1 16:20:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:20:59 pv disable timer remaining: 2m30s
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 ----
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 charge power: 1245W
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 pv power: 393W
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 battery soc: 90%
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 battery power: 1830W
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 grid power: 0W
Sep  1 16:21:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:09 site power: 2330W
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 charge voltages: [244 0 0]V
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 detected connected phases: 1p
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 charge currents: [5.1 0.3 0.2]A
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 detected active phases: 1p
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 charger status: C
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 soc estimated: 77.09% (vehicle: 77.00%)
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 vehicle soc: 77%
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 vehicle soc limit: 100%
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 vehicle range: 403km
Sep  1 16:21:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 pv charge current: 0A = 5A + -10.1A (2330W @ 1p)
Sep  1 16:21:10 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:09 site power 2330W >= 0W disable threshold
Sep  1 16:21:10 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:10 pv disable in 2m20s
Sep  1 16:21:10 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:10 pv disable timer remaining: 2m20s
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 ----
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 charge power: 1269W
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 pv power: 395W
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 battery soc: 90%
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 battery power: 1830W
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 grid power: 0W
Sep  1 16:21:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:19 site power: 2330W
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 charge voltages: [244 0 0]V
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 detected connected phases: 1p
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 charge currents: [5.2 0.3 0.2]A
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 detected active phases: 1p
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 charger status: C
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 soc estimated: 77.09% (vehicle: 77.00%)
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 vehicle soc: 77%
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 vehicle soc limit: 100%
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 vehicle range: 403km
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 pv charge current: 0A = 5A + -10.1A (2330W @ 1p)
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 site power 2330W >= 0W disable threshold
Sep  1 16:21:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:19 pv disable in 2m10s
Sep  1 16:21:20 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:20 pv disable timer remaining: 2m10s
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 ----
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 charge power: 1269W
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 pv power: 395W
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 battery soc: 90%
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 battery power: 1830W
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 grid power: 0W
Sep  1 16:21:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:29 site power: 2330W
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 charge voltages: [244 0 0]V
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 detected connected phases: 1p
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 charge currents: [5.2 0.3 0.2]A
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 detected active phases: 1p
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 charger status: C
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 soc estimated: 77.09% (vehicle: 77.00%)
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 vehicle soc: 77%
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 vehicle soc limit: 100%
Sep  1 16:21:29 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:29 vehicle range: 403km
Sep  1 16:21:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:30 pv charge current: 0A = 5A + -10.1A (2330W @ 1p)
Sep  1 16:21:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:30 site power 2330W >= 0W disable threshold
Sep  1 16:21:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:30 pv disable in 2m0s
Sep  1 16:21:30 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:30 pv disable timer remaining: 2m0s
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 ----
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 charge power: 1270W
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 pv power: 396W
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 battery soc: 90%
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 battery power: 1850W
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 grid power: 0W
Sep  1 16:21:39 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:39 site power: 2350W
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 charge voltages: [244 0 0]V
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 detected connected phases: 1p
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 charge currents: [5.2 0.3 0.2]A
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 detected active phases: 1p
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 charger status: C
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 soc estimated: 77.10% (vehicle: 77.00%)
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 vehicle soc: 77%
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 vehicle soc limit: 100%
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 vehicle range: 403km
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 pv charge current: 0A = 5A + -10.2A (2350W @ 1p)
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 site power 2350W >= 0W disable threshold
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 pv disable in 1m50s
Sep  1 16:21:39 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:39 pv disable timer remaining: 1m50s
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 ----
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 charge power: 1243W
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 pv power: 403W
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 battery soc: 90%
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 battery power: 1860W
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 grid power: 0W
Sep  1 16:21:49 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:49 site power: 2360W
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 charge voltages: [244 0 0]V
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 detected connected phases: 1p
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 charge currents: [5.1 0.3 0.2]A
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 detected active phases: 1p
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 charger status: C
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 soc estimated: 77.10% (vehicle: 77.00%)
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 vehicle soc: 77%
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 vehicle soc limit: 100%
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 vehicle range: 403km
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 pv charge current: 0A = 5A + -10.3A (2360W @ 1p)
Sep  1 16:21:49 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:49 site power 2360W >= 0W disable threshold
Sep  1 16:21:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:50 pv disable in 1m40s
Sep  1 16:21:50 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:50 pv disable timer remaining: 1m40s
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 ----
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 charge power: 1244W
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 pv power: 405W
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 battery soc: 90%
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 battery power: 1850W
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 grid power: 0W
Sep  1 16:21:59 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:21:59 site power: 2350W
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 charge voltages: [244 0 0]V
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 detected connected phases: 1p
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 charge currents: [5.1 0.3 0.2]A
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 detected active phases: 1p
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 charger status: C
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 soc estimated: 77.10% (vehicle: 77.00%)
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 vehicle soc: 77%
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 vehicle soc limit: 100%
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 vehicle range: 403km
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 pv charge current: 0A = 5A + -10.2A (2350W @ 1p)
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 site power 2350W >= 0W disable threshold
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 pv disable in 1m30s
Sep  1 16:21:59 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:21:59 pv disable timer remaining: 1m30s
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 ----
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 charge power: 1243W
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 pv power: 401W
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 battery soc: 90%
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 battery power: 1840W
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 grid power: 0W
Sep  1 16:22:09 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:09 site power: 2340W
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 charge voltages: [244 0 0]V
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 detected connected phases: 1p
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 charge currents: [5.1 0.3 0.2]A
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 detected active phases: 1p
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 charger status: C
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 soc estimated: 77.11% (vehicle: 77.00%)
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 vehicle soc: 77%
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 vehicle soc limit: 100%
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 vehicle range: 403km
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 pv charge current: 0A = 5A + -10.2A (2340W @ 1p)
Sep  1 16:22:09 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:09 site power 2340W >= 0W disable threshold
Sep  1 16:22:10 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:10 pv disable in 1m20s
Sep  1 16:22:10 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:10 pv disable timer remaining: 1m20s
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 ----
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 charge power: 0W
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 pv power: 407W
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 battery soc: 90%
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 battery power: 1860W
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 grid power: 0W
Sep  1 16:22:19 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:19 site power: 2360W
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 charge voltages: [1.3 0 0]V
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 charge currents: [0.3 0.3 0.2]A
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 charger status: B
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] INFO 2023/09/01 16:22:19 stop charging <-
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 wake-up timer: start
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 pv timer reset
Sep  1 16:22:19 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:19 pv timer inactive
Sep  1 16:22:19 raspberrypi evcc[5348]: [pushover] DEBUG 2023/09/01 16:22:19 sending to ***
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 soc estimated: 77.11% (vehicle: 77.00%)
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 vehicle soc: 77%
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 vehicle soc limit: 70%
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 vehicle range: 403km
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 pv charge current: 0A = 0A + -10.3A (2360W @ 1p)
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 site power 2360W >= 0W disable threshold
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 pv disable timer start: 3m0s
Sep  1 16:22:21 raspberrypi evcc[5348]: [lp-1  ] DEBUG 2023/09/01 16:22:21 pv disable in 3m0s
Sep  1 16:22:29 raspberrypi evcc[5348]: [site  ] DEBUG 2023/09/01 16:22:29 ----
andig commented 1 year ago

For a reason I don't know the car started charging itself at 16:20.

No idea. If we did start it we should see that in the log. To be sure set tesla: trace as that's done via vehicle.

Re timer: which version are you running? The disable timer should already be expired in 119.3, but please confirm your version and commit.