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
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
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
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
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
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
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
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 Conway-Jones
fe04286d10
Add start and end markers to p1 test
2013-12-31 18:24:14 +00:00
Dave C-J
24a8c6df32
Add missing else to Ledborg node
...
Fix to close #129
2013-12-29 20:55:08 +00:00
Dave C-J
9347ef2401
Revert "close fix" - seems to cause more hangs on redeploy than before.
2013-12-19 15:00:45 +00:00
Dave C-J
1fd5e800a6
remove debug from Blink1 - sorry.
2013-12-19 14:45:01 +00:00
Dave C-J
83965a91af
Make fade work properly for Blink1,
...
And add some colour name support for @cheerlights
2013-12-19 14:38:26 +00:00
Dave Conway-Jones
57d5db945d
Merge pull request #11 from magicmonkey/blink1-clean-restart
...
Blink1 clean restart
2013-12-19 05:52:42 -08:00
Nick O'Leary
072c58b735
Merge pull request #12 from christoface/Snap_Chat_Node
...
Snap Chat Node
2013-12-17 01:50:48 -08:00
MrMobberley
68d5e3a0ec
Snap Chat Node
...
Version 1!
2013-12-15 19:11:46 +00:00
Kevin
d042a9e60f
More granular error message
2013-12-15 11:37:47 +00:00
Kevin
dd776ad97e
Cleanly close the HID interface when restarting
2013-12-15 11:37:23 +00:00
Dave C-J
f8d57e672a
Add check for mpd executable
...
Fixes Specific Issue #114
2013-12-12 20:49:25 +00:00
Dave C-J
f8ed9cebeb
make error message reflect missing module...
...
ie just badwords... not badwords/regexp
2013-12-12 20:48:10 +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
Nick O'Leary
cef78e745a
Merge pull request #7 from hdoukas/master
...
Add philips_hue node
2013-12-08 08:28:34 -08:00
Charalampos Doukas
60c7911964
addedd nodes under common directory
2013-11-28 23:52:26 +01:00
Nick O'Leary
4f45d768a5
Merge pull request #9 from hardillb/master
...
Added support for specifying a specific sensortag by mac address
2013-11-26 15:46:52 -08:00
Ben Hardill
6457ef0ca6
updated the readme now the standard sensortag node works and added a oneditsave to convert the mac address to the correct format
2013-11-24 13:48:14 +00:00
Ben Hardill
e830c6b262
Merge remote-tracking branch 'upstream/master'
2013-11-24 13:10:26 +00:00
Nicholas O'Leary
34b3c635f3
Lazily connect mysql node
...
If there is a mysqldatabase config node, but no actual users of it,
we don't need to connect to the database.
2013-11-22 20:49:31 +00:00
Nicholas O'Leary
39b849ded8
Move Mysql node credentials to credentials file
...
We must not store passwords in the regular flows file as this gets exchanged with the browser regularly and would leave things vulnerable.
The credentials mechanism is there to all a write-once-don't-need-to-read approach that allows the runtime access to the credentials without exposing them to the browser.
2013-11-22 20:34:57 +00:00
Ben Hardill
8fbbd4d1fd
Added tag selection
2013-11-22 13:58:41 +00:00
Dave C-J
39da31eaaa
Added proper database reconnects... and more error handling, that should help address Issue #87 in main node-red Issue list.
2013-11-22 10:24:08 +00:00
Dave C-J
631dea47b7
updated swearfilter to work with latest badwords npm (v0.3)
2013-11-20 10:23:09 +00:00
Dave C-J
ea398f9e66
Added INFO abour settings for xmpp. (Apologies for missing in first place...).
...
NOTE:... there is still a bug in the underlying simple-xmpp npm.. see
https://github.com/simple-xmpp/node-simple-xmpp/issues/12
for both the probem and the fix (not yet pulled).
2013-11-15 21:28:18 +00:00
Nick O'Leary
336ad7893d
Merge pull request #8 from thiseldo/master
...
twilio node first commit
2013-11-13 14:38:56 -08:00
Nicholas O'Leary
3f2433ee7f
PushBullet should not load settings file directly
2013-11-13 22:24:02 +00:00