evcc-io / evcc

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

Pulsar: charge total import: timeout & charge rater: charge meter error timeout #13105

Closed hp-8472 closed 7 months ago

hp-8472 commented 7 months ago

Describe the bug

Wir haben einen SUNGROW SH10RT zusammen mit einer Wallbox Pulsar Plus bei uns aufgestellt. Nach dem Start scheint alles gut zu funktionieren, aber schon nach gut zwei Minuten bekomme ich immer wieder charger timeout und ab da ständig. image

Ich habe eine ganz ähnliche Problematik hier bei den Diskussionen gefunden, nur leider gibt es dabei keinen echten Workaround.

Steps to reproduce

  1. sudo systemctl start evcc

Configuration details

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

log: trace
levels:
  cache: error

# unique installation id
plant: fad75693ec47bd2c3ea7a19031d64cbcbb1308083be527e330ece9c2421a0882

interval: 30s # control cycle interval

meters:
- type: template
  template: sungrow-hybrid
  id: 1
  host: 192.168.178.97
  port: 502
  usage: grid
  modbus: tcpip
  timeout: 1m
  name: grid1
- type: template
  template: sungrow-hybrid
  id: 1
  host: 192.168.178.97
  port: 502
  usage: pv
  modbus: tcpip
  timeout: 1m
  name: pv2
- type: template
  template: sungrow-hybrid
  id: 1
  host: 192.168.178.97
  port: 502
  usage: battery
  modbus: tcpip
  timeout: 1m
  name: battery3

chargers:
- type: template
  template: pulsarplus
  timeout: 2m
  name: wallbox4

loadpoints:
- title: Rechts
  charger: wallbox4
  mode: pv

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

Log details

