evcc-io / evcc

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

Verbindungsabbruch Elli connect ohne Meldung / Hinweis #12510

Closed Schuttkuebl closed 8 months ago

Schuttkuebl commented 8 months ago

Describe the bug

Auto nach Fahrt an Wallbox angesteckt. Wallbox reagiert richtig und startet zunächst das Aufladen, wird aber nach ca. 20 Sekunden von evcc gestoppt, da am Abend kein Überschuss verfügbar. Im Laufe des Abend bricht die Kommunikation plötzlich ohne Fehlermeldung ab und die Wallbox läd, evcc bekommt davon nichts mit (gefunden in den Logs, da verwundert warum Auto am nächsten Tag geladen)

Zeit: DEBUG 2024/02/24 20:27:49 (Fehler der Elli Wallbox)

Detailiertes Log (~18 Uhr bis ~05 Uhr am Folgetag) kann bereit gestellt werden.

Steps to reproduce

-

Configuration details

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

log: debug
levels:
  cache: error
  lp-2: trace

# Own sponsor key
sponsortoken: x

# unique installation id
plant: xxx

interval: 20s # control cycle interval

meters:
  - name: mygridmeter
    type: template
    template: fronius-solarapi-v1
    usage: grid
    host: 192.168.xx.xx # IP-Adresse oder Hostname
    # port: 502 # Port (optional) 
  - name: pv1
    type: template
    template: fronius-solarapi-v1
    usage: pv
    host: 192.168.xx.xx # IP-Adresse oder Hostname
  - name: BYDBattery
    type: template
    template: fronius-solarapi-v1
    usage: battery
    host: 192.168.xx.xx # IP-Adresse oder Hostname
  - name: pv2
    type: template
    template: fronius-solarapi-v1
    usage: pv
    host: 192.168.xx.xy # IP-Adresse oder Hostname

chargers:
- type: template
  template: elliconnect 
  ski: xyxyxyx  
  ip: 192.168.xx.yy  
  name: wallbox1
- name: Easee
  type: template
  template: easee
  user: O
  password: O
  charger: OOOO

loadpoints:
- title: Garage
  charger: wallbox1
  mode: pv
  phases: 1
  mincurrent: 6
  maxcurrent: 15
  priority: 2
- title: Fassade
  charger: Easee
  mode: pv
  phases: 0
  mincurrent: 6
  maxcurrent: 16
  priority: 1

site:
  - title: XXX # display name for UI
    meters:
      grid: mygridmeter # grid meter reference
      pv: # (pvs = veraltet)
        - pv1 # first pv meter reference
        - pv2 # second pv meter reference
      battery: # (batteries = veraltet)
        - BYDBattery # battery meter reference
  - residualPower: 100

eebus:
  certificate:
      private: |
          -----BEGIN EC PRIVATE KEY-----
          -----END EC PRIVATE KEY-----
      public: |
          -----BEGIN CERTIFICATE-----
          -----END CERTIFICATE-----

Log details

