Is it possible to tell which pin being use to enter for Schlage deadbolt?

I can set alert for when the door is open but would be nice to know which pin is being used.

You can but its not easy.
i think the default Vera email notification includes the pin and the user

You can do this with Vera alerts , also a little more work because you have to use text templates to access this.

You can do it in LUA code but it’s also complicated because the lock devices update the lock status before updating the user and pin code … And often your code will run too soon.

You can’t put an event on the user/pin update because it will only trigger when the user changes and the door is unlocked.

As Richard said I use Vera Alerts for this.

[quote=“RichardTSchaefer, post:2, topic:183556”]You can but its not easy.
i think the default Vera email notification includes the pin and the user[/quote]

This is true. I get the pin # user just using the alerting in Vera.

So in UI7, I went to scene and added 1 for each user and named it according to the user. lets see how that works out.