Hassio - Z-wave - IOS - notification

Hassio 0.59.2

I am a total Newbie. Have Hassio up and running and a Fibaro Water Sensor and a Fibaro Smoke Sensor added to det mix.

When testing notification from Servises, I get a notification on my iPhone. But when triggering the water sensor, - no notification on my iPhone.

OZW Log:
2017-12-16 17:59:28.656 Info, Node006, Received Alarm report: type=5, level=0, sensorSrcID=0, type:Flood event:0, status=255
2017-12-16 17:59:28.656 Detail, Node006, Refreshed Value: old value=5, new value=5, type=byte
2017-12-16 17:59:28.656 Detail, Node006, Changes to this value are not verified
2017-12-16 17:59:28.657 Detail, Node006, Refreshed Value: old value=2, new value=0, type=byte
2017-12-16 17:59:28.657 Detail, Node006, Changes to this value are not verified
2017-12-16 17:59:28.657 Detail, Node006, Refreshed Value: old value=0, new value=0, type=byte
2017-12-16 17:59:28.657 Detail, Node006, Changes to this value are not verified
2017-12-16 17:59:28.657 Detail, Node006, Refreshed Value: old value=2, new value=0, type=byte
2017-12-16 17:59:28.657 Detail, Node006, Changes to this value are not verified
2017-12-16 17:59:28.657 Detail, Node006, Notification: ValueChanged

  1. Do I have to configure/program something to get notifications working for my z-wave devises?
    If so, where can I find some, Hassio 0.59.2, code examples? Have to admit I find the available documentation quite confusing not knowing if its for Hassio or Hassbian.

2.)Where can I find and download the notification sounds, so I can import them using iTunes (not able to do it within the iPhone/App. My ios.config file stating zero sound files)?

Please advise.

I am surprised that nobody responded to this request. I have the same issue. I wanted to do some research before posting my question. any ways did you get it to work? could you share your codes please

i dont have z wave devices but it looks like the trigger is the problem if you post your configuration maybe i can help also for the sound notification you just need the name of the sound from the link you posted there is a list of sounds pre install if you want a custom sound that is a bit more work but i can guide you
this is a simple sound notification

- alias: Notify iOS app
  trigger:
    ...
  action:
    service: notify.ios_<your_device_id_here>
    data:
      message: “This is a test hello world!”
      data:
        push:
          sound: "US-EN-Morgan-Freeman-Welcome-Home.wav"