Good day everyone,
I have a rule that turns on the hallway lights when coming into the house form the garage door at night time. It works like a charm but because the door has the self closing mechanism, then when opening the door again to grab more stuff from the car, the trigger kicks in and turns off the hallway lights (push button on Lutron system). I was told that I can use a private boolean to fix this but I cannot find a way to get it to work. I am software developer so I was thinking I can create a variable that will hold a true or false boolean value for 15 minutes or so (whatever I define) and then I can use that boolean variable in my rule.
Thanks in advance.