Alfen Eve pro - not all values read #868
Replies: 1 comment
-
Update: issue resolved itself. Next day when I looked, all values where received (don't know what solved it, tough). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with the combination of HA OCPP with an Alfen Eve charger.
They connect fine but not all the selected MeterValuesSampledData are received from the charger:
The charger accepts the keys from HA-OCPP:
`2023-07-13 21:44:42.958 INFO (MainThread) [ocpp] DIE_2519: send [2,"dfc03dab-a862-425f-acb5-3d3019470de8","GetConfiguration",{"key":["MeterValuesSampledData"]}]
2023-07-13 21:44:43.003 INFO (MainThread) [ocpp] DIE_2519: receive message [3,"dfc03dab-a862-425f-acb5-3d3019470de8",{"configurationKey":[{"key":"MeterValuesSampledData","readonly":false,"value":"Energy.Active.Import.Register,Power.Active.Import,Current.Import,Voltage,Current.Offered,Frequency"}]}]
2023-07-13 21:44:43.011 INFO (MainThread) [ocpp] DIE_2519: send [2,"9fb8a502-576e-49d9-a5ed-082849231ffa","ChangeConfiguration",{"key":"MeterValuesSampledData","value":"Energy.Active.Import.Register,Power.Active.Import,Current.Import,Current.Offered,Frequency"}]
2023-07-13 21:44:43.064 INFO (MainThread) [ocpp] DIE_2519: receive message [3,"9fb8a502-576e-49d9-a5ed-082849231ffa",{"status":"Accepted"}]
`
But afterwards only one single key is exchanged:
`2023-07-13 22:24:35.970 INFO (MainThread) [ocpp] DIE_2519: receive message [2,"709","MeterValues",{"connectorId":1,"transactionId":1689279870,"meterValue":[{"timestamp":"2021-08-05T17:40:20Z","sampledValue":[{"value":"922.880","context":"Sample.Periodic","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
2023-07-13 22:24:35.974 INFO (MainThread) [ocpp] DIE_2519: send [3,"709",{}]
2023-07-13 22:24:38.735 INFO (MainThread) [ocpp] DIE_2519: receive message [2,"710","MeterValues",{"connectorId":1,"transactionId":1689279870,"meterValue":[{"timestamp":"2021-08-05T17:55:20Z","sampledValue":[{"value":"923.340","context":"Sample.Periodic","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
2023-07-13 22:24:38.739 INFO (MainThread) [ocpp] DIE_2519: send [3,"710",{}]
2023-07-13 22:24:41.504 INFO (MainThread) [ocpp] DIE_2519: receive message [2,"711","MeterValues",{"connectorId":1,"transactionId":1689279870,"meterValue":[{"timestamp":"2021-08-05T18:10:20Z","sampledValue":[{"value":"923.800","context":"Sample.Periodic","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
2023-07-13 22:24:41.507 INFO (MainThread) [ocpp] DIE_2519: send [3,"711",{}]
2023-07-13 22:24:44.249 INFO (MainThread) [ocpp] DIE_2519: receive message [2,"712","MeterValues",{"connectorId":1,"transactionId":1689279870,"meterValue":[{"timestamp":"2021-08-05T18:25:20Z","sampledValue":[{"value":"924.250","context":"Sample.Periodic","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
`
What could be the reason for this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions