Well…if you use the House mode statuses…you could achieve this 
I do my logic like:
if PIN entered and house mode set to away → then disarm
You could do:
if PIN entered and house mode set to home → then arm
[quote=“Thorden, post:19, topic:196265”][quote=“kellerman, post:18, topic:196265”]I’m not sure how you mean by “detecting” the “Away” mode?
But you could create a scene that checks for an entered PIN on the ID Lock…and change your house mode accordingly.
I use mine to disarm my sensors and cameras and changing the house mode to “Home” when certain PIN codes are entered. But for arming, I use an Aeotec Wallmote.
But both arm/disarm are triggering scenes that take care of my logic.[/quote]
When the lock is set to “Away” mode by entering the pin after locking, it will change parameter 1 to “Enable Away” (value 2 or 3) and then send a status report to the controller. Is Vera able to pick this up? If it can, this could trigger the “Arm Alarm” scene. That is what I am looking for.
Checking for PIN will only be for open action, not close, right? So I can’t arm the alarm system based on it, correct? It will of course solve the disarm alarm scene, so that is good!
I don’t use house modes, I find them useless for security devices. Changing the mode will arm/disarm sensors no matter what state they are in (tripped/untripped). So if a motion detector is tripped or a door/window is open when you switch mode, it will trigger the alarm immediately. Instead, I have dedicated, scripted scenes for alarm functionality that takes care of this.
What I need is a trigger for my “Arm Alarm” scene from the door lock. A button will of course work too, not a bad idea. Thanks![/quote]