Hello,
Just installed a Yale Real Living lock with my VeraLite. I’m fairly new to this home automation thing, and trying to figure out how to detect which user has unlocked the door. I have different pin codes for each person in the system, but so far, can only figure out how to alert when the door is locked / unlocked. Would love to get an alert when a specific pin code is entered, for example.
Anyone have any ideas on how to do this?
Thanks for the link. However, I already have this set up, and it notifies on any user coming in/out but doesn’t distinguish between them. Any way to figure out who has come home?
Thanks!
Shawn
PLEG Input:
ENT_Front_Lock_Guest3Pin PIN Code #3 is entered on ENT - Front Door Lock
PLEG Condition:
Ent_UnLock_Guest3_TTS No ENT_Front_Lock_Guest3Pin and !ENT_Front_Locked
PLEG Action:
Actions for Condition: Ent_UnLock_Guest3_TTS
LUA:
ttsAlert(“Intercom”)
ttsMsg(“Leena has Unlocked the Front Door”)
tvMsgBox(“Leena_Front”,“Leena has Unlocked the Front Door”)
Device Actions:
Immediate
Device Action Arguments
Automation Security Main SetVariable ServiceId=urn:micasaverde-com:serviceId:DoorLock1 VariableName=sl_UserCode Value=0 Device=81
Activated - Away Mode SetOccupancyState NewOccupancyState=Occupied
Alerts Primary SendAlert Message=Leena has Unlocked the Front Door
Simple Alarm Disarm
Note - The top action is mandatory after every action on a yale lock. You must reset the user code or you will get the LAST person that opened the door prior to you.
The rest of my actions set the home to occupied status, disarm the alarm, and sends some alerts (phone, tv’s, and tts over whole home audio).
Mine is working, love it. On the lock go to the Notification Tab and create a notification for each pin code with the users Name in the description.
I then use VeraAlerts, go to the Settings tab and make sure you check “Process Notification” and “internal alerts”. I have these forward to “HomeWave Push Notification” so I get notification on my iOS devices every time someone opens the door, when I swipe it it loads HomeWave for me to view the video feed.