Accessing MQTT Broker using websockets from Node-RED
If your broker accepts websocket connections then you can connect to it using that protocol instead of normal port 1883 connection
To do so, add an MQTT node and then configure it for a new broker.
The Server field text needed is a bit un-intuitive and the Port entry field is not used as we explicitly use the websocket port number in the server field

Recent Comments