node-red-nodes/io/emoncms
dceejay 64d3b11fd9 slightly nicer jscs style updates to several nodes
again not pushed to npm - still just whitespace.
2015-05-11 20:04:51 +01:00
..
icons Tweak emoncms logo to closer match other styles 2014-02-14 20:45:59 +00:00
88-emoncms.html Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
88-emoncms.js slightly nicer jscs style updates to several nodes 2015-05-11 20:04:51 +01:00
LICENSE Fix emoncms spilling mistake 2015-01-04 20:34:12 +00:00
README.md Fix emoncms spilling mistake 2015-01-04 20:34:12 +00:00
package.json lots of little node edits to clean up jsHint "errors" 2015-03-26 18:55:03 +00:00

README.md

node-red-node-emoncms

A Node-RED node to send energy data to emoncms.org.

Install

Run the following command in the root directory of your Node-RED install

    npm install node-red-node-emoncms

Usage

Emoncms post.

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.