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

SolarEdge mit LG Batterie - Batterie wird trotz Sperre entladen #18514

Open
1 task done
SeppSchade2 opened this issue Jan 31, 2025 · 1 comment
Open
1 task done

SolarEdge mit LG Batterie - Batterie wird trotz Sperre entladen #18514

SeppSchade2 opened this issue Jan 31, 2025 · 1 comment
Labels
devices Specific device support

Comments

@SeppSchade2
Copy link

Describe the bug

SolarEdge mit LG Batterie - Batterie wird trotz Sperre entladen / bei Version 0.131.8 funktioniert die Entladesperre noch

Image

Steps to reproduce

...

Configuration details

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

log: debug
levels:
  cache: error

# unique installation id
plant: 510b05

interval: 30s # control cycle interval

meters:
- type: template
  template: solaredge-hybrid 
  id: 1  
  host: 192.168.178.25  
  port: 1502  
  usage: grid  
  modbus: tcpip  
  name: grid1
- type: template
  template: solaredge-hybrid 
  id: 1  
  host: 192.168.178.25  
  port: 1502  
  usage: pv  
  modbus: tcpip  
  name: pv1
- type: template
  template: solaredge-hybrid 
  id: 1  
  host: 192.168.178.25  
  port: 1502  
  usage: battery  
  modbus: tcpip  
  name: battery1

chargers:
- type: template
  template: elliconnect 
  ski:   
  ip: 192.168.178.77  
  name: wallbox1

loadpoints:
- title: Carport
  charger: wallbox1
  mode: off

site:
  title: BadenHome
  meters:
    grid: grid1
    pv:
    - pv1
    battery:
    - battery1

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

Log details

