You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the open-zwave and compile it myself to use with Domoticz.
I notice, my 2 gangs light switch will keep communicate with the Z-wave stick every second. I am able to reproduce the problem by:
Restart the system and run openzwave
Let openzwave queried all nodes
Turn on the switch then turn it off
Below is the error logs (It keep running until it crash with libc.so.6 and libpthread.so.0:
@lily148 , to me, this appears to be a Binary Switch that may have the same issue as the DZ15S that returns a V1 report when it's V2 capable. I've not been able to confirm this for your device, but if it is true, then my PR (#2370) that fixed (or worked around) my issue could work for you.
Given that you downloaded and compiled yourself, maybe you want to try that PR on your version and give some feedback? It's maybe a bit of a shot in the dark, but you never know.
My symptoms were the same. Everything was fine until I turn one of the DZ15S binary switches OFF. Turning ON had no issue, just OFF was the issue which is how I interpret your comments.
Another qualifier would be whether your switch is V2 compatible and responds with a V1 message. You can follow my troubleshooting (with insights and direction from @kpine) here: OpenZWave/qt-openzwave#146
Issue Guidelines
I downloaded the open-zwave and compile it myself to use with Domoticz.
I notice, my 2 gangs light switch will keep communicate with the Z-wave stick every second. I am able to reproduce the problem by:
Below is the error logs (It keep running until it crash with libc.so.6 and libpthread.so.0:
The text was updated successfully, but these errors were encountered: