For my alarm system I use an NFC tag reader and the Alarmo Alarm panel integration and an ESPhome tag reader. This works almost perfect, but I want to use another tag reader at the backdoor. For nfc_tag_scanned this just works great. Both tag readers trigger an nfc_tag_scanned event which I handle in AppDaemon.
I also use a sound and RGB led on the ESPhome tag readers, but for that to work from Appdaemon, I need to know from which tag reader the nfc_tag_scanned event came from so i can send data (LED and sound) to the right tag_reader.
Does the nfc_tag_scanned even als contains the device_id where the event came from? I have searched the doc’s, but could not find anythibng (maybey I look in the wrong place
I use multiple tag readers, and tags. (for music, but same issue in the end)
The trig is to make it a manual event, not a tag scan from the drop down.
You add the type “tag scanned” and ask it to match a tag and reader.
In my case 1 tag gets 2 readers, so I can use the tag on multiple places, but you can reverse that logic to a automation per reader instead of per tag.
To get the device, use the dev tools and listen to the event “tag scanned”