[site ] DEBUG 2025/01/31 14:00:25 ----
[lp-1 ] DEBUG 2025/01/31 14:00:25 charge power: 0W
[site ] DEBUG 2025/01/31 14:00:25 battery 1 power: -0W
[site ] DEBUG 2025/01/31 14:00:25 grid power: 44W
[site ] DEBUG 2025/01/31 14:00:25 battery 1 soc: 33%
[site ] DEBUG 2025/01/31 14:00:25 pv 1 power: 333W
[site ] DEBUG 2025/01/31 14:00:26 grid powers: [-172 108 32]W
[site ] DEBUG 2025/01/31 14:00:26 grid currents: [-1.31 0.865 0.604]A
[site ] DEBUG 2025/01/31 14:00:26 site power: 144W
[lp-1 ] DEBUG 2025/01/31 14:00:26 charger status: B
[eebus ] DEBUG 2025/01/31 14:00:26 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 write 7234 LoadControlLimitListData
[lp-1 ] DEBUG 2025/01/31 14:00:26 max charge current: 16A
[eebus ] DEBUG 2025/01/31 14:00:26 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 write 7235 LoadControlLimitListData
[lp-1 ] DEBUG 2025/01/31 14:00:26 charger enable
[lp-1 ] DEBUG 2025/01/31 14:00:26 wake-up timer: start
[lp-1 ] DEBUG 2025/01/31 14:00:26 phase timer inactive
[lp-1 ] DEBUG 2025/01/31 14:00:26 pv timer elapse
[lp-1 ] DEBUG 2025/01/31 14:00:26 pv timer inactive
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:LoadControl to LoadControl notify 41277 LoadControlLimitListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateLimit
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:LoadControl to LoadControl result 41279 7234 ResultData 0
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:LoadControl to LoadControl notify 41280 LoadControlLimitListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateLimit
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:LoadControl to LoadControl result 41281 7235 ResultData 0
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:DeviceConfiguration to DeviceConfiguration notify 41282 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCommunicationStandard
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateAsymmetricChargingSupport
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:DeviceConfiguration to DeviceConfiguration notify 41283 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCommunicationStandard
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateAsymmetricChargingSupport
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41284 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-oscev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:26 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41285 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-oscev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:26 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:27 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41286 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:27 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7236 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7237 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7238 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:DeviceConfiguration to DeviceConfiguration notify 41290 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCommunicationStandard
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateAsymmetricChargingSupport
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:DeviceConfiguration to DeviceConfiguration notify 41291 DeviceConfigurationKeyValueListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCommunicationStandard
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateAsymmetricChargingSupport
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41292 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-oscev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41293 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-opev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-oscev-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:ElectricalConnection to ElectricalConnection notify 41294 ElectricalConnectionPermittedValueSetListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcc-DataUpdateCurrentLimits
[eebus ] DEBUG 2025/01/31 14:00:32 Recv: d:_i:47859_Elli-Wallbox-2137A1MSF4:Measurement to Measurement notify 41295 MeasurementListData
[eebus ] DEBUG 2025/01/31 14:00:32 ski 4651bc614ed9541909becbfc2ae98d09f533a627 event cem-evcem-DataUpdateCurrentPerPhase
[eebus ] DEBUG 2025/01/31 14:00:33 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7239 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:35 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7240 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:37 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7241 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:39 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7242 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:41 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7243 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:43 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7244 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:45 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7245 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:47 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7246 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:49 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7247 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:51 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7248 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:53 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7249 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:55 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7250 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:57 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7251 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:00:59 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7252 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:01 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7253 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:03 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7254 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:05 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7255 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:07 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7256 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:09 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7257 DeviceDiagnosisHeartbeatData
[site ] DEBUG 2025/01/31 14:01:10 ----
[lp-1 ] DEBUG 2025/01/31 14:01:10 charge power: 0W
[site ] DEBUG 2025/01/31 14:01:10 battery 1 power: 2906W
[site ] DEBUG 2025/01/31 14:01:10 grid power: 9571W
[site ] DEBUG 2025/01/31 14:01:10 battery 1 soc: 33%
[site ] DEBUG 2025/01/31 14:01:10 pv 1 power: 337W
[site ] DEBUG 2025/01/31 14:01:10 grid powers: [2035 3773 3765]W
[site ] DEBUG 2025/01/31 14:01:10 grid currents: [8.67 16 15.9]A
[site ] DEBUG 2025/01/31 14:01:10 site power: 12577W
[lp-1 ] DEBUG 2025/01/31 14:01:10 charger status: C
[lp-1 ] INFO 2025/01/31 14:01:10 start charging ->
[lp-1 ] DEBUG 2025/01/31 14:01:10 wake-up timer: stop
[eebus ] DEBUG 2025/01/31 14:01:11 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7258 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:13 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7259 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:15 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7260 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:17 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7261 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:19 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7262 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:21 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7263 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:23 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7264 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:25 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7265 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7266 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7267 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7268 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:33 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7269 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:35 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7270 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:37 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7271 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:39 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7272 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:41 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7273 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:43 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7274 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:45 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7275 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:47 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7276 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:49 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7277 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:51 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7278 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:53 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7279 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:55 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7280 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:57 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7281 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:01:59 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7282 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:01 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7283 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:03 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7284 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:05 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7285 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:07 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7286 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:09 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7287 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:11 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7288 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:13 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7289 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:15 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7290 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:17 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7291 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:19 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7292 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:21 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7293 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:23 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7294 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:25 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7295 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7296 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7297 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7298 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:33 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7299 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:35 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7300 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:37 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7301 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:39 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7302 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:41 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7303 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:43 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7304 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:45 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7305 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:47 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7306 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:49 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7307 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:51 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7308 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:53 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7309 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:55 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7310 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:57 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7311 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:02:59 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7312 DeviceDiagnosisHeartbeatData
[site ] DEBUG 2025/01/31 14:02:59 set battery discharge control: false
[eebus ] DEBUG 2025/01/31 14:03:01 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7313 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:03 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7314 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:05 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7315 DeviceDiagnosisHeartbeatData
[lp-1 ] WARN 2025/01/31 14:03:06 vehicle soc: unexpected status: 408 (Request Timeout) (ignored by estimator)
[lp-1 ] DEBUG 2025/01/31 14:03:06 soc estimated: 91.81% (vehicle: 86.00%)
[lp-1 ] DEBUG 2025/01/31 14:03:06 vehicle soc: 92%
[lp-1 ] ERROR 2025/01/31 14:03:06 vehicle soc limit: unexpected status: 408 (Request Timeout)
[lp-1 ] ERROR 2025/01/31 14:03:06 vehicle range: unexpected status: 408 (Request Timeout)
[site ] DEBUG 2025/01/31 14:03:06 ----
[lp-1 ] DEBUG 2025/01/31 14:03:06 charge power: 11040W
[site ] DEBUG 2025/01/31 14:03:06 battery 1 power: 3467W
[site ] DEBUG 2025/01/31 14:03:06 grid power: 7625W
[site ] DEBUG 2025/01/31 14:03:06 battery 1 soc: 31%
[site ] DEBUG 2025/01/31 14:03:06 pv 1 power: 323W
[site ] DEBUG 2025/01/31 14:03:06 grid powers: [123 3749 3755]W
[site ] DEBUG 2025/01/31 14:03:06 grid currents: [1.83 15.9 15.9]A
[site ] DEBUG 2025/01/31 14:03:06 site power: 11192W
[lp-1 ] DEBUG 2025/01/31 14:03:06 charger status: C
[lp-1 ] WARN 2025/01/31 14:03:06 vehicle soc: unexpected status: 408 (Request Timeout) (ignored by estimator)
[lp-1 ] DEBUG 2025/01/31 14:03:06 soc estimated: 92.22% (vehicle: 86.00%)
[lp-1 ] DEBUG 2025/01/31 14:03:06 vehicle soc: 92%
[lp-1 ] ERROR 2025/01/31 14:03:06 vehicle soc limit: unexpected status: 408 (Request Timeout)
[lp-1 ] ERROR 2025/01/31 14:03:06 vehicle range: unexpected status: 408 (Request Timeout)
[eebus ] DEBUG 2025/01/31 14:03:07 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7316 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:09 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7317 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:11 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7318 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:13 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7319 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:15 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7320 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:17 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7321 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:19 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7322 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:21 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7323 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:23 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7324 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:25 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7325 DeviceDiagnosisHeartbeatData
[site ] DEBUG 2025/01/31 14:03:25 ----
[lp-1 ] DEBUG 2025/01/31 14:03:25 charge power: 11040W
[site ] DEBUG 2025/01/31 14:03:25 battery 1 power: 3467W
[site ] DEBUG 2025/01/31 14:03:25 grid power: 7601W
[site ] DEBUG 2025/01/31 14:03:25 battery 1 soc: 30%
[site ] DEBUG 2025/01/31 14:03:25 pv 1 power: 337W
[site ] DEBUG 2025/01/31 14:03:25 grid powers: [121 3742 3754]W
[site ] DEBUG 2025/01/31 14:03:25 grid currents: [1.77 15.9 15.9]A
[site ] DEBUG 2025/01/31 14:03:25 site power: 11168W
[lp-1 ] DEBUG 2025/01/31 14:03:25 charger status: C
[lp-1 ] WARN 2025/01/31 14:03:26 vehicle soc: timeout (ignored by estimator)
[lp-1 ] DEBUG 2025/01/31 14:03:26 soc estimated: 92.29% (vehicle: 86.00%)
[lp-1 ] DEBUG 2025/01/31 14:03:26 vehicle soc: 92%
[lp-1 ] ERROR 2025/01/31 14:03:26 vehicle soc limit: timeout
[lp-1 ] ERROR 2025/01/31 14:03:26 vehicle range: timeout
[eebus ] DEBUG 2025/01/31 14:03:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7326 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7327 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7328 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:33 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7329 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:35 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7330 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:37 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7331 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:39 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7332 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:41 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7333 DeviceDiagnosisHeartbeatData
[site ] DEBUG 2025/01/31 14:03:41 set battery discharge control: true
[eebus ] DEBUG 2025/01/31 14:03:43 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7334 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:45 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7335 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:47 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7336 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:49 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7337 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:51 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7338 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:53 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7339 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:55 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7340 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:57 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7341 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:03:59 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7342 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:01 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7343 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:03 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7344 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:05 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7345 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:07 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7346 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:09 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7347 DeviceDiagnosisHeartbeatData
[site ] DEBUG 2025/01/31 14:04:10 ----
[lp-1 ] DEBUG 2025/01/31 14:04:10 charge power: 11040W
[site ] DEBUG 2025/01/31 14:04:10 set battery mode: hold
[site ] DEBUG 2025/01/31 14:04:10 battery 1 power: 3467W
[site ] DEBUG 2025/01/31 14:04:10 grid power: 7487W
[site ] DEBUG 2025/01/31 14:04:10 battery 1 soc: 30%
[site ] DEBUG 2025/01/31 14:04:10 pv 1 power: 435W
[site ] DEBUG 2025/01/31 14:04:10 grid powers: [-20 3737 3755]W
[site ] DEBUG 2025/01/31 14:04:10 grid currents: [-1.6 15.9 16]A
[site ] DEBUG 2025/01/31 14:04:11 site power: 11054W
[lp-1 ] DEBUG 2025/01/31 14:04:11 charger status: C
[eebus ] DEBUG 2025/01/31 14:04:11 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7348 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:13 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7349 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:15 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7350 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:17 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7351 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:19 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7352 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:21 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7353 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:23 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7354 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:25 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7355 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7356 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7357 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7358 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:33 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7359 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:35 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7360 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:37 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7361 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:39 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7362 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:41 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7363 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:43 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7364 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:45 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7365 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:47 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7366 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:49 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7367 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:51 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7368 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:53 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7369 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:55 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7370 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:04:57 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7371 DeviceDiagnosisHeartbeatData
[lp-1 ] DEBUG 2025/01/31 14:04:57 vehicle status: C
[lp-1 ] DEBUG 2025/01/31 14:04:57 soc gradient updated: soc: 93.0%, socDiff: 13.0%, energyDiff: 11316Wh, energyPerSocStep: 870.5Wh, virtualCapacity: 87049Wh
[lp-1 ] DEBUG 2025/01/31 14:04:57 vehicle soc: 93%
[lp-1 ] DEBUG 2025/01/31 14:04:57 vehicle soc limit: 100%
[lp-1 ] DEBUG 2025/01/31 14:04:57 vehicle range: 522km
[site ] DEBUG 2025/01/31 14:04:57 ----
[lp-1 ] DEBUG 2025/01/31 14:04:57 charge power: 11040W
[site ] DEBUG 2025/01/31 14:04:57 grid power: 8937W
[site ] DEBUG 2025/01/31 14:04:57 battery 1 power: 3467W
[site ] DEBUG 2025/01/31 14:04:57 pv 1 power: 334W
[site ] DEBUG 2025/01/31 14:04:57 battery 1 soc: 29%
[site ] DEBUG 2025/01/31 14:04:58 grid powers: [1450 3739 3758]W
[site ] DEBUG 2025/01/31 14:04:58 grid currents: [6.35 16.1 16]A
[site ] DEBUG 2025/01/31 14:04:58 site power: 12504W
[lp-1 ] DEBUG 2025/01/31 14:04:58 charger status: C
[lp-1 ] DEBUG 2025/01/31 14:04:58 soc estimated: 93.17% (vehicle: 93.00%)
[lp-1 ] DEBUG 2025/01/31 14:04:58 vehicle soc: 93%
[lp-1 ] DEBUG 2025/01/31 14:04:58 vehicle soc limit: 100%
[lp-1 ] DEBUG 2025/01/31 14:04:58 vehicle range: 522km
[eebus ] DEBUG 2025/01/31 14:04:59 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7372 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:01 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7373 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:03 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7374 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:05 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7375 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:07 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7376 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:09 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7377 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:11 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7378 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:13 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7379 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:15 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7380 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:17 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7381 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:19 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7382 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:21 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7383 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:23 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7384 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:25 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7385 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:27 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7386 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:29 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7387 DeviceDiagnosisHeartbeatData
[eebus ] DEBUG 2025/01/31 14:05:31 Send: d:_i:47859_Elli-Wallbox-2137A1MSF4 notify 7388 DeviceDiagnosisHeartbeatData

What type of operating system or environment does evcc run on?

HomeAssistant Add-on

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

0.133.0

@andig
Copy link
Member

andig commented Feb 2, 2025

Von SE ist in dem Log nichts zu sehen. Die Sperre wird ausgelöst:

set battery mode: hold

Siw hat sich bei SE nix geändert. Bitte nochmal probieren ob die alte Version immer noch korrekt funktioniert.

@andig andig closed this as completed Feb 2, 2025
@andig andig added the devices Specific device support label Feb 2, 2025
@andig andig reopened this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

No branches or pull requests

2 participants