I have a few Fibaro FGS213 and FGS223 around my house. one of the options is to not use them as relays but as scene selectors. basically if you hit the switch twice, it will send an event; this can then be used by an automation in HA to do something.etc ive been using this bleuprint (https://community.home-assistant.io/t/zwave-js-fibaro-single-double-switch-2-fgs213-fgs223-button-scenes/335467) for a couple of years. i noticed the other day that this no longer works for any off them. when i switch on debug mode i can see that it triggers the relay but does not send the scene.
2026-02-09 16:07:46.445 CNTRLR [Node 033] [~] [Binary Switch] currentValue: true => false [Endpoint 2]
2026-02-09 16:07:46.445 DRIVER « [Node 033] [REQ] [BridgeApplicationCommand]
│ RSSI: -76 dBm
└─[MultiChannelCCCommandEncapsulation]
│ source: 2
│ destination: 0
└─[BinarySwitchCCReport]
current value: false
2026-02-09 16:07:48.132 SERIAL « 0x011500a8000001002107600d02002503ff00b5007f7f66 (23 bytes)
2026-02-09 16:07:48.134 SERIAL » [ACK] (0x06)
i checked parameter 28 and 29 are set to 15. which means sent scene for single click,double click, triple click and hold/release. when i select 'zwave_js_value_notification' under events in developer tools and start listening, i see nothing appear if i press the switch.
does anyone have an idea?
A simple scene blueprint for a Fibaro Switch devices. Button is selectable S1/S2 to keept the action list short and tidy. Tested with FGS223, but should work for FGS213 and similar. Select a compatile device and choose a scene 001 for S1 or 002 for S2 button. Actions: Key pressed Key pressed x2 Key pressed x3 Key held down Key released ...