Hi,
i´m just moving my node-red based smart home to HA + nodeRed + ESPhome.
I run two ESP32 based RFID rc522 readers (own written code) in our house.
Currently the same chip triggers independet action on each RFID reader.
Can I achive that using native HA tags?
My current state is that the ESP32 is running with new ESPHome code (damn easy…) and the RFID tag is submitted to HA after scanning. From this point I switch over to node red and run an automation.
What is the best way to achieve a spearate automation based on the reader the chip was scanned?
One possible way would be to publish chip to mqtt topc and specify separet topics for each reader, is there another option?
Thanks, Bernd