evcc-io / evcc

Sonne tanken β˜€οΈπŸš˜
https://evcc.io
MIT License
3.58k stars 661 forks source link

Unhealthy container after upgrade #4821

Closed hyperbart closed 2 years ago

hyperbart commented 2 years ago

Describe the bug

I try to do weekly updates of EVCC. Running EVCC in a Docker Stack. After tonights "docker stack rm EVCC" and "docker stack deploy compose.yml EVCC" I noticed EVCC did not report healthy in my monitoring. The web interface is down. Weirdly it seems to be running 2 dockers at the same time?

Steps to reproduce

Remove the docker stack, pull in new images and redeploy.

bart@nas:~$ docker stack ps EVCC --no-trunc
ID                          NAME              IMAGE                                                                                        NODE      DESIRED STATE   CURRENT STATE                 ERROR                                                        PORTS
iglmyk6pfi0i6unb77jr7u98o   EVCC_evcc.1       andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Running         Starting about a minute ago
5mujgkufqp8zpfc2w18w2ukvs    \_ EVCC_evcc.1   andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Shutdown        Failed about a minute ago     "task: non-zero exit (1): dockerexec: unhealthy container"
r633cwlo8h46ru67qfpp38xvm    \_ EVCC_evcc.1   andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Shutdown        Failed 4 minutes ago          "task: non-zero exit (1): dockerexec: unhealthy container"
0xjhqsnxo1kaybv2qr2zzfuza    \_ EVCC_evcc.1   andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Shutdown        Failed 7 minutes ago          "task: non-zero exit (1): dockerexec: unhealthy container"
kfbt4svsm2ax6k0ck9g0rjtkh    \_ EVCC_evcc.1   andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Shutdown        Failed 10 minutes ago         "task: non-zero exit (1): dockerexec: unhealthy container"

Configuration details

interval: 10s

site:
- title: qsfqsfqsdfqsdf
  meters:
    grid: HuisMeter
    pvs:
    - pvHuis
    - pvTuinHuis
  residualpower: 100

messaging:
  events:
    start:
      title: Laadbeurt gestart
      msg: Er is een laadbeurt gestart op qsfqsfqsdf
    stop:
      title: Laadbeurt gestopt
      msg: |
        Oplader {{.title}} heeft een laadbeurt voltooid
        Er is {{round (divf .chargedEnergy 1000) 2 }} kWh geleverd op {{.chargeDuration}}.
    connect:
      title: Wagen aangesloten op qsfdsqdqdsf
      msg: Er is een auto aangesloten op de lader in qsfsqfqsdf
    disconnect:
      title: Wagen ontkoppeld op qsdfsqdfsqdf
      msg: De wagen is ontkoppeld van de lader in qsfdqsfqsdf
  services:
    - type: telegram
      token: sqfdqsfqsfd:qsfdqsdfsqdf
      chats:
        - qsfdqsfqsf

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

  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.12 # [currency]/kWh

meters:
  - name: HuisMeter
    type: modbus
    model: sdm # specific non-sunspec meter
    id: 1
    energy: Sum # only required for charge meter usage
    #via TCP:
    uri: 192.168.4.184:8899
    rtu: false # serial modbus rtu (rs485) device connected using simple ethernet adapter
  - name: pvHuis
    type: sma
    uri: 192.168.4.230
    password: qsfdqsfqsff
  - name: pvTuinHuis
    type: sma
    uri: 192.168.4.231
    password: qsdfsqfsqf

sponsortoken: qsfdqsfsqf

log: debug
levels:
    core: debug
    cc-main: debug

influx:
  url: http://192.168.4.250:8086
  database: EVCC
  token: "qsdfqsfqsf=="
  org: "qsdfsqfd"

chargers:
- name: ChargingPointAlfen
  type: alfen
  uri: 192.168.4.178 # TCP ModBus address

loadpoints:
- title: Alfen # display name for UI
  charger: ChargingPointAlfen # Wallbox Referenz
  vehicles:
  mode: now # charge mode (off, now, minpv, pv)
  phases: 3
  mincurrent: 12
  maxcurrent: 16

vehicles:

Log details

