node-red-contrib-mqtt-auto 1.0.3

Node group for NodeRed that maintains multiple MQTT connections and you can change connection credentials during runtime.

npm install node-red-contrib-mqtt-auto

This node is intended to facilitate connection and change of connection credentials at runtime.

Nodes ☕️

Diga adeus aos perfis sem graça. Com nossos templates de perfil, você terá um readme de perfil íncrivel. Com cores vibrantes,imagens surpreendentes e outros elementos visuais cativantes.

mqtt-auto-connect

Conectar
msg.payload = {

  "client_id": "clientid",
  "host": "locahost",
  "user": "user",
  "password": "password",
  "reconnect_t" : 1, // 0 No Reconect  1 AutoReconnect
};

mqtt-auto-disconnect

Conectar
msg.client_id = "client_id";

mqtt-auto-status

Conectar

mqtt-auto-subscribe

Conectar
msg.client_id = "client_id";
msg.topic = "topic";

mqtt-auto-unsubscribe

Conectar
msg.client_id = "client_id";
msg.topic = "topic";

Thanks 🔥

This project was based on the project of promd76

If this project was useful to you, help me continue developing and drinking a coffee while I'm coding.

paypal

GRCode PIX GRCode PayPal
GRCode PIX GRCode PayPal

Node Info

Version: 1.0.3
Updated 1 week, 4 days ago
License: ISC
Rating: not yet rated

Actions

Rate:

Downloads

257 in the last week

Nodes

  • mqtt-auto-connect
  • mqtt-auto-disconnect
  • mqtt-auto-subscribe
  • mqtt-auto-publish
  • mqtt-auto-unsubscribe
  • mqtt-auto-status

Keywords

  • node-red
  • mqtt

Maintainers