Feb 24 20:25:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:25:29 charge power: 0W
Feb 24 20:25:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:25:29 charge power: 0W
Feb 24 20:25:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:29 pv power: 2W
Feb 24 20:25:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:29 battery soc: 32%
Feb 24 20:25:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:29 battery power: 1703W
Feb 24 20:25:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:30 grid power: 16W
Feb 24 20:25:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:30 site power: 1819W
Feb 24 20:25:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:25:30 charger status: B
Feb 24 20:25:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:25:30 pv charge current: 0A = 0A + -7.91A (1819W @ 1p)
Feb 24 20:25:30 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:30 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108523 DeviceDiagnosisHeartbeatData
Feb 24 20:25:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108524 DeviceDiagnosisHeartbeatData
Feb 24 20:25:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108525 DeviceDiagnosisHeartbeatData
Feb 24 20:25:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:32 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108526 DeviceDiagnosisHeartbeatData
Feb 24 20:25:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:33 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108527 DeviceDiagnosisHeartbeatData
Feb 24 20:25:34 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:34 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108528 DeviceDiagnosisHeartbeatData
Feb 24 20:25:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108529 DeviceDiagnosisHeartbeatData
Feb 24 20:25:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108530 DeviceDiagnosisHeartbeatData
Feb 24 20:25:36 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:36 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108531 DeviceDiagnosisHeartbeatData
Feb 24 20:25:37 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:37 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108532 DeviceDiagnosisHeartbeatData
Feb 24 20:25:38 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:38 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108533 DeviceDiagnosisHeartbeatData
Feb 24 20:25:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108534 DeviceDiagnosisHeartbeatData
Feb 24 20:25:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108535 DeviceDiagnosisHeartbeatData
Feb 24 20:25:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:40 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108536 DeviceDiagnosisHeartbeatData
Feb 24 20:25:41 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:41 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108537 DeviceDiagnosisHeartbeatData
Feb 24 20:25:42 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:42 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108538 DeviceDiagnosisHeartbeatData
Feb 24 20:25:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108539 DeviceDiagnosisHeartbeatData
Feb 24 20:25:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108540 DeviceDiagnosisHeartbeatData
Feb 24 20:25:44 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:44 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108541 DeviceDiagnosisHeartbeatData
Feb 24 20:25:45 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:45 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108542 DeviceDiagnosisHeartbeatData
Feb 24 20:25:46 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:46 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108543 DeviceDiagnosisHeartbeatData
Feb 24 20:25:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108544 DeviceDiagnosisHeartbeatData
Feb 24 20:25:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108545 DeviceDiagnosisHeartbeatData
Feb 24 20:25:48 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:48 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108546 DeviceDiagnosisHeartbeatData
Feb 24 20:25:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:49 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108547 DeviceDiagnosisHeartbeatData
Feb 24 20:25:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:49 ----
Feb 24 20:25:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:25:49 charge power: 0W
Feb 24 20:25:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:25:49 charge power: 0W
Feb 24 20:25:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:49 pv power: 2W
Feb 24 20:25:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:50 battery soc: 31%
Feb 24 20:25:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:50 battery power: 1712W
Feb 24 20:25:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:50 grid power: 4W
Feb 24 20:25:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:25:50 site power: 1816W
Feb 24 20:25:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:25:50 charge currents: [0 0 0]A
Feb 24 20:25:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:25:50 charge total import: 439.775kWh
Feb 24 20:25:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:25:50 charger status: A
Feb 24 20:25:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108548 DeviceDiagnosisHeartbeatData
Feb 24 20:25:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108549 DeviceDiagnosisHeartbeatData
Feb 24 20:25:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108550 DeviceDiagnosisHeartbeatData
Feb 24 20:25:52 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:52 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108551 DeviceDiagnosisHeartbeatData
Feb 24 20:25:53 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:53 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108552 DeviceDiagnosisHeartbeatData
Feb 24 20:25:54 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:54 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108553 DeviceDiagnosisHeartbeatData
Feb 24 20:25:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:55 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108554 DeviceDiagnosisHeartbeatData
Feb 24 20:25:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:55 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108555 DeviceDiagnosisHeartbeatData
Feb 24 20:25:56 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:56 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108556 DeviceDiagnosisHeartbeatData
Feb 24 20:25:57 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:57 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108557 DeviceDiagnosisHeartbeatData
Feb 24 20:25:58 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:58 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108558 DeviceDiagnosisHeartbeatData
Feb 24 20:25:59 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:59 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108559 DeviceDiagnosisHeartbeatData
Feb 24 20:25:59 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:25:59 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108560 DeviceDiagnosisHeartbeatData
Feb 24 20:26:00 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:00 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108561 DeviceDiagnosisHeartbeatData
Feb 24 20:26:01 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:01 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108562 DeviceDiagnosisHeartbeatData
Feb 24 20:26:02 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:02 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108563 DeviceDiagnosisHeartbeatData
Feb 24 20:26:03 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:03 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108564 DeviceDiagnosisHeartbeatData
Feb 24 20:26:03 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:03 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108565 DeviceDiagnosisHeartbeatData
Feb 24 20:26:04 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:04 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108566 DeviceDiagnosisHeartbeatData
Feb 24 20:26:05 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:05 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108567 DeviceDiagnosisHeartbeatData
Feb 24 20:26:06 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:06 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108568 DeviceDiagnosisHeartbeatData
Feb 24 20:26:07 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:07 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108569 DeviceDiagnosisHeartbeatData
Feb 24 20:26:07 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:07 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108570 DeviceDiagnosisHeartbeatData
Feb 24 20:26:08 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:08 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108571 DeviceDiagnosisHeartbeatData
Feb 24 20:26:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:09 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108572 DeviceDiagnosisHeartbeatData
Feb 24 20:26:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:09 ----
Feb 24 20:26:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:09 charge power: 0W
Feb 24 20:26:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:09 charge power: 0W
Feb 24 20:26:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:09 pv power: 1W
Feb 24 20:26:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:10 battery soc: 31%
Feb 24 20:26:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:10 battery power: 1724W
Feb 24 20:26:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:10 grid power: -11W
Feb 24 20:26:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:10 site power: 1813W
Feb 24 20:26:10 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:10 charger status: B
Feb 24 20:26:10 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:10 pv charge current: 0A = 0A + -7.88A (1813W @ 1p)
Feb 24 20:26:10 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:10 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108573 DeviceDiagnosisHeartbeatData
Feb 24 20:26:11 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:11 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108574 DeviceDiagnosisHeartbeatData
Feb 24 20:26:11 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:11 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108575 DeviceDiagnosisHeartbeatData
Feb 24 20:26:12 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:12 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108576 DeviceDiagnosisHeartbeatData
Feb 24 20:26:13 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:13 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108577 DeviceDiagnosisHeartbeatData
Feb 24 20:26:14 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:14 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108578 DeviceDiagnosisHeartbeatData
Feb 24 20:26:15 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:15 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108579 DeviceDiagnosisHeartbeatData
Feb 24 20:26:15 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:15 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108580 DeviceDiagnosisHeartbeatData
Feb 24 20:26:16 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:16 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108581 DeviceDiagnosisHeartbeatData
Feb 24 20:26:17 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:17 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108582 DeviceDiagnosisHeartbeatData
Feb 24 20:26:18 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:18 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108583 DeviceDiagnosisHeartbeatData
Feb 24 20:26:19 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:19 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108584 DeviceDiagnosisHeartbeatData
Feb 24 20:26:19 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:19 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108585 DeviceDiagnosisHeartbeatData
Feb 24 20:26:20 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:20 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108586 DeviceDiagnosisHeartbeatData
Feb 24 20:26:21 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:21 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108587 DeviceDiagnosisHeartbeatData
Feb 24 20:26:22 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:22 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108588 DeviceDiagnosisHeartbeatData
Feb 24 20:26:23 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:23 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108589 DeviceDiagnosisHeartbeatData
Feb 24 20:26:23 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:23 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108590 DeviceDiagnosisHeartbeatData
Feb 24 20:26:24 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:24 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108591 DeviceDiagnosisHeartbeatData
Feb 24 20:26:25 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:25 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108592 DeviceDiagnosisHeartbeatData
Feb 24 20:26:26 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:26 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108593 DeviceDiagnosisHeartbeatData
Feb 24 20:26:27 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:27 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108594 DeviceDiagnosisHeartbeatData
Feb 24 20:26:27 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:27 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108595 DeviceDiagnosisHeartbeatData
Feb 24 20:26:28 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:28 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108596 DeviceDiagnosisHeartbeatData
Feb 24 20:26:29 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:29 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108597 DeviceDiagnosisHeartbeatData
Feb 24 20:26:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:29 ----
Feb 24 20:26:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:29 charge power: 0W
Feb 24 20:26:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:29 charge power: 0W
Feb 24 20:26:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:29 pv power: 1W
Feb 24 20:26:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:30 battery soc: 31%
Feb 24 20:26:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:30 battery power: 1720W
Feb 24 20:26:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:30 grid power: 1W
Feb 24 20:26:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:30 site power: 1821W
Feb 24 20:26:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:30 charge currents: [0 0 0]A
Feb 24 20:26:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:30 charge total import: 439.775kWh
Feb 24 20:26:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:30 charger status: A
Feb 24 20:26:30 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:30 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108598 DeviceDiagnosisHeartbeatData
Feb 24 20:26:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108599 DeviceDiagnosisHeartbeatData
Feb 24 20:26:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108600 DeviceDiagnosisHeartbeatData
Feb 24 20:26:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:32 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108601 DeviceDiagnosisHeartbeatData
Feb 24 20:26:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:33 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108602 DeviceDiagnosisHeartbeatData
Feb 24 20:26:34 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:34 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108603 DeviceDiagnosisHeartbeatData
Feb 24 20:26:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108604 DeviceDiagnosisHeartbeatData
Feb 24 20:26:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108605 DeviceDiagnosisHeartbeatData
Feb 24 20:26:36 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:36 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108606 DeviceDiagnosisHeartbeatData
Feb 24 20:26:37 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:37 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108607 DeviceDiagnosisHeartbeatData
Feb 24 20:26:38 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:38 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108608 DeviceDiagnosisHeartbeatData
Feb 24 20:26:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108609 DeviceDiagnosisHeartbeatData
Feb 24 20:26:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108610 DeviceDiagnosisHeartbeatData
Feb 24 20:26:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:40 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108611 DeviceDiagnosisHeartbeatData
Feb 24 20:26:41 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:41 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108612 DeviceDiagnosisHeartbeatData
Feb 24 20:26:42 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:42 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108613 DeviceDiagnosisHeartbeatData
Feb 24 20:26:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108614 DeviceDiagnosisHeartbeatData
Feb 24 20:26:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108615 DeviceDiagnosisHeartbeatData
Feb 24 20:26:44 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:44 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108616 DeviceDiagnosisHeartbeatData
Feb 24 20:26:45 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:45 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108617 DeviceDiagnosisHeartbeatData
Feb 24 20:26:46 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:46 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108618 DeviceDiagnosisHeartbeatData
Feb 24 20:26:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108619 DeviceDiagnosisHeartbeatData
Feb 24 20:26:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108620 DeviceDiagnosisHeartbeatData
Feb 24 20:26:48 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:48 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108621 DeviceDiagnosisHeartbeatData
Feb 24 20:26:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:49 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108622 DeviceDiagnosisHeartbeatData
Feb 24 20:26:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:49 ----
Feb 24 20:26:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:49 charge power: 0W
Feb 24 20:26:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:26:49 charge power: 0W
Feb 24 20:26:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:49 pv power: 1W
Feb 24 20:26:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:49 battery soc: 31%
Feb 24 20:26:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:49 battery power: 1680W
Feb 24 20:26:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:50 grid power: 13W
Feb 24 20:26:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:26:50 site power: 1793W
Feb 24 20:26:50 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:50 charger status: B
Feb 24 20:26:50 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:26:50 pv charge current: 0A = 0A + -7.8A (1793W @ 1p)
Feb 24 20:26:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108623 DeviceDiagnosisHeartbeatData
Feb 24 20:26:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108624 DeviceDiagnosisHeartbeatData
Feb 24 20:26:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108625 DeviceDiagnosisHeartbeatData
Feb 24 20:26:52 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:52 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108626 DeviceDiagnosisHeartbeatData
Feb 24 20:26:53 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:53 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108627 DeviceDiagnosisHeartbeatData
Feb 24 20:26:54 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:54 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108628 DeviceDiagnosisHeartbeatData
Feb 24 20:26:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:55 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108629 DeviceDiagnosisHeartbeatData
Feb 24 20:26:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:55 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108630 DeviceDiagnosisHeartbeatData
Feb 24 20:26:56 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:56 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108631 DeviceDiagnosisHeartbeatData
Feb 24 20:26:57 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:57 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108632 DeviceDiagnosisHeartbeatData
Feb 24 20:26:58 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:58 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108633 DeviceDiagnosisHeartbeatData
Feb 24 20:26:59 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:59 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108634 DeviceDiagnosisHeartbeatData
Feb 24 20:26:59 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:26:59 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108635 DeviceDiagnosisHeartbeatData
Feb 24 20:27:00 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:00 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108636 DeviceDiagnosisHeartbeatData
Feb 24 20:27:01 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:01 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108637 DeviceDiagnosisHeartbeatData
Feb 24 20:27:02 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:02 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108638 DeviceDiagnosisHeartbeatData
Feb 24 20:27:03 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:03 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108639 DeviceDiagnosisHeartbeatData
Feb 24 20:27:03 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:03 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108640 DeviceDiagnosisHeartbeatData
Feb 24 20:27:04 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:04 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108641 DeviceDiagnosisHeartbeatData
Feb 24 20:27:05 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:05 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108642 DeviceDiagnosisHeartbeatData
Feb 24 20:27:06 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:06 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108643 DeviceDiagnosisHeartbeatData
Feb 24 20:27:07 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:07 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108644 DeviceDiagnosisHeartbeatData
Feb 24 20:27:07 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:07 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108645 DeviceDiagnosisHeartbeatData
Feb 24 20:27:08 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:08 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108646 DeviceDiagnosisHeartbeatData
Feb 24 20:27:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:09 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108647 DeviceDiagnosisHeartbeatData
Feb 24 20:27:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:09 ----
Feb 24 20:27:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:27:09 charge power: 0W
Feb 24 20:27:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:09 charge power: 0W
Feb 24 20:27:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:09 pv power: 1W
Feb 24 20:27:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:10 battery soc: 31%
Feb 24 20:27:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:10 battery power: 1687W
Feb 24 20:27:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:10 grid power: 0W
Feb 24 20:27:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:10 site power: 1787W
Feb 24 20:27:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:10 charge currents: [0 0 0]A
Feb 24 20:27:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:10 charge total import: 439.775kWh
Feb 24 20:27:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:10 charger status: A
eb 24 20:27:10 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:10 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108648 DeviceDiagnosisHeartbeatData
Feb 24 20:27:11 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:11 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108649 DeviceDiagnosisHeartbeatData
Feb 24 20:27:11 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:11 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108650 DeviceDiagnosisHeartbeatData
Feb 24 20:27:12 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:12 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108651 DeviceDiagnosisHeartbeatData
Feb 24 20:27:13 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:13 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108652 DeviceDiagnosisHeartbeatData
Feb 24 20:27:14 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:14 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108653 DeviceDiagnosisHeartbeatData
Feb 24 20:27:15 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:15 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108654 DeviceDiagnosisHeartbeatData
Feb 24 20:27:15 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:15 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108655 DeviceDiagnosisHeartbeatData
Feb 24 20:27:16 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:16 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108656 DeviceDiagnosisHeartbeatData
Feb 24 20:27:17 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:17 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108657 DeviceDiagnosisHeartbeatData
Feb 24 20:27:18 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:18 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108658 DeviceDiagnosisHeartbeatData
Feb 24 20:27:19 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:19 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108659 DeviceDiagnosisHeartbeatData
Feb 24 20:27:19 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:19 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108660 DeviceDiagnosisHeartbeatData
Feb 24 20:27:20 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:20 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108661 DeviceDiagnosisHeartbeatData
Feb 24 20:27:21 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:21 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108662 DeviceDiagnosisHeartbeatData
Feb 24 20:27:22 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:22 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108663 DeviceDiagnosisHeartbeatData
Feb 24 20:27:23 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:23 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108664 DeviceDiagnosisHeartbeatData
Feb 24 20:27:23 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:23 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108665 DeviceDiagnosisHeartbeatData
Feb 24 20:27:24 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:24 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108666 DeviceDiagnosisHeartbeatData
Feb 24 20:27:25 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:25 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108667 DeviceDiagnosisHeartbeatData
Feb 24 20:27:26 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:26 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108668 DeviceDiagnosisHeartbeatData
Feb 24 20:27:27 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:27 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108669 DeviceDiagnosisHeartbeatData
Feb 24 20:27:27 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:27 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108670 DeviceDiagnosisHeartbeatData
Feb 24 20:27:28 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:28 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108671 DeviceDiagnosisHeartbeatData
Feb 24 20:27:29 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:29 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108672 DeviceDiagnosisHeartbeatData
Feb 24 20:27:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:29 ----
Feb 24 20:27:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:27:29 charge power: 0W
Feb 24 20:27:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:29 charge power: 0W
Feb 24 20:27:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:29 pv power: 2W
Feb 24 20:27:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:30 battery soc: 31%
Feb 24 20:27:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:30 battery power: 1701W
Feb 24 20:27:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:30 grid power: 2W
Feb 24 20:27:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:30 site power: 1804W
Feb 24 20:27:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:27:30 charger status: B
Feb 24 20:27:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:27:30 pv charge current: 0A = 0A + -7.84A (1804W @ 1p)
Feb 24 20:27:30 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:30 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108673 DeviceDiagnosisHeartbeatData
Feb 24 20:27:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108674 DeviceDiagnosisHeartbeatData
Feb 24 20:27:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108675 DeviceDiagnosisHeartbeatData
Feb 24 20:27:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:32 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108676 DeviceDiagnosisHeartbeatData
Feb 24 20:27:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:33 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108677 DeviceDiagnosisHeartbeatData
Feb 24 20:27:34 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:34 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108678 DeviceDiagnosisHeartbeatData
Feb 24 20:27:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108679 DeviceDiagnosisHeartbeatData
Feb 24 20:27:35 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:35 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108680 DeviceDiagnosisHeartbeatData
Feb 24 20:27:36 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:36 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108681 DeviceDiagnosisHeartbeatData
Feb 24 20:27:37 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:37 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108682 DeviceDiagnosisHeartbeatData
Feb 24 20:27:38 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:38 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108683 DeviceDiagnosisHeartbeatData
Feb 24 20:27:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108684 DeviceDiagnosisHeartbeatData
Feb 24 20:27:39 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:39 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108685 DeviceDiagnosisHeartbeatData
Feb 24 20:27:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:40 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108686 DeviceDiagnosisHeartbeatData
Feb 24 20:27:41 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:41 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108687 DeviceDiagnosisHeartbeatData
Feb 24 20:27:42 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:42 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108688 DeviceDiagnosisHeartbeatData
Feb 24 20:27:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108689 DeviceDiagnosisHeartbeatData
Feb 24 20:27:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:43 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108690 DeviceDiagnosisHeartbeatData
Feb 24 20:27:44 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:44 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108691 DeviceDiagnosisHeartbeatData
Feb 24 20:27:45 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:45 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108692 DeviceDiagnosisHeartbeatData
Feb 24 20:27:46 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:46 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108693 DeviceDiagnosisHeartbeatData
Feb 24 20:27:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108694 DeviceDiagnosisHeartbeatData
Feb 24 20:27:47 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:47 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108695 DeviceDiagnosisHeartbeatData
Feb 24 20:27:48 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:48 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA notify 108696 DeviceDiagnosisHeartbeatData
Feb 24 20:27:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:49 53dee593d9ff787af1efed7849106c947ebddc94 websocket read error:  read tcp 192.168.YY.YY:56222->192.168.YY.XX:4712: i/o timeout
Feb 24 20:27:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:49 restarting mdns search
Feb 24 20:27:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:49 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 1.714s to minimize double connection probability
Feb 24 20:27:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:49 ev disconnected
Feb 24 20:27:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:49 ----
Feb 24 20:27:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:27:49 charge power: 0W
Feb 24 20:27:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:49 charge power: 0W
Feb 24 20:27:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:49 pv power: 2W
Feb 24 20:27:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:49 battery soc: 31%
Feb 24 20:27:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:49 battery power: 1747W
Feb 24 20:27:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:50 grid power: 1297W
Feb 24 20:27:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:27:50 site power: 3144W
Feb 24 20:27:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:50 charge currents: [0 0 0]A
Feb 24 20:27:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:50 charge total import: 439.775kWh
Feb 24 20:27:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:27:50 charger status: A
Feb 24 20:27:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:50 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
Feb 24 20:27:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:50 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: i/o timeout
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 restarting mdns search
Feb 24 20:27:55 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:27:55 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 8.451s to minimize double connection probability
Feb 24 20:28:04 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:04 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
Feb 24 20:28:04 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:04 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: i/o timeout
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 restarting mdns search
Feb 24 20:28:09 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:09 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 21.187s to minimize double connection probability
Feb 24 20:28:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:09 ----
Feb 24 20:28:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:28:09 charge power: 0W
Feb 24 20:28:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:09 charge power: 0W
Feb 24 20:28:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:09 pv power: 3W
Feb 24 20:28:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:09 battery soc: 31%
Feb 24 20:28:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:09 battery power: 3084W
Feb 24 20:28:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:10 grid power: 12W
Feb 24 20:28:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:10 site power: 3196W
Feb 24 20:28:10 raspberrypi evcc[65527]: [lp-1  ] ERROR 2024/02/24 20:28:10 charger: timeout
Feb 24 20:28:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:29 ----
Feb 24 20:28:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:28:29 charge power: 0W
Feb 24 20:28:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:29 charge power: 0W
Feb 24 20:28:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:29 pv power: 2W
Feb 24 20:28:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:29 battery soc: 31%
Feb 24 20:28:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:29 battery power: 3023W
Feb 24 20:28:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:30 grid power: 8W
Feb 24 20:28:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:30 site power: 3130W
Feb 24 20:28:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:30 charge currents: [0 0 0]A
Feb 24 20:28:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:30 charge total import: 439.775kWh
Feb 24 20:28:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:30 charger status: A
Feb 24 20:28:30 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:30 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
Feb 24 20:28:30 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:30 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send:  read 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement read 108820 NodeManagementDetailedDiscoveryData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA reply 2 108820 NodeManagementDetailedDiscoveryData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 3 108820 ResultData 0
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement reply 108822 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 ev connected
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 6 DeviceClassificationManufacturerData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 5 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send:  call 4 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 8 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 7 DeviceDiagnosisStateData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 9 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 10 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 12 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 11 NodeManagementUseCaseData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 13 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 14 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA call 15 NodeManagementBindingRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 16 DeviceConfigurationKeyValueDescriptionListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 17 DeviceClassificationManufacturerData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 18 DeviceDiagnosisStateData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 19 ElectricalConnectionDescriptionListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 20 ElectricalConnectionParameterDescriptionListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 21 MeasurementDescriptionListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 22 LoadControlLimitDescriptionListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 23 IdentificationListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement call 108825 NodeManagementSubscriptionRequestCall
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 24 108825 ResultData 0
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to Measurement notify 108826 MeasurementListData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to DeviceClassification reply 108829 6 DeviceClassificationManufacturerData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108832 5 ResultData 0
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to DeviceDiagnosis reply 108835 7 DeviceDiagnosisStateData
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108838 8 ResultData 0
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108840 9 ResultData 0
Feb 24 20:28:31 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:31 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to Measurement notify 108841 MeasurementListData
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108844 4 ResultData 0
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108848 10 ResultData 0
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108852 12 ResultData 0
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement reply 108855 11 NodeManagementUseCaseData
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108858 13 ResultData 0
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to Measurement notify 108859 MeasurementListData
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 108861 14 ResultData 0
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 53dee593d9ff787af1efed7849106c947ebddc94 websocket read error:  websocket: close 1006 (abnormal closure): unexpected EOF
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 restarting mdns search
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 ev disconnected
Feb 24 20:28:32 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:32 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 469ms to minimize double connection probability
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: connect: connection refused
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 restarting mdns search
Feb 24 20:28:33 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:33 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 7.161s to minimize double connection probability
Feb 24 20:28:38 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:38 avahi - error resolving service: Timeout reached
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: connect: connection refused
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 restarting mdns search
Feb 24 20:28:40 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:40 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 13.599s to minimize double connection probability
Feb 24 20:28:43 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:43 avahi - error resolving service: Timeout reached
Feb 24 20:28:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:49 ----
Feb 24 20:28:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:28:49 charge power: 0W
Feb 24 20:28:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:28:49 charge power: 0W
Feb 24 20:28:49 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:49 incoming connection request from 53dee593d9ff787af1efed7849106c947ebddc94
Feb 24 20:28:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:49 pv power: 1W
Feb 24 20:28:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:49 battery soc: 30%
Feb 24 20:28:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:49 battery power: 1537W
Feb 24 20:28:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:50 grid power: 50W
Feb 24 20:28:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:28:50 site power: 1687W
Feb 24 20:28:50 raspberrypi evcc[65527]: [lp-1  ] ERROR 2024/02/24 20:28:50 charger: timeout
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send:  read 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement read 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA reply 2 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 3 1 ResultData 0
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement reply 3 1 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send:  call 4 NodeManagementSubscriptionRequestCall
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 5 DeviceClassificationManufacturerData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 6 NodeManagementUseCaseData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA read 7 DeviceDiagnosisStateData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement call 5 NodeManagementSubscriptionRequestCall
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 8 5 ResultData 0
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement result 9 4 ResultData 0
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement reply 12 6 NodeManagementUseCaseData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to DeviceClassification reply 14 5 DeviceClassificationManufacturerData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to DeviceDiagnosis reply 16 7 DeviceDiagnosisStateData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement read 17 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA reply 9 17 NodeManagementDetailedDiscoveryData
Feb 24 20:28:50 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 10 17 ResultData 0
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement read 18 NodeManagementDestinationListData
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:50 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA reply 11 18 NodeManagementDestinationListData
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 12 18 ResultData 0
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:51 Recv: d:_i:47859_Elli-Wallbox-2144A1R3UA: to NodeManagement read 19 NodeManagementUseCaseData
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA reply 13 19 NodeManagementUseCaseData
Feb 24 20:28:51 raspberrypi evcc[65527]: [eebus ] DEBUG 2024/02/24 20:28:51 Send: d:_i:47859_Elli-Wallbox-2144A1R3UA result 14 19 ResultData 0
Feb 24 20:29:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:09 ----
Feb 24 20:29:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:09 charge power: 0W
Feb 24 20:29:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:09 charge power: 0W
Feb 24 20:29:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:09 pv power: 2W
Feb 24 20:29:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:09 battery soc: 30%
Feb 24 20:29:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:09 battery power: 2693W
Feb 24 20:29:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:10 grid power: 500W
Feb 24 20:29:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:10 site power: 3293W
Feb 24 20:29:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:10 charge currents: [0 0 0]A
Feb 24 20:29:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:10 charge total import: 439.775kWh
Feb 24 20:29:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:10 charger status: A
Feb 24 20:29:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:29 ----
Feb 24 20:29:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:29 charge power: 0W
Feb 24 20:29:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:29 charge power: 0W
Feb 24 20:29:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:29 pv power: 2W
Feb 24 20:29:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:29 battery soc: 30%
Feb 24 20:29:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:29 battery power: 3021W
Feb 24 20:29:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:30 grid power: 3W
Feb 24 20:29:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:30 site power: 3124W
Feb 24 20:29:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:30 charger status: A
Feb 24 20:29:30 raspberrypi evcc[65527]: [lp-1  ] INFO 2024/02/24 20:29:30 car disconnected
Feb 24 20:29:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:30 set session soc limit: 0
Feb 24 20:29:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:30 set session energy limit: 0
Feb 24 20:29:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:49 ----
Feb 24 20:29:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:29:49 charge power: 0W
Feb 24 20:29:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:49 charge power: 0W
Feb 24 20:29:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:49 pv power: 3W
Feb 24 20:29:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:49 battery soc: 30%
Feb 24 20:29:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:49 battery power: 3034W
Feb 24 20:29:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:50 grid power: 1W
Feb 24 20:29:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:29:50 site power: 3135W
Feb 24 20:29:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:50 charge currents: [0 0 0]A
Feb 24 20:29:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:50 charge total import: 439.775kWh
Feb 24 20:29:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:29:50 charger status: A
Feb 24 20:30:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:09 ----
Feb 24 20:30:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:30:09 charge power: 0W
Feb 24 20:30:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:09 charge power: 0W
Feb 24 20:30:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:09 pv power: 4W
Feb 24 20:30:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:09 battery soc: 30%
Feb 24 20:30:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:09 battery power: 3017W
Feb 24 20:30:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:10 grid power: -3W
Feb 24 20:30:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:10 site power: 3114W
Feb 24 20:30:10 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:30:10 charger status: A
Feb 24 20:30:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:29 ----
Feb 24 20:30:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:30:29 charge power: 0W
Feb 24 20:30:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:29 charge power: 0W
Feb 24 20:30:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:29 pv power: 2W
Feb 24 20:30:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:30 battery soc: 30%
Feb 24 20:30:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:30 battery power: 3021W
Feb 24 20:30:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:30 grid power: -23W
Feb 24 20:30:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:30 site power: 3098W
Feb 24 20:30:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:30 charge currents: [0 0 0]A
Feb 24 20:30:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:30 charge total import: 439.775kWh
Feb 24 20:30:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:30 charger status: A
Feb 24 20:30:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:49 ----
Feb 24 20:30:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:30:49 charge power: 0W
Feb 24 20:30:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:30:49 charge power: 0W
Feb 24 20:30:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:49 pv power: 2W
Feb 24 20:30:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:50 battery soc: 30%
Feb 24 20:30:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:50 battery power: 2866W
Feb 24 20:30:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:50 grid power: 4W
Feb 24 20:30:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:30:50 site power: 2969W
Feb 24 20:30:50 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:30:50 charger status: A
Feb 24 20:31:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:09 ----
Feb 24 20:31:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:31:09 charge power: 0W
Feb 24 20:31:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:09 charge power: 0W
Feb 24 20:31:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:09 pv power: 2W
Feb 24 20:31:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:10 battery soc: 29%
Feb 24 20:31:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:10 battery power: 2870W
Feb 24 20:31:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:10 grid power: 2W
Feb 24 20:31:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:10 site power: 2972W
Feb 24 20:31:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:10 charge currents: [0 0 0]A
Feb 24 20:31:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:10 charge total import: 439.775kWh
Feb 24 20:31:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:10 charger status: A
Feb 24 20:31:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:29 ----
Feb 24 20:31:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:31:29 charge power: 0W
Feb 24 20:31:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:29 charge power: 0W
Feb 24 20:31:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:29 pv power: 2W
Feb 24 20:31:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:30 battery soc: 29%
Feb 24 20:31:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:30 battery power: 2825W
Feb 24 20:31:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:30 grid power: 7W
Feb 24 20:31:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:30 site power: 2932W
Feb 24 20:31:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:31:30 charger status: A
Feb 24 20:31:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:49 ----
Feb 24 20:31:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:31:49 charge power: 0W
Feb 24 20:31:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:49 charge power: 0W
Feb 24 20:31:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:49 pv power: 3W
Feb 24 20:31:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:50 battery soc: 29%
Feb 24 20:31:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:50 battery power: 2838W
Feb 24 20:31:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:50 grid power: -4W
Feb 24 20:31:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:31:50 site power: 2934W
Feb 24 20:31:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:50 charge currents: [0 0 0]A
Feb 24 20:31:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:50 charge total import: 439.775kWh
Feb 24 20:31:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:31:50 charger status: A
Feb 24 20:32:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:09 ----
Feb 24 20:32:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:32:09 charge power: 0W
Feb 24 20:32:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:09 charge power: 0W
Feb 24 20:32:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:09 pv power: 3W
Feb 24 20:32:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:09 battery soc: 29%
Feb 24 20:32:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:09 battery power: 2788W
Feb 24 20:32:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:10 grid power: 3W
Feb 24 20:32:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:10 site power: 2890W
Feb 24 20:32:10 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:32:10 charger status: A
Feb 24 20:32:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:29 ----
Feb 24 20:32:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:32:29 charge power: 0W
Feb 24 20:32:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:29 charge power: 0W
Feb 24 20:32:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:29 pv power: 2W
Feb 24 20:32:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:30 battery soc: 29%
Feb 24 20:32:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:30 battery power: 2768W
Feb 24 20:32:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:30 grid power: -11W
Feb 24 20:32:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:30 site power: 2857W
Feb 24 20:32:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:30 charge currents: [0 0 0]A
Feb 24 20:32:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:30 charge total import: 439.775kWh
Feb 24 20:32:30 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:30 charger status: A
Feb 24 20:32:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:49 ----
Feb 24 20:32:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:32:49 charge power: 0W
Feb 24 20:32:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:32:49 charge power: 0W
Feb 24 20:32:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:49 pv power: 2W
Feb 24 20:32:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:50 battery soc: 29%
Feb 24 20:32:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:50 battery power: 2757W
Feb 24 20:32:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:50 grid power: 6W
Feb 24 20:32:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:32:50 site power: 2863W
Feb 24 20:32:50 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:32:50 charger status: A
Feb 24 20:33:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:09 ----
Feb 24 20:33:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:33:09 charge power: 0W
Feb 24 20:33:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:09 charge power: 0W
Feb 24 20:33:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:09 pv power: 2W
Feb 24 20:33:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:10 battery soc: 28%
Feb 24 20:33:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:10 battery power: 2767W
Feb 24 20:33:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:10 grid power: 4W
Feb 24 20:33:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:10 site power: 2870W
Feb 24 20:33:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:10 charge currents: [0 0 0]A
Feb 24 20:33:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:10 charge total import: 439.775kWh
Feb 24 20:33:10 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:10 charger status: A
Feb 24 20:33:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:29 ----
Feb 24 20:33:29 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:33:29 charge power: 0W
Feb 24 20:33:29 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:29 charge power: 0W
Feb 24 20:33:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:29 pv power: 3W
Feb 24 20:33:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:29 battery soc: 28%
Feb 24 20:33:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:29 battery power: 2761W
Feb 24 20:33:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:30 grid power: -0W
Feb 24 20:33:30 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:30 site power: 2861W
Feb 24 20:33:30 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:33:30 charger status: A
Feb 24 20:33:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:49 ----
Feb 24 20:33:49 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:33:49 charge power: 0W
Feb 24 20:33:49 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:49 charge power: 0W
Feb 24 20:33:49 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:49 pv power: 2W
Feb 24 20:33:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:50 battery soc: 28%
Feb 24 20:33:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:50 battery power: 2761W
Feb 24 20:33:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:50 grid power: 4W
Feb 24 20:33:50 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:33:50 site power: 2865W
Feb 24 20:33:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:50 charge currents: [0 0 0]A
Feb 24 20:33:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:50 charge total import: 439.775kWh
Feb 24 20:33:50 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:33:50 charger status: A
Feb 24 20:34:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:09 ----
Feb 24 20:34:09 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:34:09 charge power: 0W
Feb 24 20:34:09 raspberrypi evcc[65527]: [lp-2  ] DEBUG 2024/02/24 20:34:09 charge power: 0W
Feb 24 20:34:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:09 pv power: 3W
Feb 24 20:34:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:09 battery soc: 28%
Feb 24 20:34:09 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:09 battery power: 2786W
Feb 24 20:34:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:10 grid power: 3W
Feb 24 20:34:10 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:10 site power: 2889W
Feb 24 20:34:10 raspberrypi evcc[65527]: [lp-1  ] DEBUG 2024/02/24 20:34:10 charger status: A
Feb 24 20:34:29 raspberrypi evcc[65527]: [site  ] DEBUG 2024/02/24 20:34:29 ----

