TagTuner music player for NFC tags

OMG, so easy, works just fine.
I only checked github, and this awesome installer is not listed there (or have I not seen it?)

Thanks you so much for the quick help!

I stumbled across this last night while trying (and failing) to do something similar with MAss and the Adonno reader, so it’s saving me a ton of work! I’ve now got it flashed and setup to use a HA Voice PE as the media player, which is itself connected to a regular hifi system via aux cable.

My question is: Can I flash the Voice PE firmware to get the media control functionality while keeping the reader part separate? My gut says yes but I’m not at all familiar with ESP32 development.

Also, would it be possible to add a thing to the blueprint for adding user-defined actions (similar to how this blueprint does it)? My goal is to add an IR blaster to the setup and have it turn on the hifi and switch it to the aux input when a tag is scanned.

Thanks for your work with this!

sure you can flash Voice PE to get media control without NFC. Flash it from ready made firmware or wait till I release 04 update (haven’t checked April version yet).
It will not work since TagTuner events are generated only when NFC reader has set tag presence flag.

But anyway, you can do whatever automation you want triggered by esphome.tagtuner events. Just set TagTuner blueprint automation and “take control” to see all the details needed. Then set your own automations triggered in parallel to TagTuner blueprint.

I’ve been trying to get this working with a ESP32 Wroom 32D, but i just cant get any reaction from the reader.

Ive had to alter some things, like the pins etc from the yamls.
But nothing happens when i place a card on the reader, it’s like the reader is dead. (light is ON on the NFC chip).
Also tried to do a TagReader with the same wroom, but same result, no reaction whatsoever.

Does anybody have any experience on using this on an ESP32 WROOM?

so probably your pins are not correct. Check the logs for pn532 component.