evcc-io / evcc

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

Elli: Fahrzeug beginnt immer wieder zu laden und bricht dann wieder ab #14839

Closed winfotiker closed 3 weeks ago

winfotiker commented 1 month ago

Describe the bug

Das Fahrzeug (ID5) ist an der Elli Pro Wallbox angestöpselt. Die Sonne scheint nicht (hinreichend). Das Fahrzeug steht auf PV. immer wieder, innerhalb von wenigen Minuten, wird trotzdem ein Ladevorgang getartet und dann mangels Energie gleich wieder beendet. installiert ist die Latest Verion. Problem tritt erst seit dem letzten Updaten von EVCC auf.

Steps to reproduce

  1. Ladewilliges Auto ( ID5) im PV Modus anschließen 2.Sonne scheint nicht
  2. Auto beginnt trotzdem immer weider kurz zu laden und läuft dann auf einen Fehler- ...

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: warn
levels:
  cache: error

sponsortoken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3OTAyNzY0MDAsImlhdCI6MTY5NTY2ODQwMCwiaXNzIjoiZXZjYy5pbyIsInN1YiI6IndpbmZvdGlrZXIiLCJzcmMiOiJnaCJ9.CTotp1McZyyOGh5O0tOOE7G7QN6vLyyNbUH51WrPRkI

# unique installation id
plant: e4d9764606db15846e18aff901d5d5c4a8c5796afa9fad57ea63f3879687a1a8

interval: 10s # control cycle interval

meters:
- type: template
#  template: e3dc 
  usage: grid  
  host: 192.168.178.20  
#  port: 502  
  template: e3dc-rscp
  port: 5033
  name: grid1
  user: xxxxde
  password: ****
  key: ****
- type: template
#  template: e3dc
  usage: pv 
  host: 192.168.178.20  
#  port: 502  
  name: pv2
  template: e3dc-rscp
  port: 5033
  user: xxxxx
  password: *****
  key: *****
- type: template
#  template: e3dc 
  usage: battery  
  host: 192.168.178.20  
#  port: 502  
  name: battery3
  template: e3dc-rscp
  port: 5033
  user: xxxxx
  password: *****
  key: xxxxx

chargers:
- type: template
  template: ellipro 
  ski: E6fbee384f24fxxxx
  ip: 192.168.178.83  
  name: wallbox5
- type: template
  template: ellipro 
  ski: C04CC6E65DEC6Axxxx  
  ip: 192.168.178.91  
  name: wallbox6

vehicles:
#- name: ev4
#  type: template
#  template: id 
#  title: ID5  
#  icon: car  
#  user: *****  
#  password: ****
#  vin: wvgzzz****  
#  capacity: 77  
#  phases: 3  
#  cache: 15m  
#  mode: pv  
#  minCurrent: 6 
#  maxCurrent: 16  
- name: ev5
  type: template
  template: id 
  title: PassatGTE  
  icon: car  
  user: *****
  password: ****  
  vin: WVWZZZ 
  capacity: 10  
  phases: 3  
  cache: 15m  
  mode: pv  
  minCurrent: 6  
  maxCurrent: 16  

loadpoints:
- title: Links
  charger: wallbox5
  mode: pv
  priority: 1
- title: rechts
  charger: wallbox6
  mode: pv
  priority: 2 

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

# tariffs are the fixed or variable tariffs
tariffs:
  currency: EUR # three letter ISO-4217 currency code (default EUR)
  grid:
    # either static grid price (or price zones)
    type: fixed
    price: 0.32 # EUR/kWh

    # # or variable via tibber
    # type: tibber
    # token: "xxxxxxxxxx" # access token
    # homeid: "xxxxx-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account

    # # or variable via awattar
    # type: awattar
    # region: de # optional, choose at for Austria
  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.0606 # EUR/kWh
  planner:
    # planner tariff can be used for target charging if not grid tariff is specified

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

Log details

