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, like many others, have a home automation setup that already includes an MQTT broker. I use that together with Home Assistant for the ultimate flexibility. I love the idea behind this project and I see the requirement for a Raspberry Pi and a USB RFID reader as rather limiting. It would be great if Magic-Cards could subscribe to an MQTT topic and grab unique values from there. This opens up a world of possibilities. It would be cheap and more power efficient to use something like an ESP8266 and an RFID reader. I would suggest that when grabbing data from the MQTT topic, it should be formatted in JSON. Another benefit is that Magic-Cards could be installed in Home Assistant via docker and could rely solely on MQTT for RFID input from as many readers as you'd like. This way, you could have one reader in the living room that would play only on the device in that room. Then a different reader for other rooms like the den, bedroom, patio, etc.
Scan RFID Card
Send the unique id of the RFID card and perhaps the name of the card reader to the MQTT broker.
Something like: { "Reader ID" : "Living Room", "RFID Card Number" : "0123456789ABCDEF" }
that is sent to the topic "livingroom/rfid-reader"
Magic-Cards will see a new message on the MQTT topic and use the information to do it's thing 👍
The text was updated successfully, but these errors were encountered:
I, like many others, have a home automation setup that already includes an MQTT broker. I use that together with Home Assistant for the ultimate flexibility. I love the idea behind this project and I see the requirement for a Raspberry Pi and a USB RFID reader as rather limiting. It would be great if Magic-Cards could subscribe to an MQTT topic and grab unique values from there. This opens up a world of possibilities. It would be cheap and more power efficient to use something like an ESP8266 and an RFID reader. I would suggest that when grabbing data from the MQTT topic, it should be formatted in JSON. Another benefit is that Magic-Cards could be installed in Home Assistant via docker and could rely solely on MQTT for RFID input from as many readers as you'd like. This way, you could have one reader in the living room that would play only on the device in that room. Then a different reader for other rooms like the den, bedroom, patio, etc.
Something like:
{ "Reader ID" : "Living Room", "RFID Card Number" : "0123456789ABCDEF" }
that is sent to the topic
"livingroom/rfid-reader"
The text was updated successfully, but these errors were encountered: