FIXED FIBARO SMOKE SENSOR DEVICE HANDLER
As the original device handler seems not to be working properly, and haven’t give a chance to update the sensor:
- I used “poisike” tip and removed the check for MSR datavalue:
if (!isConfigured() && getDataValue(“MSR”)?.startsWith(“010F-0C02”))
so the configration is being send properly now. Tip: remember to click the button on the sensor after you update the configratuion in UI.
-
updated the default values based on the spec from here, as not all them was proper:
http://manuals.fibaro.com/smoke-sensor/ -
added configuration for wakeup interval. Minimum is 70 mins based on the spec.
The device handler can be downloaded form here:
Feel free to testm, share and let me know if it works for you.