Hello everyone, I’ve been having an issue with my Z-Wave devices where manual button presses aren’t triggering any events in my OpenHAB setup. This is particularly frustrating with my Fakro ZWS12 window motors, which I’ve successfully integrated into the database thanks to CD-Jackson’s efforts. However, when I press the manual button on the window, nothing seems to register in the system. I’ve tried debugging and reviewed the logs, but I’m not quite sure where the problem lies.
Let me walk you through what I’ve done so far. First, I ensured that the device was properly included in the network and that all necessary associations were set up. I also checked the debug logs, which show that the device is receiving commands, but no events are being triggered when the button is pressed. Here’s a snippet from the logs:
2018-08-05 16:27:47.467 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 02 03 20 03 00 D0
2018-08-05 16:27:47.479 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
From what I understand, the device is sending a Basic Report command, but it’s not being interpreted as an event. I’ve tried different versions of the binding and even reinstalled the device, but the issue persists. I’m wondering if there’s a specific configuration or rule I need to set up to capture these manual button presses.
I’ve also noticed that other Z-Wave devices in my network are working fine, so it’s likely not a controller or network-wide issue. I’m hoping someone with more experience in Z-Wave configurations might have some insights or suggestions on how to resolve this. Any help would be greatly appreciated!
Thanks in advance for your time and support!