[lp-1  ] DEBUG 2024/07/11 19:45:43 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:45:43 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44218 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:45:43 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:45:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 952 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:45:43 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:45:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 953 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:45:43 charge currents: [0 0 0]A
time="2024-07-11T19:45:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:43 pv power: 324W
time="2024-07-11T19:45:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:45:43+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:43 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:45:43 battery power: 456W
time="2024-07-11T19:45:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:43 grid meter: 4W
[site  ] DEBUG 2024/07/11 19:45:43 site power: 460W
[eebus ] DEBUG 2024/07/11 19:45:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 954 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:45:43 charger status: B
[eebus ] DEBUG 2024/07/11 19:45:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 955 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:45:43 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-2  ] DEBUG 2024/07/11 19:45:43 pv charge current: 0A = 0A + -0.667A (460W @ 3p)
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2453 952 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98231 44217 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2458 953 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98234 44218 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2460 954 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2462 955 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:45 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 956 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:45:49 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 957 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:45:53 ----
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44219 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:45:53 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44220 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:45:53 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 958 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:45:53 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 959 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 960 DeviceDiagnosisHeartbeatData
[lp-2  ] DEBUG 2024/07/11 19:45:53 charge currents: [0 0 0]A
time="2024-07-11T19:45:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:53 pv power: 319W
time="2024-07-11T19:45:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:45:53+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:53 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:45:53 battery power: 462W
time="2024-07-11T19:45:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:45:53 grid meter: -1W
[site  ] DEBUG 2024/07/11 19:45:53 site power: 461W
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44221 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:45:53 charger status: B
[eebus ] DEBUG 2024/07/11 19:45:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44222 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:45:53 !! active phases: 3p = min(0p measured 3p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 19:45:53 pv charge current: 0A = 0A + -0.668A (461W @ 3p)
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2467 958 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2470 959 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98237 44219 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98241 44220 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98244 44221 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98246 44222 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:45:57 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 961 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:45:58 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2474 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:45:58 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2475 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:45:58 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2476 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:45:58 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2477 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:45:58 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2478 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:45:59 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2479 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:45:59 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2480 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:45:59 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2481 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:00 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2482 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:00 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2483 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:00 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2484 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:01 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 962 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:02 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2486 MeasurementListData
[site  ] DEBUG 2024/07/11 19:46:03 ----
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44223 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:03 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44224 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:03 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 963 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:03 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 964 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:03 charge currents: [0 0 0]A
time="2024-07-11T19:46:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:03 pv power: 320W
time="2024-07-11T19:46:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:03+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:03 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:03 battery power: 1779W
time="2024-07-11T19:46:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:03 grid meter: 1630W
[site  ] DEBUG 2024/07/11 19:46:03 site power: 3409W
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 965 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:03 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 966 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:03 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-2  ] DEBUG 2024/07/11 19:46:03 pv charge current: 0A = 0A + -4.94A (3409W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2488 963 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2491 964 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98249 44223 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2495 965 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98252 44224 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2497 966 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:04 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2499 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2500 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2501 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2502 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2503 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:05 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 967 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:09 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 968 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:09 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2506 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:09 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2507 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:09 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2508 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2509 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2510 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2511 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2512 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2513 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2514 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:10 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2515 ElectricalConnectionPermittedValueSetListData
[site  ] DEBUG 2024/07/11 19:46:13 ----
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44225 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:13 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44226 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:13 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 969 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:13 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 970 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:13 charge currents: [0 0 0]A
time="2024-07-11T19:46:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 971 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:13 pv power: 318W
time="2024-07-11T19:46:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:13+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:13 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:13 battery power: 1392W
time="2024-07-11T19:46:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:13 grid meter: -1099W
[site  ] DEBUG 2024/07/11 19:46:13 site power: 293W
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44227 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:13 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44228 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:13 !! active phases: 3p = min(0p measured 3p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 19:46:13 pv charge current: 0A = 0A + -0.425A (293W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2517 969 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2521 970 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98255 44225 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98259 44226 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98262 44227 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98264 44228 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:17 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 972 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:21 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 973 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:23 ----
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44229 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:23 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44230 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:23 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 974 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:23 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 975 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:23 charge currents: [0 0 0]A
time="2024-07-11T19:46:23+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:23 pv power: 310W
time="2024-07-11T19:46:23+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:23+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:23 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:23 battery power: 486W
time="2024-07-11T19:46:23+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:23 grid meter: -60W
[site  ] DEBUG 2024/07/11 19:46:23 site power: 426W
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 976 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:23 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:23 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 977 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:23 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-2  ] DEBUG 2024/07/11 19:46:23 pv charge current: 0A = 0A + -0.617A (426W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98267 44229 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2526 974 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2530 975 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2533 976 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2535 977 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:23 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98270 44230 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:25 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 978 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:29 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 979 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:33 ----
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44231 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:33 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44232 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:33 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 981 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:33 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 982 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:33 charge currents: [0 0 0]A
time="2024-07-11T19:46:33+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 980 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:33 pv power: 312W
time="2024-07-11T19:46:33+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:33+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:33 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:33 battery power: 486W
time="2024-07-11T19:46:33+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:33 grid meter: 4W
[site  ] DEBUG 2024/07/11 19:46:33 site power: 490W
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44233 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:33 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:33 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44234 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:33 !! active phases: 3p = min(0p measured 3p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 19:46:33 pv charge current: 0A = 0A + -0.71A (490W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2540 981 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98273 44231 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98278 44232 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2544 982 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98280 44233 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:33 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98282 44234 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:34 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2546 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:34 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2547 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:34 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2548 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:34 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2549 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:34 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2550 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2551 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2552 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2553 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2554 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2555 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:36 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2556 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:37 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 983 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:37 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2558 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:41 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2559 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:41 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2560 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:46:41 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2561 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:41 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2562 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:41 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2563 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:46:41 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 984 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:43 ----
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44235 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:43 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44236 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:43 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 985 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:43 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 986 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:43 charge currents: [0 0 0]A
time="2024-07-11T19:46:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:43 pv power: 308W
time="2024-07-11T19:46:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:43+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:43 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:43 battery power: 2988W
time="2024-07-11T19:46:43+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:43 grid meter: -508W
[site  ] DEBUG 2024/07/11 19:46:43 site power: 2480W
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 987 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:43 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:43 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 988 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:43 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-2  ] DEBUG 2024/07/11 19:46:43 pv charge current: 0A = 0A + -3.59A (2480W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98285 44235 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2566 985 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98288 44236 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2571 986 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2573 987 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:43 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2575 988 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:45 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 989 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:46:49 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 990 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:53 ----
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44237 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:53 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44238 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:53 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 991 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:53 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 992 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:46:53 charge currents: [0 0 0]A
time="2024-07-11T19:46:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 993 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:46:53 pv power: 311W
time="2024-07-11T19:46:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:46:53+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:53 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:46:53 battery power: 498W
time="2024-07-11T19:46:53+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:46:53 grid meter: 53W
[site  ] DEBUG 2024/07/11 19:46:53 site power: 551W
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44239 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:53 charger status: B
[eebus ] DEBUG 2024/07/11 19:46:53 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44240 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:46:53 !! active phases: 3p = min(0p measured 3p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 19:46:53 pv charge current: 0A = 0A + -0.799A (551W @ 3p)
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98291 44237 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2580 991 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98294 44238 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2584 992 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98298 44239 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:53 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98300 44240 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:46:57 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 994 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:47:01 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 995 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:47:03 ----
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44241 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:03 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44242 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:03 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 996 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:03 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 997 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:03 charge currents: [0 0 0]A
time="2024-07-11T19:47:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[site  ] DEBUG 2024/07/11 19:47:03 pv power: 320W
time="2024-07-11T19:47:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:47:03+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:47:03 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:47:03 battery power: 480W
time="2024-07-11T19:47:03+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:47:03 grid meter: 50W
[site  ] DEBUG 2024/07/11 19:47:03 site power: 530W
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 998 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:03 charger status: B
[eebus ] DEBUG 2024/07/11 19:47:03 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 999 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:03 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-2  ] DEBUG 2024/07/11 19:47:03 pv charge current: 0A = 0A + -0.768A (530W @ 3p)
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2589 996 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98303 44241 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98306 44242 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2594 997 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2596 998 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:03 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2598 999 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:05 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 1000 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:47:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2601 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2602 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2603 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:05 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2604 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:06 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2605 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2606 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2607 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2608 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2609 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2610 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:07 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2611 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:09 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 1001 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:47:09 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement notify 2613 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:12 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2614 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:12 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2615 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:12 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2616 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:12 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2617 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:12 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2618 ElectricalConnectionPermittedValueSetListData
[site  ] DEBUG 2024/07/11 19:47:13 ----
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44243 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:13 charge power: 30W
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44244 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:13 charge currents: [0.13 0 0]A
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 1002 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:13 charge power: 0W
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 read 1003 MeasurementListData
[lp-2  ] DEBUG 2024/07/11 19:47:13 charge currents: [0 0 0]A
time="2024-07-11T19:47:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_PV None <nil> } { EMS_REQ_POWER_ADD None <nil> }]"
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 1004 DeviceDiagnosisHeartbeatData
[site  ] DEBUG 2024/07/11 19:47:13 pv power: 314W
time="2024-07-11T19:47:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_BAT None <nil> }]"
time="2024-07-11T19:47:13+02:00" level=debug msg="write [{ EMS_REQ_BAT_SOC None <nil> }]"
[site  ] DEBUG 2024/07/11 19:47:13 battery soc: 93%
[site  ] DEBUG 2024/07/11 19:47:13 battery power: 4734W
time="2024-07-11T19:47:13+02:00" level=debug msg="write [{ EMS_REQ_POWER_GRID None <nil> }]"
[site  ] DEBUG 2024/07/11 19:47:13 grid meter: -3815W
[site  ] DEBUG 2024/07/11 19:47:13 site power: 919W
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44245 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:13 charger status: B
[eebus ] DEBUG 2024/07/11 19:47:13 Send: d:_i:47859_Elli-Wallbox-2109A184ND read 44246 MeasurementListData
[lp-1  ] DEBUG 2024/07/11 19:47:13 !! active phases: 3p = min(0p measured 3p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/07/11 19:47:13 pv charge current: 0A = 0A + -1.33A (919W @ 3p)
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2620 1002 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:Measurement to Measurement reply 2623 1003 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98309 44243 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98314 44244 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98316 44245 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:13 Recv: d:_i:47859_Elli-Wallbox-2109A184ND:Measurement to Measurement reply 98318 44246 MeasurementListData
[eebus ] DEBUG 2024/07/11 19:47:17 Send: d:_i:47859_Elli-Wallbox-2109A181H6 notify 1005 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2024/07/11 19:47:17 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2627 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:17 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2628 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:17 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2629 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2630 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2631 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2632 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:DeviceConfiguration to DeviceConfiguration notify 2633 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2634 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2635 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2024/07/11 19:47:18 Recv: d:_i:47859_Elli-Wallbox-2109A181H6:ElectricalConnection to ElectricalConnection notify 2636 ElectricalConnectionPermittedValueSetListData

What type of operating system are you running?

Linux

Version

0.128.2

winfotiker commented 1 month ago

Der ID ist aktuell über das UI konfiguriert mit gleichen Einstellungen. Keine Ahnung wie ich das exportieren könnte

Ramada2020 commented 1 month ago

Bei meinem Q4 etron und der elli Pro passiert seit 128.2 das Gleiche. Laden beginnt und wird gleich wieder beendet da in PV kein Strom da ist. Auch beim erreichten Zielladen das gleiche. Nur bei Aus erfolgt keine Ladung

andig commented 1 month ago

Davon ist in deinem Logfile nichts zu sehen- nur "verbunden" ist zu erkennen:

[lp-2  ] DEBUG 2024/07/11 19:45:43 charger status: B
[lp-1  ] DEBUG 2024/07/11 19:45:53 charger status: B
[lp-2  ] DEBUG 2024/07/11 19:46:03 charger status: B
[lp-1  ] DEBUG 2024/07/11 19:46:13 charger status: B
[lp-2  ] DEBUG 2024/07/11 19:46:23 charger status: B
[lp-1  ] DEBUG 2024/07/11 19:46:33 charger status: B
[lp-2  ] DEBUG 2024/07/11 19:46:43 charger status: B
[lp-1  ] DEBUG 2024/07/11 19:46:53 charger status: B
[lp-2  ] DEBUG 2024/07/11 19:47:03 charger status: B
[lp-1  ] DEBUG 2024/07/11 19:47:13 charger status: B

Es bräuchte ein Log in dem wir das irgendwie erkennen können. Bitte eebus: trace.

/cc @DerAndereAndi

DerAndereAndi commented 1 month ago

Schau mal auf die ganzen

charge power:

log statements. Die Wallbox meldet keinen Verbrauch, bzw. nur 30W.

spikey-de commented 1 month ago

Ich kann die Probleme bestätigen - E.ON / Vestel Box mit Tesla Y. An der Heidelberg mit Modus Gateway funktioniert alles.

DerAndereAndi commented 1 month ago

In dem gezeigten Log ist gar keine Laderegelung von evcc zu sehen. Es wäre hilfreich ein TRACE level EEBUS log zu erhalten, welches vor dem Einstecken des Fahrzeugs beginnt.

winfotiker commented 1 month ago

Sorry, mit dem Trace kann ich nicht dienen. Nach ein bisschen rumprobieren konnte ich aber anscheinend mein Problem lösen. Habe die Fahrzeug Config in der Oberfläche aktualisiert und gespeichert. Dann evcc (läuft im Docker auf meiner Synologie) neu gestartet und das Fahrzeug neu verbunden. Seit dem ist wieder Ruhe. Wenn sich das wieder ändert reiche ich den Trace nach.

winfotiker commented 1 month ago

Ich lasse den Trace über Nacht mitlaufen und mache den ID jetzt nicht voll. Mal gucken ob das wieder auftritt

DerAndereAndi commented 1 month ago

In der UI auf das Menü-Icon drücken, dann "Log", dort "Debug" auswählen und auf "Trace" ändern und auf den Download Button drücken. Sollte hoffentlich genügen.

Aber nur mal so generell: Wenn es jetzt tut, kann es kein Fehler in evcc sein. Die Elli hat sehr viele Software Bugs und schickt in einigen Szenarien einfach keine korrekten Daten. Und da sind sicher noch ein paar weitere Bugs drin, welche z.b. das gesehen Verhalten erzeugen können.

Ramada2020 commented 1 month ago

hi, hier 3 kurze logs in Trace für eebus. Hoffe ihr erkennt was. Q4 Etron knackt kurz, in evcc wird nichts angezeigt, geladen wird auch nichts. Ladekontollleuchte am etron ist grün. evcc steht auf PV. evcc-20240712-173923-trace.log evcc-20240712-173743-trace.log evcc-20240712-173158-trace.log

winfotiker commented 1 month ago

Aber nur mal so generell: Wenn es jetzt tut, kann es kein Fehler in evcc sein. Die Elli hat sehr viele Software Bugs und schickt in einigen Szenarien einfach keine korrekten Daten. Und da sind sicher noch ein paar weitere Bugs drin, welche z.b. das gesehen Verhalten erzeugen können.

Vor dem Release ist der Fehler aber überhaupt nicht aufgetreten... und nen Tesla hab ich im Threat auch gesehen :) hier mal der Log. Ich stelle einen neuen ein wenn das Verhalten wieder auftritt evcc-20240712-181112-trace.log

Ramada2020 commented 1 month ago

Guten Morgen, hier mal ein log von der Version 0.127.3 (wo das Problem nicht auftritt) und der aktuellen Version : Hier tritt am Ende vom log das Problem auf.

evcc-20240713-101136-trace_0.128.2.log evcc-20240713-092326-trace_0.127.3.log

DerAndereAndi commented 1 month ago

@Ramada2020 zu deinen Logs. Da deine Logs nur EEBUS beinhalten, kann man keine Aussagen zu evcc machen. Also warum ob die Kommandos geschickt werden.

12.07.: 17:31:35 Es wird ein Ladelimit von 0A geschickt -> Auto soll nicht laden 17:37:33 Es wird ein Ladelimit von 0A geschickt -> Auto soll nicht laden

In dem neueren Log vom 13.7.: Version 0.128.2: Ich sehe keine einzige Laderegelung in dem Log. Weder eine Freigabe noch eine Ladesperre. Ich kann hier also keine Aussage treffen Version 0.127.3: 09.19:51: Es wird ein Ladelimit von 0A geschickt -> Auto soll nicht laden

Ich kann hier nichts ungewöhnlich oder falsches von EEBUS Seite erkennen. In allen Fällen soll das Auto nicht laden und genau wird dann geschickt. An keiner Stelle sehe ich eine Ladefreigabe welches dem Auto erlauben sollte zu laden.

@winfotiker auch in deinem Log ist weder ein Ladestop noch eine Ladefreigabe zu sehen. Es werden auch nie Messwerte geschickt welche zeigen würden dass das EV lädt.

An alle: Was genau soll denn nun der Fehler sein? Ich kann hier keinen erkennen.

andig commented 1 month ago

Wie immer: bitte vollständige Logs mit Kommentaren, zu welchen Zeitpunkten welches Fehlverhalten gesehen wird.

Danke @DerAndereAndi dass Du Dich an dem Suchspiel beteiligst...

winfotiker commented 1 month ago

Hey, hier das Log Aktuell tritt der Fehler auf. Also um 18:40 Rum. evcc-20240713-184328-trace.log.txt Screenshot_20240713-184513

DerAndereAndi commented 1 month ago

@winfotiker Hast du evtl. auch ein komplettes EVCC Log im Trace modus und nicht nur EEBUS ?

Es gibt hier immer wieder Kommandos das Laden zu pausieren. Um zu verstehen ob das korrekt oder evtl. warum auch falsch ist, wäre ein komplettes Log notwendig, welche ALLE Details, nicht nur EEBUS, beinhaltet

winfotiker commented 1 month ago

evcc-20240713-192158-trace.log.txt So?

DerAndereAndi commented 1 month ago

Ja, in dem Log wird das Laden gestoppt, genau dann wenn evcc es will:

[lp-2  ] DEBUG 2024/07/13 18:56:42 pv disable in 0s
[lp-2  ] DEBUG 2024/07/13 18:56:42 pv disable timer elapsed
[eebus ] DEBUG 2024/07/13 18:56:42 Send: d:_i:47859_Elli-Wallbox-2109A181H6 write 3686 LoadControlLimitListData
[lp-2  ] DEBUG 2024/07/13 18:56:42 charger disable
[lp-2  ] DEBUG 2024/07/13 18:56:42 wake-up timer: stop
[eebus ] TRACE 2024/07/13 18:56:42 Send: c04cc6e65dec6a3c308f178017bef67693856a78 {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_n:EVCC_HEMS-EVCC-3064386362653464"},{"entity":[1]},{"feature":7}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2109A181H6"},{"entity":[1,1]},{"feature":10}]},{"msgCounter":3686},{"cmdClassifier":"write"},{"ackRequest":true}]},{"payload":[{"cmd":[[{"function":"loadControlLimitListData"},{"filter":[[{"cmdControl":[{"partial":[]}]}]]},{"loadControlLimitListData":[{"loadControlLimitData":[[{"limitId":0},{"isLimitActive":true},{"value":[{"number":0}]}],[{"limitId":1},{"isLimitActive":true},{"value":[{"number":0}]}],[{"limitId":2},{"isLimitActive":true},{"value":[{"number":0}]}]]}]}]]}]}]}}]}