[main  ] INFO 2024/03/23 00:44:12 evcc 0.124.10
[main  ] INFO 2024/03/23 00:44:12 using config file: /etc/evcc.yaml
[main  ] INFO 2024/03/23 00:44:12 starting ui and api at :7070
[db    ] INFO 2024/03/23 00:44:13 using sqlite database: /home/debian/.evcc/evcc.db
[db    ] TRACE 2024/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db    ] TRACE 2024/03/23 00:44: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/03/23 00:44:13 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT * FROM `settings` 0 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db    ] TRACE 2024/03/23 00:44: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/03/23 00:44:13 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db    ] TRACE 2024/03/23 00:44: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/03/23 00:44:13 SELECT * FROM `config_details` LIMIT 1 -1 <nil>
[db    ] TRACE 2024/03/23 00:44: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/03/23 00:44:13 SELECT count(*) FROM sqlite_master WHERE type = "index" AND tbl_name = "config_details" AND name = "idx_unique" -1 <nil>
[db    ] TRACE 2024/03/23 00:44: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/03/23 00:44: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>
[db    ] TRACE 2024/03/23 00:44:13 SELECT * FROM `configs` WHERE `configs`.`class` = 2 ORDER BY id 0 <nil>
[db    ] TRACE 2024/03/23 00:44:13 SELECT * FROM `configs` WHERE `configs`.`class` = 1 ORDER BY id 0 <nil>
[ocpp-1] DEBUG 2024/03/23 00:44:13 waiting for chargepoint: 5m0s
[ocpp  ] INFO 2024/03/23 00:44:36 charge point connected, registering: Rechts-1
[ocpp  ] TRACE 2024/03/23 00:44:36 received JSON message from Rechts-1: [2,"311834880","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 0,"errorCode": "NoError","status": "Available","timestamp": "2024-03-23T00:44:36Z"}]
[ocpp  ] TRACE 2024/03/23 00:44:37 received JSON message from Rechts-1: [2,"1203903052","StatusNotification",{"info": "","vendorId": "com.wallbox","vendorErrorCode": "","connectorId": 1,"errorCode": "NoError","status": "Preparing","timestamp": "2024-03-23T00:44:36Z"}]
[ocpp  ] TRACE 2024/03/23 00:44:37 sent JSON message to Rechts-1: [3,"1203903052",{}]
[ocpp  ] TRACE 2024/03/23 00:44:37 received JSON message from Rechts-1: [2,"494768806","MeterValues",{"meterValue": [{"timestamp": "2024-03-23T00:35:33Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1146500.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "6"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "237.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "243.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "244.0"} ]} ],"connectorId": 1,"transactionId": 557460}]
[ocpp-1] DEBUG 2024/03/23 00:44:37 hijacking transaction: 557460
[ocpp  ] TRACE 2024/03/23 00:44:37 sent JSON message to Rechts-1: [3,"494768806",{}]
[ocpp  ] TRACE 2024/03/23 00:44:37 received JSON message from Rechts-1: [2,"1218478653","Heartbeat",{}]
[ocpp  ] TRACE 2024/03/23 00:44:37 sent JSON message to Rechts-1: [3,"1218478653",{"currentTime":"2024-03-23T00:44:37Z"}]
[ocpp  ] TRACE 2024/03/23 00:44:37 sent JSON message to Rechts-1: [2,"3584197956","GetConfiguration",{}]
[ocpp  ] TRACE 2024/03/23 00:44:42 received JSON message from Rechts-1: [3,"3584197956",{"unknownKey": [],"configurationKey": [{"readonly": false,"key": "AllowOfflineTxForUnknownId","value": "true"},{"readonly": false,"key": "AuthorizationCacheEnabled","value": "true"},{"readonly": false,"key": "AuthorizeRemoteTxRequests","value": "false"},{"readonly": false,"key": "BlinkRepeat","value": "10"},{"readonly": false,"key": "ClockAlignedDataInterval","value": "0"},{"readonly": false,"key": "ConnectionTimeOut","value": "120"},{"readonly": false,"key": "ConnectorPhaseRotation","value": "1.Unknown"},{"readonly": true,"key": "ConnectorPhaseRotationMaxLength","value": "1"},{"readonly": true,"key": "GetConfigurationMaxKeys","value": "50"},{"readonly": false,"key": "HeartbeatInterval","value": "60"},{"readonly": false,"key": "LightIntensity","value": "100"},{"readonly": false,"key": "LocalAuthorizeOffline","value": "true"},{"readonly": false,"key": "LocalPreAuthorize","value": "true"},{"readonly": false,"key": "MaxEnergyOnInvalidId","value": "5000"},{"readonly": false,"key": "MeterValuesAlignedData","value": "Energy.Active.Import.Register,Current.Offered,Power.Active.Import,Current.Import.L1,Current.Import.L2,Current.Import.L3,Voltage.L1-N,Voltage.L2-N,Voltage.L3-N"},{"readonly": true,"key": "MeterValuesAlignedDataMaxLength","value": "10"},{"readonly": false,"key": "MeterValuesSampledData","value": "Energy.Active.Import.Register,Current.Offered,Power.Active.Import,Current.Import,Voltage"},{"readonly": true,"key": "MeterValuesSampledDataMaxLength","value": "10"},{"readonly": false,"key": "MeterValueSampleInterval","value": "5"},{"readonly": false,"key": "MinimumStatusDuration","value": "1"},{"readonly": true,"key": "NumberOfConnectors","value": "1"},{"readonly": false,"key": "ResetRetries","value": "0"},{"readonly": false,"key": "StopTransactionOnEVSideDisconnect","value": "true"},{"readonly": false,"key": "StopTransactionOnInvalidId","value": "true"},{"readonly": false,"key": "StopTxnAlignedData","value": ""},{"readonly": true,"key": "StopTxnAlignedDataMaxLength","value": "0"},{"readonly": false,"key": "StopTxnSampledData","value": ""},{"readonly": true,"key": "StopTxnSampledDataMaxLength","value": "0"},{"readonly": true,"key": "SupportedFileTransferProtocols","value": ""},{"readonly": true,"key": "SupportedFeatureProfiles","value": "Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger"},{"readonly": true,"key": "SupportedFeatureProfilesMaxLength","value": "6"},{"readonly": false,"key": "TransactionMessageAttempts","value": "3"},{"readonly": false,"key": "TransactionMessageRetryInterval","value": "60"},{"readonly": false,"key": "UnlockConnectorOnEVSideDisconnect","value": "true"},{"readonly": false,"key": "WebSocketPingInterval","value": "50"},{"readonly": false,"key": "LocalAuthListEnabled","value": "true"},{"readonly": true,"key": "LocalAuthListMaxLength","value": "5000000"},{"readonly": true,"key": "SendLocalListMaxLength","value": "450"},{"readonly": true,"key": "ReserveConnectorZeroSupported","value": "false"},{"readonly": true,"key": "ChargeProfileMaxStackLevel","value": "3"},{"readonly": true,"key": "ChargingScheduleAllowedChargingRateUnit","value": "Current"},{"readonly": true,"key": "ChargingScheduleMaxPeriods","value": "100"},{"readonly": true,"key": "ConnectorSwitch3to1PhaseSupported","value": "false"},{"readonly": true,"key": "MaxChargingProfilesInstalled","value": "10"},{"readonly": false,"key": "chargingALimitConn1","value": "6"},{"readonly": false,"key": "AuthEnabled","value": "true"},{"readonly": false,"key": "AuthEnabledOffline","value": "true"},{"readonly": false,"key": "AuthDisabledIdTag","value": "NoAuthorization"},{"readonly": false,"key": "minSoC","value": "9"},{"readonly": false,"key": "maxSoC","value": "97"},{"readonly": true,"key": "SSID","value": "#########"},{"readonly": true,"key": "WiFiSignalStrength","value": "65"},{"readonly": true,"key": "SerialNumber","value": "210406"},{"readonly": true,"key": "PUK","value": "########"},{"readonly": false,"key": "WebSocketUrl","value": "ws://192.168.178.10:8887"},{"readonly": false,"key": "WebSocketUser","value": "Rechts-1"},{"readonly": false,"key": "WebSocketPassword","value": ""},{"readonly": false,"key": "MeterValuesSkipWhenOffline","value": "false"} ]}]
[ocpp-1] TRACE 2024/03/23 00:44:42 AllowOfflineTxForUnknownId (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 AuthDisabledIdTag (r/w): NoAuthorization
[ocpp-1] TRACE 2024/03/23 00:44:42 AuthEnabled (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 AuthEnabledOffline (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 AuthorizationCacheEnabled (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 AuthorizeRemoteTxRequests (r/w): false
[ocpp-1] TRACE 2024/03/23 00:44:42 BlinkRepeat (r/w): 10
[ocpp-1] TRACE 2024/03/23 00:44:42 ChargeProfileMaxStackLevel (r/o): 3
[ocpp-1] TRACE 2024/03/23 00:44:42 ChargingScheduleAllowedChargingRateUnit (r/o): Current
[ocpp-1] TRACE 2024/03/23 00:44:42 ChargingScheduleMaxPeriods (r/o): 100
[ocpp-1] TRACE 2024/03/23 00:44:42 ClockAlignedDataInterval (r/w): 0
[ocpp-1] TRACE 2024/03/23 00:44:42 ConnectionTimeOut (r/w): 120
[ocpp-1] TRACE 2024/03/23 00:44:42 ConnectorPhaseRotation (r/w): 1.Unknown
[ocpp-1] TRACE 2024/03/23 00:44:42 ConnectorPhaseRotationMaxLength (r/o): 1
[ocpp-1] TRACE 2024/03/23 00:44:42 ConnectorSwitch3to1PhaseSupported (r/o): false
[ocpp-1] TRACE 2024/03/23 00:44:42 GetConfigurationMaxKeys (r/o): 50
[ocpp-1] TRACE 2024/03/23 00:44:42 HeartbeatInterval (r/w): 60
[ocpp-1] TRACE 2024/03/23 00:44:42 LightIntensity (r/w): 100
[ocpp-1] TRACE 2024/03/23 00:44:42 LocalAuthListEnabled (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 LocalAuthListMaxLength (r/o): 5000000
[ocpp-1] TRACE 2024/03/23 00:44:42 LocalAuthorizeOffline (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 LocalPreAuthorize (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 MaxChargingProfilesInstalled (r/o): 10
[ocpp-1] TRACE 2024/03/23 00:44:42 MaxEnergyOnInvalidId (r/w): 5000
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValueSampleInterval (r/w): 5
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValuesAlignedData (r/w): Energy.Active.Import.Register,Current.Offered,Power.Active.Import,Current.Import.L1,Current.Import.L2,Current.Import.L3,Voltage.L1-N,Voltage.L2-N,Voltage.L3-N
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValuesAlignedDataMaxLength (r/o): 10
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValuesSampledData (r/w): Energy.Active.Import.Register,Current.Offered,Power.Active.Import,Current.Import,Voltage
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValuesSampledDataMaxLength (r/o): 10
[ocpp-1] TRACE 2024/03/23 00:44:42 MeterValuesSkipWhenOffline (r/w): false
[ocpp-1] TRACE 2024/03/23 00:44:42 MinimumStatusDuration (r/w): 1
[ocpp-1] TRACE 2024/03/23 00:44:42 NumberOfConnectors (r/o): 1
[ocpp-1] TRACE 2024/03/23 00:44:42 PUK (r/o): #######
[ocpp-1] TRACE 2024/03/23 00:44:42 ReserveConnectorZeroSupported (r/o): false
[ocpp-1] TRACE 2024/03/23 00:44:42 ResetRetries (r/w): 0
[ocpp-1] TRACE 2024/03/23 00:44:42 SSID (r/o): #########
[ocpp-1] TRACE 2024/03/23 00:44:42 SendLocalListMaxLength (r/o): 450
[ocpp-1] TRACE 2024/03/23 00:44:42 SerialNumber (r/o): 210406
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTransactionOnEVSideDisconnect (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTransactionOnInvalidId (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTxnAlignedData (r/w):
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTxnAlignedDataMaxLength (r/o): 0
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTxnSampledData (r/w):
[ocpp-1] TRACE 2024/03/23 00:44:42 StopTxnSampledDataMaxLength (r/o): 0
[ocpp-1] TRACE 2024/03/23 00:44:42 SupportedFeatureProfiles (r/o): Core,FirmwareManagement,LocalAuthListManagement,Reservation,SmartCharging,RemoteTrigger
[ocpp-1] TRACE 2024/03/23 00:44:42 SupportedFeatureProfilesMaxLength (r/o): 6
[ocpp-1] TRACE 2024/03/23 00:44:42 SupportedFileTransferProtocols (r/o):
[ocpp-1] TRACE 2024/03/23 00:44:42 TransactionMessageAttempts (r/w): 3
[ocpp-1] TRACE 2024/03/23 00:44:42 TransactionMessageRetryInterval (r/w): 60
[ocpp-1] TRACE 2024/03/23 00:44:42 UnlockConnectorOnEVSideDisconnect (r/w): true
[ocpp-1] TRACE 2024/03/23 00:44:42 WebSocketPassword (r/w):
[ocpp-1] TRACE 2024/03/23 00:44:42 WebSocketPingInterval (r/w): 50
[ocpp-1] TRACE 2024/03/23 00:44:42 WebSocketUrl (r/w): ws://192.168.178.10:8887
[ocpp-1] TRACE 2024/03/23 00:44:42 WebSocketUser (r/w): Rechts-1
[ocpp-1] TRACE 2024/03/23 00:44:42 WiFiSignalStrength (r/o): 65
[ocpp-1] TRACE 2024/03/23 00:44:42 chargingALimitConn1 (r/w): 6
[ocpp-1] TRACE 2024/03/23 00:44:42 maxSoC (r/w): 97
[ocpp-1] TRACE 2024/03/23 00:44:42 minSoC (r/w): 9
[ocpp  ] TRACE 2024/03/23 00:44:42 sent JSON message to Rechts-1: [2,"2630554169","TriggerMessage",{"requestedMessage":"MeterValues","connectorId":1}]
[db    ] TRACE 2024/03/23 00:44:42 SELECT * FROM `configs` WHERE `configs`.`class` = 3 ORDER BY id 0 <nil>
[db    ] TRACE 2024/03/23 00:44:42 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="sessions" -1 <nil>
[db    ] TRACE 2024/03/23 00:44:42 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/03/23 00:44:42 SELECT * FROM `sessions` LIMIT 1 -1 <nil>
[lp-1  ] DEBUG 2024/03/23 00:44:42 charge total import: 1146.500kWh
[db    ] TRACE 2024/03/23 00:44:42 SELECT * FROM `sessions` WHERE `Loadpoint` = "Rechts" AND `finished` = "0001-01-01 00:00:00+00:00" 0 <nil>
[ocpp  ] TRACE 2024/03/23 00:44:42 received JSON message from Rechts-1: [3,"2630554169",{"status": "Accepted"}]
[ocpp  ] TRACE 2024/03/23 00:44:42 TriggerMessage MeterValues for Rechts-1: Accepted
[site  ] INFO 2024/03/23 00:44:42 site config:
[site  ] INFO 2024/03/23 00:44:42   meters:      grid ✓ pv ✓ battery ✓
[site  ] INFO 2024/03/23 00:44:42     grid:      power ✓ energy ✓ currents ✗
[site  ] INFO 2024/03/23 00:44:42     pv 1:      power ✓ energy ✓ currents ✗
[site  ] INFO 2024/03/23 00:44:42     battery 1: power ✓ energy ✓ currents ✗ soc ✓ capacity ✗
[lp-1  ] INFO 2024/03/23 00:44:42 loadpoint 1:
[lp-1  ] INFO 2024/03/23 00:44:42   mode:        pv
[lp-1  ] INFO 2024/03/23 00:44:42   charger:     power ✓ energy ✓ currents ✗ phases ✗ wakeup ✗
[lp-1  ] INFO 2024/03/23 00:44:42   meters:      charge ✓
[lp-1  ] INFO 2024/03/23 00:44:42     charge:    power ✓ energy ✓ currents ✗
[lp-1  ] DEBUG 2024/03/23 00:44:42 phase timer inactive
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv timer inactive
[main  ] TRACE 2024/03/23 00:44:42 GET https://api.github.com/repos/evcc-io/evcc/releases/latest
[site  ] DEBUG 2024/03/23 00:44:42 ----
[lp-1  ] DEBUG 2024/03/23 00:44:42 charge power: 0W
[ocpp  ] TRACE 2024/03/23 00:44:42 received JSON message from Rechts-1: [2,"1747150251","MeterValues",{"meterValue": [{"timestamp": "2024-03-23T00:44:42Z","sampledValue": [{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Energy.Active.Import.Register","unit": "Wh","value": "1146500.0"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Current.Offered","unit": "A","value": "6"},{"format": "Raw","location": "Outlet","context": "Trigger","measurand": "Power.Active.Import","unit": "W","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3","measurand": "Current.Import","unit": "A","value": "0.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L1-N","measurand": "Voltage","unit": "V","value": "238.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L2-N","measurand": "Voltage","unit": "V","value": "244.0"},{"format": "Raw","location": "Outlet","context": "Trigger","phase": "L3-N","measurand": "Voltage","unit": "V","value": "245.0"} ]} ],"connectorId": 1,"transactionId": 557460}]
[ocpp  ] TRACE 2024/03/23 00:44:42 sent JSON message to Rechts-1: [3,"1747150251",{}]
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 01 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 01 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 02 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 02 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:44:42 pv power: 0W
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 03 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 03 00 00 00 05 01 04 02 01 cc
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 04 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 04 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 05 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 05 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 06 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 06 00 00 00 07 01 04 04 0e 9a 00 00
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 07 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 07 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:44:42 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:44:42 battery power: 460W
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 08 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 08 00 00 00 07 01 04 04 ff ff ff ff
[site  ] DEBUG 2024/03/23 00:44:42 grid meter: 1W
[modbus] TRACE 2024/03/23 00:44:42 modbus: send 00 09 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:44:42 modbus: recv 00 09 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:44:42 site power: 471W
[lp-1  ] DEBUG 2024/03/23 00:44:42 charge total import: 1146.500kWh
[lp-1  ] DEBUG 2024/03/23 00:44:42 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:44:42 charge start energy: 1.15e+03kWh
[lp-1  ] INFO 2024/03/23 00:44:42 car connected
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv timer elapse
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv timer inactive
[lp-1  ] DEBUG 2024/03/23 00:44:42 charge total import: 1146.500kWh
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv charge current: 0A = 0A + -0.683A (471W @ 3p)
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv enable timer reset
[lp-1  ] DEBUG 2024/03/23 00:44:42 pv timer inactive
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * solar_percentage) / SUM(charged_kwh) AS SolarPercentage,
                        SUM(charged_kwh) as ChargedKWh
                FROM sessions
                WHERE finished >= "2024-02-22 00:44:42.489"
                AND charged_kwh > 0
                AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh) AS AvgPrice
                FROM sessions
                WHERE finished >= "2024-02-22 00:44:42.489"
                AND charged_kwh > 0
                AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh) AS AvgCo2
                FROM sessions
                WHERE finished >= "2024-02-22 00:44:42.489"
                AND charged_kwh > 0
                AND co2_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * solar_percentage) / SUM(charged_kwh) AS SolarPercentage,
                        SUM(charged_kwh) as ChargedKWh
                FROM sessions
                WHERE finished >= "2023-03-24 00:44:42.522"
                AND charged_kwh > 0
                AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh) AS AvgPrice
                FROM sessions
                WHERE finished >= "2023-03-24 00:44:42.522"
                AND charged_kwh > 0
                AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh) AS AvgCo2
                FROM sessions
                WHERE finished >= "2023-03-24 00:44:42.522"
                AND charged_kwh > 0
                AND co2_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * solar_percentage) / SUM(charged_kwh) AS SolarPercentage,
                        SUM(charged_kwh) as ChargedKWh
                FROM sessions
                WHERE finished >= "1924-04-17 00:44:42.557"
                AND charged_kwh > 0
                AND solar_percentage IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * price_per_kwh) / SUM(charged_kwh) AS AvgPrice
                FROM sessions
                WHERE finished >= "1924-04-17 00:44:42.557"
                AND charged_kwh > 0
                AND price_per_kwh IS NOT NULL 1 <nil>
[db    ] TRACE 2024/03/23 00:44:42
                SELECT SUM(charged_kwh * co2_per_kwh) / SUM(charged_kwh) AS AvgCo2
                FROM sessions
                WHERE finished >= "1924-04-17 00:44:42.557"
                AND charged_kwh > 0
                AND co2_per_kwh IS NOT NULL 1 <nil>
[main  ] ERROR 2024/03/23 00:44:47 version check failed: Get "https://api.github.com/repos/evcc-io/evcc/releases/latest": dial tcp: lookup api.github.com: i/o timeout (installed: 0.124.10)
[site  ] DEBUG 2024/03/23 00:45:12 ----
[lp-1  ] DEBUG 2024/03/23 00:45:12 charge power: 0W
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0a 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0b 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 0b 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0c 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 0c 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:45:12 pv power: 0W
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0d 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 0d 00 00 00 05 01 04 02 02 5b
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0e 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 0e 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 0f 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 0f 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 10 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 10 00 00 00 07 01 04 04 0e 9a 00 00
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 11 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 11 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:45:12 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:45:12 battery power: 603W
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 12 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 12 00 00 00 07 01 04 04 00 01 00 00
[site  ] DEBUG 2024/03/23 00:45:12 grid meter: -1W
[modbus] TRACE 2024/03/23 00:45:12 modbus: send 00 13 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:45:12 modbus: recv 00 13 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:45:12 site power: 612W
[lp-1  ] DEBUG 2024/03/23 00:45:12 charge total import: 1146.500kWh
[lp-1  ] DEBUG 2024/03/23 00:45:12 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:45:12 pv charge current: 0A = 0A + -0.887A (612W @ 3p)
[ocpp  ] TRACE 2024/03/23 00:45:37 received JSON message from Rechts-1: [2,"723741522","Heartbeat",{}]
[ocpp  ] TRACE 2024/03/23 00:45:37 sent JSON message to Rechts-1: [3,"723741522",{"currentTime":"2024-03-23T00:45:37Z"}]
[site  ] DEBUG 2024/03/23 00:45:42 ----
[lp-1  ] DEBUG 2024/03/23 00:45:42 charge power: 0W
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 14 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 15 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 15 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 16 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 16 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:45:42 pv power: 0W
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 17 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 17 00 00 00 05 01 04 02 02 78
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 18 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 18 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 19 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 19 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 1a 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 1a 00 00 00 07 01 04 04 0e 9a 00 00
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 1b 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 1b 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:45:42 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:45:42 battery power: 632W
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 1c 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 1c 00 00 00 07 01 04 04 00 01 00 00
[site  ] DEBUG 2024/03/23 00:45:42 grid meter: -1W
[modbus] TRACE 2024/03/23 00:45:42 modbus: send 00 1d 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:45:42 modbus: recv 00 1d 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:45:42 site power: 641W
[lp-1  ] DEBUG 2024/03/23 00:45:42 charge total import: 1146.500kWh
[lp-1  ] DEBUG 2024/03/23 00:45:42 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:45:42 pv charge current: 0A = 0A + -0.929A (641W @ 3p)
[site  ] DEBUG 2024/03/23 00:46:12 ----
[lp-1  ] DEBUG 2024/03/23 00:46:12 charge power: 0W
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 1e 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 1f 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 1f 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 20 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 20 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:46:12 pv power: 0W
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 21 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 21 00 00 00 05 01 04 02 02 79
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 22 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 22 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 23 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 23 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 24 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 24 00 00 00 07 01 04 04 0e 9a 00 00
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 25 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 25 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:46:12 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:46:12 battery power: 633W
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 26 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 26 00 00 00 07 01 04 04 ff fd ff ff
[site  ] DEBUG 2024/03/23 00:46:12 grid meter: 3W
[modbus] TRACE 2024/03/23 00:46:12 modbus: send 00 27 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:46:12 modbus: recv 00 27 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:46:12 site power: 646W
[lp-1  ] DEBUG 2024/03/23 00:46:12 charge total import: 1146.500kWh
[lp-1  ] DEBUG 2024/03/23 00:46:12 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:46:12 pv charge current: 0A = 0A + -0.936A (646W @ 3p)
[ocpp  ] TRACE 2024/03/23 00:46:37 received JSON message from Rechts-1: [2,"400681568","Heartbeat",{}]
[ocpp  ] TRACE 2024/03/23 00:46:37 sent JSON message to Rechts-1: [3,"400681568",{"currentTime":"2024-03-23T00:46:37Z"}]
[site  ] DEBUG 2024/03/23 00:46:42 ----
[lp-1  ] DEBUG 2024/03/23 00:46:42 charge power: 0W
[modbus] TRACE 2024/03/23 00:46:42 modbus: send 00 28 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 29 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 29 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2a 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2a 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:46:43 pv power: 0W
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2b 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2b 00 00 00 05 01 04 02 01 c9
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2c 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2c 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2d 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2d 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2e 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2e 00 00 00 07 01 04 04 0e 9a 00 00
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 2f 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 2f 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:46:43 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:46:43 battery power: 457W
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 30 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 30 00 00 00 07 01 04 04 ff fb ff ff
[site  ] DEBUG 2024/03/23 00:46:43 grid meter: 5W
[modbus] TRACE 2024/03/23 00:46:43 modbus: send 00 31 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:46:43 modbus: recv 00 31 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:46:43 site power: 472W
[lp-1  ] ERROR 2024/03/23 00:46:43 charge total import: timeout
[lp-1  ] DEBUG 2024/03/23 00:46:43 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:46:43 pv charge current: 0A = 0A + -0.684A (472W @ 3p)
[site  ] DEBUG 2024/03/23 00:47:12 ----
[lp-1  ] ERROR 2024/03/23 00:47:13 charge meter: timeout
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 32 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 33 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 33 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 34 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 34 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:47:13 pv power: 0W
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 35 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 35 00 00 00 05 01 04 02 02 6c
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 36 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 36 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 37 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 37 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 38 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 38 00 00 00 07 01 04 04 0e 9b 00 00
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 39 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 39 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:47:13 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:47:13 battery power: 620W
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 3a 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 3a 00 00 00 07 01 04 04 00 09 00 00
[site  ] DEBUG 2024/03/23 00:47:13 grid meter: -9W
[modbus] TRACE 2024/03/23 00:47:13 modbus: send 00 3b 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:47:13 modbus: recv 00 3b 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:47:13 site power: 621W
[lp-1  ] ERROR 2024/03/23 00:47:13 charge total import: timeout
[lp-1  ] DEBUG 2024/03/23 00:47:13 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:47:13 pv charge current: 0A = 0A + -0.9A (621W @ 3p)
[ocpp  ] TRACE 2024/03/23 00:47:37 received JSON message from Rechts-1: [2,"1228194239","Heartbeat",{}]
[ocpp  ] TRACE 2024/03/23 00:47:37 sent JSON message to Rechts-1: [3,"1228194239",{"currentTime":"2024-03-23T00:47:37Z"}]
[site  ] DEBUG 2024/03/23 00:47:42 ----
[lp-1  ] ERROR 2024/03/23 00:47:43 charge meter: timeout
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 3c 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 3d 00 00 00 06 01 04 13 98 00 02
[modbus] TRACE 2024/03/23 00:47:43 modbus: recv 00 3d 00 00 00 07 01 04 04 00 00 00 00
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 3e 00 00 00 06 01 04 32 ca 00 02
[modbus] TRACE 2024/03/23 00:47:43 modbus: recv 00 3e 00 00 00 07 01 04 04 51 52 00 00
[site  ] DEBUG 2024/03/23 00:47:43 pv power: 0W
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 3f 00 00 00 06 01 04 32 dd 00 01
[modbus] TRACE 2024/03/23 00:47:43 modbus: recv 00 3f 00 00 00 05 01 04 02 02 d9
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 40 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:47:43 modbus: recv 00 40 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 41 00 00 00 06 01 04 32 c8 00 01
[modbus] TRACE 2024/03/23 00:47:43 modbus: recv 00 41 00 00 00 05 01 04 02 00 0c
[modbus] TRACE 2024/03/23 00:47:43 modbus: send 00 42 00 00 00 06 01 04 32 e2 00 02
[modbus] TRACE 2024/03/23 00:47:44 modbus: recv 00 42 00 00 00 07 01 04 04 0e 9b 00 00
[modbus] TRACE 2024/03/23 00:47:44 modbus: send 00 43 00 00 00 06 01 04 32 de 00 01
[modbus] TRACE 2024/03/23 00:47:44 modbus: recv 00 43 00 00 00 05 01 04 02 01 a9
[site  ] DEBUG 2024/03/23 00:47:44 battery soc: 43%
[site  ] DEBUG 2024/03/23 00:47:44 battery power: 729W
[modbus] TRACE 2024/03/23 00:47:44 modbus: send 00 44 00 00 00 06 01 04 32 d1 00 02
[modbus] TRACE 2024/03/23 00:47:44 modbus: recv 00 44 00 00 00 07 01 04 04 00 07 00 00
[site  ] DEBUG 2024/03/23 00:47:44 grid meter: -7W
[modbus] TRACE 2024/03/23 00:47:44 modbus: send 00 45 00 00 00 06 01 04 32 ec 00 02
[modbus] TRACE 2024/03/23 00:47:44 modbus: recv 00 45 00 00 00 07 01 04 04 d8 5b 00 00
[site  ] DEBUG 2024/03/23 00:47:44 site power: 732W
[lp-1  ] ERROR 2024/03/23 00:47:44 charge total import: timeout
[lp-1  ] DEBUG 2024/03/23 00:47:44 charger status: B
[lp-1  ] DEBUG 2024/03/23 00:47:44 pv charge current: 0A = 0A + -1.06A (732W @ 3p)

What type of operating system are you running?

Linux

Version

0.124.10

andig commented 7 months ago

[lp-1 ] ERROR 2024/03/23 00:47:13 charge meter: timeout

Deine Pulsar liefert keine Zählerwerte und anscheinend auch sonst gar nichts mehr ausser dem Heartbeat.

hp-8472 commented 7 months ago

OK, kann ich etwas tun?

andig commented 7 months ago

Probier mal Sufu welche Erfahrungen andere Anwender mit der Box haben. Ich hab das Gerät nicht.

b0e commented 7 months ago

Hi,

ich hatte ein ähnliches Verhalten mit meiner ABL ehm2 und die gleichen Fehlermeldungen. Meine Wallbox sendet nur alle 300 Sekunden MeterValues, z.B.

[ocpp  ] TRACE 2024/03/23 11:54:47 received JSON message from ABL_2W224000650: [2, "35188287", "MeterValues" ,{"connectorId":1,"transactionId":18,"meterValue":[{"timestamp":"2024-03-23T10:54:46.767+00:00","sampledValue":[{"value":"19091.351","context":"Sample.Periodic","format":"Raw","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"},{"value":"7208.7","context":"Sample.Periodic","format":"Raw","measurand":"Power.Active.Import","location":"Outlet","unit":"W"}]}]}]

evcc erwartet wohl, dass spätestens nach 2 Minuten wieder Werte kommen, weshalb nach 2min immer die Fehler kommen. Lass doch evcc mal längere Zeit laufen und such in den Logs nach den MeterValues (siehe oben). Sollte deine Wallbox auch nur alle 5 oder 10 Minuten Daten senden, kannst du einfach den timeout am Loadpoint entsprechend hochstellen.

Was nicht ganz dazu passt: Deine Wallbox sagt sie sendet im Interval von 5 Sekunden die Samples (MeterValueSampleInterval), aber vielleicht hält sich deine WB ja nicht dran?!

Ich hoff das führt nicht in eine falsche Richtung.

Lg, Achim

hp-8472 commented 7 months ago

Vielen Dank für die Hinweise

Damit habe ich es jetzt lösen können, und es ging wie folgt: An der Wallbox habe ich die OCPP Funktionalität deaktiviert, nach dem Neustart habe ich dann festgestellt dass die Wallbox gesperrt gewesen ist, warum auch immer... Daraufhin habe ich die Wallbox entsperrt und die OCPP Verbindung zum evcc wiederherstellen lassen. Seit dem läuft es ohne Probleme :)

andig commented 7 months ago

Wunderbar und danke an @b0e für den Support!