Hello.
I have in my kitchen a Fibaro FGS-223 device. I’ve created an automation using the zwave_js_value_notification event that fires when I double click. This automation turns a socket I have in my kitchen on and off. Works correctly.
My problem is that when I double click, the kitchen lights turn on or off as well. I would like them to only turn on or off when I do a single click. It’s possible?
I currently have this setup on the Z-Wave device:
Parameter 20. Input Button/Switch Configuration: Switch (status changes when switch change)
Parameter 33. Key S1 Associations: Double Click Value Sent: 99
Parameter 28. Key S1 Send Scenes When Pressed 2 Times: Checked
Parameter 30. Key S1 Associations: Send When Double Clicking
Requires Key S1 to be configured as momentary or to change each time input changes: Enable
Thanks in advance.