Ich sehe in diesem Log kein Fehlverhalten.

spikey-de commented 1 month ago

Ich kann es euch leider wegen Urlaub nicht nachstellen. Aber es war gestern so dass ich keine Chance hatte, die Vestel mit dem Tesla zum Laden zu bekommen.

Einstecken, Modus schnell, er fährt hoch und bricht nach 5 Sekunden ab. An der Box dann hart lastmangement ausgeschaltet, über die App gestartet, lädt mit 11kw.

andig commented 1 month ago

Das nutzt alles nix ohne Logfile. Bitte keine Textaufgaben mit denen wir nichts anfangen können. Danke!

winfotiker commented 1 month ago

Ja, in dem Log wird das Laden gestoppt, genau dann wenn evcc es will:

[lp-2  ] DEBUG 2024/07/13 18:56:42 pv disable in 0s
[lp-2  ] DEBUG 2024/07/13 18:56:42 pv disable timer elapsed
[eebus ] DEBUG 2024/07/13 18:56:42 Send: d:_i:47859_Elli-Wallbox-2109A181H6 write 3686 LoadControlLimitListData
[lp-2  ] DEBUG 2024/07/13 18:56:42 charger disable
[lp-2  ] DEBUG 2024/07/13 18:56:42 wake-up timer: stop
[eebus ] TRACE 2024/07/13 18:56:42 Send: c04cc6e65dec6a3c308f178017bef67693856a78 {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_n:EVCC_HEMS-EVCC-3064386362653464"},{"entity":[1]},{"feature":7}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2109A181H6"},{"entity":[1,1]},{"feature":10}]},{"msgCounter":3686},{"cmdClassifier":"write"},{"ackRequest":true}]},{"payload":[{"cmd":[[{"function":"loadControlLimitListData"},{"filter":[[{"cmdControl":[{"partial":[]}]}]]},{"loadControlLimitListData":[{"loadControlLimitData":[[{"limitId":0},{"isLimitActive":true},{"value":[{"number":0}]}],[{"limitId":1},{"isLimitActive":true},{"value":[{"number":0}]}],[{"limitId":2},{"isLimitActive":true},{"value":[{"number":0}]}]]}]}]]}]}]}}]}

