Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EEBus/Elli: loadpoint MinCurrent setting ignored #14418

Open
ilion1 opened this issue Jun 16, 2024 · 25 comments
Open

EEBus/Elli: loadpoint MinCurrent setting ignored #14418

ilion1 opened this issue Jun 16, 2024 · 25 comments
Labels
bug Something isn't working devices Specific device support

Comments

@ilion1
Copy link

ilion1 commented Jun 16, 2024

Describe the bug

While Elli is working as expected in all modes and also MaxCurrent setting results in adjusted current, the MinCurrent setting is ignored and will always charge with 6A regardless of changed setting. This has been the case for many versions and I do not recall whether it has ever been working correctly. Today I tried once more with version 0.127.2 with the same result that any change to MinCurrent is ignored.

Steps to reproduce

Fresh start of EVCC with following steps and timestamp (trace logs are attached):

  1. connect car with modus PV: 18:10:45
  2. change mode to NOW: 18:11:30
  3. change max current to 12A: 18:12:30 --> change successful
  4. change max current to 16A: 18:13:45 --> change successful
  5. change mode to MinPV: 18:14:30
  6. change min current to 10A: 18:15:30 --> change ignored, stays on 6A
  7. change min current to 8A: 18:16:30 --> change ignored, stays on 6A
  8. change min current to 6A: 18:17:30
  9. disconnect car: 18:18:00

evcc-logs.zip

Configuration details

see attached files

Log details

see attached files

What type of operating system are you running?

Linux

Version

evcc version 0.127.2

@andig
Copy link
Member

andig commented Jun 16, 2024

Missing config

@andig andig closed this as completed Jun 16, 2024
@ilion1
Copy link
Author

ilion1 commented Jun 16, 2024

Config is attached like written above. I did not paste the log file so the forum is not filled with thousand of lines but it is also attached.

Here once more the content of evcc.yaml:

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

log: info
levels:
  cache: error
#  eebus: trace

# unique installation id
plant: xxx

interval: 10s # control cycle interval

meters:
- type: template
  template: sonnenbatterie 
  usage: grid  
  host: 192.168.189.38  
  port: 8080  
  name: grid1
- type: template
  template: sonnenbatterie 
  usage: pv  
  host: 192.168.189.38  
  port: 8080  
  name: pv2
- type: template
  template: sonnenbatterie 
  usage: battery  
  host: 192.168.189.38  
  port: 8080  
  name: battery3

chargers:
- type: template
  template: ellipro 
  ski: D9A2 03D9 E918 F950 EC97 E593 7251 E179 79A3 905E  
  ip: 192.168.189.34  
  name: wallbox5

loadpoints:
- title: Elli Wallbox
  charger: wallbox5
  mode: pv

site:
  title: Zu Hause
  residualPower: 100
  meters:
    grid: grid1
    pv:
    - pv2
    battery:
    - battery3

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

@andig andig reopened this Jun 16, 2024
@andig

This comment was marked as resolved.

@andig andig added the question Rather clarification than issue label Jun 16, 2024
@ilion1
Copy link
Author

ilion1 commented Jun 16, 2024

OK, here you go, but truncated because too long. Full log downloadable (see above)

