That’s what I read in all your comments but it makes no difference. Sometimes the notification will arrive in a split second and sometimes it takes up to 15 minutes whatever my settings are.
data:
ttl: 0
Priority: high
channel: Motion
importance: max
image: /local/snapshots/face_counter_latest.jpg/
url: app://com.whatsapp
clickAction: app://com.whatsapp
I can say also with iPhone 15 the notifications are coming always on time, meaning within 10 seconds. With Android (S21) that is not the case, and has never been. They come on time only when the phone is in a state to respond immediately, for example right after an other notification was played.
If the phone is just laying on table for some time, it stops responding to HA notifications on time. The notification will arrive when you next time do something with the phone or sometimes after random period. You can improve the situation by turning off all possible battery saving things, google for Don’t kill my app. But still haven’t found solutions which really work.
It is frustrating as many other apps are working well, like Whatsapp and Telegram are receiving notifications immediately. Also Traccar open source app is updating locations to server continuously no matter what.
Maybe HA app needs some background process or something to improve the situation with Android. For example Traccar app is working well, maybe it does something what HA needs as well.
did you follow the link posted 2 comments above this one? that will solve the issue.
I tried that and it seems to improve notifications with S21. With A51 there is no luck, it is very difficult for it to show notifications on time - typically they appear only when opening app.
Thank you, this worked for me.
New Samsung A35 and still not working. After phone has been hours on the table, the notifications just not arrive.
data:
ttl: 0
priority: high
This setting does not help, they just don’t arrive, until you login to your phone.
Samsung has recently promised to improve the situation significantly, it requires actions from app development also. Maybe something to take a look.
In the mean time have you looked at the remedies listed on don’t kill my app?
With Android 14 in A35, there isn’t so many settings any more. But yes, I checked those, didn’t install any Good Guardians. Most importantly HA App Battery setting is Unrestricted. Background data usage allowed.
im sorry but that is not true, Samsung adds things like power saving, data saving etc… every OS update they add something new. Every issue we have with samsung users we always walk them through settings and they discover more thigns taht need to be disabled for the app.
please dont show partial YAML, share the full automation so we can see if it was configured properly.
background work has nothing to do with the app being woken up to receive a notification, its unrelated to the app and only for apps that TARGET android 14 which the app is yet to do but still does not impact the app being woken up by the OS which is how notifications work.
in my experience dealing with samsung specific issues this is not enough and you have more settings to turn off.
I am new to the Home Assistant system and am experiencing an issue with notifications. Notifications are arriving very slowly on my Android phone. Please guide me on how to resolve this problem.
you want to follow the critical format: https://companion.home-assistant.io/docs/notifications/critical-notifications#android
if you share an example of an automation I can show you how it should look.
example with just message
text provided:
service: notify.mobile_app_*
data:
message: Test
data:
ttl: 0
priority: high
This is the one, please correct me.
data:
data:
ttl: 0
priority: high
push:
sound:
name: default
critical: 1
volume: 1
message: Top Light is off
title: Alert!
action: notify.mobile_app_honor_70
spacing is everything with YAML
action: notify.mobile_app_honor_70
data:
message: Top Light is off
title: Alert!
data:
ttl: 0
priority: high
these are invalid options for android
push:
sound:
name: default
critical: 1
volume: 1
I added the same and it’s working perfectly. Thank you very much.