Hi,
For some reason, notifications are being delayed on one of the Android devices that has the HA app installed on it. It was all fine in the morning and when I tested it in the eve, I am getting notifications after delay of 30 min or more.
I have 8 devices that have the HA app installed on them (both Android and Apple devices) and for some reason a few are having issue.
I did not change anything that I can recall.
I have turned on debugging using:
logger:
default: warning
logs:
homeassistant.components.webhook: debug
I am testing using my scripts that I have not touched and that generate notification and for debugging, just the service:
service: notify.mobile_app_xxx
data:
message: test
My logs show:
2021-06-29 18:29:45 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for f9b0730c72050dda891d9b6fd7f3abf07f9d49cc3ad3fb84fdcbec3edf1d9ce7
2021-06-29 18:37:40 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 718608850d80745b99b8698202948590c46e640fd780f68c08a4cfbf3f90b062
2021-06-29 18:41:31 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for da14956b3cbd1a03d10851b7b976ef3bc60039599e2fbb1f53ec0ff3f188c817
2021-06-29 18:45:17 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for f9b0730c72050dda891d9b6fd7f3abf07f9d49cc3ad3fb84fdcbec3edf1d9ce7
2021-06-29 18:52:40 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for e8c17b8db07c49885c8717cda7d23c9808ec389ab6d857447457d03c66e71069
2021-06-29 18:52:48 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for e8c17b8db07c49885c8717cda7d23c9808ec389ab6d857447457d03c66e71069
Regards,