You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I bought some NTAG215 cards for my RFID jukebox setup. I added and wrote a card to HA using the mobile app, and added the GUID-looking ID to my automation but when I scan the card with the tagreader, I get a different ID. Here's a screenshot of me scanning the same card from the app and from the tagreader. edit: I just scanned the same card 10 times on the phone and the tagreader and got consistent results the whole time. The phone returned the HA ID, the tagreader returned the card's ID.
I guess that this is because the HA app reads the card's ID and then looks up the mapping to the HA ID for it, where the tagreader only passes the card's ID to HA.
Is this expected behavior?
What it means is that:
If I want to be able to scan the cards with my phone, my automation needs to have two entries per card, one with the card ID and one with the HA ID.
The Tags section in HA has double entries. One set of nicely-named entries for when I create and write the card, and another set of hex IDs from when they're scanned with tagreader
The only way to get the ID of each card is to listen for the tag_scanned event, scan it with the tagreader, and then note it down. This is cumbersome as my card printer and tagreader jukebox are on opposite ends of the house.
The text was updated successfully, but these errors were encountered:
I've got a similar issue. I've set up a lot of tags (Hundreds. Jukebox and a lot of recipes - i track the majority of my macros this way) via tagreader in yaml. I'm looking for a way to scan these with my android-phone as well, but scanning with the phone only results in an "empty tag" reading. I assume thats the same problem as described here. I'm looking for a way to use my phone to scan the existing tags witout having to set them all up again via the ui. Is that possible? I would even double up yaml config in different spots (although thats inconvienient), but ui clicing without copy&paste isn't an option.
I bought some NTAG215 cards for my RFID jukebox setup. I added and wrote a card to HA using the mobile app, and added the GUID-looking ID to my automation but when I scan the card with the tagreader, I get a different ID. Here's a screenshot of me scanning the same card from the app and from the tagreader. edit: I just scanned the same card 10 times on the phone and the tagreader and got consistent results the whole time. The phone returned the HA ID, the tagreader returned the card's ID.
https://imgur.com/a/OgDTWvb
I guess that this is because the HA app reads the card's ID and then looks up the mapping to the HA ID for it, where the tagreader only passes the card's ID to HA.
Is this expected behavior?
What it means is that:
The text was updated successfully, but these errors were encountered: