Timer on Dashboard for Nodes #1266
Unanswered
mike10101011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm fairly new, so forgive me for any ignorance here. I feel like what I'm trying to do should be simple, but I can't seem to figure it out.
I have a motion sensor to control my lights. Simple enough. My Sequence is...
Event State: Motion Detected: Lights Turn ON.
Once Motion is no longer detected, I use the Current State Node to check how long the motion has been OFF. Once that reaches 5 minutes, it Calls Service: Lights Off. (I actually have three of these depending on the time of day, named Living Motion #min).
Screenshot below in case that made no sense.
What I'm wanting to do is put a Countdown on my Dashboard displaying how much time is left until the lights turn off. That time would be what is left on the Current State Node (Motion OFF). However, since I have three of those Nodes with various times, I would only want to show the one that is active. Note: My motion sensor refreshes every 60 seconds, so it can be a minute countdown rather than by seconds if that helps at all.
Beta Was this translation helpful? Give feedback.
All reactions