Ich sehe in diesem Log kein Fehlverhalten.

Was soll ich dazu sagen. Tritt erst seit dem letzten Release auf. Und die Karre erschleicht sich durchaus Strom. Ist jetzt schon auf 78% Mal gucken wie ich das im Docker zurück gedreht bekomme. Hier nochmal das aktuelle Log. evcc-20240713-201614-trace.log.txt

DerAndereAndi commented 1 month ago

@winfotiker in dem letzten Log meldet die Box keinen Stromverbrauch. Das bedeutet evcc hat keine Chance zu erkennen das ein Auto lädt. Das ist auch wieder etwas komplett anders als Thema hier im Ticket. Ich kann nicht beeinflussen was die Box macht, welche Daten sie schickt und welche nicht. Die macht das z.b. wenn das Auto eingesteckt ist aber die Netzwerk-Verbindung unterbrochen wurde. Entweder bei WLAN oder mit einem evcc update, etc. pp

Von EEBUS Seite sehe ich hier nichts, wirklich nichts das zu korrigieren wäre.

Die Box ist Schrott. Sorry. Und wenn "das" mit der vorherigen Version besser sein soll, ist das nicht nachvollziehbar auf die Code zurückzuführen. Sondern dass z.b. dass die genannten (oder ähnlichen) Umstände IN DER BOX dann nicht auftreten. Hier ist kein kausaler Zusammenhang zu erkennen. Es erscheint eher zufällig so zu sein.

StefanSchoof commented 1 month ago

Ich habe das Problem bei mir auch mehrfach mit dem neuen EEEBUS Stack und der Elli Box beobachtet. Ich nutzte alten Stack seit es ihn gibt und habe den Fehler dort nicht einmal gehabt. Ich glaube statistisch gesehen, nes fast ausgeschlossen ist das der Fehler unabhängig von dem neuen Stack ist. Ich befürchte, dass eine Änderung im neuen Stack einen unbekannten Bug in der Box auslöst.

andig commented 1 month ago

Das kann natürlich sein. Den neuen Stack werden wir aber nicht zurück drehen da uns das von der Weiterentwicklung abkoppelt. Am Ende bleibt die Box ein Problemfall. Tatsächlich verfügt sie nichtmal über ein gültiges Zertifikat. Ohne Patching des Compilers wäre gar keine Kommunikation möglich… Bleibt die Frage, ob es noch lohnt, weitere Logs zu machen und weiter zu suchen?

DerAndereAndi commented 1 month ago

@StefanSchoof was ist "das Problem" ? Hier wurden im Verlauf verschiedenste "Probleme" genannt. Nur eines war nachvollziehbar: Das Auto lädt und die Wallbox meldet keine Messwerte.

Alles andere war bisher nicht nachvollziehbar: evcc sagt das Laden soll beendet werden, das Laden wird beendet, evcc sagt das Laden soll fortgesetzt werden, das Laden wird fortgesetzt.

Es gibt bisher kein Log das zeigt, ob bei diesem laden stoppen/starten Szenario wirklich ein Problem gibt. Und weiter ob das wirklich im EEBUS Stack ist. Der Unterschied von 0.127.3 und 0.128.2 sind 69 Commits. Ein paar EEBUS, aber nicht alle.

Also nochmal: Bitte stellt ein komplettes Log mit alles Daten im TRACE Log zur Verfügung, welches VOR dem Anstecken des Fahrzeugs beginnt. Die UI hat unter Umständen nicht die ganze benötigte Historie, in der Dokumentation ist beschrieben wir man an das Log kommt. Bis dahin sehe ich hier von EEBUS Seite wirklich wirklich nichts zu tun.

StefanSchoof commented 1 month ago

Das Problem das ich hatte zeigt der Screenshot von https://github.com/evcc-io/evcc/issues/14839#issuecomment-2226993398 gut. Es soll nichts laden, aber die Box fängt immer kurz an und hört sofort wieder auf. Wenn man beim Auto steht hört man auch das Klacken des Schütz. Ich habe da keine Meldungen in evcc gesehen. Es kam mir so vor als würde die Box ein Eigenleben haben. Ein Starten über Min+PV war möglich. Das ganze trat nicht immer auf.

Ich kann versuchen eine Log zu ziehen, aber da das Auto gerade voll ist und in den nächsten Tagen auch nicht benötigt wird, wird das bei mir vermutlich erst Ende der nächsten Woche was. (Daher hatte ich mich bisher auch noch nicht gemeldet, da ich hoffe das jemand vor mir in der Lage ist ein sinnvolles Log zu erstellen)

Edit: Ich habe die Elli Connect ohne Zähler

andig commented 1 month ago

Bitte Keine Diskussion über Screenshots. Das ist Zeitverschwendung.

winfotiker commented 1 month ago

