#Fibaro FGS213 and FGS223 scenes

1 messages · Page 1 of 1 (latest)

spice dawn
#

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?

sudden adder
#

is the above log everything that's received when you press the buttons?

spice dawn
#

yes. attached the log. device 33 and 32 are fibaro FGS213. on 33 i went to both buttons attached to the device. clicked once, twice and hold. on device 32 i only did this to one button. as you see it no longer sends scene information.

i have re-interviewed the devices multiple times. i have reapplied the parameters. but no scene info...

sudden adder
#

What have you set these parameters to?

spice dawn
#

they are and were always set to 15. which is 1+2+4+8. i tried setting them to 1 and 2 but this didnt seem to help either. i still didnt see any scenes.
according to home assistant the last time the scenes were used was on 1st of Feb. If im not mistaken around that time i had a lot of repair jobs in Home Assistant that had to do with all my zwave devices. i do not remember the wording of the repair.

sudden adder
#

No matter what happened on the HA side, these scenes should still be sent by the device with this configuration. But they are not.

The only option I see now is: exclude, factory reset, then include again and see if that helps.
Otherwise, contact Fibaro Support

spice dawn
#

ok, this is weird. yesterday i decided to factory reset the devices. before starting to remove the switch from the wall, i tried the switch and it sent the scene. same for the other device....

2026-02-16 10:21:22.308 SERIAL « 0x011500a8000001002107600d02002503ff00b6007f7f65                    (23 bytes)
2026-02-16 10:21:22.309 SERIAL » [ACK]                                                                   (0x06)
2026-02-16 10:21:22.310 CNTRLR   [Node 033] [~] [Binary Switch] currentValue: false => true        [Endpoint 2]
2026-02-16 10:21:22.311 DRIVER « [Node 033] [REQ] [BridgeApplicationCommand]
                                 │ RSSI: -74 dBm
                                 └─[MultiChannelCCCommandEncapsulation]
                                   │ source:      2
                                   │ destination: 0
                                   └─[BinarySwitchCCReport]
                                       current value: true
2026-02-16 10:21:22.348 SERIAL « 0x011300a80000010021055b032e000200b4007f7fa1                        (21 bytes)
2026-02-16 10:21:22.349 SERIAL » [ACK]                                                                   (0x06)
2026-02-16 10:21:22.351 DRIVER « [Node 033] [REQ] [BridgeApplicationCommand]
                                 │ RSSI: -76 dBm
                                 └─[CentralSceneCCNotification]
                                     sequence number: 46
                                     key attribute:   KeyPressed
                                     scene number:    2
2026-02-16 10:21:22.352 CNTRLR   [Node 033] [!] [Central Scene] scene[002]: 0
2026-02-16 10:21:22.353 CNTRLR « [Node 033] received CentralScene notification {
                                     "nodeId": 33,
                                     "ccId": "Central Scene",
                                     "ccCommand": "0x03"
                                 }