Hello I am trying to get a light to turn on and stay on for 5 minutes when my garage door opens. I can do this with a few apps.
Mainly though I don’t want it to turn off if the lights are already on or if I switch them on after it opens. I know this is possible, but can not figure it out.
That’s weird. I use Smart Light Timer for almost the same thing (mine is triggered by “normal” house doors instead of a garage door, but it works exactly like you described you want it to work.
Thank you so much for posting that. Works great! Online thing that would be nice is if I manually flip a switch that it could cancel the auto shut off. Is this possible somehow?
Just thought I would check back and see if anyone had any other ideas on a way to cancel the timer with switch. This looks possible with the overwrite runIn command, but no idea how to implement it at all.
What is it you want to do? That little app starts the timer unless the light was already on at the moment of being triggered. So now what, the light is triggered to turn on, and will turn off after x minutes. What is it that you want to do to cancel the timer? The light is already on, so you would need something else to trigger cancelling the timer. What is that something else?? Unfortunately, using the light switch won’t work, because it’s already on.
Gotcha makes sense. However I have a switch that is separate from the devices that turn on when the light turns on for x amount of minutes. I’m wanting to cancel this countdown timer if I turn on a switch so the lights do not turn off.
Hopefully makes sense and I’m not sure if possible or not, still learning.
Yes, if you have a different switch, that can be used. So the logic would be as follows:
The trigger turns on light #1, and that starts a timer (unless it was already on). Now, switch #2 turns on, and that action cancels the timer. That’s simple to do. I could make that mod in just a few minutes if this is what you want.
OK, it’s done, same file as above. Just follow the link above to get the updated copy, then copy/paste into IDE to install. Let me know if it works for you!