0
votes

I installed node red on my windows machine and when i deploy it and start to configure mqtt node in, and when i deploy it constantly writes disconnected and in cmd it shows connection failed to broker

mqtt configuration is next:

  • server: 127.0.0.1
  • port 1883 topic
  • sensors/#
  • qos 0
1
And you have a MQTT broker installed and running on the Windows machine?hardillb

1 Answers

0
votes

Node-RED does not include it's own MQTT broker.

You will need to install one or configure Node-RED to point to one on a different machine.

There is a Node that will add a broker to Node-RED if needed which can be found here