I have an issue that I can't find a solution for.
I have used it for years but for at least 6-10 months the notification won't delete after timeout some times. I can see that the delete message is sent to the app, but the timout won't delete the notification.
#Notification won't auto delete.
1 messages · Page 1 of 1 (latest)
you say sometimes is it always the same YAML or random?
It random. And also random per user. So sometimes one sticks on my phone and sometimes it's on my wife's. I use the same delete logic on all doors and covers. A stickty while open and a delete with 20sec timeout when closed.
same device? different device? wonder if there are any errors in teh logs?
Different devices. One Google Nexus 9 pro xl and one Samsung S24.
Had missed that I can get logcat in the app. Will try to catch it there.
As you see in my added pictures the message with 20sec timeout is delivered to the app.
Hello, i'm unsure, but i bet you can't use timeout with persistants notifs
that could be a possibility as well
if you can't but wanna keep the persistant aspect of it you could just add a delay of 20s then remove the notification
Hi! Sorry for late answer, did not get notified about it. Well it has worked for several years like this, and still do, it's once or twice a day this occur on random phone. And all I need to do is to trigger the same automation to send the same timout message again.
I'm trying to catch this in the logcat but it's really hard as the logcat in the app is like a minute long.