1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
Commit Graph

135 Commits

Author SHA1 Message Date
Maxwell Hadley
e9d6d515e1 Tidy up & add README.md
Converted tabs to spaces as required
2014-02-27 21:21:10 +00:00
Maxwell Hadley
6b74999d49 Correct file name in error message 2014-02-27 20:07:23 +00:00
Maxwell Hadley
40b49c2944 Moved all nodes into one common .js file & .html file pair 2014-02-27 19:56:31 +00:00
Maxwell Hadley
f0ea85570f Changed comments to match the format used in 145-digital-in.* 2014-02-27 19:53:56 +00:00
Maxwell Hadley
65a0c9336f Added pulse-out node 2014-02-27 18:33:14 +00:00
Maxwell Hadley
e8df573ea3 Added message output to discrete-out 2014-02-26 21:18:42 +00:00
Maxwell Hadley
430300fa04 Added discrete-out node
The output node is currently in 145-digital-in. This situation is
hopefully only temporary…
2014-02-26 18:37:11 +00:00
Maxwell Hadley
42c91dd6a3 Fixed issues with pulse-in; minor bug fixes
Got the pulse-in node working properly, and tidied up a few E&O in the
other nodes
2014-02-26 16:35:46 +00:00
Maxwell Hadley
6fe7caed5f Merge branch 'master' into beaglebone-black-hardware 2014-02-23 15:41:29 +00:00
Max Hadley
629ea4d753 Merge pull request #1 from node-red/master
Catch-up since original fork
2014-02-23 15:24:01 +00:00
Maxwell Hadley
b95567dfb4 Added pulse-in; added debouncing
Added the pulse-in node code. Added simple debouncing logic to
discrete-in (note: this implementation may be badly affected if there
is a lot of very fast bouncing.
2014-02-23 15:20:05 +00:00
Dave C-J
3a6ffdf52b Tweak emoncms logo to closer match other styles 2014-02-14 20:45:59 +00:00
Dave C-J
4a53c20792 Update pushbullet to use latest 0.4 npm and allow iden as well as id 2014-02-14 20:41:54 +00:00
Maxwell Hadley
f46b59d69f Added analogue scaling & averaging; discrete check reads
Added input scaling function and averaging of multiple readings for
noise reduction to the analogue input node.
Added the ‘sanity check’ read of the digital input pin to the timer
callback in the discrete input node
2014-02-12 22:27:08 +00:00
Dave Conway-Jones
66598a66b1 Merge pull request #29 from henols/master
Emoncms update gui hidden API key
2014-02-12 19:30:27 +00:00
henols
84f5d7513b Removing API key from export function 2014-02-10 15:54:36 +01:00
Dave C-J
f64358262a Updates to Twilio Node
Fixes #28
Make edit panel work, and then fix it so the things edited do what they say.
Slight tweak to shrink icon to similar size as others.
2014-02-09 11:55:01 +00:00
Maxwell Hadley
955fd1ad46 Finshing off the breakpoint editor
Mutable/immutable behaviour of breakpoints completed, and the 0 and 1
input values are no longer editable.
Adding a breakpoint now inserts it in the list in next-to-last
place, with sensible default values.
2014-02-09 10:52:56 +00:00
henols
dc13290f97 Some usage clarifications 2014-02-09 00:21:17 +01:00
Maxwell Hadley
68080df45e Starting to add scale factors & linearisation
Added breakpoints property to the node
Building the breakpoints editor (nearly there!)
2014-02-08 22:36:23 +00:00
Maxwell Hadley
c6108cffb4 Polishing discrete-in a bit
Commented out debug: added numeric validator
2014-02-08 22:35:00 +00:00
Nick O'Leary
e5af41ba2b Merge pull request #17 from krisdaniels/master
Added Postgres Node
2014-02-08 14:48:44 +00:00
Nick O'Leary
90eef93f0e Merge pull request #25 from henols/master
Emoncms
2014-02-08 14:40:20 +00:00
Nick O'Leary
69212212c3 Merge pull request #10 from wnagele/master
Implementation for Amazon DynamoDB
2014-02-08 14:39:51 +00:00
Dave C-J
b1b230eb37 Forced payload to be strings for Prowl node
Fixes #26
2014-02-08 13:31:00 +00:00
Maxwell Hadley
8bf813c9cd Debug & tidy up
Make the colours the same as the RPi equivalents. Remove ‘BBB’ from the
node names.
Further debug output
2014-02-08 13:06:47 +00: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
Maxwell Hadley
4f509931ba Debugging discrete-in
Coerce the currentState to always be numeric & use === tests
Catch the first spurious interrupt when x.value is undefined
Add more debug output
Add a second timer to get the first message out. This still fails at
node-RED startup when the node is not activeLow
2014-02-06 22:11:09 +00:00
Dave C-J
b1f9a3ce5e Tweak mpd missing message so it's only a warning not an error. 2014-02-05 18:38:00 +00:00
Dave C-J
2f07bb7d13 Fix ping error response on Pi - Fixes Issue #23 2014-02-05 18:38:00 +00:00
Nick O'Leary
fb78085d4c Merge pull request #24 from hardillb/master
fixed typo in Temperature topic
2014-02-05 11:24:00 +00:00
Ben Hardill
2723210922 fixed typo in Temperature topic (sensorTag/Tempature to sensorTag/Temperature)
This will break existing flows that are filtering on topic
2014-02-05 11:15:37 +00:00
Maxwell Hadley
e9a860f36f Added activeLow property to discrete-in
Further attempts to get the initial message working. Added activeLow
property. Output messages now include topic. Better help text. Change
name to discrete-in
2014-02-04 20:34:04 +00:00
Maxwell Hadley
3b319e7d83 Attempting to get the initial message
Modified 145-digital-in.js adding various debugs to try and trace why
the initial messages don’t appear
2014-02-03 21:25:25 +00:00
Maxwell Hadley
83f7ff429f Added BBB-digital-in
Added digital input node - initially this is just BBB-discrete-in
2014-02-03 20:08:33 +00:00
Maxwell Hadley
62d26c04fb Added BBB-analog-in
Added a triggered analogue input node
2014-02-03 20:06:41 +00:00
Wolfgang Nagele
efb9fbb92b Move AWS credentials to DDB node 2014-02-02 21:52:08 +11:00
Dave C-J
439ca32e09 Tweak sunrise node to use UTC for all calculations... 2014-02-01 18:02:27 +00:00
Dave C-J
2dbd93d63d Slightly more elegant mpd fix. 2014-01-23 08:41:51 +00:00
Dave C-J
ea74eebff2 Check mpd really is listening on port 6600 before allowing nodes to exist.
Otherwise komponist fails badly.
2014-01-23 00:19:40 +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
88e89e7232 Add Amber to Blink1 Colour list - just beacause.... 2014-01-14 11:02:13 +00:00
Dave C-J
779a74e00c Add Amber to ledborg colour list... just because... 2014-01-14 10:59:50 +00:00
Dave C-J
4cd6be3cde Reorganise/de-duplicate Philips Hue node 2014-01-14 10:59:50 +00:00
Dave Conway-Jones
f61b8ae034 Merge pull request #21 from andypiper/blink-fix
Blink1 fix -  only initialise once....
2014-01-14 02:56:58 -08:00
Andy Piper
79c0914d36 cleanup 2014-01-14 10:32:48 +00:00
Andy Piper
d81828fdd9 Fixed ordering of blink init calls per @dceejay 2014-01-14 10:31:58 +00:00
Nick O'Leary
c6130a67da Nodes must not require(settings) themselves (again) 2014-01-13 11:01:04 +00:00
Nick O'Leary
97dbe8da0c Nodes must not require(settings) themselves
They should access settings via RED.settings
2014-01-13 10:59:12 +00:00
Dave C-J
0e955ea120 Add @cheerlights colour handling to LEDBorg node for Pi...
(just because)
2014-01-07 16:00:55 +00:00