i’m a bit confused because this morning -without any changes to the config- one of my automations started firing every minute. It worked as intended (on change of the numeric value) for at least a year or so…
The sensor itself is a rest sensor which calls a file from my webserver. On webserver side nothing has been changed and the file is being generated every 30 mins there. Looks the same, timestamps are fine… so shouldn’t be the issue.
My impression was, that “numeric_change” triggers only fire when the numeric value changes… but now it fires constantly every minute… what am i overseeing?
somehow the lines are dotted since 10 a.m. - which is the time where the constant notifications started.
Which should be fine, since thats exactly what i want - as soon as the price drops i get an notification. Thats how it worked all over the past months… so i will go and hunt for the cause of the line above being dotted… could be something on the network side. The automation should be fine.
Will update as soon as i found the root cause - thanks a lot for the hint
No. The numeric sensor is triggering fromunknown to a value below 1.7. Changing tounknown will not trigger it. Nothing is being converted, there are no float filters with (0) defaults here.
Why would it then start sending the messages at 10?
If you are correct then there shouldn’t have been a message before 11:52.
Since this post was created 11:18, we can assume a few messages has been sent prior to 11:52
Look at the graph. It shouldn’t have sent any notifications at that time. But it did.
So either something is fundamentally wrong with HA or it does trigger when unavailable
Yep, will investigate. In the meantime i tried to chill it via “timeout:60” and “ccan_interval:300”, so maybe thats fine until i find out the network issues:
Could be that i played around with the value during that time. I changed it from 1.75 to 1.70 to see if that makes a difference. Sorry for the confusion, i’m pretty sure it has something to do with the network side. Makes most sense since the automation was running fine and everything else also runs fine - so HA itself should be good…