Fibaro Smoke detector

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:

  1. 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.

  1. updated the default values based on the spec from here, as not all them was proper:
    http://manuals.fibaro.com/smoke-sensor/

  2. 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.

1 Like