Wawan Nugraha
Published © GPL3+

--MQTT and Node-Red-- [Part 3] Create Dashboard Node-RED

This Project is part of main project MQTT and Node-Red. This Project will be describe how to create MQTT dashboard using Node-RED.

IntermediateFull instructions provided2 hours5,257
--MQTT and Node-Red-- [Part 3] Create Dashboard Node-RED

Things used in this project

Software apps and online services

Node-RED
Node-RED
Make Sure installed on your computer.
MQTT
MQTT
Make Sure installed on your computer.

Story

Read more

Code

Example Flow Dashboard Node-RED

JSON
[{"id":"5e04b9dd.81c658","type":"tab","label":"Dashboard","disabled":false,"info":""},{"id":"e0fbecd8.faa57","type":"mqtt out","z":"5e04b9dd.81c658","name":"","topic":"nodemcu/ledstate","qos":"","retain":"","broker":"5e3de42f.1e83bc","x":350,"y":440,"wires":[]},{"id":"235eb13c.0e6e6e","type":"mqtt in","z":"5e04b9dd.81c658","name":"","topic":"nodemcu/temperature","qos":"2","broker":"5e3de42f.1e83bc","x":144,"y":347,"wires":[["7e75f56e.a3ef1c","125d1072.694a2"]]},{"id":"7e75f56e.a3ef1c","type":"debug","z":"5e04b9dd.81c658","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":341,"y":314,"wires":[]},{"id":"98d00e19.a6762","type":"mqtt in","z":"5e04b9dd.81c658","name":"","topic":"nodemcu/humidity","qos":"2","datatype":"auto","broker":"5e3de42f.1e83bc","x":133,"y":231,"wires":[["89bc352.e41bac8"]]},{"id":"ea3a1253.5422c","type":"ui_switch","z":"5e04b9dd.81c658","name":"LED control","label":"Output","tooltip":"","group":"92a9cd27.99b9d","order":2,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"on","onvalueType":"str","onicon":"","oncolor":"","offvalue":"off","offvalueType":"str","officon":"","offcolor":"","x":149,"y":440,"wires":[["e0fbecd8.faa57"]]},{"id":"89bc352.e41bac8","type":"ui_gauge","z":"5e04b9dd.81c658","name":"Humidity","group":"92a9cd27.99b9d","order":0,"width":0,"height":0,"gtype":"gage","title":"Humidity","label":"%","format":"{{value}}","min":0,"max":"100","colors":["#00b3d9","#0073e6","#001bd7"],"seg1":"33","seg2":"66","x":320,"y":258,"wires":[]},{"id":"125d1072.694a2","type":"ui_chart","z":"5e04b9dd.81c658","name":"Temperature","group":"92a9cd27.99b9d","order":1,"width":0,"height":0,"label":"Temperature","chartType":"line","legend":"false","xformat":"HH:mm","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"outputs":1,"x":341,"y":374,"wires":[[]]},{"id":"5e3de42f.1e83bc","type":"mqtt-broker","z":"","name":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"92a9cd27.99b9d","type":"ui_group","z":"","name":"Default","tab":"6f670e80.d2e0f","order":1,"disp":true,"width":"6","collapse":false},{"id":"6f670e80.d2e0f","type":"ui_tab","z":"5e04b9dd.81c658","name":"Dashboard","icon":"dashboard"}]

Credits

Wawan Nugraha
3 projects • 1 follower
Contact

Comments

Please log in or sign up to comment.