evcc-io / evcc

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

charger out of sync: expected enabled, got disabled // Easee Wallbox #2525

Closed tmy0 closed 2 years ago

tmy0 commented 2 years ago

Describe the bug Im Modus min+pv wird das Laden stoppt.

To Reproduce Auto an Wallbox angeschlossen. Ladung beginnt. Irgendwann wird das Laden gestoppt. Den genauen Zeitpunkt kann ich nicht reproduzieren. Im Allgemeinen ist das Laden im Modus min+pv schon öfter gestoppt worden, obwohl der SoC noch nicht bei 100% war.

Expected behavior Es wird im Modus min+pv so lange geladen, bis das Kabel entfernt wird oder SoC 100% erreicht wurde.

EVCC details: evcc version 0.82 (fbd0d655)



<details><summary>Show output of <code>evcc dump -c configfile</code>:</summary><br><pre>
Unsupported Config Type ""

</pre></details>

<details><summary>Show evcc configuration file <code>evcc.yaml</code>:</summary><br><pre>

uri: 0.0.0.0:7070 # uri for ui
interval: 10s # control cycle interval

log: error

meters:
- name: grid1
  type: custom
  power:
    source: modbus
    model: sunspec
    id: 1
    uri: 192.168.178.66:1502
    timeout: 3s
    subdevice: 1
    value: 203:W # sunspec 3-phase meter power reading
    scale: -1
- type: template
  template: solaredge-inverter
  id: 1
  host: 192.168.178.66  # IP-Adresse oder Hostname
  port: 1502  # Port
  id: 1
  port: 1502  # Port
  usage: pv
  modbus: tcpip
  timeout: 3s
  name: pv2

chargers:
- type: template
  template: easee
  user:  # Benutzername um auf das Gerät zuzugreifen
  password:   # Passwort des Benutzerkontos
  charger: 
  name: wallbox4

vehicles:
- type: template
  template: opel
  title: Ginger  # Wird in der Benutzeroberfläche angezeigt
  user:   # Benutzername um auf das Gerät zuzugreifen
  password: # Passwort des Benutzerkontos
  capacity: 50  # Akku-Kapazität in kWh
  name: ev3

loadpoints:
- title: Carport
  charger: wallbox4
  vehicles:
  - ev3
  mode: minpv
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: fixed
    price: 0.28 # [currency]/kWh

  feedin:
    type: fixed
    price: 0.093 # [currency]/kWh

site:
  title: Haus
  meters:
    grid: grid1
    pvs:
    - pv2

sponsortoken: 
</pre></details>

<details><summary>Show evcc log output with <code>--log debug</code>:</summary><br><pre>

Hier sind mir ein paar Dinge aufgefallen, die für mich unplausibel sind.
Wie kann es sein, dass die grid power: 6143W ist und charge power: 9853 soweit auseindander gehen. Zumal zuvor auch nicht so viel Strom produziert wurde. Hier der Bereich im Log dazu.

