Fibaro flood sensor does not notify ios device

Hello, I’m quite new to this and I think I’ve read all the discussions about the fibaro flood sensor, however I can’t get the notifications to work on my ios devices. I’ve added the following code to my configuration.yaml, but I don’t receive any message. When I look into the states of the sensor, then it changes to 5 when the sensor is wet.

Any help would be much appreciated.

automation:
  - alias: water
    trigger:
      platform: numeric_state
      entity_id: sensor.fibaro_system_fgfs101_zwave_flood_sensor_alarm_level
      above: 0
    action:
      service: notify.mobile_app_ipad_von_andreas
      data:
        title: "Water"
        message: "water detected {{ states('sensor.fibaro_system_fgfs101_zwave_flood_sensor_alarm_level') }}

Thanks.

I found a pretty good guidance here https://domotiqueiot.wordpress.com/2018/05/26/integration-du-fibaro-flood-sensor-detecteur-de-fuites-deau-dans-home-assistant/ and finally got it to work.

In case someone else is having an issue with that.

Cheers.

1 Like