Door Lock Control


#1

1) Give a description of the problem
I want the deadbolt to retract if the door is open

2) What is the expected behaviour?
If deadbolt is inadvertently closed while the door is open I want it to immediately retract

3) What is happening/not happening?
Door open, Contact sensor open the deadbolt is in closed position but won’t automatically retract

Same piston works fine in Core


#2

I am thinking perhaps:

IF Lock changes to locked       <-- Trigger
Then
    IF Door's contact is open   <-- Condition
    Then
        Wait 3 seconds
        Unlock
    END IF
END IF

#3

I’ll give it a shot. Thanks


#4

That did the trick. Thanks once again


#5

Glad to be able to help…

Perhaps you can solution my earlier post to help others?


#6

Done