[main  ] INFO 2024/06/16 18:10:13 evcc 0.127.2
[main  ] INFO 2024/06/16 18:10:13 using config file: /home/pi/evcc/evcc.yaml
[db    ] INFO 2024/06/16 18:10:13 using sqlite database: /home/pi/.evcc/evcc.db
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `settings` 4 <nil>
[eebus ] INFO 2024/06/16 18:10:13 Local SKI:  1d5be7dbd5197baaed9616d379fc6d3d2dd5ebcc
[eebus ] DEBUG 2024/06/16 18:10:13 mdns: announce
[eebus ] DEBUG 2024/06/16 18:10:13 mdns: using avahi
[eebus ] DEBUG 2024/06/16 18:10:13 starting websocket server on :4712
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "config_details" AND sql IS NOT NULL order by type = "table" desc 2 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `config_details` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type = "table" AND tbl_name = "config_details" AND (sql LIKE "%CONSTRAINT ""fk_configs_details"" %" OR sql LIKE "%CONSTRAINT fk_configs_details %" OR sql LIKE "%CONSTRAINT `fk_configs_details`%" OR sql LIKE "%CONSTRAINT [fk_configs_details]%" OR sql LIKE "%CONSTRAINT 	fk_configs_details	%") -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type = "index" AND tbl_name = "config_details" AND name = "idx_unique" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type = "table" AND tbl_name = "config_details" AND (sql LIKE "%CONSTRAINT ""fk_devices_details"" %" OR sql LIKE "%CONSTRAINT fk_devices_details %" OR sql LIKE "%CONSTRAINT `fk_devices_details`%" OR sql LIKE "%CONSTRAINT [fk_devices_details]%" OR sql LIKE "%CONSTRAINT 	fk_devices_details	%") -1 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT count(*) FROM sqlite_master WHERE type = "table" AND tbl_name = "config_details" AND (sql LIKE "%""device_id"" %" OR sql LIKE "%device_id %" OR sql LIKE "%`device_id`%" OR sql LIKE "%[device_id]%" OR sql LIKE "%	device_id	%") -1 <nil>
[main  ] INFO 2024/06/16 18:10:13 listening at :7070
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `configs` WHERE `configs`.`class` = 2 ORDER BY id 0 <nil>
[db    ] TRACE 2024/06/16 18:10:13 SELECT * FROM `configs` WHERE `configs`.`class` = 1 ORDER BY id 0 <nil>
[eebus ] TRACE 2024/06/16 18:10:13 registering ski: d9a203d9e918f950ec97e5937251e17979a3905e
[eebus ] DEBUG 2024/06/16 18:10:13 mdns: start search
[eebus ] DEBUG 2024/06/16 18:10:13 ski: d9a203d9e918f950ec97e5937251e17979a3905e name: Elli-Wallbox-2125A1G53O brand: Elli model: Wallbox typ: Wallbox identifier: Elli-Wallbox-2125A1G53O register: false host: wallbox-2125A1G53O.local port: 4712 addresses: [192.168.189.34]
[eebus ] DEBUG 2024/06/16 18:10:13 delaying connection to d9a203d9e918f950ec97e5937251e17979a3905e by 1.969s to minimize double connection probability
[eebus ] DEBUG 2024/06/16 18:10:15 incoming connection request from d9a203d9e918f950ec97e5937251e17979a3905e
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e ship init
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e ship init
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"connectionHello":[{"phase":"ready"},{"waiting":60000}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"connectionHello":[{"phase":"ready"},{"waiting":60000}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"messageProtocolHandshake":[{"handshakeType":"announceMax"},{"version":[{"major":1},{"minor":0}]},{"formats":[{"format":["JSON-UTF8"]}]}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"messageProtocolHandshake":[{"handshakeType":"select"},{"version":[{"major":1},{"minor":0}]},{"formats":[{"format":["JSON-UTF8"]}]}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"messageProtocolHandshake":[{"handshakeType":"select"},{"version":[{"major":1},{"minor":0}]},{"formats":[{"format":["JSON-UTF8"]}]}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"connectionPinState":[{"pinState":"none"}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"connectionPinState":[{"pinState":"none"}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"accessMethodsRequest":[]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"accessMethodsRequest":[]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"accessMethods":[{"id":"EVCC-3639656234373032"}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"accessMethods":[{"id":"Elli-Wallbox-2125A1G53O"},{"dnsSd_mDns":[]}]}
[eebus ] TRACE 2024/06/16 18:10:15 connect ski: d9a203d9e918f950ec97e5937251e17979a3905e
[db    ] TRACE 2024/06/16 18:10:15 SELECT * FROM `configs` WHERE `configs`.`class` = 3 ORDER BY id 0 <nil>
[db    ] TRACE 2024/06/16 18:10:15 SELECT * FROM `configs` WHERE `configs`.`class` = 5 ORDER BY id 0 <nil>
[db    ] TRACE 2024/06/16 18:10:15 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="sessions" -1 <nil>
[db    ] TRACE 2024/06/16 18:10:15 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "sessions" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db    ] TRACE 2024/06/16 18:10:15 SELECT * FROM `sessions` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/06/16 18:10:15 SELECT * FROM `sessions` WHERE `Loadpoint` = "Elli Wallbox" AND `finished` = "0001-01-01 00:00:00+00:00" 0 <nil>
[site  ] INFO 2024/06/16 18:10:15 site config:
[site  ] INFO 2024/06/16 18:10:15   meters:      grid ✓ pv ✓ battery ✓
[site  ] INFO 2024/06/16 18:10:15     grid:      power ✓ energy ✗ currents ✗
[site  ] INFO 2024/06/16 18:10:15     pv 1:      power ✓ energy ✗ currents ✗
[site  ] INFO 2024/06/16 18:10:15     battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✗
[lp-1  ] INFO 2024/06/16 18:10:15 loadpoint 1:
[lp-1  ] INFO 2024/06/16 18:10:15   mode:        pv
[lp-1  ] INFO 2024/06/16 18:10:15   charger:     power ✓ energy ✗ currents ✓ phases ✗ wakeup ✗
[lp-1  ] INFO 2024/06/16 18:10:15   meters:      charge ✓
[lp-1  ] INFO 2024/06/16 18:10:15     charge:    power ✓ energy ✗ currents ✓
[main  ] TRACE 2024/06/16 18:10:15 GET https://api.github.com/repos/evcc-io/evcc/releases/latest
[lp-1  ] DEBUG 2024/06/16 18:10:15 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:10:15 phase timer inactive
[lp-1  ] DEBUG 2024/06/16 18:10:15 pv timer inactive
[site  ] WARN 2024/06/16 18:10:15 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site  ] DEBUG 2024/06/16 18:10:15 ----
[lp-1  ] DEBUG 2024/06/16 18:10:15 charge power: 0W
[lp-1  ] DEBUG 2024/06/16 18:10:15 charge currents: [0 0 0]A
[http  ] TRACE 2024/06/16 18:10:15 GET http://192.168.189.38:8080/api/v1/status
[eebus ] DEBUG 2024/06/16 18:10:15 Send:  read 1 NodeManagementDetailedDiscoveryData
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"entity":[0]},{"feature":0}]},{"msgCounter":1},{"cmdClassifier":"read"}]},{"payload":[{"cmd":[[{"nodeManagementDetailedDiscoveryData":[]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"entity":[0]},{"feature":0}]},{"msgCounter":2901764},{"cmdClassifier":"read"},{"ackRequest":true}]},{"payload":[{"cmd":[[{"nodeManagementDetailedDiscoveryData":[]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:10:15 Recv: d:_i:47859_Elli-Wallbox-2125A1G53O: to NodeManagement read 2901764 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2024/06/16 18:10:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O reply 2 2901764 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2024/06/16 18:10:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O result 3 2901764 ResultData 0
[http  ] TRACE 2024/06/16 18:10:15 {"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":2250,"Consumption_W":710,"Fac":50.03300094604492,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":true,"FlowProductionGrid":true,"GridFeedIn_W":11,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1556,"Production_W":2293,"RSOC":98,"RemainingCapacity_Wh":40406,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:10:14","USOC":98,"Uac":230,"Ubat":213,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[0]},{"feature":0}]},{"msgCounter":2},{"msgCounterReference":2901764},{"cmdClassifier":"reply"}]},{"payload":[{"cmd":[[{"nodeManagementDetailedDiscoveryData":[{"specificationVersionList":[{"specificationVersion":["1.1.1"]}]},{"deviceInformation":[{"description":[{"deviceAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"}]},{"deviceType":"EnergyManagementSystem"},{"networkFeatureSet":"smart"}]}]},{"entityInformation":[[{"description":[{"entityAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]}]},{"entityType":"DeviceInformation"}]}],[{"description":[{"entityAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]}]},{"entityType":"CEM"}]}]]},{"featureInformation":[[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"featureType":"NodeManagement"},{"role":"special"},{"supportedFunction":[[{"function":"nodeManagementBindingDeleteCall"},{"possibleOperations":[]}],[{"function":"nodeManagementDetailedDiscoveryData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementUseCaseData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementSubscriptionDeleteCall"},{"possibleOperations":[]}],[{"function":"nodeManagementBindingData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementSubscriptionData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementSubscriptionRequestCall"},{"possibleOperations":[]}],[{"function":"nodeManagementBindingRequestCall"},{"possibleOperations":[]}],[{"function":"nodeManagementDestinationListData"},{"possibleOperations":[{"read":[]}]}]]}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":1}]},{"featureType":"DeviceClassification"},{"role":"server"},{"supportedFunction":[[{"function":"deviceClassificationManufacturerData"},{"possibleOperations":[{"read":[]}]}]]}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"featureType":"DeviceDiagnosis"},{"role":"server"},{"supportedFunction":[[{"function":"deviceDiagnosisStateData"},{"possibleOperations":[{"read":[]}]}],[{"function":"deviceDiagnosisHeartbeatData"},{"possibleOperations":[{"read":[]}]}]]},{"description":"DeviceDiagnosis Server"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":2}]},{"featureType":"DeviceDiagnosis"},{"role":"client"},{"description":"DeviceDiagnosis Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":3}]},{"featureType":"DeviceClassification"},{"role":"client"},{"description":"DeviceClassification Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":4}]},{"featureType":"DeviceConfiguration"},{"role":"client"},{"description":"DeviceConfiguration Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":5}]},{"featureType":"ElectricalConnection"},{"role":"client"},{"description":"ElectricalConnection Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":6}]},{"featureType":"Measurement"},{"role":"client"},{"description":"Measurement Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":7}]},{"featureType":"LoadControl"},{"role":"client"},{"description":"LoadControl Client"}]}],[{"description":[{"featureAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":8}]},{"featureType":"Identification"},{"role":"client"},{"description":"Identification Client"}]}]]}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:10:15 pv power: 2293W
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[0]},{"feature":0}]},{"msgCounter":3},{"msgCounterReference":2901764},{"cmdClassifier":"result"}]},{"payload":[{"cmd":[[{"resultData":[{"errorNumber":0}]}]]}]}]}}]}
[http  ] TRACE 2024/06/16 18:10:15 GET http://192.168.189.38:8080/api/v1/status
[eebus ] TRACE 2024/06/16 18:10:15 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"msgCounter":2901766},{"msgCounterReference":1},{"cmdClassifier":"reply"}]},{"payload":[{"cmd":[[{"nodeManagementDetailedDiscoveryData":[{"specificationVersionList":[{"specificationVersion":["1.3.0"]}]},{"deviceInformation":[{"description":[{"deviceAddress":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"}]},{"deviceType":"Generic"},{"networkFeatureSet":"smart"},{"lastStateChange":"added"}]}]},{"entityInformation":[[{"description":[{"entityAddress":[{"entity":[0]}]},{"entityType":"DeviceInformation"}]}],[{"description":[{"entityAddress":[{"entity":[1]}]},{"entityType":"EVSE"}]}]]},{"featureInformation":[[{"description":[{"featureAddress":[{"entity":[0]},{"feature":0}]},{"featureType":"NodeManagement"},{"role":"special"},{"supportedFunction":[[{"function":"nodeManagementBindingData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementBindingDeleteCall"},{"possibleOperations":[]}],[{"function":"nodeManagementBindingRequestCall"},{"possibleOperations":[]}],[{"function":"nodeManagementDetailedDiscoveryData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementSubscriptionData"},{"possibleOperations":[{"read":[]}]}],[{"function":"nodeManagementSubscriptionDeleteCall"},{"possibleOperations":[]}],[{"function":"nodeManagementSubscriptionRequestCall"},{"possibleOperations":[]}],[{"function":"nodeManagementUseCaseData"},{"possibleOperations":[{"read":[]}]}]]}]}],[{"description":[{"featureAddress":[{"entity":[0]},{"feature":1}]},{"featureType":"DeviceClassification"},{"role":"server"},{"supportedFunction":[[{"function":"deviceClassificationManufacturerData"},{"possibleOperations":[{"read":[]}]}]]}]}],[{"description":[{"featureAddress":[{"entity":[1]},{"feature":4}]},{"featureType":"DeviceClassification"},{"role":"server"},{"supportedFunction":[[{"function":"deviceClassificationManufacturerData"},{"possibleOperations":[{"read":[{"partial":[]}]}]}]]}]}],[{"description":[{"featureAddress":[{"entity":[1]},{"feature":29}]},{"featureType":"Bill"},{"role":"server"},{"supportedFunction":[[{"function":"billConstraintsListData"},{"possibleOperations":[{"read":[{"partial":[]}]}]}],[{"function":"billDescriptionListData"},{"possibleOperations":[{"read":[{"partial":[]}]}]}],[{"function":"billListData"},{"possibleOperations":[{"read":[{"partial":[]}]},{"write":[{"partial":[]}]}]}]]}]}],[{"description":[{"featureAddress":[{"entity":[1]},{"feature":1000}]},{"featureType":"DeviceDiagnosis"},{"role":"server"},{"supportedFunction":[[{"function":"deviceDiagnosisHeartbeatData"},{"possibleOperations":[{"read":[]}]}],[{"function":"deviceDiagnosisStateData"},{"possibleOperations":[{"read":[]}]}]]},{"description":"Device diagnosis server feature"}]}]]}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:10:15 Recv: d:_i:47859_Elli-Wallbox-2125A1G53O: to NodeManagement reply 2901766 1 NodeManagementDetailedDiscoveryData
[eebus ] DEBUG 2024/06/16 18:10:15 Send:  call 4 NodeManagementSubscriptionRequestCall
[eebus ] DEBUG 2024/06/16 18:10:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O read 5 DeviceClassificationManufacturerData
[eebus ] DEBUG 2024/06/16 18:10:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O read 6 DeviceDiagnosisStateData
[eebus ] DEBUG 2024/06/16 18:10:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O read 7 NodeManagementUseCaseData
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":3}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1]},{"feature":4}]},{"msgCounter":5},{"cmdClassifier":"read"}]},{"payload":[{"cmd":[[{"deviceClassificationManufacturerData":[]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"entity":[0]},{"feature":0}]},{"msgCounter":4},{"cmdClassifier":"call"},{"ackRequest":true}]},{"payload":[{"cmd":[[{"nodeManagementSubscriptionRequestCall":[{"subscriptionRequest":[{"clientAddress":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"serverAddress":[{"entity":[0]},{"feature":0}]},{"serverFeatureType":"NodeManagement"}]}]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":2}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1]},{"feature":1000}]},{"msgCounter":6},{"cmdClassifier":"read"}]},{"payload":[{"cmd":[[{"deviceDiagnosisStateData":[]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:10:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[0]},{"feature":0}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[0]},{"feature":0}]},{"msgCounter":7},{"cmdClassifier":"read"}]},{"payload":[{"cmd":[[{"nodeManagementUseCaseData":[]}]]}]}]}}]}
[http  ] TRACE 2024/06/16 18:10:15 {"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":2187,"Consumption_W":722,"Fac":50.03099822998047,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-6,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1558,"Production_W":2272,"RSOC":98,"RemainingCapacity_Wh":40406,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:10:15","USOC":98,"Uac":230,"Ubat":213,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:10:15 GET http://192.168.189.38:8080/api/v1/status
[main  ] TRACE 2024/06/16 18:10:15 {"url":"https://api.github.com/repos/evcc-io/evcc/releases/160712137","assets_url":"https://api.github.com/repos/evcc-io/evcc/releases/160712137/assets","upload_url":"https://uploads.github.com/repos/evcc-io/evcc/releases/160712137/assets{?name,label}","html_url":"https://github.com/evcc-io/evcc/releases/tag/0.127.2","id":160712137,"author":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"node_id":"RE_kwDODX4bUs4JlEXJ","tag_name":"0.127.2","target_commitish":"master","name":"0.127.2","draft":false,"prerelease":false,"created_at":"2024-06-16T15:04:57Z","published_at":"2024-06-16T15:07:27Z","assets":[{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122865","id":174122865,"node_id":"RA_kwDODX4bUs4KYOdx","name":"checksums.txt","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":754,"download_count":0,"created_at":"2024-06-16T15:20:00Z","updated_at":"2024-06-16T15:20:00Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.127.2/checksums.txt"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122864","id":174122864,"node_id":"RA_kwDODX4bUs4KYOdw","name":"evcc_0.127.2_amd64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":24652764,"download_count":0,"created_at":"2024-06-16T15:19:59Z","updated_at":"2024-06-16T15:20:00Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_amd64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122862","id":174122862,"node_id":"RA_kwDODX4bUs4KYOdu","name":"evcc_0.127.2_arm64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":22822258,"download_count":0,"created_at":"2024-06-16T15:19:59Z","updated_at":"2024-06-16T15:20:00Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_arm64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122863","id":174122863,"node_id":"RA_kwDODX4bUs4KYOdv","name":"evcc_0.127.2_armhf.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":23547540,"download_count":0,"created_at":"2024-06-16T15:19:59Z","updated_at":"2024-06-16T15:20:00Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_armhf.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122858","id":174122858,"node_id":"RA_kwDODX4bUs4KYOdq","name":"evcc_0.127.2_linux-amd64.tar.gz","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":24517743,"download_count":1,"created_at":"2024-06-16T15:19:58Z","updated_at":"2024-06-16T15:19:59Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.127.2/evcc_0.127.2_linux-amd64.tar.gz"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/174122860","id":174122860,"node_id":"RA_kwDODX4bUs4KYOds","name":"ev
[http  ] TRACE 2024/06/16 18:10:15 {"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":2187,"Consumption_W":722,"Fac":50.03099822998047,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-6,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1558,"Production_W":2272,"RSOC":98,"RemainingCapacity_Wh":40406,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:10:15","USOC":98,"Uac":230,"Ubat":213,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:10:15 battery soc: 98%
[site  ] DEBUG 2024/06/16 18:10:15 battery power: -1558W
[http  ] TRACE 2024/06/16 18:10:15 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:10:15 {"BackupBuffer":"0","BatteryCharging":true,"BatteryDischarging":false,"Consumption_Avg":2187,"Consumption_W":722,"Fac":50.03099822998047,"FlowConsumptionBattery":false,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":true,"FlowProductionGrid":false,"GridFeedIn_W":-6,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":-1558,"Production_W":2272,"RSOC":98,"RemainingCapacity_Wh":40406,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:10:15","USOC":98,"Uac":230,"Ubat":213,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:10:15 grid meter: 6W
[site  ] DEBUG 2024/06/16 18:10:15 site power: -1452W
[lp-1  ] DEBUG 2024/06/16 18:10:15 charger status: A
[lp-1  ] INFO 2024/06/16 18:10:15 car disconnected
...
[lp-1  ] DEBUG 2024/06/16 18:15:30 set min current: 10
[eebus ] DEBUG 2024/06/16 18:15:31 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 403 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:31 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":403},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:31Z"},{"heartbeatCounter":355},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:31 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 404 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:31 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":404},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:31Z"},{"heartbeatCounter":356},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:32 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 405 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:32 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":405},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:32Z"},{"heartbeatCounter":357},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:33 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 406 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:33 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":406},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:33Z"},{"heartbeatCounter":358},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:34 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 407 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:34 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":407},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:34Z"},{"heartbeatCounter":359},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:35 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 408 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:35 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":408},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:35Z"},{"heartbeatCounter":360},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:15:35 ----
[lp-1  ] DEBUG 2024/06/16 18:15:35 charge power: 2788W
[lp-1  ] DEBUG 2024/06/16 18:15:35 charge currents: [6.09 6.03 0]A
[http  ] TRACE 2024/06/16 18:15:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4880,"Consumption_W":3901,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-85,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":796,"Production_W":3042,"RSOC":97,"RemainingCapacity_Wh":39713,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:34","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:35 pv power: 3042W
[http  ] TRACE 2024/06/16 18:15:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4880,"Consumption_W":3901,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-85,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":796,"Production_W":3042,"RSOC":97,"RemainingCapacity_Wh":39713,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:34","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:15:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4784,"Consumption_W":3901,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-85,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":804,"Production_W":3042,"RSOC":97,"RemainingCapacity_Wh":39713,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:35","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:35 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:15:35 battery power: 796W
[http  ] TRACE 2024/06/16 18:15:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4784,"Consumption_W":3901,"Fac":50.0099983215332,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-85,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":804,"Production_W":3042,"RSOC":97,"RemainingCapacity_Wh":39713,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:35","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:35 grid meter: 85W
[site  ] DEBUG 2024/06/16 18:15:35 site power: 981W
[lp-1  ] DEBUG 2024/06/16 18:15:35 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:15:35 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:15:35 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:15:35 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:15:35 pv charge current: min 6A > 3.87A (981W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:15:35 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 409 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:35 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":409},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:35Z"},{"heartbeatCounter":361},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:36 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 410 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:36 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":410},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:36Z"},{"heartbeatCounter":362},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:37 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 411 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:37 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":411},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:37Z"},{"heartbeatCounter":363},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:38 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 412 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:38 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":412},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:38Z"},{"heartbeatCounter":364},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:39 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 413 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:39 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":413},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:39Z"},{"heartbeatCounter":365},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:39 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 414 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:39 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":414},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:39Z"},{"heartbeatCounter":366},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:40 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 415 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:40 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":415},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:40Z"},{"heartbeatCounter":367},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:41 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 416 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:41 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":416},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:41Z"},{"heartbeatCounter":368},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:42 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 417 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:42 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":417},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:42Z"},{"heartbeatCounter":369},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:15:42 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":11}]},{"addressDestination":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":6}]},{"msgCounter":2902298},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"function":"measurementListData"},{"filter":[[{"cmdControl":[{"partial":[]}]}]]},{"measurementListData":[{"measurementData":[[{"measurementId":0},{"valueType":"value"},{"value":[{"number":62},{"scale":-1}]}],[{"measurementId":1},{"valueType":"value"},{"value":[{"number":605},{"scale":-2}]}],[{"measurementId":2},{"valueType":"value"},{"value":[{"number":0},{"scale":0}]}]]}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:42 Recv: d:_i:47859_Elli-Wallbox-2125A1G53O: to Measurement notify 2902298 MeasurementListData
[eebus ] DEBUG 2024/06/16 18:15:43 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 418 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:43 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":418},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:43Z"},{"heartbeatCounter":370},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:43 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 419 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:43 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":419},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:43Z"},{"heartbeatCounter":371},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:44 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 420 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:44 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":420},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:44Z"},{"heartbeatCounter":372},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:45 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 421 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:45 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":421},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:45Z"},{"heartbeatCounter":373},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:15:45 ----
[lp-1  ] DEBUG 2024/06/16 18:15:45 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:15:45 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:15:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4254,"Consumption_W":5692,"Fac":50.025001525878906,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1245,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":1390,"Production_W":3044,"RSOC":97,"RemainingCapacity_Wh":39718,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:44","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:45 pv power: 3044W
[http  ] TRACE 2024/06/16 18:15:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4254,"Consumption_W":5692,"Fac":50.025001525878906,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1245,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":1390,"Production_W":3044,"RSOC":97,"RemainingCapacity_Wh":39718,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:44","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:15:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4216,"Consumption_W":5692,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1245,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":1997,"Production_W":3044,"RSOC":97,"RemainingCapacity_Wh":39718,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:45","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:45 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:15:45 battery power: 1390W
[http  ] TRACE 2024/06/16 18:15:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4216,"Consumption_W":5692,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-1245,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":1997,"Production_W":3044,"RSOC":97,"RemainingCapacity_Wh":39718,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:45","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:45 grid meter: 1245W
[site  ] DEBUG 2024/06/16 18:15:45 site power: 2735W
[lp-1  ] DEBUG 2024/06/16 18:15:45 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:15:45 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:15:45 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:15:45 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:15:45 pv charge current: min 6A > 0.0543A (2735W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:15:46 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 422 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:46 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":422},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:46Z"},{"heartbeatCounter":374},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:47 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 423 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:47 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":423},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:47Z"},{"heartbeatCounter":375},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:47 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 424 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:47 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":424},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:47Z"},{"heartbeatCounter":376},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:48 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 425 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:48 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":425},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:48Z"},{"heartbeatCounter":377},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:49 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 426 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:49 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":426},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:49Z"},{"heartbeatCounter":378},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:50 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 427 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:50 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":427},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:50Z"},{"heartbeatCounter":379},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:51 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 428 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:51 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":428},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:51Z"},{"heartbeatCounter":380},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:51 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 429 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:51 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":429},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:51Z"},{"heartbeatCounter":381},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:52 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 430 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:52 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":430},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:52Z"},{"heartbeatCounter":382},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:53 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 431 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:53 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":431},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:53Z"},{"heartbeatCounter":383},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:54 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 432 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:54 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":432},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:54Z"},{"heartbeatCounter":384},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:55 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 433 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:55 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":433},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:55Z"},{"heartbeatCounter":385},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:15:55 ----
[lp-1  ] DEBUG 2024/06/16 18:15:55 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:15:55 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:15:55 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:55 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4168,"Consumption_W":5639,"Fac":50.034000396728516,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":8,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2575,"Production_W":3052,"RSOC":97,"RemainingCapacity_Wh":39644,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:54","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:55 pv power: 3052W
[http  ] TRACE 2024/06/16 18:15:55 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:55 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4168,"Consumption_W":5639,"Fac":50.034000396728516,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":8,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2575,"Production_W":3052,"RSOC":97,"RemainingCapacity_Wh":39644,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:54","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:15:55 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:55 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4168,"Consumption_W":5639,"Fac":50.034000396728516,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":8,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2575,"Production_W":3052,"RSOC":97,"RemainingCapacity_Wh":39641,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:55","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:55 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:15:55 battery power: 2575W
[http  ] TRACE 2024/06/16 18:15:55 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:15:55 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4168,"Consumption_W":5639,"Fac":50.034000396728516,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":8,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2575,"Production_W":3052,"RSOC":97,"RemainingCapacity_Wh":39641,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:15:55","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:15:55 grid meter: -8W
[site  ] DEBUG 2024/06/16 18:15:55 site power: 2667W
[lp-1  ] DEBUG 2024/06/16 18:15:55 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:15:55 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:15:55 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:15:55 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:15:55 pv charge current: min 6A > 0.202A (2667W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:15:55 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 434 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:55 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":434},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:55Z"},{"heartbeatCounter":386},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:56 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 435 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:56 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":435},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:56Z"},{"heartbeatCounter":387},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:57 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 436 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:57 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":436},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:57Z"},{"heartbeatCounter":388},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:58 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 437 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:58 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":437},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:58Z"},{"heartbeatCounter":389},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:59 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 438 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:59 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":438},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:59Z"},{"heartbeatCounter":390},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:15:59 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 439 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:15:59 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":439},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:15:59Z"},{"heartbeatCounter":391},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:00 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 440 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:00 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":440},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:00Z"},{"heartbeatCounter":392},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:01 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 441 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:01 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":441},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:01Z"},{"heartbeatCounter":393},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:02 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 442 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:02 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":442},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:02Z"},{"heartbeatCounter":394},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:03 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 443 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:03 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":443},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:03Z"},{"heartbeatCounter":395},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:03 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 444 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:03 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":444},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:03Z"},{"heartbeatCounter":396},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:04 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 445 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:04 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":445},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:04Z"},{"heartbeatCounter":397},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:05 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 446 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:05 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":446},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:05Z"},{"heartbeatCounter":398},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:16:05 ----
[lp-1  ] DEBUG 2024/06/16 18:16:05 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:16:05 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:16:05 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:05 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4507,"Consumption_W":5665,"Fac":50.04899978637695,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-21,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2534,"Production_W":3072,"RSOC":97,"RemainingCapacity_Wh":39632,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:05","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:05 pv power: 3072W
[http  ] TRACE 2024/06/16 18:16:05 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:05 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4507,"Consumption_W":5665,"Fac":50.04899978637695,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-21,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2534,"Production_W":3072,"RSOC":97,"RemainingCapacity_Wh":39632,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:05","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:16:05 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:05 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4507,"Consumption_W":5665,"Fac":50.04899978637695,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-21,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2534,"Production_W":3072,"RSOC":97,"RemainingCapacity_Wh":39632,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:05","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:05 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:16:05 battery power: 2534W
[http  ] TRACE 2024/06/16 18:16:05 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:05 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4507,"Consumption_W":5665,"Fac":50.04899978637695,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-21,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2534,"Production_W":3072,"RSOC":97,"RemainingCapacity_Wh":39632,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:05","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:05 grid meter: 21W
[site  ] DEBUG 2024/06/16 18:16:05 site power: 2655W
[lp-1  ] DEBUG 2024/06/16 18:16:05 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:16:05 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:16:05 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:16:05 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:16:05 pv charge current: min 6A > 0.228A (2655W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:16:06 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 447 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:06 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":447},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:06Z"},{"heartbeatCounter":399},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:07 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 448 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:07 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":448},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:07Z"},{"heartbeatCounter":400},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:07 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 449 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:07 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":449},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:07Z"},{"heartbeatCounter":401},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:08 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 450 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:08 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":450},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:08Z"},{"heartbeatCounter":402},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:09 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 451 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:09 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":451},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:09Z"},{"heartbeatCounter":403},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:10 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 452 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:10 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":452},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:10Z"},{"heartbeatCounter":404},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:11 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 453 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:11 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":453},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:11Z"},{"heartbeatCounter":405},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:11 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 454 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:11 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":454},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:11Z"},{"heartbeatCounter":406},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:12 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 455 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:12 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":455},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:12Z"},{"heartbeatCounter":407},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:13 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 456 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:13 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":456},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:13Z"},{"heartbeatCounter":408},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:14 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 457 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:14 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":457},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:14Z"},{"heartbeatCounter":409},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 458 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":458},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:15Z"},{"heartbeatCounter":410},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:16:15 ----
[lp-1  ] DEBUG 2024/06/16 18:16:15 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:16:15 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:16:15 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:15 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4715,"Consumption_W":5585,"Fac":50.04100036621094,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2483,"Production_W":3079,"RSOC":97,"RemainingCapacity_Wh":39624,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:14","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:15 pv power: 3079W
[http  ] TRACE 2024/06/16 18:16:15 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:15 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4747,"Consumption_W":5585,"Fac":50.040000915527344,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2507,"Production_W":3079,"RSOC":97,"RemainingCapacity_Wh":39624,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:15","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:16:15 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:15 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4747,"Consumption_W":5585,"Fac":50.040000915527344,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2507,"Production_W":3079,"RSOC":97,"RemainingCapacity_Wh":39624,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:15","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:15 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:16:15 battery power: 2507W
[http  ] TRACE 2024/06/16 18:16:15 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:15 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4747,"Consumption_W":5585,"Fac":50.040000915527344,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-3,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2507,"Production_W":3079,"RSOC":97,"RemainingCapacity_Wh":39624,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:15","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:15 grid meter: 3W
[site  ] DEBUG 2024/06/16 18:16:15 site power: 2610W
[lp-1  ] DEBUG 2024/06/16 18:16:15 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:16:15 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:16:15 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:16:15 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:16:15 pv charge current: min 6A > 0.326A (2610W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:16:15 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 459 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:15 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":459},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:15Z"},{"heartbeatCounter":411},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:16 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 460 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:16 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":460},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:16Z"},{"heartbeatCounter":412},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:17 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 461 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:17 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":461},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:17Z"},{"heartbeatCounter":413},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:18 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 462 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:18 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":462},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:18Z"},{"heartbeatCounter":414},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:19 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 463 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:19 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":463},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:19Z"},{"heartbeatCounter":415},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:19 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 464 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:19 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":464},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:19Z"},{"heartbeatCounter":416},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:20 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 465 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:20 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":465},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:20Z"},{"heartbeatCounter":417},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:21 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 466 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:21 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":466},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:21Z"},{"heartbeatCounter":418},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:22 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 467 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:22 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":467},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:22Z"},{"heartbeatCounter":419},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:23 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 468 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:23 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":468},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:23Z"},{"heartbeatCounter":420},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:23 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 469 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:23 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":469},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:23Z"},{"heartbeatCounter":421},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:24 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 470 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:24 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":470},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:24Z"},{"heartbeatCounter":422},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:25 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 471 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:25 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":471},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:25Z"},{"heartbeatCounter":423},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:16:25 ----
[lp-1  ] DEBUG 2024/06/16 18:16:25 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:16:25 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:16:25 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:25 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4960,"Consumption_W":5392,"Fac":50.0260009765625,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-12,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2253,"Production_W":3101,"RSOC":97,"RemainingCapacity_Wh":39634,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:24","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:25 pv power: 3101W
[http  ] TRACE 2024/06/16 18:16:25 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:25 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4960,"Consumption_W":5392,"Fac":50.0260009765625,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-12,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2253,"Production_W":3101,"RSOC":97,"RemainingCapacity_Wh":39634,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:24","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:16:25 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:25 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4981,"Consumption_W":5392,"Fac":50.027000427246094,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-12,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2260,"Production_W":3101,"RSOC":97,"RemainingCapacity_Wh":39636,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:25","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:25 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:16:25 battery power: 2253W
[http  ] TRACE 2024/06/16 18:16:25 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:25 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":4981,"Consumption_W":5392,"Fac":50.027000427246094,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-12,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2260,"Production_W":3101,"RSOC":97,"RemainingCapacity_Wh":39636,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:25","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:25 grid meter: 12W
[site  ] DEBUG 2024/06/16 18:16:25 site power: 2365W
[lp-1  ] DEBUG 2024/06/16 18:16:25 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:16:25 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:16:25 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:16:25 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:16:25 pv charge current: min 6A > 0.859A (2365W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:16:26 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 472 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:26 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":472},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:26Z"},{"heartbeatCounter":424},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:27 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 473 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:27 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":473},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:27Z"},{"heartbeatCounter":425},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:27 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 474 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:27 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":474},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:27Z"},{"heartbeatCounter":426},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:28 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 475 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:28 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":475},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:28Z"},{"heartbeatCounter":427},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:29 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 476 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:29 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":476},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:29Z"},{"heartbeatCounter":428},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:30 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 477 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:30 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":477},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:30Z"},{"heartbeatCounter":429},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}


