Multiple TAG reader support

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

Regards, Harry

Hi,
Did you find a solution for this? I’m also currently trying to know what tag reader was used in my scenario.

Hi,
No did not find a solution yet, but temporarily send sound/ligth information to boh tag readers. For now this works great
Regards, Harry