esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.34k stars 419 forks source link

MQTT to Node-red #500

Open marktn opened 2 years ago

marktn commented 2 years ago

Is it possible to let MQTT connect to node red?

When connected, there are many possibilities with esp-rifd! https://nodered.org/ It will connect with a lot o domotica systems. Nice to see the user that logs in, pincode, rifd tags etc..

I don't know who wrote this, https://www.youtube.com/watch?v=jKuAQTV5Fts There is a node red connection?

At this time it does not work. firefox_2022-04-02_17-54-51 firefox_2022-04-02_12-22-10

matjack1 commented 1 year ago

@marktn you can connect to a Node Red instance using MQTT, yes. You should write your own connection though :(

Here, on the dev branch: https://github.com/esprfid/esp-rfid/blob/dev/README-MQTT.md you can find all the documentation of what you can do with MQTT.

If it's possible to simplify the connection and you make something, let us know, thanks!