Trigger on erroneous door code


#1

1) Give a description of the problem
Cannot figure out how to check for an incorrect door code used.

2) What is the expected behavior?
Send notification to QNAP QVR with http if the wrong door code is used

3) What is happening/not happening?
I am able to post a notification to myqnapcloud for QVRPro to do an action with the camera when a specific door code is used to unlock the door (Schlage Z-wave), but cannot figure out how to have the same result if someone tried to open the door with an unknown code. I don’t care to see that a correct code was used, but if someone tries a random code to open it I do.

Any ideas?


#2

Could you just do a IF not one of these codes. I guess that could be a bit cumbersome if you have a bunch of different codes in your lock.


#3

Hmmm, but I’m also checking that the lock was unlocked. If a wrong code is used, it will not unlock. Maybe an if not one of my codes and not unlocked… need to experiment.


#4

Nope. That did not work. There is no option to say if not a code.