nielsfaber / alarmo

Easy to use alarm system integration for Home Assistant
1.24k stars 117 forks source link

adding rfid tags #951

Closed pvtex closed 1 month ago

pvtex commented 1 month ago

i think including rfid tags would be great. i am using a wiegand keypad with rfid reader with a esp8266 with esphome. now i have a bunch of automations to get the tags over ha and pincode from alarmo working together.

i need to input pin code and then scan the rfid card to open my door locks. the keypad writes the pincode to an input_text helper and when a known rfid card is scanned this pincode and the arm/disarm command is send to alarmo via an automation in ha.

there is a tag_scanned event in ha, so this could be used and a new field in the codes section for the rfid tag id would be needed. if there will be an option to choose between code or rfid only or both needed that would be perfect.

nielsfaber commented 1 month ago

Duplicate of #146