To replicate the above;
- Add the ui node module to node-red;
npm install node-red-contrib-ui```
2) Import the flow attached to this post into node-red <a class="attachment" href="/uploads/default/original/1X/d89f87dbae26c01841832272b5701ffc0d51f3fd.txt">nodered_flow.txt</a> (8.8 KB)
3) Edit the 3 'Data' MQTT nodes with your MQTT feed names
4) Edit the 'Get emoncms data' inject nodes, and the 'http request' nodes with your emoncms api feed number & URL
Your node-red dashboard will then be available at a URL similar to http://192.168.1.10:1880/ui
Paul