OpenZWave / qt-openzwave

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

Wrong device state in HA due to QoS 0 #201

Open roel00 opened 3 years ago

roel00 commented 3 years ago

I run ozw daemon on a separate machine connected through wifi. When the wifi signal is interrupted, the state of random zwave devices is usually messed up. The only way to solve this, is by refreshing each individual device, or by physically changing the state. Currently, the MQTT messages are sent from ozw daemon using QoS 0. I think using Qos 1 or 2 might be essential for state updates to prevent corruption of the state shown in HA. I would be happy dealing with the increased traffic on my Wifi6 network.

1iveowl commented 3 years ago

Could this be related to #200 too?

Tieske commented 3 years ago

I have the OZW deamon, Mosquitto, and Node-Red running in Docker containers on a Synology NAS. I regularly observe messages being missed. Would love to be able to set the QoS level.