Commit Graph

249 Commits

Author SHA1 Message Date
Nick O'Leary 08791f1914 Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
dceejay f4fdebfba5 Misc tidy ups of jsHint "issues" for some node-red-nodes 2015-02-05 13:52:20 +00:00
dceejay 102c4b4d6c Deprecate Rawserial node - no longer needed
as Windows now has binary support built in.
2015-01-29 16:37:50 +00:00
dceejay c7c8a9bbe2 Correct emoncms package.json (remove extra ,)
Update sample nodes in line with main nodes directory
2015-01-04 21:14:00 +00:00
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
Dave C-J 5cd7a73baf Make Rawserial node fail more quietly 2014-12-12 23:15:42 +00:00
Dave C-J 74a470c22e Bump WOL package version number in anticipation of pub to npm 2014-11-19 21:44:29 +00:00
Dave C-J c646596a5d WOL fix again - this time with correct number of braces... 2014-11-19 20:52:10 +00:00
Dave C-J 661a50b123 Add try/catch to WOL node to try to grab socket error.
(Upstream fix requested).
2014-11-19 20:39:05 +00:00
Dave C-J d47b7f57a2 re-re-fix Ping node to assemble full result before parsing.... 2014-11-07 11:44:04 +00:00
Dave C-J ebbd9f4494 Change regex for Ping node to work across languages...
(hopefully) Addresses Issue #80
2014-11-07 08:27:24 +00:00
Anna Thomas 9f900788f8 Added mqlight nodes with share property 2014-10-20 10:55:29 +01:00
Mark Hindess b1ba8369d4 Remove redundant msg != null checks. 2014-09-08 21:42:16 +01:00
Dave C-J a2b1244d54 resolving merg conflicts with icons etc 2014-09-03 22:18:42 +01:00
Dave C-J fe44018250 Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons
Conflicts:
	io/ping/88-ping.html
	io/wol/39-wol.html
	social/nma/57-nma.html
	social/prowl/57-prowl.html
	social/pushover/57-pushover.html
	social/twilio/56-twilio.html
	storage/sqlite/sqlite.html
2014-09-03 22:16:02 +01:00
Mark Hindess f19ae71fb7 Migrate icons. 2014-09-03 16:12:26 +01:00
Dave C-J 0cd3d2cb6e spelling correction to ping node icon tag 2014-08-30 11:00:28 +01:00
Dave C-J 3a8e86d962 Tweak WOL node to display name correctly if set. Closes PR #63 2014-08-19 11:41:40 +01:00
Dave C-J 434d9808a9 Add stomp, ping, wol, wemo nodes to npm
and add fa icons
2014-07-27 18:05:23 +01:00
Dave C-J f121f2683d Tidy ups to ping (doc), dweet (unrequired util) and ddbout (JSHint) 2014-07-25 10:09:35 +01:00
Dave C-J 052a7d587d Update node-red-nodes io nodes to use strict and pass jshint scan 2014-06-28 23:35:33 +01:00
Dave C-J 9b487098ae Tidy up rawserial node logging 2014-06-10 22:28:06 +01:00
Dave C-J 94d19b2a41 Update rawserial (roughly) in line with main serial node.
(Now has binary and timout modes)
2014-06-09 08:12:34 +01:00
Dave C-J be810be2e2 tweak node.status to be consistent with latest thinking
stomp, xmpp and suncalc.
2014-05-31 20:08:15 +01:00
Dave C-J f2dd4ae062 tidy up logging on Stomp node 2014-05-29 18:32:20 +01:00
Dave C-J ae22efb270 Updates to Stomp to enable auto reconnect, and node.status indicators 2014-05-26 10:07:20 +01:00
Dave C-J 308d6cb873 New Stomp node 2014-05-19 21:07:20 +01:00
Nick O'Leary afa46ef676 Merge pull request #43 from henols/master
Deals with csv and json payload in a smarter way
2014-04-16 10:57:25 +01:00
Dave C-J 517f6346f9 Rawserial node - change advis/ce to info. 2014-04-08 23:07:55 +01:00
henols 9808e8a3a6 Automatic detection of csv and json call and simplified help text 2014-04-03 09:42:49 +02:00
henols e6f90f9b8d Deals with csv and json payload in a smarter way and manipulation
insertion time
2014-03-20 14:51:16 +01:00
henols 8a60d1f918 Support for csv payload and manipulation insertion time 2014-03-19 22:20:27 +01: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