Hi
I am not able to read data from Fibaro push button in Node-RED.
https://www.amazon.sa/-/en/Fibaro-Z-Wave-Wall-Mount-Switch-Button/dp/B01ITN92JO
The sensor is includerat and gives some messages into the MQTT terminal like
1194/obj/zwave/usb0/node/37/basic: {"value": 255, "timestamp": 1715941791.829}
1194/evt/zwave/usb0/node/37/basic/set: {"value": 255}
1194/obj/zwave/usb0/node/37/configuration/13: {"size": 2, "value": 255, "timestamp": 1715941788.164}
1194/evt/zwave/usb0/node/37/configuration/report: {"parameter": 13, "size": 2, "value": 255}
1194/obj/zwave/usb0/node/37/configuration/10: {"size": 1, "value": 1, "timestamp": 1715941788.137}
1194/evt/zwave/usb0/node/37/configuration/report: {"parameter": 10, "size": 1, "value": 1}
1194/obj/zwave/usb0/node/37/configuration/1: {"size": 1, "value": 0, "timestamp": 1715941788.109}
1194/evt/zwave/usb0/node/37/configuration/report: {"parameter": 1, "size": 1, "value": 0}
1194/obj/zwave/usb0/node/37/last_seen: {"value": 1, "timestamp": 1715941788.083}
1194/evt/zwave/usb0/node/37/wake_up/notification: {"value":1}
1194/obj/zwave/usb0/node/37/battery: {"value": 100, "timestamp": 1715941787.985}
1194/evt/zwave/usb0/node/37/battery/report: {"value": 100}
The only function I can read in Node-RED is
1194/evt/zwave/usb0/node/37/battery/report: {"value": 100}
There are many functions available into Lynx IoT Open like:
Movement, Battery, Battery Alarm, Dimmer, Alarm General, Scene 1
Does any body has worked with this sensor before? is there something missing in Lynx portal? May be there is a bug in Lynx with this sensor.
//Mohammed