[Depricated] Lock Code Manager

I use “Code on Unlock Too” to fire the routines.

In my situation my Armed Away and Armed Stay function the same since I don’t use the motion sensors due to pets.

For each lock I have a copy of “Code on Unlock Too”, an Arm routine and a disarm routine. I leave the actual codes blank, just set the labels in COUT. COUT calls the Arm routine whenever the lock is locked, and calls the Disarm routine on any unlock. In the disarm routine I set SHM to Disarm. At this time this is all it does. In the arm routine I set SHM to arm and lock the other locks.

I use “Lock Code Manager” to managing the schedule of when codes are available. I have an instance running for each needed schedule.

I had only set this up this weekend, so as of last night I had not been running this much. Since then I have run into a slight timing issue. If I am too quick to open the door after an unlock I get an alarm in SHM. I think this is where an alarm delay in SHM would solve the issue. At this time I have not looked into if that is a planned update to SHM or not yet.

I hope this clarifies what i’m doing and how it works.