syssi / homeassistant-goecharger-mqtt

go-eCharger integration for Home Assistant using the MQTT API
Apache License 2.0
75 stars 17 forks source link

sensors not updated #163

Closed KarlAtTheHub closed 1 week ago

KarlAtTheHub commented 2 weeks ago

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.

KarlAtTheHub commented 1 week ago

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.