bart@nas:~$ docker service logs EVCC_evcc
EVCC_evcc.1.ownq8k6ch161@nas    | [main  ] INFO 2022/10/14 23:53:56 evcc 0.104.2 (f787eaac)
EVCC_evcc.1.ownq8k6ch161@nas    | [main  ] INFO 2022/10/14 23:53:56 using config file: /etc/evcc.yaml
EVCC_evcc.1.ownq8k6ch161@nas    | [main  ] INFO 2022/10/14 23:53:56 listening at :7070
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] WARN 2022/10/14 23:53:57 locking phase config to 3p for switchable charger
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] INFO 2022/10/14 23:53:57 site config:
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] INFO 2022/10/14 23:53:57   meters:      grid βœ“ pv βœ“ battery βœ—
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] INFO 2022/10/14 23:53:57     grid:      power βœ“ energy βœ“ currents βœ—
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] INFO 2022/10/14 23:53:57     pv 1:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] INFO 2022/10/14 23:53:57     pv 2:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] INFO 2022/10/14 23:53:57 loadpoint 1:
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] INFO 2022/10/14 23:53:57   mode:        now
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] INFO 2022/10/14 23:53:57   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] INFO 2022/10/14 23:53:57   meters:      charge βœ“
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] INFO 2022/10/14 23:53:57     charge:    power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:57 phase timer inactive
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:57 pv timer inactive
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:53:57 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:57 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:53:57 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:53:57 grid power: 568W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:53:57 site power: 668W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:57 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:57 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:07 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:07 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:07 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:07 grid power: 563W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:07 site power: 663W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:07 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:07 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:17 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:17 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:17 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:17 grid power: 555W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:17 site power: 655W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:17 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:17 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:27 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:27 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:27 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:27 grid power: 554W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:27 site power: 654W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:27 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:27 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:37 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:37 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:37 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:37 grid power: 568W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:37 site power: 668W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:37 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:37 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:47 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:47 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:47 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:47 grid power: 554W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:47 site power: 654W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:47 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:47 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:57 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:57 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:57 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:57 grid power: 555W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:54:57 site power: 655W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:57 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:54:57 charger status: A
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:55:07 ----
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:55:07 charge power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:55:07 pv power: 0W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:55:07 grid power: 558W
EVCC_evcc.1.ownq8k6ch161@nas    | [site  ] DEBUG 2022/10/14 23:55:07 site power: 658W
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:55:07 charge currents: [0 0 0]A
EVCC_evcc.1.ownq8k6ch161@nas    | [lp-1  ] DEBUG 2022/10/14 23:55:07 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [main  ] INFO 2022/10/14 23:50:47 evcc 0.104.2 (f787eaac)
EVCC_evcc.1.iglmyk6pfi0i@nas    | [main  ] INFO 2022/10/14 23:50:47 using config file: /etc/evcc.yaml
EVCC_evcc.1.iglmyk6pfi0i@nas    | [main  ] INFO 2022/10/14 23:50:47 listening at :7070
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] WARN 2022/10/14 23:50:48 locking phase config to 3p for switchable charger
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] INFO 2022/10/14 23:50:48 site config:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] INFO 2022/10/14 23:50:48   meters:      grid βœ“ pv βœ“ battery βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] INFO 2022/10/14 23:50:48     grid:      power βœ“ energy βœ“ currents βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] INFO 2022/10/14 23:50:48     pv 1:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] INFO 2022/10/14 23:50:48     pv 2:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] INFO 2022/10/14 23:50:48 loadpoint 1:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] INFO 2022/10/14 23:50:48   mode:        now
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] INFO 2022/10/14 23:50:48   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] INFO 2022/10/14 23:50:48   meters:      charge βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] INFO 2022/10/14 23:50:48     charge:    power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:48 phase timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:48 pv timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:48 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:48 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:48 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:48 grid power: 551W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:49 site power: 651W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:49 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:49 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:58 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:58 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:58 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:58 grid power: 555W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:50:59 site power: 655W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:59 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [main  ] INFO 2022/10/14 23:41:21 evcc 0.104.2 (f787eaac)
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:59 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:08 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [main  ] INFO 2022/10/14 23:41:21 using config file: /etc/evcc.yaml
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:08 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [main  ] INFO 2022/10/14 23:41:21 listening at :7070
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:08 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] WARN 2022/10/14 23:41:22 locking phase config to 3p for switchable charger
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:08 grid power: 557W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:09 site power: 657W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:09 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] INFO 2022/10/14 23:41:22 site config:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:09 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] INFO 2022/10/14 23:41:22   meters:      grid βœ“ pv βœ“ battery βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:18 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:18 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:18 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:18 grid power: 553W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] INFO 2022/10/14 23:41:22     grid:      power βœ“ energy βœ“ currents βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:19 site power: 653W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] INFO 2022/10/14 23:41:22     pv 1:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] INFO 2022/10/14 23:41:22     pv 2:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:19 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:19 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] INFO 2022/10/14 23:41:22 loadpoint 1:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:28 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] INFO 2022/10/14 23:41:22   mode:        now
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:28 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] INFO 2022/10/14 23:41:22   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:28 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] INFO 2022/10/14 23:41:22   meters:      charge βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:28 grid power: 555W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] INFO 2022/10/14 23:41:22     charge:    power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:29 site power: 655W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:22 phase timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:29 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:22 pv timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:29 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:22 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:38 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:22 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:38 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:22 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:38 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:23 grid power: 601W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:23 site power: 701W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:38 grid power: 551W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:39 site power: 651W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:23 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:39 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:39 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:23 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:48 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:48 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:32 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:48 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:48 grid power: 549W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:32 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [main  ] INFO 2022/10/14 23:44:30 evcc 0.104.2 (f787eaac)
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:49 site power: 649W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:32 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:49 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [main  ] INFO 2022/10/14 23:44:30 using config file: /etc/evcc.yaml
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:33 grid power: 600W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:49 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [main  ] INFO 2022/10/14 23:44:30 listening at :7070
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:33 site power: 700W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:58 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:33 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] WARN 2022/10/14 23:44:31 locking phase config to 3p for switchable charger
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:58 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:33 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] INFO 2022/10/14 23:44:31 site config:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:58 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] INFO 2022/10/14 23:44:31   meters:      grid βœ“ pv βœ“ battery βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:58 grid power: 548W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:42 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] INFO 2022/10/14 23:44:31     grid:      power βœ“ energy βœ“ currents βœ—
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:42 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:51:59 site power: 648W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] INFO 2022/10/14 23:44:31     pv 1:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:59 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] INFO 2022/10/14 23:44:31     pv 2:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:51:59 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:42 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:08 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:43 grid power: 614W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] INFO 2022/10/14 23:44:31 loadpoint 1:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:08 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] INFO 2022/10/14 23:44:31   mode:        now
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:08 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:43 site power: 714W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] INFO 2022/10/14 23:44:31   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:43 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:08 grid power: 553W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] INFO 2022/10/14 23:44:31   meters:      charge βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:09 site power: 653W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:09 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] INFO 2022/10/14 23:44:31     charge:    power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:09 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:43 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:18 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:52 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:18 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:52 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:31 phase timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:18 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:52 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:31 pv timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:18 grid power: 551W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:53 grid power: 618W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:31 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:19 site power: 651W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:41:53 site power: 718W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:31 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:19 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:53 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:31 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:19 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:41:53 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:31 grid power: 609W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:28 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:31 site power: 709W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:28 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:02 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:31 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:28 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:31 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:28 grid power: 546W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:02 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:41 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:02 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:29 site power: 646W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:03 grid power: 625W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:41 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:29 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:41 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:29 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:03 site power: 725W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:41 grid power: 598W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:38 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:03 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:38 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:03 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:38 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:41 site power: 698W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:12 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:41 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:12 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:42 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:12 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:51 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:13 grid power: 615W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:51 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:38 grid power: 545W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:13 site power: 715W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:39 site power: 645W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:39 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:39 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:48 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:48 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:48 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:48 grid power: 548W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:49 site power: 648W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:49 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:49 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:58 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:58 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:58 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:58 grid power: 558W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:52:59 site power: 658W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:59 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [main  ] INFO 2022/10/14 23:47:39 evcc 0.104.2 (f787eaac)
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:52:59 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [main  ] INFO 2022/10/14 23:47:39 using config file: /etc/evcc.yaml
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:08 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [main  ] INFO 2022/10/14 23:47:39 listening at :7070
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:08 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:08 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] WARN 2022/10/14 23:47:39 locking phase config to 3p for switchable charger
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] INFO 2022/10/14 23:47:39 site config:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:08 grid power: 546W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] INFO 2022/10/14 23:47:39   meters:      grid βœ“ pv βœ“ battery βœ—
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:09 site power: 646W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:09 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] INFO 2022/10/14 23:47:39     grid:      power βœ“ energy βœ“ currents βœ—
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] INFO 2022/10/14 23:47:39     pv 1:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:09 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] INFO 2022/10/14 23:47:39     pv 2:      power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:18 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:18 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] INFO 2022/10/14 23:47:39 loadpoint 1:
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:18 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] INFO 2022/10/14 23:47:39   mode:        now
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:18 grid power: 550W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:19 site power: 650W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] INFO 2022/10/14 23:47:39   charger:     power βœ“ energy βœ“ currents βœ“ phases βœ“ wakeup βœ—
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] INFO 2022/10/14 23:47:39   meters:      charge βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:19 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:19 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] INFO 2022/10/14 23:47:39     charge:    power βœ“ energy βœ“ currents βœ“
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:28 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:39 phase timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:28 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:28 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:39 pv timer inactive
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:28 grid power: 562W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:39 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:40 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:29 site power: 662W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:40 pv power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:29 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:40 grid power: 587W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:29 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:40 site power: 687W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:38 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:40 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:38 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:40 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:49 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:50 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:38 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:50 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:50 grid power: 611W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:38 grid power: 549W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:39 site power: 649W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:50 site power: 711W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:39 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:50 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:39 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:48 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:50 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:48 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:48 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:47:59 ----
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:48 grid power: 563W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:00 charge power: 0W
EVCC_evcc.1.iglmyk6pfi0i@nas    | [site  ] DEBUG 2022/10/14 23:53:49 site power: 663W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:00 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:00 grid power: 557W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:00 site power: 657W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:00 charge currents: [0 0 0]A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:49 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:00 charger status: A
EVCC_evcc.1.iglmyk6pfi0i@nas    | [lp-1  ] DEBUG 2022/10/14 23:53:49 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:09 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:10 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:13 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:13 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:10 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:22 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:51 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:22 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:51 grid power: 602W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:22 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:44:51 site power: 702W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:23 grid power: 599W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:51 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:23 site power: 699W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:51 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:23 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:01 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:01 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:01 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:01 grid power: 631W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:01 site power: 731W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:01 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:02 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:23 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:11 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:11 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:11 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:32 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:32 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:11 grid power: 626W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:32 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:11 site power: 726W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:33 grid power: 601W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:11 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:33 site power: 701W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:11 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:33 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:21 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:21 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:21 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:21 grid power: 604W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:21 site power: 704W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:21 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:33 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:21 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:31 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:42 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:10 grid power: 576W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:31 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:10 site power: 676W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:31 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:42 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:31 grid power: 604W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:10 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:42 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:31 site power: 704W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:43 grid power: 606W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:31 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:31 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:43 site power: 706W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:41 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:43 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:41 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:43 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:41 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:52 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:41 grid power: 585W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:41 site power: 685W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:41 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:52 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:41 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:52 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:51 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:53 grid power: 600W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:42:53 site power: 700W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:51 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:10 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:19 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:53 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:20 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:42:53 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:02 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:20 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:02 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:20 grid power: 565W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:20 site power: 665W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:02 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:03 grid power: 598W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:20 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:03 site power: 698W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:20 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:29 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:51 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:30 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:51 grid power: 589W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:30 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:45:51 site power: 689W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:30 grid power: 559W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:30 site power: 659W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:30 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:30 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:51 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:45:51 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:39 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:01 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:40 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:40 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:03 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:01 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:03 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:01 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:40 grid power: 556W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:12 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:01 grid power: 563W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:40 site power: 656W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:40 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:01 site power: 663W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:40 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:01 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:12 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:49 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:12 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:50 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:13 grid power: 601W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:01 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:50 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:13 site power: 701W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:13 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:11 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:13 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:50 grid power: 566W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:11 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:11 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:22 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:50 site power: 666W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:11 grid power: 577W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:22 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:11 site power: 677W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:50 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:48:50 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:11 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:22 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:23 grid power: 599W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:48:59 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:23 site power: 699W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:00 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:00 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:11 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:00 grid power: 578W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:21 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:21 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:00 site power: 678W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:21 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:00 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:00 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:21 grid power: 568W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:09 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:21 site power: 668W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:10 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:10 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:21 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:21 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:31 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:10 grid power: 564W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:23 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:10 site power: 664W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:31 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:23 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:10 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:32 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:31 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:10 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:31 grid power: 584W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:32 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:19 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:31 site power: 684W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:32 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:20 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:31 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:31 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:20 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:33 grid power: 617W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:20 grid power: 564W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:41 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:20 site power: 664W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:33 site power: 717W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:33 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:20 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:33 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:20 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:29 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:42 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:42 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:30 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:42 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:30 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:30 grid power: 572W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:43 grid power: 603W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:43 site power: 703W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:43 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:30 site power: 672W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:43 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:30 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:52 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:30 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:52 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:39 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:40 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:41 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:40 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:52 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:40 grid power: 565W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:41 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:40 site power: 665W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:53 grid power: 598W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:43:53 site power: 698W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:41 grid power: 580W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:53 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:41 site power: 680W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:43:53 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:41 charge currents: [0 0 0]A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:02 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:41 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:02 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:51 ----
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:02 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:51 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:03 grid power: 604W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:40 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:51 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:03 site power: 704W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:40 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:51 grid power: 567W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:03 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:49 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:46:51 site power: 667W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:03 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:51 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:50 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:12 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:46:51 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:12 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:50 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:01 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:50 grid power: 571W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:01 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:50 site power: 671W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:50 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:01 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:49:50 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:01 grid power: 560W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:01 site power: 660W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:49:59 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:00 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:01 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:00 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:01 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:00 grid power: 553W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:00 site power: 653W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:00 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:00 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:09 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:10 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:10 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:12 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:10 grid power: 554W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:13 grid power: 598W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:10 site power: 654W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:13 site power: 698W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:10 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:10 charger status: A
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:13 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:19 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:20 charge power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:13 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:20 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:22 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:20 grid power: 562W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:22 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:20 site power: 662W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:22 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:23 grid power: 598W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [site  ] DEBUG 2022/10/14 23:44:23 site power: 698W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:20 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:11 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:20 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:29 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:30 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:11 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:30 pv power: 0W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:23 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:11 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:30 grid power: 561W
EVCC_evcc.1.0xjhqsnxo1ka@nas    | [lp-1  ] DEBUG 2022/10/14 23:44:23 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:11 grid power: 561W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:30 site power: 661W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:30 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:11 site power: 661W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:11 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:30 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:11 charger status: A
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:39 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:40 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:21 ----
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:40 pv power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:40 grid power: 550W
EVCC_evcc.1.5mujgkufqp8z@nas    | [site  ] DEBUG 2022/10/14 23:50:40 site power: 650W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:21 charge power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:21 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:21 grid power: 562W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:21 site power: 662W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:21 charge currents: [0 0 0]A
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:40 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:21 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:31 ----
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:31 charge power: 0W
EVCC_evcc.1.5mujgkufqp8z@nas    | [lp-1  ] DEBUG 2022/10/14 23:50:40 charger status: A
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:31 pv power: 0W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:31 grid power: 570W
EVCC_evcc.1.r633cwlo8h46@nas    | [site  ] DEBUG 2022/10/14 23:47:31 site power: 670W
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:31 charge currents: [0 0 0]A
EVCC_evcc.1.r633cwlo8h46@nas    | [lp-1  ] DEBUG 2022/10/14 23:47:31 charger status: A