[lp-1  ] DEBUG 2024/06/16 18:16:30 set min current: 8
[eebus ] DEBUG 2024/06/16 18:16:31 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 478 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:31 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":478},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:31Z"},{"heartbeatCounter":430},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:31 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 479 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:31 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":479},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:31Z"},{"heartbeatCounter":431},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:32 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 480 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:32 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":480},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:32Z"},{"heartbeatCounter":432},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:33 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 481 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:33 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":481},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:33Z"},{"heartbeatCounter":433},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:34 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 482 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:34 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":482},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:34Z"},{"heartbeatCounter":434},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:35 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 483 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:35 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":483},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:35Z"},{"heartbeatCounter":435},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:16:35 ----
[lp-1  ] DEBUG 2024/06/16 18:16:35 charge power: 2818W
[lp-1  ] DEBUG 2024/06/16 18:16:35 charge currents: [6.2 6.05 0]A
[http  ] TRACE 2024/06/16 18:16:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5196,"Consumption_W":5411,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-93,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2194,"Production_W":3127,"RSOC":97,"RemainingCapacity_Wh":39640,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:34","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:35 pv power: 3127W
[http  ] TRACE 2024/06/16 18:16:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5196,"Consumption_W":5411,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-93,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2194,"Production_W":3127,"RSOC":97,"RemainingCapacity_Wh":39640,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:34","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:16:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5196,"Consumption_W":5411,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-93,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2194,"Production_W":3127,"RSOC":97,"RemainingCapacity_Wh":39640,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:35","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:35 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:16:35 battery power: 2194W
[http  ] TRACE 2024/06/16 18:16:35 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:35 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5196,"Consumption_W":5411,"Fac":50.02799987792969,"FlowConsumptionBattery":true,"FlowConsumptionGrid":true,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":-93,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":2194,"Production_W":3127,"RSOC":97,"RemainingCapacity_Wh":39640,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:35","USOC":97,"Uac":233,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:35 grid meter: 93W
[site  ] DEBUG 2024/06/16 18:16:35 site power: 2387W
[lp-1  ] DEBUG 2024/06/16 18:16:35 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:16:35 !! session: chargeRater.chargedEnergy=0.4 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:16:35 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:16:35 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:16:35 pv charge current: min 6A > 0.811A (2387W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:16:35 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 484 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:35 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":484},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:35Z"},{"heartbeatCounter":436},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:36 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 485 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:36 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":485},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:36Z"},{"heartbeatCounter":437},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] TRACE 2024/06/16 18:16:36 Recv: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.3.0"},{"addressSource":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":11}]},{"addressDestination":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":6}]},{"msgCounter":2902366},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"function":"measurementListData"},{"filter":[[{"cmdControl":[{"partial":[]}]}]]},{"measurementListData":[{"measurementData":[[{"measurementId":0},{"valueType":"value"},{"value":[{"number":609},{"scale":-2}]}],[{"measurementId":1},{"valueType":"value"},{"value":[{"number":599},{"scale":-2}]}],[{"measurementId":2},{"valueType":"value"},{"value":[{"number":0},{"scale":0}]}]]}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:36 Recv: d:_i:47859_Elli-Wallbox-2125A1G53O: to Measurement notify 2902366 MeasurementListData
[eebus ] DEBUG 2024/06/16 18:16:37 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 486 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:37 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":486},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:37Z"},{"heartbeatCounter":438},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:38 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 487 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:38 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":487},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:38Z"},{"heartbeatCounter":439},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:39 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 488 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:39 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":488},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:39Z"},{"heartbeatCounter":440},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:39 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 489 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:39 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":489},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:39Z"},{"heartbeatCounter":441},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:40 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 490 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:40 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":490},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:40Z"},{"heartbeatCounter":442},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:41 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 491 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:41 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":491},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:41Z"},{"heartbeatCounter":443},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:42 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 492 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:42 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":492},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:42Z"},{"heartbeatCounter":444},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:43 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 493 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:43 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":493},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:43Z"},{"heartbeatCounter":445},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:43 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 494 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:43 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":494},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:43Z"},{"heartbeatCounter":446},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:44 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 495 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:44 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":495},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:44Z"},{"heartbeatCounter":447},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:45 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 496 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:45 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":496},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:45Z"},{"heartbeatCounter":448},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[site  ] DEBUG 2024/06/16 18:16:45 ----
[lp-1  ] DEBUG 2024/06/16 18:16:45 charge power: 2778W
[lp-1  ] DEBUG 2024/06/16 18:16:45 charge currents: [6.09 5.99 0]A
[http  ] TRACE 2024/06/16 18:16:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5192,"Consumption_W":3535,"Fac":50.016998291015625,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":9,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":387,"Production_W":3155,"RSOC":97,"RemainingCapacity_Wh":39709,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:44","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:45 pv power: 3155W
[http  ] TRACE 2024/06/16 18:16:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5192,"Consumption_W":3535,"Fac":50.016998291015625,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":true,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":9,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":387,"Production_W":3155,"RSOC":97,"RemainingCapacity_Wh":39709,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:44","USOC":97,"Uac":231,"Ubat":211,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[http  ] TRACE 2024/06/16 18:16:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5186,"Consumption_W":3535,"Fac":50.01900100708008,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":9,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":344,"Production_W":3155,"RSOC":97,"RemainingCapacity_Wh":39709,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:45","USOC":97,"Uac":231,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:45 battery soc: 97%
[site  ] DEBUG 2024/06/16 18:16:45 battery power: 387W
[http  ] TRACE 2024/06/16 18:16:45 GET http://192.168.189.38:8080/api/v1/status
[http  ] TRACE 2024/06/16 18:16:45 {"BackupBuffer":"0","BatteryCharging":false,"BatteryDischarging":true,"Consumption_Avg":5186,"Consumption_W":3535,"Fac":50.01900100708008,"FlowConsumptionBattery":true,"FlowConsumptionGrid":false,"FlowConsumptionProduction":true,"FlowGridBattery":false,"FlowProductionBattery":false,"FlowProductionGrid":false,"GridFeedIn_W":9,"IsSystemInstalled":1,"OperatingMode":"2","Pac_total_W":344,"Production_W":3155,"RSOC":97,"RemainingCapacity_Wh":39709,"SystemStatus":"OnGrid","Timestamp":"2024-06-16 18:16:45","USOC":97,"Uac":231,"Ubat":212,"dischargeNotAllowed":false,"generator_autostart":false,"NVM_REINIT_STATUS":0}
[site  ] DEBUG 2024/06/16 18:16:45 grid meter: -9W
[site  ] DEBUG 2024/06/16 18:16:45 site power: 478W
[lp-1  ] DEBUG 2024/06/16 18:16:45 detected active phases: 2p
[lp-1  ] DEBUG 2024/06/16 18:16:45 !! session: chargeRater.chargedEnergy=0.5 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/06/16 18:16:45 charger status: C
[lp-1  ] DEBUG 2024/06/16 18:16:45 !! active phases: 2p = min(2p measured 0p vehicle 3p physical 0p charger)
[lp-1  ] DEBUG 2024/06/16 18:16:45 pv charge current: min 6A > 4.96A (478W @ 2p, battery: false)
[eebus ] DEBUG 2024/06/16 18:16:46 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 497 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:46 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":497},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:46Z"},{"heartbeatCounter":449},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:47 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 498 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:47 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":498},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:47Z"},{"heartbeatCounter":450},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:47 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 499 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:47 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":499},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:47Z"},{"heartbeatCounter":451},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:48 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 500 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:48 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":500},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:48Z"},{"heartbeatCounter":452},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:49 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 501 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:49 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":501},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:49Z"},{"heartbeatCounter":453},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:50 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 502 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:50 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":502},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:50Z"},{"heartbeatCounter":454},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:51 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 503 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:51 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":503},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:51Z"},{"heartbeatCounter":455},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:51 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 504 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:51 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":504},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:51Z"},{"heartbeatCounter":456},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:52 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 505 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:52 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":505},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:52Z"},{"heartbeatCounter":457},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:53 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 506 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:53 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":506},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:53Z"},{"heartbeatCounter":458},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:54 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 507 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:54 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":507},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:54Z"},{"heartbeatCounter":459},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}
[eebus ] DEBUG 2024/06/16 18:16:55 Send: d:_i:47859_Elli-Wallbox-2125A1G53O notify 508 DeviceDiagnosisHeartbeatData
[eebus ] TRACE 2024/06/16 18:16:55 Send: d9a203d9e918f950ec97e5937251e17979a3905e {"data":[{"header":[{"protocolId":"ee1.0"}]},{"payload":{"datagram":[{"header":[{"specificationVersion":"1.1.1"},{"addressSource":[{"device":"d:_i:EVCC_HEMS-EVCC-3639656234373032"},{"entity":[1]},{"feature":1}]},{"addressDestination":[{"device":"d:_i:47859_Elli-Wallbox-2125A1G53O"},{"entity":[1,1]},{"feature":1001}]},{"msgCounter":508},{"cmdClassifier":"notify"}]},{"payload":[{"cmd":[[{"deviceDiagnosisHeartbeatData":[{"timestamp":"2024-06-16T16:16:55Z"},{"heartbeatCounter":460},{"heartbeatTimeout":"PT4S"}]}]]}]}]}}]}

