You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe only sending ChangeConfiguration for MeterValuesSampledData if it is writeable would solve that.
And sorting the values for the key MeterValuesSampledData alphabetically would ease debugging ;-)
Oh, I just saw in the code(1), that if you would order MeterValuesSampledData alphabetically it would look like what is already configured so you would not send the ChangeConfiguration request. Maybe that is the simplest solution.
Sorting needs to happen above here(2).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I configured the Go-e Charger to connect to Home Assistant on Port 9000 using ws://:9000/go-e and basic stuff works.
But Go-e has the "MeterValuesSampledData" set to read-only and therefore I get the following warnings:
The charger reports the following on the GetConfiguration Request:
Maybe only sending ChangeConfiguration for MeterValuesSampledData if it is writeable would solve that.
And sorting the values for the key MeterValuesSampledData alphabetically would ease debugging ;-)
Oh, I just saw in the code(1), that if you would order MeterValuesSampledData alphabetically it would look like what is already configured so you would not send the ChangeConfiguration request. Maybe that is the simplest solution.
Sorting needs to happen above here(2).
Thanks
Rainer
(1) https://github.com/lbbrhzn/ocpp/blob/main/custom_components/ocpp/api.py#L804
(2) https://github.com/lbbrhzn/ocpp/blob/main/custom_components/ocpp/config_flow.py#L108
Beta Was this translation helpful? Give feedback.
All reactions