I am getting the same as you. Spent over 2 hours this morning getting notifications to work and then tonight when lights and fireplace turn on ALL notifications that were working have now stopped and throw the same error as you.
Glad you posted this as I was starting to tweak my settings again trying to make them work.
I just tried a manual alert to my iPad and that works OK but not to my phone
**** UPDATE ****
Managed to get notifications working by deleting the iphone integration in HA, reset the config on the beta app, logging back in on the app then restarting HA.
I had it again today. Imported the server again and after force closing the app they started working again. Have got all the old style iOS notifications from a backup so may remove these if they keep causing an issue and revert back to the old iOS ones for now.
Has there been any updates on location either in the app or in Hassio? My location updates are broken. I use both iBeacon and GPS to track when I enter different zones but it’s not working since some days ago.
It seems like the app is not updating the device tracker, and I’ve checked the name and it’s the same.
I have downloaded the 1.5 version and used the same ID and after updating location it worked just fine
I’m guessing you have automatically hide toolbar disabled in the general app settings. I can certainly reproduce this behaviour if I do that. If turn automatically hiding to toolbar back on it’s ok.
Hi,
Added the new mobile_app Component to my configuration.
Now I get error messages when fire old notify.ios notifications. New is working but only to a single device.
Error while executing automation automation.notify_venta_wassertank_leer_oder_manuell_ausgeschaltet. Unknown error for call_service at pos 1:
And is it possible so spray notifications to all mobile_app devices??? Like notify.ios
I am unable to get push notifications working on the beta. I am using build 40 against 0.91.2. I have tried the following:
Remove all mobile apps in “integration” and then restart hass. Then reset phone via app and re-log in.
“import push configuration from server”
Changing the name of the app and doing the above
Crying a bit
At this point I dont even see the device listed as an available target to notify, and when I try the old name I get an error related to rateLimits
2019-04-17 09:47:54 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139992112233104] 'rateLimits'
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/websocket_api/commands.py", line 122, in handle_call_service
connection.context(msg))
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1138, in async_call
self._execute_service(handler, service_call))
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1160, in _execute_service
await handler.func(service_call)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/notify/__init__.py", line 117, in async_notify_message
await notify_service.async_send_message(**kwargs)
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/ios/notify.py", line 103, in send_message
log_rate_limits(self.hass, target, req.json())
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/ios/notify.py", line 23, in log_rate_limits
rate_limits = resp["rateLimits"]
KeyError: 'rateLimits'