Feb 06 11:00:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:00 ----
Feb 06 11:00:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:00 grid power: -3438W
Feb 06 11:00:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:00 pv power: 4873W
Feb 06 11:00:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:00 site power: -3438W
Feb 06 11:00:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:00 charge power: 245W
Feb 06 11:00:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:00 charge currents: [2.38 0.011 0.01]A
Feb 06 11:00:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:00 charger status: C
Feb 06 11:00:00 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:00:00 start charging ->
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 vehicle soc: 47%
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 vehicle range: 114km
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 vehicle odometer: 2865km
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 max charge current: 9.36A = 4.38A + 4.98A (-3438W @ 3p)
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:00:01 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 pv timer reset
Feb 06 11:00:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:01 pv action: inactive
Feb 06 11:00:11 raspberrypi evcc[26090]: [lp-1  ] ERROR 2022/02/06 11:00:11 max charge current 9A: Post "https://api.easee.cloud/api/chargers/EHP7NT6H/settings": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Feb 06 11:00:11 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:11 ----
Feb 06 11:00:11 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:11 grid power: -3566W
Feb 06 11:00:12 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:12 pv power: 4938W
Feb 06 11:00:12 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:12 site power: -3566W
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 charge power: 0W
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 charge currents: [0.706 0.011 0.01]A
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 charger status: C
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 next soc poll remaining time: 59m48s
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 vehicle soc: 47%
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 vehicle range: 114km
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 vehicle odometer: 2865km
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:12 max charge current: 7.87A = 2.71A + 5.17A (-3566W @ 3p)
Feb 06 11:00:12 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:00:12 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] ERROR 2022/02/06 11:00:22 max charge current 7A: Post "https://api.easee.cloud/api/chargers/EHP7NT6H/settings": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Feb 06 11:00:22 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:22 ----
Feb 06 11:00:22 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:22 grid power: -2286W
Feb 06 11:00:22 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:22 pv power: 5011W
Feb 06 11:00:22 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:22 site power: -2286W
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 charge power: 1314W
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 charge currents: [6.02 0.011 0.01]A
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 detected phases: 1p [6.02 0.011 0.01]A
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 charger status: C
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 next soc poll remaining time: 59m49s
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 vehicle soc: 47%
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 vehicle range: 114km
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 vehicle odometer: 2865km
Feb 06 11:00:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:22 max charge current: 15.9A = 6A + 9.94A (-2286W @ 1p)
Feb 06 11:00:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:30 max charge current: 15A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge power: 1314W
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge currents: [6.02 0.011 0.01]A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 detected phases: 1p [6.02 0.011 0.01]A
Feb 06 11:00:31 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:31 ----
Feb 06 11:00:31 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:31 grid power: -2320W
Feb 06 11:00:31 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:31 pv power: 5069W
Feb 06 11:00:31 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:31 site power: -2320W
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge power: 1314W
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge currents: [6.02 0.011 0.01]A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 detected phases: 1p [6.02 0.011 0.01]A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charger status: C
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 next soc poll remaining time: 59m50s
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 vehicle soc: 47%
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 vehicle range: 114km
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 vehicle odometer: 2865km
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 max charge current: 18.1A = 8.02A + 10.1A (-2320W @ 1p)
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 max charge current: 16A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge power: 1314W
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 charge currents: [6.02 0.011 0.01]A
Feb 06 11:00:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:31 detected phases: 1p [6.02 0.011 0.01]A
Feb 06 11:00:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:40 ----
Feb 06 11:00:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:40 grid power: -1182W
Feb 06 11:00:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:40 pv power: 5110W
Feb 06 11:00:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:40 site power: -1182W
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 charge power: 1678W
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 charge currents: [11.1 0.011 0.01]A
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 charger status: C
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 next soc poll remaining time: 59m50s
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 vehicle soc: 47%
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 vehicle range: 114km
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 vehicle odometer: 2865km
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 max charge current: 18.2A = 13.1A + 5.14A (-1182W @ 1p)
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 charge power: 1678W
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 charge currents: [11.1 0.011 0.01]A
Feb 06 11:00:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:40 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:00:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:50 ----
Feb 06 11:00:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:50 grid power: -998W
Feb 06 11:00:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:50 pv power: 5167W
Feb 06 11:00:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:00:50 site power: -998W
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 charge power: 2692W
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 charge currents: [11.1 0.011 0.01]A
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 charger status: C
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 next soc poll remaining time: 59m49s
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 vehicle soc: 47%
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 vehicle range: 114km
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 vehicle odometer: 2865km
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 max charge current: 17.4A = 13.1A + 4.34A (-998W @ 1p)
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 charge power: 2692W
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 charge currents: [11.1 0.011 0.01]A
Feb 06 11:00:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:00:50 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:01:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:00 ----
Feb 06 11:01:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:00 grid power: -1273W
Feb 06 11:01:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:00 pv power: 5226W
Feb 06 11:01:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:00 site power: -1273W
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 charge power: 2692W
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 charge currents: [11.1 0.011 0.01]A
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 charger status: C
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 next soc poll remaining time: 59m50s
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 vehicle soc: 47%
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 vehicle range: 114km
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 vehicle odometer: 2865km
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 max charge current: 18.6A = 13.1A + 5.53A (-1273W @ 1p)
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 charge power: 2692W
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 charge currents: [11.1 0.011 0.01]A
Feb 06 11:01:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:00 detected phases: 1p [11.1 0.011 0.01]A
Feb 06 11:01:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:10 ----
Feb 06 11:01:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:10 grid power: -1882W
Feb 06 11:01:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:10 pv power: 5284W
Feb 06 11:01:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:10 site power: -1882W
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 charge power: 2237W
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 charge currents: [9.2 0.011 0.01]A
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 detected phases: 1p [9.2 0.011 0.01]A
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 charger status: C
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 next soc poll remaining time: 59m49s
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 vehicle soc: 47%
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 vehicle range: 114km
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 vehicle odometer: 2865km
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 max charge current: 19.4A = 11.2A + 8.18A (-1882W @ 1p)
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 charge power: 2237W
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 charge currents: [9.2 0.011 0.01]A
Feb 06 11:01:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:10 detected phases: 1p [9.2 0.011 0.01]A
Feb 06 11:01:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:20 ----
Feb 06 11:01:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:20 grid power: -1221W
Feb 06 11:01:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:20 pv power: 5375W
Feb 06 11:01:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:20 site power: -1221W
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 charge power: 2643W
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 charge currents: [11.9 0.011 0.01]A
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 detected phases: 1p [11.9 0.011 0.01]A
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 charger status: C
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 next soc poll remaining time: 59m50s
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 vehicle soc: 47%
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 vehicle range: 114km
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 vehicle odometer: 2865km
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 max charge current: 19.2A = 13.9A + 5.31A (-1221W @ 1p)
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 charge power: 2643W
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 charge currents: [11.9 0.011 0.01]A
Feb 06 11:01:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:20 detected phases: 1p [11.9 0.011 0.01]A
Feb 06 11:01:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:30 ----
Feb 06 11:01:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:30 grid power: -1412W
Feb 06 11:01:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:30 pv power: 5426W
Feb 06 11:01:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:30 site power: -1412W
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 charge power: 2643W
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 charge currents: [11.9 0.011 0.01]A
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 detected phases: 1p [11.9 0.011 0.01]A
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 charger status: C
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 next soc poll remaining time: 59m50s
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 vehicle soc: 47%
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 vehicle range: 114km
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 vehicle odometer: 2865km
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 max charge current: 20.1A = 13.9A + 6.14A (-1412W @ 1p)
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 charge power: 2643W
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 charge currents: [11.9 0.011 0.01]A
Feb 06 11:01:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:30 detected phases: 1p [11.9 0.011 0.01]A
Feb 06 11:01:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:40 ----
Feb 06 11:01:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:40 grid power: -2091W
Feb 06 11:01:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:40 pv power: 5491W
Feb 06 11:01:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:40 site power: -2091W
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charge power: 2049W
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charge currents: [9.86 0.011 0.01]A
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 detected phases: 1p [9.86 0.011 0.01]A
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charger status: C
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 next soc poll remaining time: 59m49s
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 vehicle soc: 47%
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 vehicle range: 114km
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 vehicle odometer: 2865km
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 max charge current: 20.9A = 11.9A + 9.09A (-2091W @ 1p)
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 available power above 3p min threshold of 4140W
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 start phase enable timer: 0s
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 phase action: scale3p in 0s
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 phase enable timer elapsed
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charger disable
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 pv timer elapse
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 pv action: inactive
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 switched phases: 3p @ 4140W
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charge power: 2049W
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 charge currents: [9.86 0.011 0.01]A
Feb 06 11:01:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:40 detected phases: 1p [9.86 0.011 0.01]A
Feb 06 11:01:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:50 ----
Feb 06 11:01:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:50 grid power: -4241W
Feb 06 11:01:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:50 pv power: 5508W
Feb 06 11:01:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:01:50 site power: -4241W
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charge power: 0W
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charge currents: [0.01 0.011 0.01]A
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charger status: B
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:01:50 stop charging <-
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 vehicle soc: 47%
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 vehicle range: 114km
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 vehicle odometer: 2865km
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 max charge current: 18.4A = 0A + 18.4A (-4241W @ 1p)
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 pv timer reset
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 pv action: inactive
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charger enable
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charge power: 0W
Feb 06 11:01:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:01:50 charge currents: [0.01 0.011 0.01]A
Feb 06 11:02:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:00 ----
Feb 06 11:02:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:00 grid power: -3961W
Feb 06 11:02:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:00 pv power: 5522W
Feb 06 11:02:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:00 site power: -3961W
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 charge power: 217W
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 charge currents: [1.24 1.05 1.17]A
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 charger status: C
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:02:00 start charging ->
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 vehicle soc: 47%
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 vehicle range: 114km
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 vehicle odometer: 2865km
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 max charge current: 20.5A = 3.24A + 17.2A (-3961W @ 1p)
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 charge power: 217W
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 charge currents: [1.24 1.05 1.17]A
Feb 06 11:02:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:00 detected phases: 3p [1.24 1.05 1.17]A
Feb 06 11:02:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:10 ----
Feb 06 11:02:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:10 grid power: 5599W
Feb 06 11:02:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:10 pv power: 5551W
Feb 06 11:02:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:10 site power: 5599W
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 charge power: 1657W
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 charge currents: [4.28 3.97 4.05]A
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 detected phases: 3p [4.28 3.97 4.05]A
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 charger status: C
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 next soc poll remaining time: 59m49s
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 vehicle soc: 47%
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 vehicle range: 114km
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 vehicle odometer: 2865km
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 max charge current: 0A = 6.28A + -8.11A (5599W @ 3p)
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 available power below 3p min threshold of 4140W
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 start phase disable timer: 0s
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 phase action: scale1p in 0s
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 phase disable timer elapsed
Feb 06 11:02:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:10 charger disable
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 pv timer elapse
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 pv action: inactive
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 switched phases: 1p @ -3942W
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 charge power: 9898W
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 charge currents: [15.1 14.5 14.5]A
Feb 06 11:02:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:11 detected phases: 3p [15.1 14.5 14.5]A
Feb 06 11:02:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:20 ----
Feb 06 11:02:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:20 grid power: -4038W
Feb 06 11:02:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:20 pv power: 5576W
Feb 06 11:02:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:20 site power: -4038W
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 charge power: 0W
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 charger status: B
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:02:20 stop charging <-
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 vehicle soc: 47%
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 vehicle range: 114km
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 vehicle odometer: 2865km
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 max charge current: 5.85A = 0A + 5.85A (-4038W @ 3p)
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:02:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 max charge current: 6A
Feb 06 11:02:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:20 charger enable
Feb 06 11:02:21 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:21 charge power: 0W
Feb 06 11:02:21 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:21 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:30 ----
Feb 06 11:02:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:30 grid power: -4128W
Feb 06 11:02:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:30 pv power: 5594W
Feb 06 11:02:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:30 site power: -4128W
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 charge power: 0W
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 charger status: C
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:02:30 start charging ->
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 vehicle soc: 47%
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 vehicle range: 114km
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 vehicle odometer: 2865km
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 max charge current: 7.99A = 2.01A + 5.98A (-4128W @ 3p)
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:02:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 pv timer reset
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 pv action: inactive
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 max charge current: 7A
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 charge power: 0W
Feb 06 11:02:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:30 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:40 ----
Feb 06 11:02:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:40 grid power: -3318W
Feb 06 11:02:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:40 pv power: 5564W
Feb 06 11:02:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:40 site power: -3318W
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 charge power: 0W
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 charger status: C
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 next soc poll remaining time: 59m49s
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 vehicle soc: 47%
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 vehicle range: 114km
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 vehicle odometer: 2865km
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 max charge current: 6.82A = 2.01A + 4.81A (-3318W @ 3p)
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:02:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 max charge current: 6A
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 charge power: 0W
Feb 06 11:02:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:40 charge currents: [0.01 0.01 0.009]A
Feb 06 11:02:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:50 ----
Feb 06 11:02:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:50 grid power: -2801W
Feb 06 11:02:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:50 pv power: 5493W
Feb 06 11:02:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:02:50 site power: -2801W
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 charge power: 1294W
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 charge currents: [5.36 0.01 0.009]A
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 detected phases: 1p [5.36 0.01 0.009]A
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 charger status: C
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 next soc poll remaining time: 59m50s
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 vehicle soc: 47%
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 vehicle range: 114km
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 vehicle odometer: 2865km
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 max charge current: 18.2A = 6A + 12.2A (-2801W @ 1p)
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 max charge current: 16A
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 charge power: 1294W
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 charge currents: [5.36 0.01 0.009]A
Feb 06 11:02:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:02:50 detected phases: 1p [5.36 0.01 0.009]A
Feb 06 11:03:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:00 ----
Feb 06 11:03:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:00 grid power: -2886W
Feb 06 11:03:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:00 pv power: 5398W
Feb 06 11:03:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:00 site power: -2886W
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charge power: 1336W
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charge currents: [5.36 0.01 0.009]A
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 detected phases: 1p [5.36 0.01 0.009]A
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charger status: C
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 next soc poll remaining time: 59m49s
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 vehicle soc: 47%
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 vehicle range: 114km
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 vehicle odometer: 2865km
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 max charge current: 19.9A = 7.36A + 12.5A (-2886W @ 1p)
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 available power above 3p min threshold of 4140W
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 start phase enable timer: 0s
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 phase action: scale3p in 0s
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 phase enable timer elapsed
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charger disable
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 pv timer elapse
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 pv action: inactive
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 switched phases: 3p @ 4222W
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charge power: 1336W
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 charge currents: [5.36 0.01 0.009]A
Feb 06 11:03:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:00 detected phases: 1p [5.36 0.01 0.009]A
Feb 06 11:03:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:10 ----
Feb 06 11:03:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:10 grid power: -3838W
Feb 06 11:03:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:10 pv power: 5319W
Feb 06 11:03:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:10 site power: -3838W
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charge power: 0W
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charge currents: [0.01 0.01 0.009]A
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charger status: B
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:03:10 stop charging <-
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 vehicle soc: 47%
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 vehicle range: 114km
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 vehicle odometer: 2865km
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 max charge current: 16.7A = 0A + 16.7A (-3838W @ 1p)
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 pv timer reset
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 pv action: inactive
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charger enable
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charge power: 0W
Feb 06 11:03:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:10 charge currents: [0.01 0.01 0.009]A
Feb 06 11:03:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:20 ----
Feb 06 11:03:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:20 grid power: -3930W
Feb 06 11:03:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:20 pv power: 5257W
Feb 06 11:03:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:20 site power: -3930W
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 charge power: 158W
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 charge currents: [0.01 0.01 0.009]A
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 charger status: C
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:03:20 start charging ->
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 vehicle soc: 47%
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 vehicle range: 114km
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 vehicle odometer: 2865km
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 max charge current: 19.1A = 2.01A + 17.1A (-3930W @ 1p)
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 charge power: 158W
Feb 06 11:03:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:20 charge currents: [0.01 0.01 0.009]A
Feb 06 11:03:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:30 ----
Feb 06 11:03:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:30 grid power: 6143W
Feb 06 11:03:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:30 pv power: 5218W
Feb 06 11:03:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:30 site power: 6143W
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charge power: 9853W
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charge currents: [14.8 14.2 14.1]A
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 detected phases: 3p [14.8 14.2 14.1]A
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charger status: C
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 next soc poll remaining time: 59m49s
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 vehicle soc: 47%
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 vehicle range: 114km
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 vehicle odometer: 2865km
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 max charge current: 7.1A = 16A + -8.9A (6143W @ 3p)
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 available power below 3p min threshold of 4140W
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 start phase disable timer: 0s
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 phase action: scale1p in 0s
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 phase disable timer elapsed
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charger disable
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 pv timer elapse
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 pv action: inactive
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 switched phases: 1p @ 3710W
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charge power: 9853W
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 charge currents: [14.8 14.2 14.1]A
Feb 06 11:03:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:30 detected phases: 3p [14.8 14.2 14.1]A
Feb 06 11:03:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:40 ----
Feb 06 11:03:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:40 grid power: -3733W
Feb 06 11:03:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:40 pv power: 5259W
Feb 06 11:03:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:40 site power: -3733W
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 charge power: 0W
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 charger status: B
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:03:40 stop charging <-
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 vehicle soc: 47%
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 vehicle range: 114km
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 vehicle odometer: 2865km
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:40 max charge current: 5.41A = 0A + 5.41A (-3733W @ 3p)
Feb 06 11:03:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:03:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:03:41 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:41 max charge current: 6A
Feb 06 11:03:41 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:41 charger enable
Feb 06 11:03:41 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:41 charge power: 0W
Feb 06 11:03:41 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:41 charge currents: [0.01 0.009 0.01]A
Feb 06 11:03:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:50 ----
Feb 06 11:03:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:50 grid power: -3881W
Feb 06 11:03:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:50 pv power: 5215W
Feb 06 11:03:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:03:50 site power: -3881W
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 charge power: 0W
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 charger status: B
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 next soc poll remaining time: 59m49s
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 max charge current: 5.62A = 0A + 5.62A (-3881W @ 3p)
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:03:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 charge power: 0W
Feb 06 11:03:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:03:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:00 ----
Feb 06 11:04:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:00 grid power: -3559W
Feb 06 11:04:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:00 pv power: 5027W
Feb 06 11:04:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:00 site power: -3559W
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 charge power: 0W
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 charger status: B
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 next soc poll remaining time: 59m39s
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 max charge current: 5.16A = 0A + 5.16A (-3559W @ 3p)
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 charge power: 0W
Feb 06 11:04:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:10 ----
Feb 06 11:04:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:10 grid power: -3652W
Feb 06 11:04:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:10 pv power: 4944W
Feb 06 11:04:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:10 site power: -3652W
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 charge power: 0W
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 charger status: B
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 next soc poll remaining time: 59m29s
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 max charge current: 5.29A = 0A + 5.29A (-3652W @ 3p)
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:10 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 charge power: 0W
Feb 06 11:04:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:20 ----
Feb 06 11:04:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:20 grid power: -3359W
Feb 06 11:04:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:20 pv power: 4769W
Feb 06 11:04:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:20 site power: -3359W
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 charge power: 0W
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 charger status: B
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 next soc poll remaining time: 59m20s
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 max charge current: 4.87A = 0A + 4.87A (-3359W @ 3p)
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 charge power: 0W
Feb 06 11:04:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:30 ----
Feb 06 11:04:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:30 grid power: -3205W
Feb 06 11:04:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:30 pv power: 4628W
Feb 06 11:04:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:30 site power: -3205W
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 charge power: 0W
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 charger status: B
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 next soc poll remaining time: 59m9s
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 max charge current: 4.64A = 0A + 4.64A (-3205W @ 3p)
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 charge power: 0W
Feb 06 11:04:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:40 ----
Feb 06 11:04:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:40 grid power: -3282W
Feb 06 11:04:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:40 pv power: 4554W
Feb 06 11:04:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:40 site power: -3282W
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 charge power: 0W
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 charger status: B
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 next soc poll remaining time: 58m59s
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 max charge current: 4.76A = 0A + 4.76A (-3282W @ 3p)
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 charge power: 0W
Feb 06 11:04:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:50 ----
Feb 06 11:04:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:50 grid power: -2987W
Feb 06 11:04:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:50 pv power: 4464W
Feb 06 11:04:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:04:50 site power: -2987W
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 charge power: 0W
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 charger status: B
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 next soc poll remaining time: 58m49s
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 max charge current: 4.33A = 0A + 4.33A (-2987W @ 3p)
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:04:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 charge power: 0W
Feb 06 11:04:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:04:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:00 ----
Feb 06 11:05:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:00 grid power: -3146W
Feb 06 11:05:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:00 pv power: 4422W
Feb 06 11:05:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:00 site power: -3146W
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 charge power: 0W
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 charger status: B
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 next soc poll remaining time: 58m39s
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 max charge current: 4.56A = 0A + 4.56A (-3146W @ 3p)
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 charge power: 0W
Feb 06 11:05:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:10 ----
Feb 06 11:05:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:10 grid power: -3029W
Feb 06 11:05:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:10 pv power: 4389W
Feb 06 11:05:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:10 site power: -3029W
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 charge power: 0W
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 charger status: B
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 next soc poll remaining time: 58m29s
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 max charge current: 4.39A = 0A + 4.39A (-3029W @ 3p)
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:10 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 charge power: 0W
Feb 06 11:05:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:20 ----
Feb 06 11:05:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:20 grid power: -3117W
Feb 06 11:05:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:20 pv power: 4395W
Feb 06 11:05:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:20 site power: -3117W
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 charge power: 0W
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 charger status: B
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 next soc poll remaining time: 58m20s
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 max charge current: 4.52A = 0A + 4.52A (-3117W @ 3p)
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 charge power: 0W
Feb 06 11:05:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:30 ----
Feb 06 11:05:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:30 grid power: -2795W
Feb 06 11:05:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:30 pv power: 4371W
Feb 06 11:05:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:30 site power: -2795W
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 charge power: 0W
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 charger status: B
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 next soc poll remaining time: 58m9s
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 max charge current: 4.05A = 0A + 4.05A (-2795W @ 3p)
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 charge power: 0W
Feb 06 11:05:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:40 ----
Feb 06 11:05:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:40 grid power: -2942W
Feb 06 11:05:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:40 pv power: 4308W
Feb 06 11:05:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:40 site power: -2942W
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 charge power: 0W
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 charger status: B
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 next soc poll remaining time: 57m59s
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 max charge current: 4.26A = 0A + 4.26A (-2942W @ 3p)
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 charge power: 0W
Feb 06 11:05:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:50 ----
Feb 06 11:05:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:50 grid power: -2983W
Feb 06 11:05:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:50 pv power: 4306W
Feb 06 11:05:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:05:50 site power: -2983W
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 charge power: 0W
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 charger status: B
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 next soc poll remaining time: 57m49s
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 max charge current: 4.32A = 0A + 4.32A (-2983W @ 3p)
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:05:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 charge power: 0W
Feb 06 11:05:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:05:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:00 ----
Feb 06 11:06:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:00 grid power: -2811W
Feb 06 11:06:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:00 pv power: 4250W
Feb 06 11:06:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:00 site power: -2811W
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 charge power: 0W
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 charger status: B
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 next soc poll remaining time: 57m39s
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 max charge current: 4.07A = 0A + 4.07A (-2811W @ 3p)
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 charge power: 0W
Feb 06 11:06:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:10 ----
Feb 06 11:06:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:10 grid power: -2927W
Feb 06 11:06:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:10 pv power: 4245W
Feb 06 11:06:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:10 site power: -2927W
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 charge power: 0W
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 charger status: B
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 next soc poll remaining time: 57m29s
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 max charge current: 4.24A = 0A + 4.24A (-2927W @ 3p)
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:10 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 charge power: 0W
Feb 06 11:06:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:20 ----
Feb 06 11:06:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:20 grid power: -2721W
Feb 06 11:06:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:20 pv power: 4203W
Feb 06 11:06:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:20 site power: -2721W
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 charge power: 0W
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 charger status: B
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 next soc poll remaining time: 57m19s
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 max charge current: 3.94A = 0A + 3.94A (-2721W @ 3p)
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 charge power: 0W
Feb 06 11:06:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:30 ----
Feb 06 11:06:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:30 grid power: -2932W
Feb 06 11:06:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:30 pv power: 4215W
Feb 06 11:06:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:30 site power: -2932W
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 charge power: 0W
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 charger status: B
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 next soc poll remaining time: 57m9s
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 max charge current: 4.25A = 0A + 4.25A (-2932W @ 3p)
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 charge power: 0W
Feb 06 11:06:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:40 ----
Feb 06 11:06:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:40 grid power: -2872W
Feb 06 11:06:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:40 pv power: 4305W
Feb 06 11:06:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:40 site power: -2872W
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 charge power: 0W
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 charger status: B
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 next soc poll remaining time: 57m0s
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 max charge current: 4.16A = 0A + 4.16A (-2872W @ 3p)
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 charge power: 0W
Feb 06 11:06:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:50 ----
Feb 06 11:06:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:50 grid power: -2918W
Feb 06 11:06:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:50 pv power: 4311W
Feb 06 11:06:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:06:50 site power: -2918W
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 charge power: 0W
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 charger status: B
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 next soc poll remaining time: 56m50s
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 max charge current: 4.23A = 0A + 4.23A (-2918W @ 3p)
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:06:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 charge power: 0W
Feb 06 11:06:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:06:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:00 ----
Feb 06 11:07:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:00 grid power: -3168W
Feb 06 11:07:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:00 pv power: 4459W
Feb 06 11:07:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:00 site power: -3168W
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 charge power: 0W
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 charger status: B
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 next soc poll remaining time: 56m40s
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 max charge current: 4.59A = 0A + 4.59A (-3168W @ 3p)
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 charge power: 0W
Feb 06 11:07:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:10 ----
Feb 06 11:07:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:10 grid power: -3113W
Feb 06 11:07:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:10 pv power: 4549W
Feb 06 11:07:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:10 site power: -3113W
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 charge power: 0W
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 charger status: B
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 next soc poll remaining time: 56m29s
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 max charge current: 4.51A = 0A + 4.51A (-3113W @ 3p)
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:10 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 charge power: 0W
Feb 06 11:07:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:20 ----
Feb 06 11:07:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:20 grid power: -3258W
Feb 06 11:07:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:20 pv power: 4567W
Feb 06 11:07:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:20 site power: -3258W
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 charge power: 0W
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 charger status: B
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 next soc poll remaining time: 56m19s
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 max charge current: 4.72A = 0A + 4.72A (-3258W @ 3p)
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 charge power: 0W
Feb 06 11:07:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:30 ----
Feb 06 11:07:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:30 grid power: -3066W
Feb 06 11:07:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:30 pv power: 4513W
Feb 06 11:07:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:30 site power: -3066W
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 charge power: 0W
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 charger status: B
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 next soc poll remaining time: 56m9s
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 max charge current: 4.44A = 0A + 4.44A (-3066W @ 3p)
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 charge power: 0W
Feb 06 11:07:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:40 ----
Feb 06 11:07:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:40 grid power: -3095W
Feb 06 11:07:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:40 pv power: 4491W
Feb 06 11:07:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:40 site power: -3095W
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 charge power: 0W
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 charger status: B
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 next soc poll remaining time: 55m59s
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 max charge current: 4.49A = 0A + 4.49A (-3095W @ 3p)
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 charge power: 0W
Feb 06 11:07:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:50 ----
Feb 06 11:07:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:50 grid power: -3314W
Feb 06 11:07:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:50 pv power: 4569W
Feb 06 11:07:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:07:50 site power: -3314W
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 charge power: 0W
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 charger status: B
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 next soc poll remaining time: 55m49s
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 max charge current: 4.8A = 0A + 4.8A (-3314W @ 3p)
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:07:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 charge power: 0W
Feb 06 11:07:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:07:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:00 ----
Feb 06 11:08:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:00 grid power: -3254W
Feb 06 11:08:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:00 pv power: 4703W
Feb 06 11:08:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:00 site power: -3254W
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 charge power: 0W
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 charger status: B
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 next soc poll remaining time: 55m39s
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 max charge current: 4.72A = 0A + 4.72A (-3254W @ 3p)
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 charge power: 0W
Feb 06 11:08:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:10 ----
Feb 06 11:08:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:10 grid power: -3645W
Feb 06 11:08:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:10 pv power: 4875W
Feb 06 11:08:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:10 site power: -3645W
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 charge power: 0W
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 charger status: B
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 next soc poll remaining time: 55m29s
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 max charge current: 5.28A = 0A + 5.28A (-3645W @ 3p)
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:10 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 charge power: 0W
Feb 06 11:08:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:20 ----
Feb 06 11:08:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:20 grid power: -3632W
Feb 06 11:08:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:20 pv power: 5100W
Feb 06 11:08:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:20 site power: -3632W
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 charge power: 0W
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 charger status: B
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 next soc poll remaining time: 55m19s
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 max charge current: 5.26A = 0A + 5.26A (-3632W @ 3p)
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:20 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 charge power: 0W
Feb 06 11:08:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:30 ----
Feb 06 11:08:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:30 grid power: -3972W
Feb 06 11:08:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:30 pv power: 5239W
Feb 06 11:08:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:30 site power: -3972W
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 charge power: 0W
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 charger status: B
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 next soc poll remaining time: 55m10s
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 max charge current: 5.76A = 0A + 5.76A (-3972W @ 3p)
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:30 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 charge power: 0W
Feb 06 11:08:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:40 ----
Feb 06 11:08:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:40 grid power: -3783W
Feb 06 11:08:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:40 pv power: 5335W
Feb 06 11:08:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:40 site power: -3783W
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 charge power: 0W
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 charger status: B
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 next soc poll remaining time: 54m59s
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 max charge current: 5.48A = 0A + 5.48A (-3783W @ 3p)
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:40 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 charge power: 0W
Feb 06 11:08:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:50 ----
Feb 06 11:08:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:50 grid power: -4093W
Feb 06 11:08:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:50 pv power: 5516W
Feb 06 11:08:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:08:50 site power: -4093W
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 charge power: 0W
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 charger status: B
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 next soc poll remaining time: 54m50s
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 max charge current: 5.93A = 0A + 5.93A (-4093W @ 3p)
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:08:50 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 charge power: 0W
Feb 06 11:08:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:08:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:00 ----
Feb 06 11:09:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:00 grid power: -4189W
Feb 06 11:09:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:00 pv power: 5576W
Feb 06 11:09:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:00 site power: -4189W
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 charge power: 0W
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 charger status: B
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 next soc poll remaining time: 54m39s
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 max charge current: 6.07A = 0A + 6.07A (-4189W @ 3p)
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:09:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 available power above 3p min threshold of 4140W
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 start phase enable timer: 0s
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 phase action: scale3p in 0s
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 phase enable timer elapsed
Feb 06 11:09:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:00 charger disable
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 pv timer elapse
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 pv action: inactive
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 switched phases: 3p @ 4189W
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 charge power: 0W
Feb 06 11:09:07 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:07 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:10 ----
Feb 06 11:09:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:10 grid power: -4373W
Feb 06 11:09:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:10 pv power: 5834W
Feb 06 11:09:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:10 site power: -4373W
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 charge power: 0W
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 charger status: B
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 next soc poll remaining time: 54m29s
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 max charge current: 6.34A = 0A + 6.34A (-4373W @ 3p)
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 pv timer reset
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 pv action: inactive
Feb 06 11:09:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:10 max charge current: 6A
Feb 06 11:09:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:11 charger enable
Feb 06 11:09:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:11 charge power: 0W
Feb 06 11:09:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:11 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:20 ----
Feb 06 11:09:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:20 grid power: -4511W
Feb 06 11:09:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:20 pv power: 5828W
Feb 06 11:09:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:20 site power: -4511W
Feb 06 11:09:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:20 charge power: 0W
Feb 06 11:09:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:20 charger status: B
Feb 06 11:09:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:20 next soc poll remaining time: 54m19s
Feb 06 11:09:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:20 max charge current: 6.54A = 0A + 6.54A (-4511W @ 3p)
Feb 06 11:09:27 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:27 max charge current: 6A
Feb 06 11:09:27 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:27 charge power: 0W
Feb 06 11:09:27 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:27 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:30 ----
Feb 06 11:09:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:30 grid power: -4544W
Feb 06 11:09:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:30 pv power: 5956W
Feb 06 11:09:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:30 site power: -4544W
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 charge power: 0W
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 charger status: B
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 next soc poll remaining time: 54m10s
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 max charge current: 6.59A = 0A + 6.59A (-4544W @ 3p)
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 max charge current: 6A
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 charge power: 0W
Feb 06 11:09:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:40 ----
Feb 06 11:09:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:40 grid power: -4897W
Feb 06 11:09:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:40 pv power: 6197W
Feb 06 11:09:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:40 site power: -4897W
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 charge power: 0W
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 charger status: B
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 next soc poll remaining time: 53m59s
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 max charge current: 7.1A = 0A + 7.1A (-4897W @ 3p)
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 max charge current: 7A
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 charge power: 0W
Feb 06 11:09:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:50 ----
Feb 06 11:09:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:50 grid power: -4869W
Feb 06 11:09:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:50 pv power: 6366W
Feb 06 11:09:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:09:50 site power: -4869W
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 charge power: 0W
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 charger status: B
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 next soc poll remaining time: 53m50s
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 max charge current: 7.06A = 0A + 7.06A (-4869W @ 3p)
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 max charge current: 7A
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 charge power: 0W
Feb 06 11:09:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:09:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:00 ----
Feb 06 11:10:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:00 grid power: -4834W
Feb 06 11:10:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:00 pv power: 6319W
Feb 06 11:10:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:00 site power: -4834W
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 charge power: 0W
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 charger status: B
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 next soc poll remaining time: 53m40s
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 max charge current: 7.01A = 0A + 7.01A (-4834W @ 3p)
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 max charge current: 7A
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 charge power: 0W
Feb 06 11:10:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:10 ----
Feb 06 11:10:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:10 grid power: -5045W
Feb 06 11:10:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:10 pv power: 6340W
Feb 06 11:10:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:10 site power: -5045W
Feb 06 11:10:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:10 charge power: 0W
Feb 06 11:10:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:10 charger status: B
Feb 06 11:10:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:10 next soc poll remaining time: 53m29s
Feb 06 11:10:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:10 max charge current: 7.31A = 0A + 7.31A (-5045W @ 3p)
Feb 06 11:10:14 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:14 max charge current: 7A
Feb 06 11:10:15 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:15 charge power: 0W
Feb 06 11:10:15 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:15 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:20 ----
Feb 06 11:10:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:20 grid power: -4917W
Feb 06 11:10:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:20 pv power: 6321W
Feb 06 11:10:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:20 site power: -4917W
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 charge power: 0W
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 charger status: B
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 next soc poll remaining time: 53m20s
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 max charge current: 7.13A = 0A + 7.13A (-4917W @ 3p)
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 max charge current: 7A
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 charge power: 0W
Feb 06 11:10:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:30 ----
Feb 06 11:10:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:30 grid power: -4977W
Feb 06 11:10:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:30 pv power: 6233W
Feb 06 11:10:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:30 site power: -4977W
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 charge power: 0W
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 charger status: B
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 next soc poll remaining time: 53m9s
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 max charge current: 7.21A = 0A + 7.21A (-4977W @ 3p)
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 max charge current: 7A
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 charge power: 0W
Feb 06 11:10:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:40 ----
Feb 06 11:10:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:40 grid power: -4794W
Feb 06 11:10:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:40 pv power: 6218W
Feb 06 11:10:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:40 site power: -4794W
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 charge power: 0W
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 charger status: B
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 next soc poll remaining time: 52m59s
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 max charge current: 6.95A = 0A + 6.95A (-4794W @ 3p)
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 max charge current: 6A
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 charge power: 0W
Feb 06 11:10:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:50 ----
Feb 06 11:10:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:50 grid power: -5057W
Feb 06 11:10:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:50 pv power: 6359W
Feb 06 11:10:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:10:50 site power: -5057W
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 charge power: 0W
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 charger status: B
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 next soc poll remaining time: 52m50s
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 max charge current: 7.33A = 0A + 7.33A (-5057W @ 3p)
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 max charge current: 7A
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 charge power: 0W
Feb 06 11:10:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:10:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:00 ----
Feb 06 11:11:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:00 grid power: -4963W
Feb 06 11:11:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:00 pv power: 6246W
Feb 06 11:11:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:00 site power: -4963W
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 charge power: 0W
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 charger status: B
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 next soc poll remaining time: 52m39s
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 max charge current: 7.19A = 0A + 7.19A (-4963W @ 3p)
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 max charge current: 7A
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 charge power: 0W
Feb 06 11:11:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:10 ----
Feb 06 11:11:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:10 grid power: -4769W
Feb 06 11:11:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:10 pv power: 6227W
Feb 06 11:11:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:10 site power: -4769W
Feb 06 11:11:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:10 charge power: 0W
Feb 06 11:11:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:10 charger status: B
Feb 06 11:11:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:10 next soc poll remaining time: 52m29s
Feb 06 11:11:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:10 max charge current: 6.91A = 0A + 6.91A (-4769W @ 3p)
Feb 06 11:11:15 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:15 max charge current: 6A
Feb 06 11:11:16 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:16 charge power: 0W
Feb 06 11:11:16 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:16 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:20 ----
Feb 06 11:11:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:20 grid power: -4951W
Feb 06 11:11:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:20 pv power: 6243W
Feb 06 11:11:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:20 site power: -4951W
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 charge power: 0W
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 charger status: B
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 next soc poll remaining time: 52m19s
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 max charge current: 7.18A = 0A + 7.18A (-4951W @ 3p)
Feb 06 11:11:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:20 max charge current: 7A
Feb 06 11:11:21 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:21 charge power: 0W
Feb 06 11:11:21 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:21 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:30 ----
Feb 06 11:11:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:30 grid power: -4742W
Feb 06 11:11:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:30 pv power: 6215W
Feb 06 11:11:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:30 site power: -4742W
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 charge power: 0W
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 charger status: B
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 next soc poll remaining time: 52m10s
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 max charge current: 6.87A = 0A + 6.87A (-4742W @ 3p)
Feb 06 11:11:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:30 max charge current: 6A
Feb 06 11:11:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:31 charge power: 0W
Feb 06 11:11:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:31 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:40 ----
Feb 06 11:11:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:40 grid power: -4834W
Feb 06 11:11:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:40 pv power: 6140W
Feb 06 11:11:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:40 site power: -4834W
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 charge power: 0W
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 charger status: B
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 next soc poll remaining time: 52m0s
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 max charge current: 7.01A = 0A + 7.01A (-4834W @ 3p)
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 max charge current: 7A
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 charge power: 0W
Feb 06 11:11:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:50 ----
Feb 06 11:11:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:50 grid power: -4889W
Feb 06 11:11:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:50 pv power: 6328W
Feb 06 11:11:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:11:50 site power: -4889W
Feb 06 11:11:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:50 charge power: 0W
Feb 06 11:11:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:11:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:50 charger status: B
Feb 06 11:11:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:50 next soc poll remaining time: 51m50s
Feb 06 11:11:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:50 max charge current: 7.09A = 0A + 7.09A (-4889W @ 3p)
Feb 06 11:11:51 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:51 max charge current: 7A
Feb 06 11:11:51 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:51 charge power: 0W
Feb 06 11:11:51 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:11:51 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:00 ----
Feb 06 11:12:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:00 grid power: -4756W
Feb 06 11:12:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:00 pv power: 6061W
Feb 06 11:12:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:00 site power: -4756W
Feb 06 11:12:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:00 charge power: 0W
Feb 06 11:12:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:00 charger status: B
Feb 06 11:12:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:00 next soc poll remaining time: 51m39s
Feb 06 11:12:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:00 max charge current: 6.89A = 0A + 6.89A (-4756W @ 3p)
Feb 06 11:12:03 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:03 max charge current: 6A
Feb 06 11:12:04 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:04 charge power: 0W
Feb 06 11:12:04 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:04 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:10 ----
Feb 06 11:12:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:10 grid power: -4930W
Feb 06 11:12:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:10 pv power: 6418W
Feb 06 11:12:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:10 site power: -4930W
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 charge power: 0W
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 charger status: B
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 next soc poll remaining time: 51m29s
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 max charge current: 7.14A = 0A + 7.14A (-4930W @ 3p)
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 max charge current: 7A
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 charge power: 0W
Feb 06 11:12:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:20 ----
Feb 06 11:12:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:20 grid power: -4770W
Feb 06 11:12:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:20 pv power: 6268W
Feb 06 11:12:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:20 site power: -4770W
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 charge power: 0W
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 charger status: B
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 next soc poll remaining time: 51m19s
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 max charge current: 6.91A = 0A + 6.91A (-4770W @ 3p)
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 max charge current: 6A
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 charge power: 0W
Feb 06 11:12:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:30 ----
Feb 06 11:12:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:30 grid power: -4790W
Feb 06 11:12:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:30 pv power: 6115W
Feb 06 11:12:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:30 site power: -4790W
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 charge power: 0W
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 charger status: B
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 next soc poll remaining time: 51m10s
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 max charge current: 6.94A = 0A + 6.94A (-4790W @ 3p)
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 max charge current: 6A
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 charge power: 0W
Feb 06 11:12:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:40 ----
Feb 06 11:12:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:40 grid power: -4531W
Feb 06 11:12:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:40 pv power: 5994W
Feb 06 11:12:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:40 site power: -4531W
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 charge power: 0W
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 charger status: B
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 next soc poll remaining time: 51m0s
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 max charge current: 6.57A = 0A + 6.57A (-4531W @ 3p)
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 max charge current: 6A
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 charge power: 0W
Feb 06 11:12:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:50 ----
Feb 06 11:12:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:50 grid power: -4650W
Feb 06 11:12:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:50 pv power: 5943W
Feb 06 11:12:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:12:50 site power: -4650W
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 charge power: 0W
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 charger status: B
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 next soc poll remaining time: 50m49s
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 max charge current: 6.74A = 0A + 6.74A (-4650W @ 3p)
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 max charge current: 6A
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 charge power: 0W
Feb 06 11:12:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:12:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:00 ----
Feb 06 11:13:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:00 grid power: -4486W
Feb 06 11:13:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:00 pv power: 5908W
Feb 06 11:13:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:00 site power: -4486W
Feb 06 11:13:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:00 charge power: 0W
Feb 06 11:13:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:00 charger status: B
Feb 06 11:13:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:00 next soc poll remaining time: 50m39s
Feb 06 11:13:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:00 max charge current: 6.5A = 0A + 6.5A (-4486W @ 3p)
Feb 06 11:13:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:01 max charge current: 6A
Feb 06 11:13:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:01 charge power: 0W
Feb 06 11:13:01 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:01 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:10 ----
Feb 06 11:13:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:10 grid power: -4382W
Feb 06 11:13:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:10 pv power: 5864W
Feb 06 11:13:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:10 site power: -4382W
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 charge power: 0W
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 charger status: B
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 next soc poll remaining time: 50m29s
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 max charge current: 6.35A = 0A + 6.35A (-4382W @ 3p)
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 max charge current: 6A
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 charge power: 0W
Feb 06 11:13:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:20 ----
Feb 06 11:13:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:20 grid power: -4519W
Feb 06 11:13:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:20 pv power: 5791W
Feb 06 11:13:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:20 site power: -4519W
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 charge power: 0W
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 charger status: B
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 next soc poll remaining time: 50m19s
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 max charge current: 6.55A = 0A + 6.55A (-4519W @ 3p)
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 max charge current: 6A
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 charge power: 0W
Feb 06 11:13:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:30 ----
Feb 06 11:13:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:30 grid power: -4279W
Feb 06 11:13:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:30 pv power: 5705W
Feb 06 11:13:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:30 site power: -4279W
Feb 06 11:13:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:30 charge power: 0W
Feb 06 11:13:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:30 charger status: B
Feb 06 11:13:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:30 next soc poll remaining time: 50m10s
Feb 06 11:13:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:30 max charge current: 6.2A = 0A + 6.2A (-4279W @ 3p)
Feb 06 11:13:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:31 max charge current: 6A
Feb 06 11:13:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:31 charge power: 0W
Feb 06 11:13:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:31 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:40 ----
Feb 06 11:13:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:40 grid power: -4326W
Feb 06 11:13:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:40 pv power: 5600W
Feb 06 11:13:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:40 site power: -4326W
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 charge power: 0W
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 charger status: B
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 next soc poll remaining time: 49m59s
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 max charge current: 6.27A = 0A + 6.27A (-4326W @ 3p)
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 max charge current: 6A
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 charge power: 0W
Feb 06 11:13:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:40 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:50 ----
Feb 06 11:13:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:50 grid power: -4079W
Feb 06 11:13:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:50 pv power: 5469W
Feb 06 11:13:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:13:50 site power: -4079W
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charge power: 0W
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charger status: B
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 next soc poll remaining time: 49m50s
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 max charge current: 5.91A = 0A + 5.91A (-4079W @ 3p)
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 available power below 3p min threshold of 4140W
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 start phase disable timer: 0s
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 phase action: scale1p in 0s
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 phase disable timer elapsed
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charger disable
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 pv timer elapse
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 pv action: inactive
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 switched phases: 1p @ 4079W
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charge power: 0W
Feb 06 11:13:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:13:50 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:00 ----
Feb 06 11:14:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:00 grid power: -4144W
Feb 06 11:14:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:00 pv power: 5435W
Feb 06 11:14:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:00 site power: -4144W
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 charge power: 0W
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 charger status: B
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 next soc poll remaining time: 49m39s
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 max charge current: 18A = 0A + 18A (-4144W @ 1p)
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 available power above 3p min threshold of 4140W
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 start phase enable timer: 0s
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 phase action: scale3p in 0s
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 phase enable timer elapsed
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 pv timer elapse
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 pv action: inactive
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 switched phases: 3p @ 4144W
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 charge power: 0W
Feb 06 11:14:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:00 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:10 ----
Feb 06 11:14:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:10 grid power: -3904W
Feb 06 11:14:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:10 pv power: 5378W
Feb 06 11:14:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:10 site power: -3904W
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charge power: 0W
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charger status: B
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 next soc poll remaining time: 49m29s
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 max charge current: 17A = 0A + 17A (-3904W @ 1p)
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 pv timer reset
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 pv action: inactive
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 max charge current: 16A
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charger enable
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charge power: 0W
Feb 06 11:14:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:10 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:20 ----
Feb 06 11:14:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:20 grid power: -3960W
Feb 06 11:14:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:20 pv power: 5367W
Feb 06 11:14:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:20 site power: -3960W
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 charge power: 0W
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 charger status: B
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 next soc poll remaining time: 49m19s
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 max charge current: 17.2A = 0A + 17.2A (-3960W @ 1p)
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 charge power: 0W
Feb 06 11:14:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:20 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:30 ----
Feb 06 11:14:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:30 grid power: -4096W
Feb 06 11:14:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:30 pv power: 5354W
Feb 06 11:14:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:30 site power: -4096W
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 charge power: 0W
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 charger status: B
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 next soc poll remaining time: 49m9s
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 max charge current: 17.8A = 0A + 17.8A (-4096W @ 1p)
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 charge power: 0W
Feb 06 11:14:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:30 charge currents: [0.01 0.009 0.01]A
Feb 06 11:14:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:40 ----
Feb 06 11:14:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:40 grid power: -3896W
Feb 06 11:14:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:40 pv power: 5369W
Feb 06 11:14:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:40 site power: -3896W
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 charge power: 80W
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 charge currents: [1.15 1.15 1.12]A
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 charger status: C
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:14:40 start charging ->
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 vehicle soc: 47%
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 vehicle range: 114km
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 vehicle odometer: 2865km
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 max charge current: 20.1A = 3.15A + 16.9A (-3896W @ 1p)
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 charge power: 80W
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 charge currents: [1.15 1.15 1.12]A
Feb 06 11:14:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:40 detected phases: 3p [1.15 1.15 1.12]A
Feb 06 11:14:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:50 ----
Feb 06 11:14:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:50 grid power: 5791W
Feb 06 11:14:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:50 pv power: 5383W
Feb 06 11:14:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:14:50 site power: 5791W
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charge power: 9845W
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charge currents: [15.1 13.9 14.4]A
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 detected phases: 3p [15.1 13.9 14.4]A
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charger status: C
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 next soc poll remaining time: 59m49s
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 vehicle soc: 47%
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 vehicle range: 114km
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 vehicle odometer: 2865km
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 max charge current: 7.61A = 16A + -8.39A (5791W @ 3p)
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 available power below 3p min threshold of 4140W
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 start phase disable timer: 0s
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 phase action: scale1p in 0s
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 phase disable timer elapsed
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charger disable
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 pv timer elapse
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 pv action: inactive
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 switched phases: 1p @ 4054W
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charge power: 9845W
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 charge currents: [15.1 13.9 14.4]A
Feb 06 11:14:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:14:50 detected phases: 3p [15.1 13.9 14.4]A
Feb 06 11:15:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:00 ----
Feb 06 11:15:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:00 grid power: -3938W
Feb 06 11:15:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:00 pv power: 5383W
Feb 06 11:15:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:00 site power: -3938W
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charge power: 0W
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charger status: B
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:15:00 stop charging <-
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 vehicle soc: 47%
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 vehicle range: 114km
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 vehicle odometer: 2865km
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 max charge current: 5.71A = 0A + 5.71A (-3938W @ 3p)
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:15:00 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 max charge current: 6A
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charger enable
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charge power: 0W
Feb 06 11:15:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:10 ----
Feb 06 11:15:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:10 grid power: -4058W
Feb 06 11:15:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:10 pv power: 5381W
Feb 06 11:15:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:10 site power: -4058W
Feb 06 11:15:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:10 charge power: 169W
Feb 06 11:15:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:10 charger status: C
Feb 06 11:15:10 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:15:10 start charging ->
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 vehicle soc: 47%
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 vehicle range: 104km
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 vehicle odometer: 2865km
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 max charge current: 7.89A = 2.01A + 5.88A (-4058W @ 3p)
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] WARN 2022/02/06 11:15:11 ignoring inconsistent phases: 1p < 3p observed active
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 available power above 3p min threshold of 4140W
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 start phase enable timer: 0s
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 phase action: scale3p in 0s
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 phase enable timer elapsed
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 charger disable
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 pv timer elapse
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 pv action: inactive
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 switched phases: 3p @ 4227W
Feb 06 11:15:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:11 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:15:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:12 charge power: 169W
Feb 06 11:15:12 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:12 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:20 ----
Feb 06 11:15:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:20 grid power: -3977W
Feb 06 11:15:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:20 pv power: 5416W
Feb 06 11:15:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:20 site power: -3977W
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 charge power: 0W
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 charger status: B
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] INFO 2022/02/06 11:15:20 stop charging <-
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 vehicle soc: 47%
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 vehicle range: 104km
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 vehicle odometer: 2865km
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 max charge current: 5.76A = 0A + 5.76A (-3977W @ 3p)
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 available power below 3p min threshold of 4140W
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 start phase disable timer: 0s
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 phase action: scale1p in 0s
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 phase disable timer elapsed
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 pv timer elapse
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 pv action: inactive
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 switched phases: 1p @ 3977W
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 charge power: 0W
Feb 06 11:15:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:30 ----
Feb 06 11:15:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:30 grid power: -4062W
Feb 06 11:15:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:30 pv power: 5451W
Feb 06 11:15:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:30 site power: -4062W
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 charge power: 0W
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 charger status: B
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 next soc poll remaining time: 59m50s
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 max charge current: 17.7A = 0A + 17.7A (-4062W @ 1p)
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 pv timer reset
Feb 06 11:15:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:30 pv action: inactive
Feb 06 11:15:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:31 max charge current: 16A
Feb 06 11:15:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:31 charger enable
Feb 06 11:15:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:31 charge power: 0W
Feb 06 11:15:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:31 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:40 ----
Feb 06 11:15:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:40 grid power: -4202W
Feb 06 11:15:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:40 pv power: 5486W
Feb 06 11:15:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:40 site power: -4202W
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charge power: 0W
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charger status: B
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 next soc poll remaining time: 59m40s
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 max charge current: 18.3A = 0A + 18.3A (-4202W @ 1p)
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 available power above 3p min threshold of 4140W
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 start phase enable timer: 0s
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 phase action: scale3p in 0s
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 phase enable timer elapsed
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charger disable
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 pv timer elapse
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 pv action: inactive
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 switched phases: 3p @ 4202W
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 climater active: false, target temp: 20.0°C, outside temp: 20.0°C
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charge power: 0W
Feb 06 11:15:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:50 ----
Feb 06 11:15:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:50 grid power: -4136W
Feb 06 11:15:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:50 pv power: 5549W
Feb 06 11:15:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:15:50 site power: -4136W
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charge power: 0W
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charger status: B
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 next soc poll remaining time: 59m30s
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 max charge current: 18A = 0A + 18A (-4136W @ 1p)
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 pv timer reset
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 pv action: inactive
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charger enable
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charge power: 0W
Feb 06 11:15:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:15:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:00 ----
Feb 06 11:16:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:00 grid power: -4323W
Feb 06 11:16:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:00 pv power: 5601W
Feb 06 11:16:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:00 site power: -4323W
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 charge power: 0W
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 charger status: B
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 next soc poll remaining time: 59m20s
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 max charge current: 18.8A = 0A + 18.8A (-4323W @ 1p)
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 charge power: 0W
Feb 06 11:16:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:10 ----
Feb 06 11:16:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:10 grid power: -4233W
Feb 06 11:16:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:10 pv power: 5630W
Feb 06 11:16:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:10 site power: -4233W
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 charge power: 0W
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 charger status: B
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 next soc poll remaining time: 59m9s
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 max charge current: 18.4A = 0A + 18.4A (-4233W @ 1p)
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 charge power: 0W
Feb 06 11:16:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:20 ----
Feb 06 11:16:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:20 grid power: -4299W
Feb 06 11:16:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:20 pv power: 5729W
Feb 06 11:16:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:20 site power: -4299W
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 charge power: 0W
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 charger status: B
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 next soc poll remaining time: 59m0s
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 max charge current: 18.7A = 0A + 18.7A (-4299W @ 1p)
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 charge power: 0W
Feb 06 11:16:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:30 ----
Feb 06 11:16:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:30 grid power: -4796W
Feb 06 11:16:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:30 pv power: 6021W
Feb 06 11:16:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:30 site power: -4796W
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 charge power: 0W
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 charger status: B
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 next soc poll remaining time: 58m50s
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 max charge current: 20.9A = 0A + 20.9A (-4796W @ 1p)
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 charge power: 0W
Feb 06 11:16:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:40 ----
Feb 06 11:16:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:40 grid power: -4570W
Feb 06 11:16:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:40 pv power: 5942W
Feb 06 11:16:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:40 site power: -4570W
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 charge power: 0W
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 charger status: B
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 next soc poll remaining time: 58m39s
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 max charge current: 19.9A = 0A + 19.9A (-4570W @ 1p)
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 charge power: 0W
Feb 06 11:16:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:50 ----
Feb 06 11:16:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:50 grid power: -4718W
Feb 06 11:16:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:50 pv power: 5977W
Feb 06 11:16:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:16:50 site power: -4718W
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 charge power: 0W
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 charger status: B
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 next soc poll remaining time: 58m30s
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 max charge current: 20.5A = 0A + 20.5A (-4718W @ 1p)
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 charge power: 0W
Feb 06 11:16:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:16:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:00 ----
Feb 06 11:17:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:00 grid power: -4486W
Feb 06 11:17:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:00 pv power: 5946W
Feb 06 11:17:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:00 site power: -4486W
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 charge power: 0W
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 charger status: B
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 next soc poll remaining time: 58m20s
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 max charge current: 19.5A = 0A + 19.5A (-4486W @ 1p)
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 charge power: 0W
Feb 06 11:17:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:10 ----
Feb 06 11:17:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:10 grid power: -4662W
Feb 06 11:17:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:10 pv power: 5905W
Feb 06 11:17:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:10 site power: -4662W
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 charge power: 0W
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 charger status: B
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 next soc poll remaining time: 58m9s
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 max charge current: 20.3A = 0A + 20.3A (-4662W @ 1p)
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 charge power: 0W
Feb 06 11:17:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:20 ----
Feb 06 11:17:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:20 grid power: -4548W
Feb 06 11:17:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:20 pv power: 5956W
Feb 06 11:17:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:20 site power: -4548W
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 charge power: 0W
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 charger status: B
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 next soc poll remaining time: 58m0s
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 max charge current: 19.8A = 0A + 19.8A (-4548W @ 1p)
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 charge power: 0W
Feb 06 11:17:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:30 ----
Feb 06 11:17:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:30 grid power: -4435W
Feb 06 11:17:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:30 pv power: 5889W
Feb 06 11:17:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:30 site power: -4435W
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 charge power: 0W
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 charger status: B
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 next soc poll remaining time: 57m50s
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 max charge current: 19.3A = 0A + 19.3A (-4435W @ 1p)
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 charge power: 0W
Feb 06 11:17:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:40 ----
Feb 06 11:17:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:40 grid power: -4558W
Feb 06 11:17:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:40 pv power: 5836W
Feb 06 11:17:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:40 site power: -4558W
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 charge power: 0W
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 charger status: B
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 next soc poll remaining time: 57m40s
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 max charge current: 19.8A = 0A + 19.8A (-4558W @ 1p)
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 charge power: 0W
Feb 06 11:17:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:50 ----
Feb 06 11:17:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:50 grid power: -4294W
Feb 06 11:17:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:50 pv power: 5772W
Feb 06 11:17:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:17:50 site power: -4294W
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 charge power: 0W
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 charger status: B
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 next soc poll remaining time: 57m29s
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 max charge current: 18.7A = 0A + 18.7A (-4294W @ 1p)
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 charge power: 0W
Feb 06 11:17:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:17:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:00 ----
Feb 06 11:18:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:00 grid power: -4352W
Feb 06 11:18:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:00 pv power: 5648W
Feb 06 11:18:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:00 site power: -4352W
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 charge power: 0W
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 charger status: B
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 next soc poll remaining time: 57m20s
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 max charge current: 18.9A = 0A + 18.9A (-4352W @ 1p)
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 charge power: 0W
Feb 06 11:18:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:10 ----
Feb 06 11:18:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:10 grid power: -4008W
Feb 06 11:18:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:10 pv power: 5456W
Feb 06 11:18:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:10 site power: -4008W
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 charge power: 0W
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 charger status: B
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 next soc poll remaining time: 57m9s
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 max charge current: 17.4A = 0A + 17.4A (-4008W @ 1p)
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 charge power: 0W
Feb 06 11:18:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:20 ----
Feb 06 11:18:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:20 grid power: -4231W
Feb 06 11:18:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:20 pv power: 5541W
Feb 06 11:18:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:20 site power: -4231W
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 charge power: 0W
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 charger status: B
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 next soc poll remaining time: 57m0s
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 max charge current: 18.4A = 0A + 18.4A (-4231W @ 1p)
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 charge power: 0W
Feb 06 11:18:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:30 ----
Feb 06 11:18:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:30 grid power: -4186W
Feb 06 11:18:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:30 pv power: 5591W
Feb 06 11:18:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:30 site power: -4186W
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 charge power: 0W
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 charger status: B
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 next soc poll remaining time: 56m50s
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 max charge current: 18.2A = 0A + 18.2A (-4186W @ 1p)
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 charge power: 0W
Feb 06 11:18:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:40 ----
Feb 06 11:18:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:40 grid power: -4031W
Feb 06 11:18:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:40 pv power: 5454W
Feb 06 11:18:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:40 site power: -4031W
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 charge power: 0W
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 charger status: B
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 next soc poll remaining time: 56m40s
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 max charge current: 17.5A = 0A + 17.5A (-4031W @ 1p)
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 charge power: 0W
Feb 06 11:18:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:50 ----
Feb 06 11:18:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:50 grid power: -4107W
Feb 06 11:18:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:50 pv power: 5421W
Feb 06 11:18:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:18:50 site power: -4107W
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 charge power: 0W
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 charger status: B
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 next soc poll remaining time: 56m30s
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 max charge current: 17.9A = 0A + 17.9A (-4107W @ 1p)
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 charge power: 0W
Feb 06 11:18:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:18:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:00 ----
Feb 06 11:19:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:00 grid power: -4086W
Feb 06 11:19:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:00 pv power: 5465W
Feb 06 11:19:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:00 site power: -4086W
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 charge power: 0W
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 charger status: B
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 next soc poll remaining time: 56m20s
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 max charge current: 17.8A = 0A + 17.8A (-4086W @ 1p)
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 charge power: 0W
Feb 06 11:19:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:10 ----
Feb 06 11:19:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:10 grid power: -4057W
Feb 06 11:19:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:10 pv power: 5325W
Feb 06 11:19:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:10 site power: -4057W
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 charge power: 0W
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 charger status: B
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 next soc poll remaining time: 56m9s
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 max charge current: 17.6A = 0A + 17.6A (-4057W @ 1p)
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 charge power: 0W
Feb 06 11:19:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:20 ----
Feb 06 11:19:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:20 grid power: -3962W
Feb 06 11:19:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:20 pv power: 5282W
Feb 06 11:19:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:20 site power: -3962W
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 charge power: 0W
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 charger status: B
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 next soc poll remaining time: 56m0s
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 max charge current: 17.2A = 0A + 17.2A (-3962W @ 1p)
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 charge power: 0W
Feb 06 11:19:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:30 ----
Feb 06 11:19:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:30 grid power: -4060W
Feb 06 11:19:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:30 pv power: 5407W
Feb 06 11:19:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:30 site power: -4060W
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 charge power: 0W
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 charger status: B
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 next soc poll remaining time: 55m50s
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 max charge current: 17.7A = 0A + 17.7A (-4060W @ 1p)
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 charge power: 0W
Feb 06 11:19:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:40 ----
Feb 06 11:19:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:40 grid power: -4100W
Feb 06 11:19:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:40 pv power: 5411W
Feb 06 11:19:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:40 site power: -4100W
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 charge power: 0W
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 charger status: B
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 next soc poll remaining time: 55m40s
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 max charge current: 17.8A = 0A + 17.8A (-4100W @ 1p)
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 charge power: 0W
Feb 06 11:19:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:50 ----
Feb 06 11:19:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:50 grid power: -3799W
Feb 06 11:19:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:50 pv power: 5244W
Feb 06 11:19:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:19:50 site power: -3799W
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 charge power: 0W
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 charger status: B
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 next soc poll remaining time: 55m30s
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 max charge current: 16.5A = 0A + 16.5A (-3799W @ 1p)
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 charge power: 0W
Feb 06 11:19:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:19:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:00 ----
Feb 06 11:20:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:00 grid power: -3936W
Feb 06 11:20:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:00 pv power: 5279W
Feb 06 11:20:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:00 site power: -3936W
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 charge power: 0W
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 charger status: B
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 next soc poll remaining time: 55m20s
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 max charge current: 17.1A = 0A + 17.1A (-3936W @ 1p)
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 charge power: 0W
Feb 06 11:20:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:10 ----
Feb 06 11:20:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:10 grid power: -4107W
Feb 06 11:20:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:10 pv power: 5435W
Feb 06 11:20:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:10 site power: -4107W
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 charge power: 0W
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 charger status: B
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 next soc poll remaining time: 55m9s
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 max charge current: 17.9A = 0A + 17.9A (-4107W @ 1p)
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 charge power: 0W
Feb 06 11:20:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:20 ----
Feb 06 11:20:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:20 grid power: -4023W
Feb 06 11:20:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:20 pv power: 5372W
Feb 06 11:20:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:20 site power: -4023W
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 charge power: 0W
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 charger status: B
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 next soc poll remaining time: 55m0s
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 max charge current: 17.5A = 0A + 17.5A (-4023W @ 1p)
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 charge power: 0W
Feb 06 11:20:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:30 ----
Feb 06 11:20:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:30 grid power: -3985W
Feb 06 11:20:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:30 pv power: 5358W
Feb 06 11:20:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:30 site power: -3985W
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 charge power: 0W
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 charger status: B
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 next soc poll remaining time: 54m50s
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 max charge current: 17.3A = 0A + 17.3A (-3985W @ 1p)
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 charge power: 0W
Feb 06 11:20:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:40 ----
Feb 06 11:20:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:40 grid power: -4020W
Feb 06 11:20:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:40 pv power: 5382W
Feb 06 11:20:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:40 site power: -4020W
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 charge power: 0W
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 charger status: B
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 next soc poll remaining time: 54m40s
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 max charge current: 17.5A = 0A + 17.5A (-4020W @ 1p)
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 charge power: 0W
Feb 06 11:20:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:50 ----
Feb 06 11:20:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:50 grid power: -3934W
Feb 06 11:20:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:50 pv power: 5343W
Feb 06 11:20:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:20:50 site power: -3934W
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 charge power: 0W
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 charger status: B
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 next soc poll remaining time: 54m30s
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 max charge current: 17.1A = 0A + 17.1A (-3934W @ 1p)
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 charge power: 0W
Feb 06 11:20:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:20:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:00 ----
Feb 06 11:21:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:00 grid power: -3847W
Feb 06 11:21:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:00 pv power: 5289W
Feb 06 11:21:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:00 site power: -3847W
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 charge power: 0W
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 charger status: B
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 next soc poll remaining time: 54m20s
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 max charge current: 16.7A = 0A + 16.7A (-3847W @ 1p)
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 charge power: 0W
Feb 06 11:21:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:10 ----
Feb 06 11:21:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:10 grid power: -3791W
Feb 06 11:21:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:10 pv power: 5253W
Feb 06 11:21:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:10 site power: -3791W
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 charge power: 0W
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 charger status: B
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 next soc poll remaining time: 54m9s
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 max charge current: 16.5A = 0A + 16.5A (-3791W @ 1p)
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 charge power: 0W
Feb 06 11:21:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:20 ----
Feb 06 11:21:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:20 grid power: -3656W
Feb 06 11:21:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:20 pv power: 5126W
Feb 06 11:21:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:20 site power: -3656W
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 charge power: 0W
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 charger status: B
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 next soc poll remaining time: 54m0s
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 max charge current: 15.9A = 0A + 15.9A (-3656W @ 1p)
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 max charge current: 15A
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 charge power: 0W
Feb 06 11:21:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:30 ----
Feb 06 11:21:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:30 grid power: -3539W
Feb 06 11:21:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:30 pv power: 5040W
Feb 06 11:21:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:30 site power: -3539W
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 charge power: 0W
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 charger status: B
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 next soc poll remaining time: 53m50s
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 max charge current: 15.4A = 0A + 15.4A (-3539W @ 1p)
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 max charge current: 15A
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 charge power: 0W
Feb 06 11:21:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:40 ----
Feb 06 11:21:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:40 grid power: -3535W
Feb 06 11:21:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:40 pv power: 4972W
Feb 06 11:21:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:40 site power: -3535W
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 charge power: 0W
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 charger status: B
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 next soc poll remaining time: 53m40s
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 max charge current: 15.4A = 0A + 15.4A (-3535W @ 1p)
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 max charge current: 15A
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 charge power: 0W
Feb 06 11:21:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:50 ----
Feb 06 11:21:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:50 grid power: -3523W
Feb 06 11:21:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:50 pv power: 4959W
Feb 06 11:21:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:21:50 site power: -3523W
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 charge power: 0W
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 charger status: B
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 next soc poll remaining time: 53m30s
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 max charge current: 15.3A = 0A + 15.3A (-3523W @ 1p)
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 max charge current: 15A
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 charge power: 0W
Feb 06 11:21:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:21:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:00 ----
Feb 06 11:22:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:00 grid power: -3523W
Feb 06 11:22:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:00 pv power: 4942W
Feb 06 11:22:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:00 site power: -3523W
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 charge power: 0W
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 charger status: B
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 next soc poll remaining time: 53m20s
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 max charge current: 15.3A = 0A + 15.3A (-3523W @ 1p)
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 max charge current: 15A
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 charge power: 0W
Feb 06 11:22:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:10 ----
Feb 06 11:22:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:10 grid power: -3494W
Feb 06 11:22:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:10 pv power: 4938W
Feb 06 11:22:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:10 site power: -3494W
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 charge power: 0W
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 charger status: B
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 next soc poll remaining time: 53m9s
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 max charge current: 15.2A = 0A + 15.2A (-3494W @ 1p)
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 max charge current: 15A
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 charge power: 0W
Feb 06 11:22:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:20 ----
Feb 06 11:22:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:20 grid power: -3480W
Feb 06 11:22:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:20 pv power: 4926W
Feb 06 11:22:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:20 site power: -3480W
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 charge power: 0W
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 charger status: B
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 next soc poll remaining time: 53m0s
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 max charge current: 15.1A = 0A + 15.1A (-3480W @ 1p)
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 max charge current: 15A
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 charge power: 0W
Feb 06 11:22:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:30 ----
Feb 06 11:22:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:30 grid power: -3441W
Feb 06 11:22:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:30 pv power: 4885W
Feb 06 11:22:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:30 site power: -3441W
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 charge power: 0W
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 charger status: B
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 next soc poll remaining time: 52m50s
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 max charge current: 15A = 0A + 15A (-3441W @ 1p)
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 max charge current: 14A
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 charge power: 0W
Feb 06 11:22:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:40 ----
Feb 06 11:22:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:40 grid power: -3503W
Feb 06 11:22:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:40 pv power: 4753W
Feb 06 11:22:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:40 site power: -3503W
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 charge power: 0W
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 charger status: B
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 next soc poll remaining time: 52m40s
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 max charge current: 15.2A = 0A + 15.2A (-3503W @ 1p)
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 max charge current: 15A
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 charge power: 0W
Feb 06 11:22:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:50 ----
Feb 06 11:22:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:50 grid power: -3412W
Feb 06 11:22:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:50 pv power: 4703W
Feb 06 11:22:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:22:50 site power: -3412W
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 charge power: 0W
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 charger status: B
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 next soc poll remaining time: 52m30s
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 max charge current: 14.8A = 0A + 14.8A (-3412W @ 1p)
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 max charge current: 14A
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 charge power: 0W
Feb 06 11:22:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:22:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:00 ----
Feb 06 11:23:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:00 grid power: -3381W
Feb 06 11:23:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:00 pv power: 4672W
Feb 06 11:23:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:00 site power: -3381W
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 charge power: 0W
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 charger status: B
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 next soc poll remaining time: 52m20s
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 max charge current: 14.7A = 0A + 14.7A (-3381W @ 1p)
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 max charge current: 14A
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 charge power: 0W
Feb 06 11:23:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:10 ----
Feb 06 11:23:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:10 grid power: -3258W
Feb 06 11:23:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:10 pv power: 4592W
Feb 06 11:23:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:10 site power: -3258W
Feb 06 11:23:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:10 charge power: 0W
Feb 06 11:23:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:10 charger status: B
Feb 06 11:23:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:10 next soc poll remaining time: 52m9s
Feb 06 11:23:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:10 max charge current: 14.2A = 0A + 14.2A (-3258W @ 1p)
Feb 06 11:23:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:11 max charge current: 14A
Feb 06 11:23:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:11 charge power: 0W
Feb 06 11:23:11 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:11 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:20 ----
Feb 06 11:23:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:20 grid power: -3209W
Feb 06 11:23:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:20 pv power: 4610W
Feb 06 11:23:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:20 site power: -3209W
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 charge power: 0W
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 charger status: B
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 next soc poll remaining time: 52m0s
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 max charge current: 14A = 0A + 14A (-3209W @ 1p)
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 max charge current: 13A
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 charge power: 0W
Feb 06 11:23:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:30 ----
Feb 06 11:23:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:30 grid power: -3106W
Feb 06 11:23:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:30 pv power: 4586W
Feb 06 11:23:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:30 site power: -3106W
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 charge power: 0W
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 charger status: B
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 next soc poll remaining time: 51m50s
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 max charge current: 13.5A = 0A + 13.5A (-3106W @ 1p)
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 max charge current: 13A
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 charge power: 0W
Feb 06 11:23:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:40 ----
Feb 06 11:23:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:40 grid power: -3218W
Feb 06 11:23:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:40 pv power: 4620W
Feb 06 11:23:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:40 site power: -3218W
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 charge power: 0W
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 charger status: B
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 next soc poll remaining time: 51m40s
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 max charge current: 14A = 0A + 14A (-3218W @ 1p)
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 max charge current: 13A
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 charge power: 0W
Feb 06 11:23:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:50 ----
Feb 06 11:23:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:50 grid power: -3342W
Feb 06 11:23:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:50 pv power: 4628W
Feb 06 11:23:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:23:50 site power: -3342W
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 charge power: 0W
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 charger status: B
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 next soc poll remaining time: 51m30s
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 max charge current: 14.5A = 0A + 14.5A (-3342W @ 1p)
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 max charge current: 14A
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 charge power: 0W
Feb 06 11:23:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:23:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:00 ----
Feb 06 11:24:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:00 grid power: -3237W
Feb 06 11:24:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:00 pv power: 4654W
Feb 06 11:24:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:00 site power: -3237W
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 charge power: 0W
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 charger status: B
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 next soc poll remaining time: 51m20s
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 max charge current: 14.1A = 0A + 14.1A (-3237W @ 1p)
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 max charge current: 14A
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 charge power: 0W
Feb 06 11:24:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:10 ----
Feb 06 11:24:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:10 grid power: -3464W
Feb 06 11:24:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:10 pv power: 4742W
Feb 06 11:24:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:10 site power: -3464W
Feb 06 11:24:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:10 charge power: 0W
Feb 06 11:24:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:10 charger status: B
Feb 06 11:24:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:10 next soc poll remaining time: 51m9s
Feb 06 11:24:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:10 max charge current: 15.1A = 0A + 15.1A (-3464W @ 1p)
Feb 06 11:24:20 raspberrypi evcc[26090]: [lp-1  ] ERROR 2022/02/06 11:24:20 max charge current 15A: Post "https://api.easee.cloud/api/chargers/EHP7NT6H/settings": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Feb 06 11:24:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:20 ----
Feb 06 11:24:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:20 grid power: -3404W
Feb 06 11:24:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:20 pv power: 4785W
Feb 06 11:24:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:20 site power: -3404W
Feb 06 11:24:22 raspberrypi evcc[26090]: [easee ] ERROR 2022/02/06 11:24:22 Post "https://api.easee.cloud/api/chargers/EHP7NT6H/settings": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Feb 06 11:24:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:22 charge power: 0W
Feb 06 11:24:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:22 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:22 charger status: B
Feb 06 11:24:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:22 next soc poll remaining time: 50m57s
Feb 06 11:24:22 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:22 max charge current: 14.8A = 0A + 14.8A (-3404W @ 1p)
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 max charge current: 14A
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 charge power: 0W
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:30 ----
Feb 06 11:24:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:30 grid power: -3527W
Feb 06 11:24:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:30 pv power: 4968W
Feb 06 11:24:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:30 site power: -3527W
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 charge power: 0W
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 charger status: B
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 next soc poll remaining time: 50m49s
Feb 06 11:24:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:30 max charge current: 15.3A = 0A + 15.3A (-3527W @ 1p)
Feb 06 11:24:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:31 max charge current: 15A
Feb 06 11:24:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:31 charge power: 0W
Feb 06 11:24:31 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:31 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:40 ----
Feb 06 11:24:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:40 grid power: -3765W
Feb 06 11:24:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:40 pv power: 4983W
Feb 06 11:24:40 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:40 site power: -3765W
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 charge power: 0W
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 charger status: B
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 next soc poll remaining time: 50m40s
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 max charge current: 16.4A = 0A + 16.4A (-3765W @ 1p)
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 max charge current: 16A
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 charge power: 0W
Feb 06 11:24:40 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:40 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:50 ----
Feb 06 11:24:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:50 grid power: -3722W
Feb 06 11:24:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:50 pv power: 5130W
Feb 06 11:24:50 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:24:50 site power: -3722W
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 charge power: 0W
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 charger status: B
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 next soc poll remaining time: 50m30s
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 max charge current: 16.2A = 0A + 16.2A (-3722W @ 1p)
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 charge power: 0W
Feb 06 11:24:50 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:24:50 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:00 ----
Feb 06 11:25:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:00 grid power: -3915W
Feb 06 11:25:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:00 pv power: 5185W
Feb 06 11:25:00 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:00 site power: -3915W
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 charge power: 0W
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 charger status: B
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 next soc poll remaining time: 50m20s
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 max charge current: 17A = 0A + 17A (-3915W @ 1p)
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 charge power: 0W
Feb 06 11:25:00 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:00 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:10 ----
Feb 06 11:25:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:10 grid power: -3787W
Feb 06 11:25:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:10 pv power: 5193W
Feb 06 11:25:10 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:10 site power: -3787W
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 charge power: 0W
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 charger status: B
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 next soc poll remaining time: 50m9s
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 max charge current: 16.5A = 0A + 16.5A (-3787W @ 1p)
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 charge power: 0W
Feb 06 11:25:10 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:10 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:20 ----
Feb 06 11:25:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:20 grid power: -3742W
Feb 06 11:25:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:20 pv power: 5237W
Feb 06 11:25:20 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:20 site power: -3742W
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 charge power: 0W
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 charger status: B
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 next soc poll remaining time: 50m0s
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 max charge current: 16.3A = 0A + 16.3A (-3742W @ 1p)
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 charge power: 0W
Feb 06 11:25:20 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:20 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:30 ----
Feb 06 11:25:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:30 grid power: -3977W
Feb 06 11:25:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:30 pv power: 5245W
Feb 06 11:25:30 raspberrypi evcc[26090]: [site  ] DEBUG 2022/02/06 11:25:30 site power: -3977W
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 charge power: 0W
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 charge currents: [0.009 0.01 0.01]A
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 charger status: B
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 next soc poll remaining time: 49m50s
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 max charge current: 17.3A = 0A + 17.3A (-3977W @ 1p)
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 charge power: 0W
Feb 06 11:25:30 raspberrypi evcc[26090]: [lp-1  ] DEBUG 2022/02/06 11:25:30 charge currents: [0.009 0.01 0.01]A

