syssi/homeassistant-goecharger-mqtt

sensors not updated

Closed this issue · 1 comments

I have HA 2024.6.3, Mosquitto broker and go-eCharger (MQTT) integration set up.
I can see the MQTT messages in the MQTT integration, but the values in go-eCharger (MQTT) integration are not updated.
Only if I initiate a reload of the integration, the values seem to be updated once.

During installation of mosquitto, mosquitto integration and go-echarger integration, I tested both topic versions - "go-eCharger/xxxxxx" and "/go-eCharger/xxxxxx".
go-eCharger integration searches for both topics during setup and in my case it took the one, that I did not use anymore and therefore did not get new messages, which came on the other topic version.
After cleaning the mosquitto db from old topics, go-eCharger integration works fine.