Smart lock help


#1

Hello,

I’m trying to build a piston that will notify me when my smart lock gets unlocked, and see what code has been use, to tell me who is home (me and my wife have a different code)

How can I manage to see what code has been use? I see those 2 codes in smartlock smartapps in ST but can’t find those in webcore

Please advise

thanks!


#2

What lock do you have?

I’m using a Schlage BE469 with the ethayer smartapp/DTH. It can’t report the code used, but it can report the slot used. So my piston looks something like this:

If front door lock’s LOCK#1 gets unlocked
Send push notification “front door unlocked by wife”

If front door lock’s LOCK#3 gets unlocked
Send push notification “front door unlocked by nephew”

Etc.
That could be done more compactly using arrays, but it works as-is so I have no incentive to rebuild it.

Anyway, you get the idea. Long as you know which code is in which slot, it’s pretty straightforward.


#3

Hello

I have a Schlage century lock.

In webcore, I saw the code #1-2-3-4-5-6 but I was trying to figure which code was in each slot
So it mean I must create a piston and test it with both code to have my answer

thanks