Ich habe das Problem bei mir auch mehrfach mit dem neuen EEEBUS Stack und der Elli Box beobachtet. Ich nutzte alten Stack seit es ihn gibt und habe den Fehler dort nicht einmal gehabt. Ich glaube statistisch gesehen, nes fast ausgeschlossen ist das der Fehler unabhängig von dem neuen Stack ist. Ich befürchte, dass eine Änderung im neuen Stack einen unbekannten Bug in der Box auslöst.

Stimme dem zu. Wenn es zu dem Verhalten kommt, meldet die Box das sie nicht mit dem Energiemanagement System verbunden sei. Ein Neustart vom EVCC behebt das Problem dann. (hatte gerade ein wenig Zeit zum rumspielen)

Sorry wenn euch das nervt. Aber das ist nun mal die Box welche ich habe. Log liefere ich nach wenn das Problem das nächste Mal auftritt.

Ramada2020 commented 1 month ago

Guten Morgen, ich habe heute ein Komplettlog von diesem Geisterladen erstellt. Log anbei. Kurze Erklärung:

  1. Geisterladen IMG_1282 2.Version IMG_1284 IMG_1285
DerAndereAndi commented 1 month ago

Danke für das Log, anbei meine Analyse:

8:53:17 evcc wird beendet 8:53:27 evcc wird neu gestartet 8:53:29 die Wallbox baut eine Verbindung zu evcc auf und evcc bricht sie ab: da ist die evcc Konfiguration noch nicht komplett eingelesen und die Wallbox noch nicht registriert. Das lässt sich vielleicht verbessern. 8:53:29 die Wallbox baut sofort eine neue Verbindung zu evcc auf und evcc bricht sie wieder ab 8:53:30 evcc hat die Konfiguration komplett eingelesen/verarbeitet und baut selbst eine Verbindung zur Wallbox auf 8:53:31 die Wallbox meldet dass kein EV angesteckt ist 8:53:53 die Wallbox meldet dass ein EV angesteckt ist 8:53:55 evcc erkennt ein angestecktes EV an lp-1, Zeitversatz aufgrund des intervalls in dem geregelt wird 8:53:56 die Wallbox meldet dass das EV nicht lädt 8:53:56 die Wallbox meldet dass das EV lädt 8:54:00 evcc stoppt den Ladevorgang

Soweit ist der Ablauf völlig normal. In EEBUS wird das Auto IMMER mit einer Ladefreigabe starten und evcc wird dies dann stoppen, außer in "MIN+PV" bzw. "Schnell". Das war auch zuvor so. Zu beachten ist, dass der Ladestopp innerhalb des Intervals erfolgt, und bei mehreren (n) angeschlossenen Wallboxen die Regelung einer Wallbox in n*Intervall erfolgt! Das bedeutet dass das Auto auch schon mal für eine etwas längere Zeit lädt, bis die Wallbox zur Regelung wieder an der Reihe ist und einen Ladestop erhält.

8:54:27 Die Wallbox meldet eine Ladeleistung von 12W, diese wird NICHT als aktiver Ladevorgang interpretiert -> Status B, die Leistung muss NICHT vom Fahrzeug stammen, kann auch der Eigenverbrauch sein. Das ist absolut normal und war auch schon zuvor genau so. Das ist KEINE "Geisterladung" 8:54:27 Der PV Timer wird inaktiv 8:54:52 Die Wallbox meldet Aktualisierungen der Verbindung -> Das ist ungewöhnlich und sollte nicht sein, denn es hat sich nichts geändert. Auch die Aktualisierungen sind identisch zu den erwarteten Werten 8:54:53 Die Wallbox meldet 87W, weiter Status B

Es könnte sein, dass die Wallbox hier intern eine Ladefreigabe erteilt hat, obwohl keine da ist. Und dann das Laden sofort wieder stoppte. Von evcc wurde KEIN Ladestop geschickt!

8:55:13 Die Wallbox meldet 12W, Status B 8:55:33 Die Wallbox meldet 12W, Status B 8:55:53 Die Wallbox meldet 12W, Status B 8:56:13 Die Wallbox meldet 12W, Status B 8:56:33 Die Wallbox meldet 12W, Status B 8:56:53 Die Wallbox meldet 12W, Status B 8:57:13 Die Wallbox meldet 12W, Status B .....

... 8:59:33 Die Wallbox meldet 12W, Status B 8:59:45 Die Wallbox meldet Aktualisierungen der Verbindung -> Das ist ungewöhnlich und sollte nicht sein, denn es hat sich nichts geändert. Auch die Aktualisierungen sind identisch zu den erwarteten Werten 8:59:53 Die Wallbox meldet schon wieder Aktualisierungen der Verbindung -> Das ist ungewöhnlich und sollte nicht sein 8:59:53 Die Wallbox meldet 2737W, Status C -> Hier ist ein Problem. Die Wallbox hat immer noch eine Ladesperre und informierte auch über keine Änderung dass diese evtl. selbst aufgehoben wurde 8:59.54 Der PV Disable Timer startet, evcc schickt ein Ladelimit von 6A

Beobachtung:

  1. Warum auch immer meldet die Wallbox unerwartete Daten-Aktualisierungen, ohne dass eine Änderung existiert
  2. Zu diesen Zeitpunkten gibt es manchmal (!!) höhere Messwerte, teilweise hören die einfach auf, teilweise nicht
  3. evcc startet bei unerwartetem Status C einen Disable-Timer und lässt die Wallbox dann in diesem Fall 3 Minuten weiter laden
  4. Zu keiner Zeit sieht es für evcc so aus, als wäre die Verbindung zur Wallbox abgebrochen! Die Timeouts werden geschickt, Messwerte empfangen.

Konsequenz: Es ist unbekannt was die Box jetzt hier dazu führt intern teilweise das Laden freizugeben. Was in diesem Code bisher neu ist, dass aktiv nach neuen Messwerte gefragt wird und damit mehr "leere" Kommunikation stattfindet. Den entsprechenden Code habe ich vor ein paar Tagen im Stack entfernt, da er keinen Benefit gezeigt hat. Inhaltlich ist der Code nicht falsch und darf keine Auswirkungen auf das Verhalten der Wallbox haben. Es sind nur Leseabfragen. Ich werde diese Änderung nun per PR mal in evcc anbieten. Evtl. führt das zum entsprechenden Verhalten in der Box.

Das ganze Verhalten ist so oder so nur ein weiteres Beispiel für die sehr sehr schlechte Software-Qualität der Wallbox. Ich kann und werde nicht für alle Ewigkeit darauf Rücksicht nehmen können! Das kostet mich seit Jahren so viel Zeit, diesen Problemen hinterher zu programmieren und ich persönlich habe auch keine Gegenleistung. Ich verwende die Box nicht und plane es auch nicht zu tun. Die Box kann ungesteuert gut seinen Dienst verrichten, aber für gesteuerten Betrieb ist sie eine Zumutung. Selbst ohne dieses "neue" Verhalten gibt es genug Problemfelder die von Außen nicht gelöst werden können.

Nur mal zur Einordnung: Nur dieses Ticket alleine kostet mich bereits 3h Arbeit.

andig commented 1 month ago

Neues Nightly kann in 15min getestet werden.

Nur mal zur Einordnung: Nur dieses Ticket alleine kostet mich bereits 3h Arbeit.

Als evcc wünschen wir uns natürlich bestmöglichen Support für eine breite Anzahl von Geräten. Man muss aber leider auch sagen, dass es Geräte und Hersteller gibt, die das Leben unglaublich schwer machen. Ihren Anspruch, eine (implizit) nutzbare EEbus Implementierung zu liefern erfüllt die Box leider nicht. Am Ende wäre da der Hersteller in der Pflicht- hier schlägt dann völlig inexistente Support zu.

