qt-openzwave icon indicating copy to clipboard operation
qt-openzwave copied to clipboard

Wrong device state in HA due to QoS 0

Open roel00 opened this issue 4 years ago • 2 comments

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.

roel00 avatar Jan 20 '21 18:01 roel00

Could this be related to #200 too?

1iveowl avatar Jan 21 '21 14:01 1iveowl

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.

Tieske avatar Apr 06 '21 15:04 Tieske