gmow1
(Gmow1)
January 22, 2025, 4:31am
1
Just recently my Notify to Android stopped working. It appears to send the message but never appears on my mobile.
I added the following and it appears to work now
"data": {
"ttl": 0,
"priority": "high",
"media_stream": "alarm_stream",
"channel": "Important_Alerts"
Anyone else?
Do I need to change all my call services?
gmow1
(Gmow1)
January 22, 2025, 3:35pm
2
Add my setup Android on Samsung S23
Following does not work anymore
{
"title": "Stuck",
"message": "{{payload}} Fire_HD Battery Alarm",
"data": {
"ttl": 0,
"priority": "high"
}
}
or
{
“message”: “{{payload}}”,
“title”: “Battery Level Notification”
}
Mikefila
(Mike Fila)
January 22, 2025, 3:58pm
3
Are your nodes still labeled call service? They were switched to action a while back. You may need to update your nodes.
gmow1
(Gmow1)
January 22, 2025, 4:12pm
4
Node’s been updated, no change.
Mikefila
(Mike Fila)
January 22, 2025, 4:18pm
5
Go to dev tools → action tab. Choose switch to yaml and paste the following
action: notify.mobile_app_pixel_7
data:
message: test
data:
priotiy: high
ttl: 0
Change mobile_app_pixel_7
to your phone and perform action. If that fails then the problem is in HA. If it goes through post the complete config of your action node.
gmow1
(Gmow1)
January 22, 2025, 4:43pm
6
Did not work. The action gets the check mark assuming it gets performed but nothing on my phone.
Changed the action to
action: notify.mobile_app_s23
data:
message: test
data:
priotiy: high
ttl: 0
media_stream: alarm stream
channel: Important_Alerts
It Works. issue with HA or Mobile App or Samsung phone?
Mikefila
(Mike Fila)
January 22, 2025, 5:37pm
7
Samsung is known to be over zealous with battery optimizations. There are additional “battery saver apps” that need to be disabled.
gmow1
(Gmow1)
January 22, 2025, 6:02pm
8
My battery setting for Home Assistant is unrestricted.
Can anyone else confirm this issue?