Since deleting .ios.conf, I now only get the away for both devices. Other levels are no longer there. Also get the password type prompt on all devices…
Weird… you aren’t specifiying 443 correct? Just your address? The s in https automatically uses 443 without specifying it?
Also the base_url under http: section of config also has no port number correct?
I have to use the port number everywhere or it won’t connect.
My router used to connect to it’s internal interface if I just used https:// so I switched that off in the router (set it to not allow connections from the internet) Now I get a connection refused error. Specifying 8123 works everywhere.
I do have 80, 443 and 8123 forwarded in my router to the Pi IP address (static)
Sorry, I missed part of your earlier post. A bit surprising, but I use a non-standard port in my configuration, so I also include the port (along with https:) in my ios app configuration. Works like a charm. You can just remove the 443 re-direction and possibly 80 as well. At least with hass.io and the duckdns add-in, it works fine.
Back to your original challenge. If a standard web browser works using your external https://url:port, then I would delete the app off of your phone, and re-install it. That seemed to clear up some challenges for me.
I am wondering if I should change David’s-iPad to davids_ipad - dunno if that is possibly screwing it up. YAML can be a bit of a bitch I find although it’s validating ok.
You may be on to something. I ran into someing like this when I renamed a zwave device. It was converted with an extra underscore, and took me forever to spot it.
I use bluetooth tracking (not BLE) with our iphones to do home/away tracking. It also uses the known_devices.yaml file. I didn’t implement the iOS app until recently.
I deleted the known devices file
I changed the name in HA to exclude - and ’
Then restarted HA and it found my iPhone (I also deleted the app again there)
Now it’s recreated the known devices and I’m getting both devices as home.
No tracking of battery status or level though. Maybe that will pop back in?
I had the same error “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” untill I enabled notifications in the home assistant app, after that it worked fine.
Is it possible to have notifications from HASS to iOS in the form off persistent banners?
I want to send notifications that the user need to confirm (click on) for them to go away, e.g. for when the furnace have run out of pellets or a water leak is detected.