Danke @DerAndereAndi dass Du soviel Zeit investiert hast und investierst...

Ramada2020 commented 1 month ago

Hi, habe das Nightly 30 min getestet - Geisterladen tritt nicht mehr auf, Vielen Dank. Beobachte morgen weiter (heute ist die Sonne weg). Anbei der log - es kamen ein paar mehr Fehler wegen charger out of sync beim anstecken: - aber damit kann man leben.

Evcc_nightly.log

andig commented 1 month ago

Wie Andi schon schrieb- das kurze anladen ist per Design und nicht zu verhindern. Sonst klingt das doch jetzt ganz gut 👍🏻.

rupenik commented 1 month ago

I'm still seeing this issue with nightly build (commit dca3612, that should include "Improve EEBUS support for Elli Gen 1" fix). When EV is connected, but not charging (charger status B), evcc log shows that charge power is frequently fluctuating from normal charger self consumption (< 20W) to around 340W or even more.

During those higher consumptions, my car's app also briefly shows ongoing charging and then changes back to not charging state. When charge power in the log is over 340W (more close to 1000W), evcc switches to charger status C and logs charger out-of-sync message.

evcc  | [lp-1  ] WARN 2024/07/18 06:20:31 charger out of sync: expected disabled, got enabled <-- expected, because I restarted evcc while EV was connected
evcc  | [lp-1  ] WARN 2024/07/18 06:47:47 charger out of sync: expected disabled, got enabled <-- expected, because I connected cable to EV
evcc  | [lp-1  ] WARN 2024/07/18 07:47:31 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 12:41:46 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 14:36:16 charger out of sync: expected disabled, got enabled <-- expected, because I connected cable to EV
evcc  | [lp-1  ] WARN 2024/07/18 15:17:31 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 15:27:46 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 16:47:01 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 17:00:31 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected
evcc  | [lp-1  ] WARN 2024/07/18 17:19:01 charger out of sync: expected disabled, got enabled <-- not expected, EV was already connected

Example log messages of charge power fluctuating even though charging shouldn't be happening:

evcc  | [lp-1  ] DEBUG 2024/07/18 16:56:30 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:56:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:57:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:57:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:57:30 charge power: 14W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:57:45 charge power: 343W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:58:00 charge power: 39W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:58:15 charge power: 39W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:58:30 charge power: 39W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:58:45 charge power: 39W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:59:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:59:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:59:30 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 16:59:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:00:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:00:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:00:30 charge power: 1233W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:00:45 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:01:00 charge power: 340W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:01:15 charge power: 336W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:01:30 charge power: 1086W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:01:45 charge power: 340W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:02:00 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:02:15 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:02:30 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:02:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:03:00 charge power: 23W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:03:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:03:30 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:03:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:04:00 charge power: 338W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:04:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:04:30 charge power: 120W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:04:45 charge power: 340W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:05:00 charge power: 14W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:05:15 charge power: 14W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:05:30 charge power: 14W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:05:45 charge power: 14W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:06:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:06:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:06:30 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:06:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:07:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:07:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:07:30 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:07:45 charge power: 340W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:08:00 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:08:15 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:08:30 charge power: 108W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:08:45 charge power: 340W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:09:00 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:09:15 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:09:30 charge power: 9W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:09:45 charge power: 12W
evcc  | [lp-1  ] DEBUG 2024/07/18 17:10:00 charge power: 12W

When I downgraded to 0.127.3, charge power log messages stay at low figures (< 20W) and no ghost charging or charger out-of-sync is happening.

Log file: evcc_0.128.2_nightly_log_18072024.txt

DerAndereAndi commented 1 month ago

Slowly I am out of ideas. The last thing I can do is send the heartbeats quicker than required, maybe they check if the heartbeat arrives within 4s, which would be a wrong interpretation of the specification, and thus put the wallbox in fallback mode and allow minimal 4,2kW charging. All values in measurements are always <6A as far as I can see.

The old stack did send the heartbeat every second, which was way over the top, just caused way more unnecessary traffic but according to the spec does not have to be that way.

I'll try.

rupenik commented 1 month ago

I have been testing new nightly build (commit 9e75d8c7) for over 3 hours and seems that it fixed the issue! Charge power is back to being very stable and low (9W / 18W) and so far no unexpected charging has happened (two expected charger out of syncs, because of evcc nightly build restart and EV cable reconnect).

Here's a new log file just in case you would like to see it: evcc_0.128.2_nightly_log_19072024.txt

Thank you so much for your hard work regarding EEBUS support for Elli Gen 1 chargers @DerAndereAndi!

winfotiker commented 1 month ago

Hab jetzt tatsächlich Kontakt zum Support von Elli. Kann mir jemand eine treffende Fehlerbeschreibung für das unklare Verhalten der Wallbox geben? Wie konkret verhält die sich nicht entsprechend ihrer Spezifikationen? Sonst nehme ich einen Auszug aus der Analyse von der andereAndi. Das Thema mit dem fehlenden Zertifikat habe ich bereits adressiert. Danke!

andig commented 1 month ago

Das Thema mit dem fehlenden Zertifikat habe ich bereits adressiert.

Das kenne Elli seit 3 Jahren ;)

winfotiker commented 4 weeks ago

Werde die trotzdem damit nerven 😌

Auch mit dem neuen tollen Feature. Ich hab zwei von den Boxen. Ganz neu ist: wenn ich ein Fahrzeug abstöpsle, dann fängt das andere Fahrzeuge an zu laden. Evcc zeigt mir dann zwar an dass da eine Ladung mit minimum Strom stattfindet (4,1kw in meinem Fall) aber zeichnet das leider nicht als Ladevorgang auf. Dafür scheint das alte sporadische Geisterladen definitiv erledigt zu sein. Bin aber trotzdem noch nicht bereit zwei neue Boxen zu kaufen

winfotiker commented 3 weeks ago

Bin jetzt wieder auf die 0.127.3 zurück. Immer wenn ich ein Fahrzeug von einer Box trenne, fängt das andere Fahrzeug an der zweiten Box an zu laden. Ohne Rücksicht auf die aktuelle Situation und zieht mir dann den Hausakkku leer. Lässt ich dann auch nicht mehr über EVCC steuern. Ich versuch jetzt den Fehler bei Elli zu adressieren. Was mir wirklich helfen würde ist eine kurze Beschreibung was sich für die Elli Boxen in der EEBUS-Anbindung nach dem Release 0.127.3 geändert hat.

andig commented 3 weeks ago

@winfotiker das wird nichts nutzen. Helfen kann ein Logfile mit aktuellem Stand- soweit ich das sehe gibts das nicht?

winfotiker commented 3 weeks ago

ok. Rolle Rückwärts und zweimal um die Autos getanzt evcc-20240804-194514-trace.log

DerAndereAndi commented 3 weeks ago

Hier mal eine erste Analyse des Logs:


19:40:33: LP-1 und LP-2 mit "charge power: 0W", kein EV angeschlossen
19:40:33: LP-1 und LP-2 mit "charger status: A"
19:41:42: LP-1: EV über EEBUS als angeschlossen gemeldet

Intervall LP-1 ist an der Reihe:
19:41:44: LP-1: "charge power: not available", es wurden bisher keine Messwerte von der Wallbox gemeldet
19:41:44: LP-1: "car connected", evcc weiss nun dass ein EV angeschlossen ist
19:41:44: LP-1: "charger status: B"
19:41:47: LP-1: evcc schickt 0A Ladelimit, wird bestätigt

Intervall LP-2 ist an der Reihe:
19:41:54: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte
19:41:54: LP-2: "charge power: 4140W"
19:41:54: LP-2: "charger status: B"

