-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MQTT Reconnection Bug #3558
Conversation
If you restart your wifi router, and you have Tasmota_MQTT Library with wificonfig 5, Tasmota don't realize of this MQTT disconnection.
After several tests of this Tasmota_MQTT Library I found it very reliable. Please, consider adding this library as default. Thanks. |
Thank you so much! This bug has been destroying my life for ages! ;) |
Good jobs! Thank you so much! |
Fix MQTT Reconnection Bug
6.1.1.8 * Fix MQTT reconnection detection when using TasmotaMqtt library (arendst#3558) * Add build time setting of ButtonTopic and SwitchTopic (arendst#3414) * Add display features and dynamic buffering
Trying to confirm that the newest development branches now default to using PubsClient again, resolve this issue as well. That, as of now, the recommendation is, if we're compiling our own firmware images, to switch back to using PubsClient over TASMOTA_MQTT because it addresses this problem and also has a smaller memory footprint. Is this an accurate statement? |
yes, thanks 👍 |
If you restart your wifi router, and you have Tasmota_MQTT Library with
wificonfig 5
, Tasmota don't realize of this MQTT disconnection.This solves issue #3314