Timer is not counting in Developer tools - states #3151
-
|
Hello, My first bug report, maybe it's already a known bug (if so, please let me know how to search for knowing bugs or something), maybe it's not a bug, I really don't know .. but : But the bar is working with a number, so it must be in the timer protocol, well ... I think then I'm gonna convert the remaining time to a percentage and use that value, trying so I was looking in the > Developer tools > Current entity states and looked up the timer I was using, there I found that in the timer Attributes : (when I activate the timer) 'remaining: 0:05:00' appeared ... The problem I see there while the timer was running and on my dashboard the remaining time was counting down, Why the uncertainty?No response Use casesEuhm... not sure what to write here What areas might this affect?Timers Anything else?when I pressed : search for similar discussions* I got : There are no discussions here yet timer NOT running :
timer running :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
This is by design, not a bug. Entities are not allowed to "countdown" time as it would just thrash the state machine for them needing to update every second. So the remaining attribute only updates on pause or start. If you want a dynamic countdown value in a custom card, then you subtract the time difference between |
Beta Was this translation helpful? Give feedback.



finishes at is an attribute on the entity, you will need to use templates with an update frequency of 1 second if you want to build this countdown anywhere. Otherwise you need to use a card that supports counting down for timers. Many do not support that natively. If you're trying to use that custom card, this should be a discussion with that developer, not HA.