toreamun / amshan-homeassistant

Home Assistant integrasjon for strømmålere (AMS/HAN/P1). Integrasjonen støter både streaming (serieport/TCP-IP) og MQTT (Tibber Pulse, energyintelligence.se etc)
MIT License
146 stars 9 forks source link

Integration hangs at startup after MQTT setup #32

Closed toreamun closed 2 years ago

toreamun commented 2 years ago

Integration may sometime "hang" at startup after MQTT has been successfully added. The integration will continue as normal if restarted.

This seems to be an issue related to HASS MQTT. No messages are received from the topic by the integration. Messages are received as normal by the MQTT integration (received messages are not visible in the listen to topic debug panel in MQTT config due to a bug in MQTT integration when displaying binary messages, but can be seen as a warning from MQTT in the log).

toreamun commented 2 years ago

https://github.com/home-assistant/core/issues/67231