You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on getting a timer for my washer and dryer to show up on my custom home matrix screen. I have a timer in home assistant that calculates remaining time from the dryer sensor. I'm using this timer in the example from the wiki. The timer shows up on the matrix screen appropriately but does not update or countdown. It remains with the same time as what initially populates and does not change at all. It does not countdown while on screen and does not change between screen cycles.
I have also tried replacing the text that gets sent to the matrix with a direct measure of the dryer.sensor end time and it ends up in the same results: initial time measure that does not change or count down.
Your trigger works once, displays text with the timer state, and never updates this state again. You need to change the automation in HA so that it updates the screen when the timer changes.
Question
I am working on getting a timer for my washer and dryer to show up on my custom home matrix screen. I have a timer in home assistant that calculates remaining time from the dryer sensor. I'm using this timer in the example from the wiki. The timer shows up on the matrix screen appropriately but does not update or countdown. It remains with the same time as what initially populates and does not change at all. It does not countdown while on screen and does not change between screen cycles.
My automation yaml:
Additional information
Additional context
I have also tried replacing the text that gets sent to the matrix with a direct measure of the dryer.sensor end time and it ends up in the same results: initial time measure that does not change or count down.
Matrix Config yaml
The text was updated successfully, but these errors were encountered: