synchronization with emoncms

http://emoncms.org/caasisaac/teste see the grafic or my server

http://caasisaac.no-ip.org/root&id=1

sicronization with emoncms arduino gpio

ldr read A2 port

configure key emoncms

http://flows.nodered.org/node/node-red-contrib-gpio

https://github.com/node-red/node-red-nodes/tree/master/io/emoncms

[{"id":"3b746044.c48ba","type":"emoncms-server","server":"http://emoncms.org","name":""},{"id":"ebe1c0d4.141e4","type":"nodebot","name":"Arduino","username":"","password":"","boardType":"firmata","serialportName":"/dev/ttyACM0","connectionType":"local","mqttServer":"","pubTopic":"","subTopic":"","tcpHost":"","tcpPort":"","sparkId":"","sparkToken":"","beanId":"","impId":""},{"id":"4c87eb3.fb37814","type":"gpio in","name":"teste","state":"ANALOG","samplingInterval":"5000","pin":"2","board":"ebe1c0d4.141e4","x":222,"y":90,"z":"d8be118.f2741f","wires":[["70fc538a.8f03ac"]]},{"id":"70fc538a.8f03ac","type":"function","name":"","func":"var teste = JSON.parse(msg.payload);\n\nmsg.payload = \"LDR:\" + teste;\n\nreturn msg;","outputs":1,"x":435,"y":119,"z":"d8be118.f2741f","wires":[["c60093ca.39ff7"]]},{"id":"c60093ca.39ff7","type":"emoncms","name":"Emoncms","emonServer":"3b746044.c48ba","nodegroup":"","x":624,"y":126,"z":"d8be118.f2741f","wires":[]}]

Flow Info

Created 9 years, 10 months ago
Updated 9 years, 4 months ago
Rating: not yet rated

Owner

Actions

Rate:

Node Types

Core
  • function (x1)
Other

Tags

  • emoncms
  • grafic
  • arduino
  • gpio
  • plote
  • ldr
  • read
  • synchronization
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option