18 Commits

Author SHA1 Message Date
Paul Reed
29b2ee9362 Payload format change for emoncms v8.0
A payload format change is necessary for the node to function with emoncms v8.0 (current version).
The latest version of emoncms introduces a 'key' to identify inputs within each emoncms node group, and is automatically assigned by emoncms, but for this to occur, it is necessary to change the format of the payload.
The changes have also been tested with multiple inputs in the same node, ie inject a comma-separated payload such as 100,98,365 and emoncms will automatically parse the values, and result in 3 inputs within the same emoncms node.
These changes are also backwards-compatible with previous emoncms versions.
2014-03-16 20:05:28 +00:00
Nick O'Leary
9b41a4e051 Remove deprecated use of RED.app 2014-02-23 21:06:29 +00:00
Dave C-J
3a6ffdf52b Tweak emoncms logo to closer match other styles 2014-02-14 20:45:59 +00:00
henols
84f5d7513b Removing API key from export function 2014-02-10 15:54:36 +01:00
henols
dc13290f97 Some usage clarifications 2014-02-09 00:21:17 +01:00
henols
112a3abdc7 Emoncms
A node that can publish to one or more Emoncms servers and acconts
2014-02-07 12:08:16 +01:00
Dave C-J
2f07bb7d13 Fix ping error response on Pi - Fixes Issue #23 2014-02-05 18:38:00 +00:00
Dave C-J
03484169e3 Slight tweak to Wake on Lan (WOL) node 2014-01-19 11:59:29 +00:00
Dave C-J
914885dd6b Fix Ping exec calls so regex can then do it's job... 2014-01-07 15:59:34 +00:00
Dave C-J
636b9a23ba One line of logging to rawserial (to make it behave more like the regular serial one) 2013-12-10 19:53:56 +00:00
Dave C-J
793fd3c7fd Added list of Nodes to he ReadME so people can see what's there without digging... Bunch of cleanups to node-red-nodes... mainly just removing tabs -> spaces and stuff. No code changes... 2013-11-10 17:01:19 +00:00
Dave C-J
ab168fe26f Fix paths to red to use env variable 2013-11-04 08:45:37 +00:00
Dave C-J
5e67f41114 Add rawserial, mpd, mysql and swearfilter nodes. 2013-11-03 21:29:20 +00:00
Dave C-J
553c978d87 Added icons for wake on lan and suncalc to this project 2013-10-31 09:44:32 +00:00
Dave C-J
5fbdc50551 Added Wake-On-LAN node 2013-10-26 16:44:23 +01:00
Dave C-J
5ec8147eb1 Use environment variable to set path for nodes.... 2013-10-25 18:23:04 +01:00
Dave C-J
db2cc0116f Re-organised subfolders 2013-10-04 11:07:43 +01:00
Dave C-J
6b64321e10 Simple Ping Node to see if a remote host is up... just outputs true or false. 2013-10-04 08:24:09 +01:00