@andig
Copy link
Member

andig commented Jun 16, 2024

@DerAndereAndi hast du eine Idee? Die 8A kommen laut log nicht an, es bleibt bei 6A?

@DerAndereAndi
Copy link
Contributor

Siehe diese Diskussion: #11280 (comment)

@andig
Copy link
Member

andig commented Jun 17, 2024

Das hatten wir doch nach langer Diskussion dann mittels #11311 gelöst was alle Parteien zufrieden zu stellen schien? Es hatte sogar Deinen Daumen in #11280 (comment).

Ah, und zeitlich danach kam #11280 (comment). Scheint als gäbe es dieses Problem jetzt immer noch.

@andig
Copy link
Member

andig commented Jun 18, 2024

@ilion1 Um was für ein Fahrzeug geht es denn überhaupt?

@ilion1
Copy link
Author

ilion1 commented Jun 18, 2024

An der Wallbox laden ein KIA e-Niro (BJ 22, 11 kW-3 phasig) sowie ein Mercedes Hybrid (7,4 kW-2 phasig). Ich habe häufiger den Bedarf schneller als Min+PV (nur 1,4 kW pro Phase) mit ca. 6-7 kW unter Nutzung des vollen Speichers zu laden, wobei 16 A dann zu viel ist und Netzstrom benötigt würde. Das Feature ist für mich nicht super wichtig, da ich alternativ auf Modus "NOW" gehe und den maximalen Strom begrenze. Wenn dann allerdings mehr PV-Leistung verfügbar ist, wird wegen MaxCurrent dennoch nicht schneller geladen.

@github-actions github-actions bot added the stale Outdated and ready to close label Jun 29, 2024
@andig
Copy link
Member

andig commented Jun 29, 2024

Ich habe häufiger den Bedarf schneller als Min+PV (nur 1,4 kW pro Phase) mit ca. 6-7 kW unter Nutzung des vollen Speichers zu laden, wobei 16 A dann zu viel ist und Netzstrom benötigt würde

@ilion1 Du änderst das dann übers API bzw. über die UI, richtig?

Und laut deinem Issue scheint das Problem nur zu bestehen, wenn Du im MinPV Modus bist, nicht aber sonst???

@andig
Copy link
Member

andig commented Jun 29, 2024

Ah, und zeitlich danach kam #11280 (comment). Scheint als gäbe es dieses Problem jetzt immer noch.

@DerAndereAndi letztlich scheinen wir das in #12866 behoben zu haben, siehe Testmatrix im PR.

@DerAndereAndi
Copy link
Contributor

Ich kenne die Details nicht mehr und auch nicht den aktuellen Code. Ich erinnere mich nur grob an die damalige Diskussion.

Bei mir funktoniert es, wenn im Vehicle eine höherer Min-Current konfiguriert wird. Hier in dem Beispiel geht es aber doch um die Änderung per API Call. Evtl. wird das nicht berücksichtigt?

@andig
Copy link
Member

andig commented Jun 29, 2024

Wartet auf Feedback von @ilion1 #14418 (comment)

@andig
Copy link
Member

andig commented Jul 1, 2024

@ilion1 ohne Input von Dir nichts weiter zu tun. Laut Tests müsste das gehen. Wenn Du den Fall nochmal provozieren kannst bräuchten wir bitte gleichzeitig den Output von /api/state.

@ilion1
Copy link
Author

ilion1 commented Jul 1, 2024

Sorry, ich war zwei Tage offline.
Richtig: Es geht um den Modus Min+PV, für den ich manuell höhere Leistung einstellen möchte. Das mache ich über die experimentelle Funktion im GUI für Ladestrom am Ladepunkt. Wie man in den Logs sieht, wird der Strom erhöht aber die Box bleibt bei 6A. Hier ist die Ausgabe von /api/state, falls das hilft. Ich nutze aber keine API sondern nur die Weboberfläche. Übrigens funktioniert es mit einer ABLemh1 korrekt.

{
  "result": {
    "auth": {

    },
    "battery": [
      {
        "power": 170,
        "soc": 87,
        "controllable": false
      }
    ],
    "batteryCapacity": 0,
    "batteryDischargeControl": false,
    "batteryEnergy": 0,
    "batteryMode": "unknown",
    "batteryPower": 170,
    "batterySoc": 87,
    "bufferSoc": 100,
    "bufferStartSoc": 0,
    "currency": "EUR",
    "fatal": null,
    "greenShareHome": 1,
    "greenShareLoadpoints": 0.046,
    "gridConfigured": true,
    "gridPower": 49,
    "homePower": 0,
    "influx": {
      "url": "",
      "database": "",
      "org": "",
      "user": ""
    },
    "interval": 10,
    "loadpoints": [
      {
        "chargeCurrent": 6,
        "chargeCurrents": [5.35, 5.39, 5.25],
        "chargeDuration": 560,
        "chargePower": 3677.7,
        "chargeRemainingDuration": 17688,
        "chargeRemainingEnergy": 18070.052,
        "chargedEnergy": 575.316,
        "chargerFeatureHeating": false,
        "chargerFeatureIntegratedDevice": false,
        "chargerIcon": null,
        "chargerPhases1p3p": false,
        "chargerPhysicalPhases": null,
        "charging": true,
        "connected": true,
        "connectedDuration": 0,
        "disableThreshold": 0,
        "effectiveLimitSoc": 100,
        "effectiveMaxCurrent": 16,
        "effectiveMinCurrent": 6,
        "effectivePlanSoc": 0,
        "effectivePlanTime": null,
        "effectivePriority": 0,
        "enableThreshold": 0,
        "enabled": true,
        "limitEnergy": 0,
        "limitSoc": 0,
        "maxCurrent": 16,
        "minCurrent": 10,
        "mode": "minpv",
        "phaseAction": "inactive",
        "phaseRemaining": 0,
        "phasesActive": 3,
        "phasesConfigured": 3,
        "phasesEnabled": 3,
        "planEnergy": 0,
        "planOverrun": 0,
        "planProjectedStart": null,
        "planTime": null,
        "priority": 0,
        "pvAction": "inactive",
        "pvRemaining": 0,
        "sessionCo2PerKWh": null,
        "sessionEnergy": 575.316,
        "sessionPrice": null,
        "sessionPricePerKWh": null,
        "sessionSolarPercentage": 7.76,
        "smartCostActive": false,
        "title": "Carport",
        "vehicleClimaterActive": null,
        "vehicleDetectionActive": false,
        "vehicleLimitSoc": 80,
        "vehicleName": "ev4",
        "vehicleOdometer": 52150.6,
        "vehicleRange": 284,
        "vehicleSoc": 54.589
      },
      {
        "chargeCurrent": 0,
        "chargeCurrents": [0, 0, 0],
        "chargeDuration": 3430,
        "chargePower": 0,
        "chargeRemainingDuration": 0,
        "chargeRemainingEnergy": 0,
        "chargedEnergy": 8346.294,
        "chargerFeatureHeating": false,
        "chargerFeatureIntegratedDevice": false,
        "chargerIcon": null,
        "chargerPhases1p3p": false,
        "chargerPhysicalPhases": null,
        "charging": false,
        "connected": false,
        "connectedDuration": 3490,
        "disableThreshold": 0,
        "effectiveLimitSoc": 100,
        "effectiveMaxCurrent": 32,
        "effectiveMinCurrent": 6,
        "effectivePlanSoc": 0,
        "effectivePlanTime": null,
        "effectivePriority": 0,
        "enableThreshold": 0,
        "enabled": false,
        "limitEnergy": 0,
        "limitSoc": 0,
        "maxCurrent": 32,
        "minCurrent": 6,
        "mode": "pv",
        "phaseAction": "inactive",
        "phaseRemaining": 0,
        "phasesActive": 3,
        "phasesConfigured": 3,
        "phasesEnabled": 3,
        "planEnergy": 0,
        "planOverrun": 0,
        "planProjectedStart": null,
        "planTime": null,
        "priority": 0,
        "pvAction": "inactive",
        "pvRemaining": 0,
        "sessionCo2PerKWh": null,
        "sessionEnergy": 8346.294,
        "sessionPrice": null,
        "sessionPricePerKWh": null,
        "sessionSolarPercentage": 98.976,
        "smartCostActive": false,
        "title": "Hof hinten",
        "vehicleClimaterActive": null,
        "vehicleDetectionActive": false,
        "vehicleLimitSoc": 0,
        "vehicleName": "",
        "vehicleOdometer": 0,
        "vehicleRange": 0,
        "vehicleSoc": 0
      },
      {
        "chargeCurrent": 1,
        "chargeDuration": 0,
        "chargePower": 0,
        "chargeTotalImport": 2163.1,
        "chargedEnergy": 0,
        "chargerFeatureHeating": false,
        "chargerFeatureIntegratedDevice": true,
        "chargerIcon": "bike",
        "chargerPhases1p3p": false,
        "chargerPhysicalPhases": 1,
        "charging": false,
        "connected": true,
        "connectedDuration": 0,
        "disableThreshold": 0,
        "effectiveLimitSoc": 100,
        "effectiveMaxCurrent": 1,
        "effectiveMinCurrent": 0.125,
        "effectivePlanSoc": 0,
        "effectivePlanTime": null,
        "effectivePriority": 0,
        "enableThreshold": 0,
        "enabled": true,
        "limitEnergy": 0,
        "limitSoc": 0,
        "maxCurrent": 1,
        "minCurrent": 0.125,
        "mode": "now",
        "phaseAction": "inactive",
        "phaseRemaining": 0,
        "phasesActive": 1,
        "phasesConfigured": 3,
        "phasesEnabled": 3,
        "planEnergy": 0,
        "planOverrun": 0,
        "planProjectedStart": null,
        "planTime": null,
        "priority": 0,
        "pvAction": "inactive",
        "pvRemaining": 0,
        "sessionCo2PerKWh": null,
        "sessionEnergy": 0,
        "sessionPrice": null,
        "sessionPricePerKWh": null,
        "sessionSolarPercentage": 0,
        "smartCostActive": false,
        "title": "E-Bike",
        "vehicleClimaterActive": null,
        "vehicleDetectionActive": false,
        "vehicleLimitSoc": 0,
        "vehicleName": "ev5",
        "vehicleOdometer": 0,
        "vehicleRange": 0,
        "vehicleSoc": 0
      }
    ],
    "maxGridSupplyWhileBatteryCharging": 0,
    "mqtt": {
      "broker": "",
      "topic": "evcc",
      "user": "",
      "clientID": "",
      "insecure": false
    },
    "network": {
      "schema": "http",
      "host": "evcc.local",
      "port": 7070
    },
    "prioritySoc": 15,
    "pv": [
      {
        "power": 0
      }
    ],
    "pvEnergy": 0,
    "pvPower": 0,
    "residualPower": 100,
    "siteTitle": "Heitwinkel 8",
    "smartCostType": null,
    "sponsor": {
      "name": "ilion1",
      "expiresAt": "2026-07-14T09:27:19Z"
    },
    "statistics": {
      "30d": {
        "avgCo2": 0,
        "avgPrice": 0,
        "chargedKWh": 451.809894083354,
        "solarPercentage": 97.591769487358
      },
      "365d": {
        "avgCo2": 0,
        "avgPrice": 0,
        "chargedKWh": 6373.16746735269,
        "solarPercentage": 66.1174723786352
      },
      "total": {
        "avgCo2": 0,
        "avgPrice": 0,
        "chargedKWh": 7110.94659385466,
        "solarPercentage": 69.2035734854376
      }
    },
    "vehicles": {
      "W213": {
        "title": "Mercedes E-Klasse",
        "capacity": 10,
        "limitSoc": 70
      },
      "ev4": {
        "title": "KIA e-Niro",
        "icon": "car",
        "capacity": 64,
        "limitSoc": 100
      },
      "ev5": {
        "title": "E-Bike",
        "icon": "car",
        "capacity": 0.5,
        "features": [
          "Offline"
        ]
      }
    },
    "version": "0.127.3"
  }
}

@andig
Copy link
Member

andig commented Jul 2, 2024

LP1 zeigt das Problem:

"minCurrent": 10,
"effectiveMinCurrent": 6,
"vehicleName": "ev4",

Am Auto gibt es soweit ich sehe keine weiteren Einstellungen.

Ich nutze aber keine API sondern nur die Weboberfläche.

Hättest Du noch einen Screenshot, wo Du das machst?

Passiert das nur im minPV Modus?

@ilion1
Copy link
Author

ilion1 commented Jul 2, 2024

Es passiert mit beiden Autos, die regelmäßig geladen werden gleich. Am Mercedes Hybrid (2-Phasen max 16A) kann man nichts einstellen. Am KIA e-Niro kann man auch am Auto runterstellen. Dann wird der Ladestrom durch das Auto fest begrenzt unabhängig davon, ob die Wallbox mehr liefern kann.
Eigentlich kommt das nur im Modus minPV zum Tragen. Bei PV würde das Laden wahrscheinlich erst starten, wenn ausreichend Leistung vorhanden ist, so dass statt 6A z.B. mit 10A gestartet würde. Das habe ich aber nicht ausprobiert, da es sehr schwer zu testen ist mit schwankender PV-Leistung. Grundsätzlich ist das Ziel, das Auto schneller als mit 6A zu laden. Wenn ich im Modus Now den maximalen Strom begrenze, funktioniert das zwar aber bei steigender PV-Leistung würde diese nicht benutzt.
Hier der Screenshot der Einstellung: minPV + z.B. 10A
image

