MatthewCroughan / userland-mqtt-stack

Installs and provisions mqtt, grafana, jupyter-notebook, node-red and influxdb for usage inside UserLAnd on Android
2 stars 0 forks source link

Node-red flow of random numbers to influxdb resource #3

Open goatchurchprime opened 5 years ago

goatchurchprime commented 5 years ago

[{"id":"f131f437.dc0938","type":"inject","z":"1950fce1.297fbb","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":460,"wires":[["acfb55cd.d66c78"]]},{"id":"acfb55cd.d66c78","type":"trigger","z":"1950fce1.297fbb","op1":"1","op2":"0","op1type":"str","op2type":"str","duration":"-5","extend":false,"units":"s","reset":"","bytopic":"all","name":"","x":400,"y":460,"wires":[["13aa42c7.a3e5ad"]]},{"id":"13aa42c7.a3e5ad","type":"change","z":"1950fce1.297fbb","name":"m=random10","rules":[{"t":"set","p":"payload","pt":"msg","to":"[\t {\t 'value': $random()*10\t },\t {\t 'location': \"random10\"\t }\t]\t","tot":"jsonata"},{"t":"set","p":"measurement","pt":"msg","to":"random10","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":620,"y":460,"wires":[["dbd49e7b.f723c8"]]},{"id":"dbd49e7b.f723c8","type":"influxdb out","z":"1950fce1.297fbb","influxdb":"b9e91e04.b35da","name":"","measurement":"","precision":"","retentionPolicy":"","x":850,"y":460,"wires":[]},{"id":"b9e91e04.b35da","type":"influxdb","z":"","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"test","name":"","usetls":false,"tls":""}]