8 hours ago8 hr Based on a bug report from @mike2545 I have pushed a bugfix for external mqtt servers which also benefits stability for the whole plugin.Give it a try, then I will push to production.## 0.50.8- Enable Paho MQTT automatic reconnect with exponential backoff (2–30s)- Start with connect_async() and keep retrying when the broker is offline at startup- Show a persistent notice while waiting for or recovering the user MQTT connection- Reject publishes while disconnected instead of silently dropping commands- Resubscribe to status topics only after a successful connect callback- Defer MQTT connect/disconnect handling to the Polyglot thread to avoid races- Subscribe only newly discovered topics during DISCOVER; skip node queries on reconnect- Add on_connect_fail logging for TCP connection failures before CONNACK
Create an account or sign in to comment