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
mqtt configuration is next:
- server: 127.0.0.1
- port 1883 topic
- sensors/#
- qos 0
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
mqtt configuration is next:
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