Schlage Connect Activity Log?

I have purchased a couple f Schlage Connect locks and they work fine. They are on a shop at work. Several employees each have their own code and I receive a text when the lock open/close. However it does not tell me which employee/code was used. Does anyone know if there is a way to see which code was used to open/close the locks?

look at the activity log for the device on the ST developer’s site ( graph.api.smartthings.com ) this will tell you if the device reports the details to ST. if it does, an app or piston could be written to notify you accordingly.

I use the following @RBoy device and smartApp with my Schlage Connect:

Device: Universal Enhanced Z-Wave Lock with Alarm, Notification, RFID, Door Sensor and Advanced Features

SmartApp: Lock Multi User Management with Unlock Notifications, Advanced Scheduling and Automatic Lock/Unlock

The smartApp will let you set up User names and associate them with codes, and notify you with the name of the person associated with the code that unlocked the door.

You do have to pay for access to @Rboy 's code, but there are several other useful DTHs and smartApps available for the price of admission. And @RBoy provides support and maintains the code with fixes and updates. I’ve been very satisfied with my decision to sign up for the lifetime access.

2 Likes

Thank you Tyler, I will look into this.