Tried to remove the stack and redeploy:

bart@nas:~$ docker stack rm EVCC
bart@nas:~$ docker stack deploy -c /EVO500/AppsConfig/dockercomposefiles/docker-EVCC/docker-compose.yml EVCC
bart@nas:~$ docker stack ps EVCC --no-trunc
ID                          NAME          IMAGE                                                                                        NODE      DESIRED STATE   CURRENT STATE                 ERROR     PORTS
7d4hak78hlf4u3dv1g77mjbzc   EVCC_evcc.1   andig/evcc:nightly@sha256:031a0e286f17a1ea11800e0244a0236364eebee63c1b43611920823418017678   nas       Running         Starting about a minute ago

Weirdly enough it says it is still running 104.2 ?

bart@nas:~$ docker logs EVCC_evcc.1.7d4hak78hlf4u3dv1g77mjbzc
[main  ] INFO 2022/10/15 00:02:13 evcc 0.104.2 (f787eaac)
[main  ] INFO 2022/10/15 00:02:13 using config file: /etc/evcc.yaml
[main  ] INFO 2022/10/15 00:02:13 listening at :7070

What type of operating system are you running?

Linux

Version

Linux nas 5.15.0-50-generic #56-Ubuntu SMP Tue Sep 20 13:23:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy

hyperbart commented 2 years ago

Although the container in some way seems to be up it is not listening on 7070 anymore:

bart@nas:~$ sudo lsof -i -P -n | grep LISTEN | grep 7070
bart@nas:~$
hyperbart commented 2 years ago

Images are up to date:

bart@nas:~$ docker image ls | grep andi
andig/evcc                          latest    009715c90545   8 hours ago     53.1MB
andig/evcc                          <none>    c5826aa62924   18 hours ago    53.1MB
andig/evcc                          <none>    063f8a351aac   2 weeks ago     49.7MB
rubinho76 commented 2 years ago

Hab das gleiche Problem. Nach dem Upgrade auf 0.105.1 wird mir der Container als unhealthy angezeigt. Der native Webzugang funktioniert jedoch, allerdings ΓΌber Traefik nicht mehr, was am unhealthy liegen kΓΆnnte. Das Evcc Log sieht unspektakulΓ€r aus. Mein Docker lΓ€uft auf einer Synology DS916+ mit x86_64 SOC.

lg Rubinho

rubinho76 commented 2 years ago

--Update-- Das Problem ist auch in der aktuellen Nightly und in der 0.105.0 vorhanden. Ein Downgrade auf 0.104.2 behebt vorerst das Problem. @hyperbart The reason why your webinterface is not working could be Traefik (Do you have Traefik in use?) Traefik does a healthcheck and if it is negative, no proxy will be established.