Bei der anderen Wallbox ABL eMH1 funktioniert es korrekt:
image
entsprechend höhere Ladeleistung:
image

@andig andig removed the stale Outdated and ready to close label Jul 2, 2024
@andig
Copy link
Member

andig commented Jul 2, 2024

@DerAndereAndi welche Limits würde die Elli hier schicken wenn ein KIA angeschlossen ist:

minLimits, maxLimits, _, err := c.uc.OpEV.CurrentLimits(evEntity)
if err != nil {
	if err == eebusapi.ErrDataNotAvailable {
		err = api.ErrNotAvailable
	}
	return minMax{}, err
}

gar keine oder Defaultwerte?

@DerAndereAndi
Copy link
Contributor

min 6A und max 16A

@andig andig added bug Something isn't working and removed question Rather clarification than issue labels Jul 2, 2024
@andig
Copy link
Member

andig commented Jul 2, 2024

@DerAndereAndi könnten wir das so ändern, dass wir die Limits (in dem Fall ja IEC) nur dann schicken wenn sie tatsächlich vom Fahrzeug kommen, wir also im ISO Modus sind?

@DerAndereAndi
Copy link
Contributor

Das finde ich nicht gut, denn es verschiebt das Problem nur auf ISO Fahrzeuge/Wallboxen anstatt es für alle zu lösen. Aber auch bei ISO ist nicht immer der Wertebereich vom Auto bekannt.

@andig
Copy link
Member

andig commented Jul 5, 2024

@ilion1 current workaround would be to configure minCurrent on vehicle. Unfortunately we don't have an api for doing that yet.

@andig
Copy link
Member

andig commented Jul 5, 2024

Das finde ich nicht gut, denn es verschiebt das Problem nur auf ISO Fahrzeuge/Wallboxen anstatt es für alle zu lösen.

@DerAndereAndi ich sehe grad keine Rundumglücklichlösung. Für IEC würde es das Problem schonmal lösen- denn da erwarten/brauchen wir auch keine Limits vom Charger.

Aber auch bei ISO ist nicht immer der Wertebereich vom Auto bekannt.

Was passiert in dem Fall? Lässt der sich im Protokoll identifizieren und dann ebenfalls keine Limits schicken? Hintergrund: wir erwarten- so wie es jetzt funktioniert- Limits hier ausschließlich vom Fahrzeug, aber keine Defaultwerte der elektrischen Installation.

@andig andig added the devices Specific device support label Jul 5, 2024
@ilion1
Copy link
Author

ilion1 commented Jul 5, 2024

@ilion1 current workaround would be to configure minCurrent on vehicle. Unfortunately we don't have an api for doing that yet.

Not a real problem for me. I just wanted to report the bug as it may affect others or might be related to other issues.

@chrikoch
Copy link

Ich häng mich hier mal mit dran, da es mir scheint dass ich das selbe Problem habe. Ich habe eine Elli Wallbox und u.a. einen Renault Twingo. Da der Twingo minimal 8A braucht zum Laden habe ich nicht nur am vehicle sondern auch am loadpoint den mincurrent auf 8A gesetzt. Da die Renault-API erfahrungsgemäß auch mal rumzickt möchte ich damit erreichen, dass mit 8A geladen wird, auch falls der Twingo nicht erkannt wurde. Sprich ein Gastfahrzeug soll auch mit 8A laden.

Hab es gerade mit der ganz aktuellen 0.130.0 versucht, trace log anbei.

Hier sieht man, dass der Ladestrom trotz mincurrent 8 am lp geringer ist:

[lp-1 ] DEBUG 2024/08/18 13:45:23 max charge current: 6.7A

Erst nachdem der Twingo erkannt wurde, wird es auf 8A gesetzt, und erst dann fängt der Twingo auch wirklich an zu laden:

[lp-1 ] DEBUG 2024/08/18 13:45:54 max charge current: 8A

evcc.log

anonymisierte Config:

network:
  schema: https
  host: xxxxxxxxxxxxx
  port: 7070

site:
  - title: Home
    meters:
      grid: Grid
      pv: PV
      battery: Battery
    residualPower: 200

interval: 30s

database:
  type: sqlite
  dsn: /var/evcc/evcc.db

loadpoints:
  - title: Elli Carport
    charger: Elli
    mode: minpv #now
    mincurrent: 8 # set to 8, because Twingo needs it, so it is 8 in case the vehicle is not identified correctly

chargers:
  - name: Elli
    type: template
    template: elliconnect
    ski: xxxxxxxxxxxxxxxxxxxxxxxxxx
    ip: xxxxxxxxxxxxxxx

tariffs:
  currency: EUR
  grid:
    type: fixed
    price: 0.30
  co2:
    type: grünstromindex
    zip: xxxxxxxxxx

meters:
  - name: Grid
    type: template
    template: fronius-solarapi-v1
    usage: grid
    host: xxxxxxxxxxxxx
  - name: PV
    type: template
    template: fronius-solarapi-v1
    usage: pv
    host: xxxxxxxxxxxxx
  - name: Battery
    type: template
    template: fronius-solarapi-v1
    usage: battery
    host: xxxxxxxxx

vehicles:
  - name: Tequila
    title: Tequila
    type: template
    template: renault
    capacity: 22
    user: xxxxxxxxxxxx
    password: xxxxxxxxxxxxxxxxx
    mincurrent: 8 #is also set as default in the loadpoint, but set it here to be sure
    #targetSoc: 80
  - name: Tesla
    title: 42
    type: template
    template: tesla
    accessToken:xxxxxxxxxxxx
    refreshToken: xxxxxxxxxxxxxxxxxxxxxxxxxx
    capacity: 60 # Akkukapazität in kWh (optional)
    mincurrent: 6 #tesla supports min 6A


eebus:
  certificate:
    public: |
      -----BEGIN CERTIFICATE-----
      xxxxxxxxxxxxxxxxxxxxxxxxxx
      -----END CERTIFICATE-----

    private: |
      -----BEGIN EC PRIVATE KEY-----
      xxxxxxxxxxxxxxxxxxxxxxxxxx
      -----END EC PRIVATE KEY-----

P.S.: Ein riesen Dankeschöne für eure Arbeit und dieses tolle Projekt!!!

@andig andig changed the title MinCurrent setting not working for Elli wallbox EEBus/Elli: loadpoint MinCurrent setting ignored Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working devices Specific device support
Projects
None yet
Development

No branches or pull requests

4 participants