node-red-nodes/io/emoncms
dceejay 0065227c68 Fix emoncms spilling mistake
Also add it as an npm package node-red-node-emoncms
2015-01-04 20:34:12 +00:00
..
icons Tweak emoncms logo to closer match other styles 2014-02-14 20:45:59 +00:00
88-emoncms.html Fix emoncms spilling mistake 2015-01-04 20:34:12 +00:00
88-emoncms.js Automatic detection of csv and json call and simplified help text 2014-04-03 09:42:49 +02: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 Fix emoncms spilling mistake 2015-01-04 20:34:12 +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.