Mobile Notifications sometimes, not most of the time, send after the first few seconds after reboot… after the first one or two are sent, it fails to send any others. Most of the time, that doesnt even work.
New HA install of of 2 weeks ago, 3 phones and all was working perfectly until 2 days ago. All phones are Android … Pixel6a, Pixel7, Samsung S23
I have not changed anything with the phones, logins, or entities.
Persistent notifications to the web UI work fine.
Tried a ton of stuff over 2 hours spent.
- blueprints and Developer tools
- notify.notify and specific devices
- removed one of the phones completely and re-added it… did not help.
I verified firebase DNS is not blocked in any way.
Core log…
Logger: homeassistant.components.mobile_app.notify
Source: components/mobile_app/notify.py:202
integration: Mobile App (documentation, issues)
First occurred: 5:04:15 PM (55 occurrences)
Last logged: 6:57:35 PM
Timeout sending notification to https://mobile-apps.home-assistant.io/api/sendPush/android/v1
debug log, last few lines…
laste few lines…
2025-03-14 18:48:20.979 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2727, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Action notify.device_tracker_sm_t870 not found
2025-03-14 18:48:20.981 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2727, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Action notify.device_tracker_pixel_6a not found
2025-03-14 18:48:20.983 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2727, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Action notify.device_tracker_pixel_7 not found
2025-03-14 18:48:20.985 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 2727, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Action notify.device_tracker_sm_s911u1 not found