Node-RED
Make sure Node-Red installed in your computer. You can check version (in Command Line) before starting Node-Red using command node-red -h
Mosquitto MQTT Broker
Make sure Mosquitto MQTT Broker running in your computer.
Create MQTT Dashboard using Node-RED1. Running Node-RED using command node-red
2. Navigate to Node-RED page http://127.0.0.1:1880 or http://localhost:1880 (i'm using default port for Node-RED)
3. To Create Dashboard we need node-red-dashboard palette. by default node-red-dashboard palette is not installed in Node-Red, so we should install dashboard palette using ManagePalette.
4. Search node-red-dashboard palette. Then install node-red-dashboard palette.
5. Create new flow in Node-RED or import Example Flow Dashboard Node-RED
(in Attachment Code).
6. Import the example flow dashboard.
7. You can browse json file or direct paste from example.
8. Flow Dashboard will be appeared in Node-RED.
9. You can change the setting URL mosquitto MQTT broker, and MQTT topic.
Mosquitto MQTT Broker = Localhost:1883
Temperature Topic = nodemcu/temperature
Humidity Topic = nodemcu/humidity
LED State Topic = nodemcu/ledstate
10. After configure the setting. You should to deploy the flow dashboard. Click Deploy.
11. Navigate to http://127.0.0.1:1880/ui or http://localhost:1880/ui
NOTE: for the first time, dasahboard data/value will be empty. Because no data/value in Topic MQTT.
Comments
Please log in or sign up to comment.