premultiply commented 2 years ago

Was genau tut denn der "Healthcheck" technisch?

hyperbart commented 2 years ago

I don’t have a Traefik running but I do have Cloudflare tunnel. But that does normally nog intervene with other containers. EVCC is only attached to an extra network where the cloudlared container also resides so it can tunnel traffic outwards.

i will try later today what happens if I take away the network, then it should run standalone.

@premultiply : no idea about the healthcheck.

rubinho76 commented 2 years ago

@premultiply Ich kann dir das auch nicht wirklich sagen. Manche Images haben einen, manche nicht. Ich glaube @andig muss ihn bewusst eingebaut haben, oder hat sich einem Basisimage bedient, der ein Healthcheck integriert hat. Was der genau prΓΌft, ist mir noch nicht klar. Im Container-Log sehe ich zumindest nichts.

premultiply commented 2 years ago

Was gibt denn http://evcc.local:7070/api/health (bzw. mit der IP) zurΓΌck im Browser?

rubinho76 commented 2 years ago

Das hier... SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Keine Ahnung, ob das der Fehler ist oder der Healthcheck kaputt ist.

rubinho76 commented 2 years ago

Kommando zurΓΌck. Wenn ich im Browser auf Rohdaten klicke, steht da "ok"

rubinho76 commented 2 years ago