Intervall LP-1 ist an der Reihe:
19:42:03: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte
19:42:03: LP-2: "charge power: 0W"
19:42:03: LP-1: "charger status: B"
19:42:07: LP-2: EV über EEBUS als angeschlossen gemeldet

Intervall LP-2 ist an der Reihe:
19:42:13: LP-2: Messwerte werden gemeldet
19:42:14: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte
19:42:14: LP-2: "charge power: 4140W"
19:42:14: LP-2: "charger status: C"
19:42:14: LP-2:"car connected",  evcc weiss nun dass ein EV angeschlossen ist
19:42:18: LP-2: ID.5 als angesteckt erkannt
19:42:18: LP-2: evcc schickt 0A Ladelimit, wird bestätigt

Intervall LP-1 ist an der Reihe:
19:42:24: LP-1: "charge power: not available"
19:42:24: LP-2: "charge power: 0W"
19:42:24: LP-1: "charger status: B"

Intervall LP-2 ist an der Reihe:
19:42:34: LP-1: "charge power: not available"
19:42:34: LP-2: "charge power: 0W"
19:42:34: LP-2: "charger status: B"
19:42:39: LP-2: EV über EEBUS als nicht mehr angeschlossen gemeldet

Intervall LP-1 ist an der Reihe:
19:42:44: LP-1: "charge power: not available"
19:42:44: LP-2: "charge power: 0W"

Intervall LP-2 ist an der Reihe:
19:42:53: LP-2: EV über EEBUS als angeschlossen gemeldet
19:42:53: LP-1: "charge power: 1382W", zum ersten Mal meldet LP-1 Messwerte
19:42:54: LP-2: "charge power: not available"
19:42:54: LP-2: "charger status: B"

Intervall LP-1 ist an der Reihe:
19:43:03: LP-1: "charge power: 1405W"
19:43:03: LP-2: "charge power: not available"
19:43:03: LP-1: "charger status: C"
19:43:06: LP-1: Passat wird als angesteckt erkannt
19:43:06: LP-1: "set charge mode: pv"
19:43:06: LP-1: evcc schickt 6A Ladelimit, wird bestätigt

Intervall LP-2 ist an der Reihe:
19:43:13: LP-1: "charge power: 1405W"
19:43:13: LP-2: "charge power: 4140W", zum ersten Mal meldet LP-2 Messwerte (seit dem erneuten Anstecken)
19:43:13: LP-2: "charge status: C"

Intervall LP-1 ist an der Reihe:
19:43:23: LP-1: "charge power: 1405W"
19:43:23: LP-2: "charge power: 4140W"
19:43:23: LP-1: "charger status: C"

Intervall LP-2 ist an der Reihe:
19:43:33: LP-1: "charge power: 1405W"
19:43:33: LP-2: "charge power: 4140W"
19:43:33: LP-2: evcc schickt 6A Ladelimit, wird bestätigt
19:43:33: LP-2: "charge status: C"

.....

@winfotiker Es wäre sehr hilfreich zu erfahren, ob der Passat an LP-1 am Anfang schon geladen hat, oder wirklich erst ab 19:42:53 ? Und was ist ist deiner Meinung nach an dem Verhalten wann genau falsch? "Rolle Rückwärts und zweimal um die Autos getanzt" ist leider keine nachvollziehbare Beschreibung eines Fehlverhaltens.

Das einzige was sein könnte (auch in anderen Bug Reports zu sehen ist): evcc hat eine Änderung im Code wann/wie die Ladelimits geschickt werden, und das hier auch einen Effekt hat. Auf EEBUS Seite ist das Verhalten identisch zu alten Versionen.

Die Analyse hat jetzt 1h gedauert, und das ist nicht das erste Mal wegen der miserablen EEBUS Implementierung in dieser Wallbox. Dass die Wallbox keine Messwerte schickt, ist nicht von evcc oder EEBUS beeinflussbar! Die einzige Lösung hierfür ist, wie in der Dokumentation geschrieben, externe Messgeräte für jede Wallbox zu verwenden und in evcc zu konfigurieren.

Zu Elli und EEBUS: Der Stack läuft fehlerfrei mit allen anderen Wallboxen, Elli hat in dieser Wallbox eine sehr fehlerhafte EEBUS Implementierung. Es gibt wenige die mehr über EEBUS wissen als ich. Es auch bringt gar nichts Elli zu schreiben was sich in meinem Stack geändert hat, das sind tausende Zeilen Code. Diese Wallbox wird auch kein Software Update mehr bekommen. Vor allem vermute ich hier sehr stark, dass die Verhaltensänderung gar nicht an EEBUS liegt!

Bitte bitte bitte, hört auf selbst Ursachen zu definieren, ihr habt doch keine Ahnung was im Code alles geändert wurde. Das macht die Analyse nur noch viel schwieriger und Zeitaufwändiger.

winfotiker commented 3 weeks ago

Hi,

ich habe für das Log beide Fahrzeuge Abends angeschlossen als nicht mehr genug Sonne aufs Dach kam. Beide Fahrzeuge bzw LPs stehen auf PV. Beide Fahrzeuge haben zunächst nicht geladen. Bis hier ist alles korrekt.

Der Passat (lp1) fing erst an zu laden als ich den ID von der Wallbox (lp2) getrennt habe. Das ist ein Fehlverhalten. Es gab nicht genug PV Strom um das Laden zu starten.

Ich habe dann im Anschluss versucht über evcc das Laden manuell zu stoppen. Das hat nicht funktioniert. Fehlverhalten.

Auch konnte ich lp1 nicht auf Schnellladen umstellen um wenigstens nicht den Hausakku zu belasten. Die Box reagiert ab dem Moment gar nicht mehr auf Änderungen in evcc.

Zum Thema Fehler melden: Hier gilt für mich immer der gleiche Grundsatz. Wenn die Implementierung vom eebus in der Elli Box fehlerhaft ist, will ich denen das melden. Dazu wäre eine konkrete Beschreibung, in wie weit die Implementierung fehlerhaft ist bzw woran ich das festmachen kann sehr hilfreich. Im schlechtesten Fall könnte das sogar als Grund für eine Wandlung hinreichend sein. Im besten Fall provoziert es doch nich ein Update. Danke und Gruß

Andreas Linde @.***> schrieb am Mo., 5. Aug. 2024, 10:09:

Hier mal eine erste Analyse des Logs:

19:40:33: LP-1 und LP-2 mit "charge power: 0W", kein EV angeschlossen 19:40:33: LP-1 und LP-2 mit "charger status: A" 19:41:42: LP-1: EV über EEBUS als angeschlossen gemeldet

Intervall LP-1 ist an der Reihe: 19:41:44: LP-1: "charge power: not available", es wurden bisher keine Messwerte von der Wallbox gemeldet 19:41:44: LP-1: "car connected", evcc weiss nun dass ein EV angeschlossen ist 19:41:44: LP-1: "charger status: B" 19:41 https://www.google.com/maps/search/B%22%0D%0A19:41?entry=gmail&source=g:47: LP-1: evcc schickt 0A Ladelimit, wird bestätigt

Intervall LP-2 ist an der Reihe: 19:41:54: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte 19:41:54: LP-2: "charge power: 4140W" 19:41:54: LP-2: "charger status: B"

Intervall LP-1 ist an der Reihe: 19:42:03: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte 19:42:03: LP-2: "charge power: 0W" 19:42:03: LP-1: "charger status: B" 19:42:07 https://www.google.com/maps/search/B%22%0D%0A19:42:07?entry=gmail&source=g: LP-2: EV über EEBUS als angeschlossen gemeldet

