tiehfood
tiehfood
I also encounter this problem. Can it be fixed? Or is there a workaround?
This problem doesn't occur on versions before 1.6.0
We have the same issue, will there be a fix in the future?
We also still have this issue. Currently no clue on how to reproduce it, as it occurs randomly
@quazzie maybe this helps. If the MQTT is restarted I get the following exception from paho. After that the plugin never reconnects. ``` Apr 21 10:39:07 [INF] HaClient: publish state...
The initial connection to MQTT should work fine. There is no error message and I also get all the values. The problem starts, if the MQTT server is down or...
As also stated here #38 the plugin still works with the latests version of HA and a Tellstick ZNet Lite v2 for me. Only the reconnection is broken.
I think this might be the problem: The method `self.client.loop_start()` which is needed after a reconnect (the old thread terminates as seen in the logs) is only called in the...
@quazzie might it an option to put `self.client.loop_stop()` and `self.client.loop_start()` in the `onMqttDisconnect` and `onMqttConnect` methods instead of the `disconnect` and `connect` methods? Or what is the reason in putting...