</pre></details>

Warum wurde nach 11:15:10 nicht weiter geladen? Warum wurde trotz des Lademodus min+pv das Laden immer wieder gestoppt?
andig commented 2 years ago

Große logs bitte als Datei, Präfixe der Zeilen entfernen damit man etwas sehen kann. Bitte zu jeder Frage den Timestamp im Log. Ich hab keine Zeit mich durch tausende Zeilen zu suchen oder zu scrollen.

andig commented 2 years ago

Bzgl. Ladestop bitte https://github.com/evcc-io/evcc/issues/2519 anschauen. Gleiches Problem? Mangels trace nicht erkennbar.

andig commented 2 years ago

ping @tmy0

tmy0 commented 2 years ago

Ich komme morgen erst wieder zum testen. Ich melde mich.

tmy0 commented 2 years ago

Hi, sorry für die Verspätung. Gestern konnte ich mal wieder laden und der Fehler trat wieder auf. Zeit: 12:47:37 stop charging. Danach starten das Laden nicht mehr, obwohl genügend Power vorhanden war. Generell dürfte er im Modus min+pv ja nicht stoppen. Während des kompletten Ladevorgangs, also auch vor 12:47 Uhr stoppte das Laden immer mal wieder. Jedoch startete das Laden dann nach ein paar Minuten wieder. Ich kann das Log leider nicht so gut interpretieren. Reicht euch ein gewisser Zeitraum um den Eintrag "stop charging"? Soll ich nach gewissen Einträgen gucken?

