Does anyone know whether this Zigbee keypad pass the RFID code to its entity as an attribute or something? I would like to know whether conditional automations can be configured depending on what key/card was swiped. Thanks!
1 Like
Same question here. How to get access to a scanned ID?
You can find it in the device’s action code sensor. Be advised that you have to simulate an arm/disarm mode for the code to be registered. Swiping the fob without further action will not make the keypad to trigger anything, so code will not be sent either. Basically, you should do the following to get a card/fob code:
- Go to global register and filter with keypad’s action code sensor, or go the keypad device properties page.
- Swipe your card/fob.
- Push the disarm button.
Once done, code will be displayed in the register and you will be able to setup Alarmo (there are some blueprints around for this) or any other automation for that specific code.