I’m looking for some simple, real examples on how to use the IOS component / iPhone app. If you have something working in your own personal GitHub, please include a link. I tried to find Robbie’s (the iOS app creator) but couldn’t.
Some examples:
receive a notification on a specific phone. I’ve read the HA documentation but I didn’t see anywhere on how to fully setup notifications to specific device.
actionable notifications and get video streams from ip cameras.
Literally working on updating docs right this second
Instead of notify.iOSApp you should be sending to notify.ios_<device_id>. The device_id is what you have set in the iOS app settings, and can also be found in the ios.conf file found in your Home Assistant configuration directory.
As for camera notifications, are you saying that these docs didn’t help?
First, thanks for this app. I didn’t know what to expect and I’m excited to try it after reading the docs.
I added “ios:” to my configuration.yaml, setup a notification, setup the app on my phone (notifications only as device tracking freezes and crashes the app) and then restarted HA. I only get this in my ha log:
17-04-16 22:02:23 ERROR (Thread-3) [homeassistant.components.notify.ios] The notify.ios platform was loaded but no devices exist! Please check the documentation at https://home-assistant.io/ecosystem/ios/notifications/ for more information
17-04-16 22:02:23 ERROR (MainThread) [homeassistant.components.notify] Failed to initialize notification service ios
I also don’t see an iOS.conf file getting created.
I’ll fool around with this more during the week. I also look forward to the documentation (ex. I don’t know the difference between badge 5 vs any other badge number).
Would anybody be able to advise if you can use iOS notifications and location tracking whilst away from home if home assistant is connected to the internet but not accessible outside of the local network?