Intervall LP-2 ist an der Reihe: 19:42:13: LP-2: Messwerte werden gemeldet 19:42:14: LP-1: "charge power: not available", die Wallbox meldet weiterhin keine Messwerte 19:42:14: LP-2: "charge power: 4140W" 19:42:14: LP-2: "charger status: C" 19:42:14: LP-2:"car connected", evcc weiss nun dass ein EV angeschlossen ist 19:42:18: LP-2: ID.5 als angesteckt erkannt 19:42:18: LP-2: evcc schickt 0A Ladelimit, wird bestätigt

Intervall LP-1 ist an der Reihe: 19:42:24: LP-1: "charge power: not available" 19:42:24: LP-2: "charge power: 0W" 19:42:24: LP-1: "charger status: B"

Intervall LP-2 ist an der Reihe: 19:42:34: LP-1: "charge power: not available" 19:42:34: LP-2: "charge power: 0W" 19:42:34: LP-2: "charger status: B" 19:42:39 https://www.google.com/maps/search/B%22%0D%0A19:42:39?entry=gmail&source=g: LP-2: EV über EEBUS als nicht mehr angeschlossen gemeldet

Intervall LP-1 ist an der Reihe: 19:42:44: LP-1: "charge power: not available" 19:42:44: LP-2: "charge power: 0W"

Intervall LP-2 ist an der Reihe: 19:42:53: LP-2: EV über EEBUS als angeschlossen gemeldet 19:42:53: LP-1: "charge power: 1382W", zum ersten Mal meldet LP-1 Messwerte 19:42:54: LP-2: "charge power: not available" 19:42:54: LP-2: "charger status: B"

Intervall LP-1 ist an der Reihe: 19:43:03: LP-1: "charge power: 1405W" 19:43:03: LP-2: "charge power: not available" 19:43:03: LP-1: "charger status: C" 19:43:06: LP-1: Passat wird als angesteckt erkannt 19:43:06: LP-1: "set charge mode: pv" 19:43:06: LP-1: evcc schickt 6A Ladelimit, wird bestätigt

Intervall LP-2 ist an der Reihe: 19:43:13: LP-1: "charge power: 1405W" 19:43:13: LP-2: "charge power: 4140W", zum ersten Mal meldet LP-2 Messwerte (seit dem erneuten Anstecken) 19:43:13: LP-2: "charge status: C"

Intervall LP-1 ist an der Reihe: 19:43:23: LP-1: "charge power: 1405W" 19:43:23: LP-2: "charge power: 4140W" 19:43:23: LP-1: "charger status: C"

Intervall LP-2 ist an der Reihe: 19:43:33: LP-1: "charge power: 1405W" 19:43:33: LP-2: "charge power: 4140W" 19:43:33: LP-2: evcc schickt 6A Ladelimit, wird bestätigt 19:43:33: LP-2: "charge status: C"

.....

@winfotiker https://github.com/winfotiker Es wäre sehr hilfreich zu erfahren, ob der Passat an LP-1 am Anfang schon geladen hat, oder wirklich erst ab 19:42:53 ? Und was ist ist deiner Meinung nach an dem Verhalten wann genau falsch? "Rolle Rückwärts und zweimal um die Autos getanzt" ist leider keine nachvollziehbare Beschreibung eines Fehlverhaltens.

Das einzige was sein könnte (auch in anderen Bug Reports zu sehen ist): evcc hat eine Änderung im Code wann/wie die Ladelimits geschickt werden, und das hier auch einen Effekt hat. Auf EEBUS Seite ist das Verhalten identisch zu alten Versionen.

Die Analyse hat jetzt 1h gedauert, und das ist nicht das erste Mal wegen der miserablen EEBUS Implementierung in dieser Wallbox. Dass die Wallbox keine Messwerte schickt, ist nicht von evcc oder EEBUS beeinflussbar! Die einzige Lösung hierfür ist, wie in der Dokumentation geschrieben, externe Messgeräte für jede Wallbox zu verwenden und in evcc zu konfigurieren.

Zu Elli und EEBUS: Der Stack läuft fehlerfrei mit allen anderen Wallboxen, Elli hat in dieser Wallbox eine sehr fehlerhafte EEBUS Implementierung. Es gibt wenige die mehr über EEBUS wissen als ich. Es auch bringt gar nichts Elli zu schreiben was sich in meinem Stack geändert hat, das sind tausende Zeilen Code. Diese Wallbox wird auch kein Software Update mehr bekommen. Vor allem vermute ich hier sehr stark, dass die Verhaltensänderung gar nicht an EEBUS liegt!

Bitte bitte bitte, hört auf selbst Ursachen zu definieren, ihr habt doch keine Ahnung was im Code alles geändert wurde. Das macht die Analyse nur noch viel schwieriger und Zeitaufwändiger.

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14839#issuecomment-2268439349, or unsubscribe https://github.com/notifications/unsubscribe-auth/A434VZBCMWW5CEHX5ID45BLZP4XMBAVCNFSM6AAAAABKXOX6Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRYGQZTSMZUHE . You are receiving this because you were mentioned.Message ID: @.***>

DerAndereAndi commented 3 weeks ago

Elli hat seit 2 Jahren eine genaue Fehlerliste von mir und war mit mir im Austausch. Sehe es mir nach, ich werde mich hier nicht immer wieder mit den Fehlerbeschreibungen wiederholen. Ich verbrenne genug Zeit ohne dass ich diese Box verwende.

Verstehe ich das richtig, dass um 19:42:39 das Auto nicht abgesteckt wurde?

winfotiker commented 3 weeks ago

Nee. Um 19:42 hab ich den ID abgesteckt. Der Fehler ist, dass der Passat auf LP1 dann spontan und ohne PV Strom einfach anfängt zu laden. Das darf nicht sein.

Andreas Linde @.***> schrieb am Mo., 5. Aug. 2024, 21:25:

Elli hat seit 2 Jahren eine genaue Fehlerliste von mir und war mit mir im Austausch. Sehe es mir nach, ich werde mich hier nicht immer wieder mit den Fehlerbeschreibungen wiederholen. Ich verbrenne genug Zeit ohne dass ich diese Box verwende.

Verstehe ich das richtig, dass um 19:42:39 das Auto nicht abgesteckt wurde?

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14839#issuecomment-2269757022, or unsubscribe https://github.com/notifications/unsubscribe-auth/A434VZFVNJJCNMYU44CKI43ZP7GRXAVCNFSM6AAAAABKXOX6Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRZG42TOMBSGI . You are receiving this because you were mentioned.Message ID: @.***>

DerAndereAndi commented 3 weeks ago

Die CT-Spulen der Wallboxen sind nicht angeschlossen, korrekt?

Update: Ich hab eine Idee woran es liegen könnte, weiss aber noch nicht wieso und wie das passieren kann.

winfotiker commented 3 weeks ago

Korrekt

Andreas Linde @.***> schrieb am Mo., 5. Aug. 2024, 21:55:

Die CT-Spulen der Wallboxen sind nicht angeschlossen, korrekt?

— Reply to this email directly, view it on GitHub https://github.com/evcc-io/evcc/issues/14839#issuecomment-2269805617, or unsubscribe https://github.com/notifications/unsubscribe-auth/A434VZGMYCYO77QZY2IJWVLZP7KEJAVCNFSM6AAAAABKXOX6Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRZHAYDKNRRG4 . You are receiving this because you were mentioned.Message ID: @.***>

DerAndereAndi commented 3 weeks ago

Danke für die Geduld und Logdaten! Das hat sehr geholfen. Ich konnte das Problem reproduzieren und lösen. Sobald die Änderungen in evcc aufgenommen sind, werden sie im darauf folgenden nightly Build bereitstehen.

andig commented 3 weeks ago

Ist drin- danke @DerAndereAndi