Open Garage door from routine and contact opening


#1

1) Give a description of the problem
Currently the piston runs if any door is opened,

2) What is the expected behavior?
I would like to execute my “I’m leaving” ST routine and have webCore open the garage (Contact Sensor 6) for me after the laundry room door (Contact Sensor 11) is opened. The piston should only work if the laundry room door (Contact Sensor 11) is opened within 20 seconds of the ST routine “I’m Leaving” executing and should only open the garage if the garage door is in a closed state

3) What is happening/not happening?
Currently the piston runs if any door is opened, I only want it to run when one specific door opens with 20 seconds of the ST routine executing.

4) Post a Green Snapshot of the pistonimage

REMOVE BELOW AFTER READING


#2

If your door is already open, WebCore is smart enough not to try to open it again so I don’t think you need the first restriction. You should change your if to triggers rather than conditions. I suggest looking for mode changes to ‘away’ or whatever mode your I’m leaving routine sets and then Dror changes to open within 20 seconds.