Just On/Off!
When I hold the button to initiate a dimmer mode nothing is shown in MQTT terminal. It seems that the dimmer mode is not defined in the push button
I monitored the traffics as the following when I did some clicks according to the manual:
https://manuals.fibaro.com/content/manuals/en/FGPB-101/FGPB-101-EN-T-v1.2.pdf
and there are some configurations/parameters when I do 4 clicks, But I not sure how to change.
1 click:
388/obj/zwave/usb0/node/30/basic: {"value": 255, "timestamp": 1754559400.72}
388/evt/zwave/usb0/node/30/basic/set: {"value": 255}
2 clicks
388/obj/zwave/usb0/node/30/basic: {"value": 255, "timestamp": 1754559415.967}
388/evt/zwave/usb0/node/30/basic/set: {"value": 255}
388/obj/zwave/usb0/node/30/basic: {"value": 255, "timestamp": 1754559415.949}
388/evt/zwave/usb0/node/30/basic/set: {"value": 255}
3 clicks
nothing
4 clicks
388/obj/zwave/usb0/node/30/battery: {"value": 100, "timestamp": 1754559435.804}
388/evt/zwave/usb0/node/30/battery/report: {"value": 100}
388/obj/zwave/usb0/node/30/configuration/13: {"value": 255, "size": 2, "timestamp": 1754559435.765}
388/evt/zwave/usb0/node/30/configuration/report: {"value": 255, "parameter": 13, "size": 2}
388/obj/zwave/usb0/node/30/configuration/10: {"value": 1, "size": 1, "timestamp": 1754559435.725}
388/evt/zwave/usb0/node/30/configuration/report: {"value": 1, "parameter": 10, "size": 1}
388/obj/zwave/usb0/node/30/configuration/1: {"value": 0, "size": 1, "timestamp": 1754559435.686}
388/evt/zwave/usb0/node/30/configuration/report: {"value": 0, "parameter": 1, "size": 1}
388/obj/zwave/usb0/node/30/last_seen: {"value": 1, "timestamp": 1754559435.646}
388/evt/zwave/usb0/node/30/wake_up/notification: {"value":1}
5 clicks
nothing
//Mohammed