Das hier spuckt mir Docker inspect aus...

Output [main ] INFO 2022/10/15 08:56:56 evcc 0.105.1 [main ] ERROR 2022/10/15 08:56:56 health check failed

--Edit-- Ich hab den Container mal auf eine andere Maschine umgezogen, das Ergebnis ist das gleiche.

hyperbart commented 2 years ago

@premultiply : URL gives nothing because the port is not yet open. @andig : I just deployed but it still exits with the following error. See below

bart@nas:~$ docker stack ps EVCC --no-trunc
ID                          NAME              IMAGE                                                                                        NODE      DESIRED STATE   CURRENT STATE                 ERROR                                                        PORTS
4z4qjj2bp8zp4xh0azkaho4zz   EVCC_evcc.1       andig/evcc:nightly@sha256:eb229e21cfbf01f361d71cff98d43583cbf604e29db26cd6258df6d3acd5bfd8   nas       Running         Starting about a minute ago
rjheacxcjlf61ut55dju6ze55    \_ EVCC_evcc.1   andig/evcc:nightly@sha256:eb229e21cfbf01f361d71cff98d43583cbf604e29db26cd6258df6d3acd5bfd8   nas       Shutdown        Failed about a minute ago     "task: non-zero exit (1): dockerexec: unhealthy container"
rubinho76 commented 2 years ago

@hyperbart It probably doesn't help you, but for me the new version 0.105.2 works again. Did you delete the old image?

hyperbart commented 2 years ago

@rubinho76

By switching from nightly to latest it appears to be working again. Took some time to start the container apparently. (around a minute or so).

I'll check if switching to nightly works too.

hyperbart commented 2 years ago

Nightly still has the issue (I am not a developer, so don't know if that is to be expected). I once switched to nightly's to be able to enjoy the new GUI by @premultiply πŸ‘ .

Switched back to latest and exactly after a minute the container comes up.

rubinho76 commented 2 years ago

@hyperbart At the moment the "latest" is the newest version. The nightly is 6 hours old and still has the bug If you are happy with the stable versions, leave it on latest.