hellovaras Posted June 1, 2017 Posted June 1, 2017 Hello everyone, I am sure you guys can help, so thanks in advance. I have the below program to run the fan in the bathroom when the shower door is open. The issue is, that I open the shower door, turn on the water, close the door and then a few moments later actually go into the shower. I have the below program and I would like it to run on the first "open" scenario and ignore (for a time) the others. How do I do that? I notice I open and close open and close and the fan continues. Thank you If Status Bath Entry is On AND Status Sensor is On Then Set Fan On Wait 15 Minutes Set Fan Off I Use Insteon Open Close sensor and switch and an ISY
oberkc Posted June 2, 2017 Posted June 2, 2017 Assuming that I understand your intentions, I suppose you could try something like: if status bath entry is On and status fan is off and control sensor is on then run next program (then path) Next program (disabled): if nothing then set fan on wait 15 minutes set fan off If you want to define a time other than 15 minutes to wait for the next fan trigger, a few other steps may be needed.
Recommended Posts