-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Notifications are missing message text on Android #376
Comments
Same issue for me, it randomly disappeared today, while I did not update anything. I just upgraded frigate and home assistant to the latest version, re imported the blueprint and even recreated the automation but the issue still persist Home Assistant: 2025.2.1 Multiple android phones |
I had the same issue yesterday in 0.14.1. |
Same issue too ! I don't think it's related to version 0.15 I've done all the betas and RCs and I've never had the problem |
Same here. |
I tried a few other things this morning. I updated the Home Assistant App to the "Beta" release on my phone, I still have the same result. I updated the notification device to point at the HA Companion app on my Google Pixel Watch 2, and the notification text does appear on there! Odd? I gathered logs from the Home Assistant app on my Phone, I am seeing some errors for MessagingService. I am not sure if these errors are normal since I've never collected logs previously. It's also odd since the HA app hasn't updated in over a month and it is happening on both my Moto Razr 2024 and my wife's Samsung S24 FE. Maybe some Play Services update broke things? No idea. |
Same issue running on android pixel 9 |
Its interesting you all have suddenly had this start. The reason I took so long to move 0.14 to stable is because I could not work out why I wasn't getting the text any more. This has been happening for me for 1-2 months. My solution was to set message to blank and move the text to the title key instead because despite me posting about it no-one else seemed to have the issue. My HA app logs look fine and they contain th message, it just doesn't appear on the phone, but the title does. Edit. I just checked and I am in the beta program for the companion app. I assume you guys are not. So I'm now leaning towards it being app related, or am I off the mark here? |
It actually works for me. Thanks ! |
The Beta App in the Play Store worked for you? I tried joining the Beta this morning, updating the HA App, and I still had the same issue. Edit: Just to confirm. My phone is on the 2025.2.1 Android App, the Samsung is on 2025.1.2, both have the issue with notifications missing messages. |
Same, I noticed the same issue as well. Will move the text to the title as suggested |
Same here. It was working yesterday. I neither updated HA, Frigate nor the Android app since yesterday. |
Experience the same issue here. Happened suddenly without any real trigger on my end. Running:
On the theory that it's app-based, the I've been able to reproduce a minimal example and believe I understand the cause @SgtBatten. I extracted the core action: notify.mobile_app_phone_curtis
data:
title: ''
message: 'A Person was detected on the Front Door camera.'
data:
subject: 'When subtitle is uncommented, message doesnt send'
image: 'YOUR_THUMBNAIL_LINK_HERE/thumbnail.jpg' And if you comment that line out our "A person was detected" message will appear in the notification - i.e. correct behaviour. Note it must be commented out, an empty ('') string doesn't fix it (which I believe is how the blueprint treats subject when not provided). action: notify.mobile_app_phone_curtis
data:
title: ''
message: 'A Person was detected on the Front Door camera.'
data:
# subject: 'When subtitle is commented out, message DOES send'
image: 'YOUR_THUMBNAIL_LINK_HERE/thumbnail.jpg' I'm off to work for now but can pick this up a little later today. |
Fix has been pushed in the android app. Unsure how long it takes to be released. |
I'm using the beta App on Android and everything is working 😎 thank you! |
The fix is in app version 2025 2.3 based on the pre release notes. |
Yup, seems to be back to normal now! |
What version of the app? I haven't seen the update yet |
Sweet. Thanks all for the quick reports and troubleshooting. This has literally plagued me all year. |
Description
This appears to have started in the last 48 hours, since 2/7/25, and I am not sure what triggered it. The notifications do not seem to have message text anymore. I get a preview image and action buttons, grouping is working, but the message is blank on the device. This is happening on two different Android devices. I am really stuck scratching my head on this one. The logbook shows that the notification does have data in the message field.
Other automatons, with notifications, do show message text.
I have tried using both stable and beta blueprint. This was happening with Frigate v0.15-rc2 and updated this morning to v0.15, both have the same result. My Frigate HACS integration is v5.7.0. I have also checked my MQTT logs, nothing seems out of sort there either.
Version
0.14.0.3e
Automation Config
Frigate Config
Any other relevant information
The text was updated successfully, but these errors were encountered: