2015-01-04 21:34:12 +01:00
node-red-node-emoncms
=====================
2015-10-21 13:08:30 +02:00
A < a href = "http://nodered.org" target = "_new" > Node-RED< / a > node to send fetch/post data to/from < a href = "http://emoncms.org" target = "_new" > emoncms.org< / a > or any other emoncms server.
2015-01-04 21:34:12 +01:00
Install
-------
Run the following command in the root directory of your Node-RED install
npm install node-red-node-emoncms
Usage
-----
2015-10-21 13:08:30 +02:00
### Emoncms post.
2015-01-04 21:34:12 +01:00
The **msg.payload** can contain either a comma separated list of name
value pairs, e.g.
name:value,...
or a comma separated list of values, e.g.
1,2,..
If Node is left blank **msg.nodegroup** will used.
Insertion time can be manipulated by setting **msg.time** .
2015-10-21 13:08:30 +02:00
### Emoncms In:
2015-10-26 01:47:55 +01:00
Fetches last emoncms feed value, returns numberical value.