I recently installed a Fibaro FGK-101-ZW5 door/window sensor with a temperature sensor, but I’m having trouble getting the temperature readings to update in OpenHAB. The door sensor and battery level are working fine, but the temperature isn’t updating at all. I’ve double-checked the installation, and the sensor is properly powered. I included the device after installing the temperature sensor, and I believe the parameters are set correctly. Other devices of the same kind are working perfectly with the same configuration, so I’m not sure why this one isn’t working.
Here’s the configuration I’m using:
Contact ctPuerta {zwave=“25:0:command=sensor_binary,respond_to_basic=true,refresh_interval=0”}
Number nbTempPuerta {zwave=“25:2:command=sensor_multilevel,sensor_type=1,refresh_interval=0”}
Dimmer dmBateriaSensorPuerta {zwave=“25:0:command=battery,refresh_interval=3600”}
My controller is an Aeon Labs Z-Stick (the old one, not Gen5), and it’s assigned to the FGK-101-ZW5 association group named “Sensor ZW-3”. The other devices I have are the older version (Fibaro FGK-101), and they work fine. I suspect the issue might be related to the command class for the Gen5 version. Does anyone know how to configure this properly for OpenHAB 1.8? Any help would be greatly appreciated!