OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

Docker container exits if connection to MQTT server fails for any reason #189

Open garethhowell opened 3 years ago

garethhowell commented 3 years ago

In order to improve the overall reliability of my Home Assistant environment, I have moved HA to a VM on a server that's not well positioned to handle Z-Wave. I have ozwdaemon running on a Pi and connecting to HA's MQTT addon .

I am getting repeated cases where ozwdaemon has exited because it's lost the connection to the MQTT server due to a network transient.

It would be better if it could be more resilient to network transients and simply retry continuously until the connection is remade.

kpine commented 3 years ago

Duplicate of #20.