Hier der Trace (12:47:37 stop charging): Feb 17 12:47:37 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:37 203:0:W: 4485 Feb 17 12:47:37 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:37 grid power: -4485W Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 gridPower: -4485 Feb 17 12:47:37 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:37 modbus: send 08 14 00 00 00 06 01 03 9c 87 00 32 Feb 17 12:47:37 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:37 modbus: recv 08 14 00 00 00 67 01 03 64 09 1c 03 0d 03 07 03 07 ff fe 0f 2a 0f 32 0f 2c 08 c2 08 c7 08 c1 ff ff 14 7a 00 00 13 8a ff fe 14 81 00 00 70 e4 ff fe d9 00 ff fe 03 64 0e e8 00 00 1b d0 ff fd 1d 31 ff ff 14 c9 00 00 80 00 13 6d 80 00 80 00 ff fe 00 04 00 00 ff ff ff ff ff ff ff ff 00 00 00 00 ff ff ff ff ff ff ff ff 00 00 00 00 Feb 17 12:47:37 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:37 pv power: 5242W Feb 17 12:47:37 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:37 site power: -4485W Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 charge power: 0W Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 charge currents: [0.009 0.009 0.011]A Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 pvPower: 5242 Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/mode: minpv Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargePower: 0 Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargeCurrents: [0.008999999612569809 0.008999999612569809 0.010999999940395355] Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 charger status: B Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargeCurrent: 0 Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargedEnergy: 8761.03591918945 Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargeDuration: 1h21m19s Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] INFO 2022/02/17 12:47:37 stop charging <- Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargeCurrent: 0 Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 vehicle soc: 77% Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/connected: true Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/charging: false Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/enabled: false Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/vehicleSoC: 77 Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 vehicle range: 224km Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/chargeRemainingDuration: -1ns Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 vehicle odometer: 3211km Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/vehicleRange: 224 Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 max charge current: 6.5A = 0A + 6.5A (-4485W @ 3p) Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] WARN 2022/02/17 12:47:37 ignoring inconsistent phases: 1p < 3p observed active Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/vehicleOdometer: 3211.1 Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 available power above 3p min threshold of 4140W Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 start phase enable timer: 0s Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/phaseAction: scale3p Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 phase action: scale3p in 0s Feb 17 12:47:37 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:37 lp-1/phaseRemaining: 0s Feb 17 12:47:37 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:37 phase enable timer elapsed Feb 17 12:47:37 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:37 GET https://api.easee.cloud/api/sites/104296/circuits/101292/settings Feb 17 12:47:37 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:37 Feb 17 12:47:37 raspberrypi evcc[872]: GET /api/sites/104296/circuits/101292/settings HTTP/1.1 Feb 17 12:47:37 raspberrypi evcc[872]: Host: api.easee.cloud Feb 17 12:47:37 raspberrypi evcc[872]: User-Agent: Go-http-client/1.1 Feb 17 12:47:37 raspberrypi evcc[872]: Accept: application/json Feb 17 12:47:37 raspberrypi evcc[872]: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBY2NvdW50SWQiOjk4MDkwLCJVc2VySWQiOjc5NTk0LCJ1bmlxdWVfbmFtZSI6Ijk4MDkwIiwicm9sZSI6IlVzZXIiLCJuYmYiOjE2NDUwODgxOTIsImV4cCI6MTY0NTE3NDU5MiwiaWF0IjoxNjQ1MDg4MTkyfQ.-ZHchvL-Z6jvgt40CsUaDXJfiZdDWhtunx1-daoaH3s Feb 17 12:47:37 raspberrypi evcc[872]: Accept-Encoding: gzip Feb 17 12:47:37 raspberrypi evcc[872]: HTTP/2.0 200 OK Feb 17 12:47:37 raspberrypi evcc[872]: Content-Length: 381 Feb 17 12:47:37 raspberrypi evcc[872]: Access-Control-Allow-Origin: Feb 17 12:47:37 raspberrypi evcc[872]: Content-Type: application/json; charset=utf-8 Feb 17 12:47:37 raspberrypi evcc[872]: Date: Thu, 17 Feb 2022 11:47:37 GMT Feb 17 12:47:37 raspberrypi evcc[872]: Server: envoy Feb 17 12:47:37 raspberrypi evcc[872]: Set-Cookie: AWSALB=Zb9NDrRaq5ZoHAOSIzYQFyJ5dKAyScCf4rc3F7pGvGf7DeEndJVU2awtPn+TlzBldCBbmAhYZdlOZihNwlGPxolFQHEcTYYfeCmx6jCTGMoQgk8Dy2xMyUm1qlMn; Expires=Thu, 24 Feb 2022 11:47:37 GMT; Path=/ Feb 17 12:47:37 raspberrypi evcc[872]: Set-Cookie: AWSALBCORS=Zb9NDrRaq5ZoHAOSIzYQFyJ5dKAyScCf4rc3F7pGvGf7DeEndJVU2awtPn+TlzBldCBbmAhYZdlOZihNwlGPxolFQHEcTYYfeCmx6jCTGMoQgk8Dy2xMyUm1qlMn; Expires=Thu, 24 Feb 2022 11:47:37 GMT; Path=/; SameSite=None; Secure Feb 17 12:47:37 raspberrypi evcc[872]: X-Amz-Apigw-Id: Nr1aDEr-joEFlig= Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Remapped-Connection: keep-alive Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Remapped-Content-Length: 381 Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Remapped-Date: Thu, 17 Feb 2022 11:47:37 GMT Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Remapped-Server: Kestrel Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Requestid: 7781e7ef-6e80-4f66-bc0e-244598f2ec64 Feb 17 12:47:37 raspberrypi evcc[872]: X-Amzn-Trace-Id: Root=1-620e35d9-44fab3151ba49efe7ece2621 Feb 17 12:47:37 raspberrypi evcc[872]: X-Envoy-Upstream-Service-Time: 51 Feb 17 12:47:37 raspberrypi evcc[872]: Feb 17 12:47:37 raspberrypi evcc[872]: {"allowOfflineMaxCircuitCurrent":false,"equalizerId":null,"masterChargerId":"EHP7NT6H","dynamicCircuitCurrentP1":16.0,"dynamicCircuitCurrentP2":0.0,"dynamicCircuitCurrentP3":0.0,"enableIdleCurrent":false,"maxCircuitCurrentP1":16.0,"maxCircuitCurrentP2":16.0,"maxCircuitCurrentP3":16.0,"offlineMaxCircuitCurrentP1":16,"offlineMaxCircuitCurrentP2":16,"offlineMaxCircuitCurrentP3":16} Feb 17 12:47:37 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:37 POST https://api.easee.cloud/api/sites/104296/circuits/101292/settings Feb 17 12:47:38 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:38 Feb 17 12:47:38 raspberrypi evcc[872]: POST /api/sites/104296/circuits/101292/settings HTTP/1.1 Feb 17 12:47:38 raspberrypi evcc[872]: Host: api.easee.cloud Feb 17 12:47:38 raspberrypi evcc[872]: User-Agent: Go-http-client/1.1 Feb 17 12:47:38 raspberrypi evcc[872]: Content-Length: 88 Feb 17 12:47:38 raspberrypi evcc[872]: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBY2NvdW50SWQiOjk4MDkwLCJVc2VySWQiOjc5NTk0LCJ1bmlxdWVfbmFtZSI6Ijk4MDkwIiwicm9sZSI6IlVzZXIiLCJuYmYiOjE2NDUwODgxOTIsImV4cCI6MTY0NTE3NDU5MiwiaWF0IjoxNjQ1MDg4MTkyfQ.-ZHchvL-Z6jvgt40CsUaDXJfiZdDWhtunx1-daoaH3s Feb 17 12:47:38 raspberrypi evcc[872]: Content-Type: application/json Feb 17 12:47:38 raspberrypi evcc[872]: Accept-Encoding: gzip Feb 17 12:47:38 raspberrypi evcc[872]: Feb 17 12:47:38 raspberrypi evcc[872]: {"dynamicCircuitCurrentP1":16,"dynamicCircuitCurrentP2":16,"dynamicCircuitCurrentP3":16} Feb 17 12:47:38 raspberrypi evcc[872]: HTTP/2.0 200 OK Feb 17 12:47:38 raspberrypi evcc[872]: Content-Length: 0 Feb 17 12:47:38 raspberrypi evcc[872]: Access-Control-Allow-Origin: Feb 17 12:47:38 raspberrypi evcc[872]: Content-Type: application/json Feb 17 12:47:38 raspberrypi evcc[872]: Date: Thu, 17 Feb 2022 11:47:37 GMT Feb 17 12:47:38 raspberrypi evcc[872]: Server: envoy Feb 17 12:47:38 raspberrypi evcc[872]: Set-Cookie: AWSALB=YG/UCYzyrWFY9bAeul1F7z5rLr9xKaRkQvg6HLUt4KkLLedg1kfBfmlH+prNzbKE8nLtmazNS2P3QtRHaSG30um2hw8EqBO/HSZsy9LXJSgO39CxeO6fudZIu+Qu; Expires=Thu, 24 Feb 2022 11:47:37 GMT; Path=/ Feb 17 12:47:38 raspberrypi evcc[872]: Set-Cookie: AWSALBCORS=YG/UCYzyrWFY9bAeul1F7z5rLr9xKaRkQvg6HLUt4KkLLedg1kfBfmlH+prNzbKE8nLtmazNS2P3QtRHaSG30um2hw8EqBO/HSZsy9LXJSgO39CxeO6fudZIu+Qu; Expires=Thu, 24 Feb 2022 11:47:37 GMT; Path=/; SameSite=None; Secure Feb 17 12:47:38 raspberrypi evcc[872]: X-Amz-Apigw-Id: Nr1aFFCljoEF69w= Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Remapped-Connection: keep-alive Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Remapped-Content-Length: 0 Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Remapped-Date: Thu, 17 Feb 2022 11:47:37 GMT Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Remapped-Server: Kestrel Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Requestid: 5969071f-0d6e-434c-966b-100acbf6e0d5 Feb 17 12:47:38 raspberrypi evcc[872]: X-Amzn-Trace-Id: Root=1-620e35d9-54ee26131c0a45082b9b6c8a Feb 17 12:47:38 raspberrypi evcc[872]: X-Envoy-Upstream-Service-Time: 14 Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 pv timer elapse Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 pv action: inactive Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/phases: 3 Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 switched phases: 3p @ 4485W Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/pvAction: inactive Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 climater active: false, target temp: 20.0°C, outside temp: 20.0°C Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/pvRemaining: 0s Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/climater: off Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 charge power: 0W Feb 17 12:47:38 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:38 charge currents: [0.009 0.009 0.011]A Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/chargePower: 0 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 lp-1/chargeCurrents: [0.008999999612569809 0.008999999612569809 0.010999999940395355] Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 homePower: 0 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsTotalCharged: 9.364712695082847 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsGridCharged: 0.1301453474870108 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsSelfConsumptionCharged: 9.234567347595837 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsSelfConsumptionPercent: 98.61025797881288 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsEffectivePrice: 0.09559881757961987 Feb 17 12:47:38 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:38 savingsAmount: 1.726864094000422 Feb 17 12:47:38 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:38 ProductUpdate EHP7NT6H: DYNAMIC_CIRCUIT_CURRENT_P2 16 Feb 17 12:47:38 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:38 ProductUpdate EHP7NT6H: DYNAMIC_CIRCUIT_CURRENT_P1 16 Feb 17 12:47:38 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:38 ProductUpdate EHP7NT6H: DYNAMIC_CIRCUIT_CURRENT_P3 16 Feb 17 12:47:42 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:42 modbus: closing connection due to idle timeout: 5.000589353s Feb 17 12:47:47 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:47 ---- Feb 17 12:47:47 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:47 modbus: send 08 15 00 00 00 06 01 03 9c fe 00 69 Feb 17 12:47:47 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:47 modbus: recv 08 15 00 00 00 d5 01 03 d2 ff 30 ff c4 ff b2 ff bb ff ff 57 74 57 74 57 bc 57 8d 97 ae 97 70 97 ce 97 cd ff fe 13 8b ff fe 11 a4 04 d8 06 c8 06 03 00 00 11 b1 04 d8 06 d3 06 08 00 00 fe ac ff e5 ff 3d ff 8b 00 00 da 69 dc 89 d9 43 d9 6e ff fe 02 c8 31 a4 00 e2 ef ae 00 f7 a2 c7 00 f7 67 1a 00 6e 27 41 00 4d b0 5e 00 16 12 4b 00 14 2c 84 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 Feb 17 12:47:47 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:47 203:0:W: 4516 Feb 17 12:47:47 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:47 grid power: -4516W Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 gridPower: -4516 Feb 17 12:47:47 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:47 modbus: send 08 16 00 00 00 06 01 03 9c 87 00 32 Feb 17 12:47:47 raspberrypi evcc[872]: [modbus] TRACE 2022/02/17 12:47:47 modbus: recv 08 16 00 00 00 67 01 03 64 09 23 03 0e 03 10 03 05 ff fe 0f 24 0f 2c 0f 29 08 bd 08 c5 08 c0 ff ff 14 86 00 00 13 8a ff fe 14 8e 00 00 0b ea ff ff d9 02 ff fe 03 64 0e f8 00 00 1b e1 ff fd 1d 31 ff ff 14 d6 00 00 80 00 13 67 80 00 80 00 ff fe 00 04 00 00 ff ff ff ff ff ff ff ff 00 00 00 00 ff ff ff ff ff ff ff ff 00 00 00 00 Feb 17 12:47:47 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:47 pv power: 5254W Feb 17 12:47:47 raspberrypi evcc[872]: [site ] DEBUG 2022/02/17 12:47:47 site power: -4516W Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 charge power: 0W Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 charge currents: [0.009 0.009 0.011]A Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 pvPower: 5254 Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/mode: minpv Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargePower: 0 Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargeCurrents: [0.008999999612569809 0.008999999612569809 0.010999999940395355] Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 charger status: B Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargeCurrent: 0 Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargedEnergy: 8761.03591918945 Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargeDuration: 1h21m19s Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/connected: true Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 next soc poll remaining time: 59m50s Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 max charge current: 6.54A = 0A + 6.54A (-4516W @ 3p) Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 pv timer reset Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/charging: false Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 pv action: inactive Feb 17 12:47:47 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:47 POST https://api.easee.cloud/api/chargers/EHP7NT6H/settings Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/enabled: false Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/pvAction: inactive Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/pvRemaining: 0s Feb 17 12:47:47 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:47 Feb 17 12:47:47 raspberrypi evcc[872]: POST /api/chargers/EHP7NT6H/settings HTTP/1.1 Feb 17 12:47:47 raspberrypi evcc[872]: Host: api.easee.cloud Feb 17 12:47:47 raspberrypi evcc[872]: User-Agent: Go-http-client/1.1 Feb 17 12:47:47 raspberrypi evcc[872]: Content-Length: 27 Feb 17 12:47:47 raspberrypi evcc[872]: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBY2NvdW50SWQiOjk4MDkwLCJVc2VySWQiOjc5NTk0LCJ1bmlxdWVfbmFtZSI6Ijk4MDkwIiwicm9sZSI6IlVzZXIiLCJuYmYiOjE2NDUwODgxOTIsImV4cCI6MTY0NTE3NDU5MiwiaWF0IjoxNjQ1MDg4MTkyfQ.-ZHchvL-Z6jvgt40CsUaDXJfiZdDWhtunx1-daoaH3s Feb 17 12:47:47 raspberrypi evcc[872]: Content-Type: application/json Feb 17 12:47:47 raspberrypi evcc[872]: Accept-Encoding: gzip Feb 17 12:47:47 raspberrypi evcc[872]: Feb 17 12:47:47 raspberrypi evcc[872]: {"dynamicChargerCurrent":6} Feb 17 12:47:47 raspberrypi evcc[872]: HTTP/2.0 202 Accepted Feb 17 12:47:47 raspberrypi evcc[872]: Content-Length: 65 Feb 17 12:47:47 raspberrypi evcc[872]: Access-Control-Allow-Origin: * Feb 17 12:47:47 raspberrypi evcc[872]: Content-Type: application/json; charset=utf-8 Feb 17 12:47:47 raspberrypi evcc[872]: Date: Thu, 17 Feb 2022 11:47:47 GMT Feb 17 12:47:47 raspberrypi evcc[872]: Server: envoy Feb 17 12:47:47 raspberrypi evcc[872]: Set-Cookie: AWSALB=bI7YTE3jKWcae54yZgqZg8T2N0h0eobRnRdZv+y7QVG4iwdeRAsZunHJiCFlWaeXRz+axAxmrlRpXWqLDRNRbHEQLy//o7MwULMbrvQMC5ODGdewUesTF5ih2w5f; Expires=Thu, 24 Feb 2022 11:47:47 GMT; Path=/ Feb 17 12:47:47 raspberrypi evcc[872]: Set-Cookie: AWSALBCORS=bI7YTE3jKWcae54yZgqZg8T2N0h0eobRnRdZv+y7QVG4iwdeRAsZunHJiCFlWaeXRz+axAxmrlRpXWqLDRNRbHEQLy//o7MwULMbrvQMC5ODGdewUesTF5ih2w5f; Expires=Thu, 24 Feb 2022 11:47:47 GMT; Path=/; SameSite=None; Secure Feb 17 12:47:47 raspberrypi evcc[872]: X-Amz-Apigw-Id: Nr1bmFVojoEFbtQ= Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Remapped-Connection: keep-alive Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Remapped-Content-Length: 65 Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Remapped-Date: Thu, 17 Feb 2022 11:47:47 GMT Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Remapped-Server: Kestrel Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Requestid: 976451c2-7986-4e8a-ac8a-b8786aec493a Feb 17 12:47:47 raspberrypi evcc[872]: X-Amzn-Trace-Id: Root=1-620e35e3-44cce6ac362922641216583d Feb 17 12:47:47 raspberrypi evcc[872]: X-Envoy-Upstream-Service-Time: 56 Feb 17 12:47:47 raspberrypi evcc[872]: Feb 17 12:47:47 raspberrypi evcc[872]: [{"device":"EHP7NT6H","commandId":48,"ticks":637806952676716794}] Feb 17 12:47:47 raspberrypi evcc[872]: [lp-1 ] DEBUG 2022/02/17 12:47:47 max charge current: 6A Feb 17 12:47:47 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:47 POST https://api.easee.cloud/api/chargers/EHP7NT6H/commands/resume_charging Feb 17 12:47:47 raspberrypi evcc[872]: [cache ] TRACE 2022/02/17 12:47:47 lp-1/chargeCurrent: 0 Feb 17 12:47:47 raspberrypi evcc[872]: [easee ] TRACE 2022/02/17 12:47:47 Feb 17 12:47:47 raspberrypi evcc[872]: POST /api/chargers/EHP7NT6H/commands/resume_charging HTTP/1.1 Feb 17 12:47:47 raspberrypi evcc[872]: Host: api.easee.cloud Feb 17 12:47:47 raspberrypi evcc[872]: User-Agent: Go-http-client/1.1 Feb 17 12:47:47 raspberrypi evcc[872]: Content-Length: 0 Feb 17 12:47:47 raspberrypi evcc[872]: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBY2NvdW50SWQiOjk4MDkwLCJVc2VySWQiOjc5NTk0LCJ1bmlxdWVfbmFtZSI6Ijk4MDkwIiwicm9sZSI6IlVzZXIiLCJuYmYiOjE2NDUwODgxOTIsImV4cCI6MTY0NTE3NDU5MiwiaWF0IjoxNjQ1MDg4MTkyfQ.-ZHchvL-Z6jvgt40CsUaDXJfiZdDWhtunx1-daoaH3s Feb 17 12:47:47 raspberrypi evcc[872]: Con

andig commented 2 years ago

Wir werden die komplette Phasenumschaltung redesignen. Aufgrund der Komplexität im Code macht es derzeit nicht mehr soviel Sinn, Einzelprobleme zu lösen. Please stay tuned!

tmy0 commented 2 years ago

ok. dann warte ich auf ein neues release mit Bezug auf #2613. Danke.

andig commented 2 years ago

Dieser Fehler sollte durch die in https://github.com/evcc-io/evcc/pull/2613 beschriebenen Anpassungen adressiert werden. Gerne dort testen, wird auch zeitnah in die Nightly Releases überführt.