I have an existing NFC payment implant that I would like to use to trigger automations with.
When I use the companion app to create a new NFC Tag the ID does look somewhat like this:
tag_id: a4778414-e79e-4ac0-b343-0b4fe9b4xxxx
But when I use an external NFC App to scan my implant the ID looks like this:
04:11:A9:01:33:35:XX
Since I can not write to the Implant I’d like to create a tag within the HomeAssistant app with the ID of the implant. I do fail to do so and suspect that it’s a formatting issues somehow.
It affects any other read-only NFC Tags.
I would also like to use any random NFC Tags - Nowadays you can find them around for free:
The old bank-card that got replaced by the bank for whatever reason, the outdated mobility pass or a 10-entries Card from the local Swimmingpool…
I would strongly suggest to modify the NFC Tag so that HA scans the NFC ID and triggers the event based on the ID.
BTW, I realized that HA writes an URL into the NFC Tag with the url home-assistant.io/tag/XXXXXXXXXX - this might be a nice feature if you are using home assistant cloud.
I have HA online behind a NGINX Reverse Proxy and would like to either write my own url into the tags or just use the plain Tags and their NFC ID.