mydevbox / hubitat-mqtt-link

MIT License
26 stars 16 forks source link

Fix spurious connected messages #2

Closed DTTerastar closed 3 years ago

DTTerastar commented 3 years ago

This improves the connection handling of mqtt link so that it doesn't try and connect over and over if something is wrong. In my testing it gravefully handled mqtt being stopped and started. It also fixes all the logging and events that were being created by the old code. (They were enough to slow down my hub badly)