-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for MQTT? #16
Comments
Give it a bounty, and hope for the best. I would prefer it to be in an another branch. |
Would love this as well |
For future reference https://bitbucket.org/xoseperez/espurna |
I would also love to see MQTT Support. @omersiar |
Me too. I need it for Smart Home (OpenHAB in my case). A predefined URL call to a HTTP service with the UID as an url parameter could be a workaround if MQTT is too complicated. |
MQTT is not that difficult to implement the problem here is security. MQTT supports tls but the esp is too weak to perform these tasks so all data will be sent unencrypted. This of course may not be a problem if you use additional security features with reading the cards like a block with a specific key. But in this state if someone intercepts de message you can easily write it to a card and get in. (and yes i am aware that you can also very easily copy cards) basicly if you have a bit of programming knoweledge you can implement this with a few lines of code as it shouldn't interfere with most of the functions |
Done. See #26 |
See #26 |
Hi. Can somebody give me a hand to config mosquitto?? i already installed on a Ubuntu 16.04 |
Since now my setup is working flawlessly now, I do have the first feature request :-)
Could you imagine making MQTT message sending optionally available?
Here's my idea:
I would like to send the UID of a scanned RFID tag via MQTT to my broker which is a home-automation system. There I'd like to do some more actions, like turning on lights, starting to play music, etc.
This is is how I could imagine an implementation:
This would really boost functionality.
Let me kwow what you think.
Thanks much
The text was updated successfully, but these errors were encountered: