node-red-nodes/io/emoncms/README.md

756 B

node-red-node-emoncms

A Node-RED node to send fetch/post data to/from emoncms.org or any other emoncms server.

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.

Emoncms In:

Fetches last emoncms feed value, returns numberical value.