iOS device won't register

My phone won’t register to to HA.

I’ve activated everything in HA, I’ve tried to reinstall the app, but nothing seem to work. This is the only lines in the log that mentions anything with the ios component.

2018-03-15 10:57:14 ERROR (SyncWorker_17) [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
2018-03-15 10:57:14 ERROR (MainThread) [homeassistant.components.notify] Failed to initialize notification service ios
2018-03-15 10:57:14 ERROR (SyncWorker_19) [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

Any ideas?

Screenshot from phone:

I would try and get the latest version, just to be safe.
Try and “click” on Notification Settings > Update push settings
Let me know if that helps.

I’m having the exact same problem with the latest version of Home Assistant and the iOS app.

Replying because I worked out why it didn’t work for me and hopefully this can help someone else.

When the Home Assistant for iOS app detected my local instance, it properly populated the URL using the base_url setting from the config. However, it used http:// instead of https:// and I use Caddy to reverse proxy the instance. Caddy automatically sends a 301 redirect for non-SSL requests.

So, the main functionality was working because Caddy was automatically bouncing things for the webkit UI. However, when the app tried to send location information, it didn’t work and I didn’t get any error from the app.

Just changing it to https in the config made it all work properly. :slight_smile:

I’ve just changed my ISP and lost connection to HA via duckdns with the ios app. A bit of research revealed the this provider blocks inbound connections on port 443. Grrr.

oh that’s nice… NOT. Care to name and shame for others to avoid?

Aussie Broadband (FTTP). There may be hope. Reading a Whirlpool Forum post from last year it looks like an email or call to tech support can get it unblocked. I’ve sent off a request. We shall see. I hope so as it has been a blisteringly fast connection during peak times compared to my old provider.

Their reasoning for blocking that and a bunch of other ports ( https://www.aussiebroadband.com.au/support/knowledge-base/general/port-blocking/ ) by default is for spam mitigation.

EDIT: port unblocked by tech support. All good.

Yeah I’m on Aussie Broadband too and had the same issue but they just unblock them if you ask.

Hi,

I am new to HA. Just playing with it, and installed the HA app on my iPhone, but noticed it does not ask for notifications and location?! so it will thus not register for it as well? am I missing something here?

I am facing the exact same problem…

Have you enabled tracking in the app settings page?

In your router port forward settings, forward port 443 to port 8123 on your hass device. That worked for me.