What type of operating system are you running?

Linux

Version

0.123.4

andig commented 8 months ago

Entweder hat Deine Elli oder Du ein Netzwerkproblem- denn die Verbindung bricht einfach ab:

[eebus ] DEBUG 2024/02/24 20:28:32 53dee593d9ff787af1efed7849106c947ebddc94 websocket read error:  websocket: close 1006 (abnormal closure): unexpected EOF
[eebus ] DEBUG 2024/02/24 20:28:32 restarting mdns search
[eebus ] DEBUG 2024/02/24 20:28:32 ev disconnected
[eebus ] DEBUG 2024/02/24 20:28:32 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 469ms to minimize double connection probability
[eebus ] DEBUG 2024/02/24 20:28:33 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
[eebus ] DEBUG 2024/02/24 20:28:33 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
[eebus ] DEBUG 2024/02/24 20:28:33 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: connect: connection refused
[eebus ] DEBUG 2024/02/24 20:28:33 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
[eebus ] DEBUG 2024/02/24 20:28:33 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
[eebus ] DEBUG 2024/02/24 20:28:33 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
[eebus ] DEBUG 2024/02/24 20:28:33 restarting mdns search
[eebus ] DEBUG 2024/02/24 20:28:33 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 7.161s to minimize double connection probability
[eebus ] DEBUG 2024/02/24 20:28:38 avahi - error resolving service: Timeout reached
[eebus ] DEBUG 2024/02/24 20:28:40 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX
[eebus ] DEBUG 2024/02/24 20:28:40 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at 192.168.YY.XX:4712
[eebus ] DEBUG 2024/02/24 20:28:40 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed:  dial tcp 192.168.YY.XX:4712: connect: connection refused
[eebus ] DEBUG 2024/02/24 20:28:40 trying to connect to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local
[eebus ] DEBUG 2024/02/24 20:28:40 initiating connection to 53dee593d9ff787af1efed7849106c947ebddc94 at wallbox-2144A1R3UA.local:4712
[eebus ] DEBUG 2024/02/24 20:28:40 connection to 53dee593d9ff787af1efed7849106c947ebddc94 failed: dial tcp: lookup wallbox-2144A1R3UA.local on 192.168.77.1:53: no such host
[eebus ] DEBUG 2024/02/24 20:28:40 restarting mdns search
[eebus ] DEBUG 2024/02/24 20:28:40 delaying connection to 53dee593d9ff787af1efed7849106c947ebddc94 by 13.599s to minimize double connection probability
[eebus ] DEBUG 2024/02/24 20:28:43 avahi - error resolving service: Timeout reached
[site  ] DEBUG 2024/02/24 20:28:49 ----