Commit Graph

737 Commits

Author SHA1 Message Date
Dave Conway-Jones a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones 791b246f19 Add notes that mcp3008 is and A/D Converter
to fix #248
Thanks @ukmoose
2016-11-02 21:16:48 +00:00
Dave Conway-Jones 1e31652073 Better handling of mongo ObjectId for updates 2016-11-02 15:25:35 +00:00
Dave Conway-Jones d52f9dcd30 detect Pi updates for LEDborg, mcp3008 and neopixel 2016-11-02 10:02:51 +00:00
Ben Hardill d9c551c026 Fix SensorTag node on Windows (#246)
Fix windows install 
(or rather - only run the postinstall if on Linux)
Thanks @hardillb
2016-11-02 09:55:06 +00:00
Dave Conway-Jones 3e3b9aa706 bump Arduino node firmata prereq 2016-10-27 17:41:25 +01:00
Dave Conway-Jones 6fce1f5622 Pushover, one letter spelling mistake in placeholder 2016-10-17 23:00:22 +01:00
Dave Conway-Jones 735f610730 Pushover, add support for url and url_title
to close #240
Thanks @eisbehr
2016-10-17 22:56:24 +01:00
Dave Conway-Jones f63d8d6343 Daemon node. Check payload length rather than trim to handle buffer
to close #242
thanks @gbrault
2016-10-17 21:35:12 +01:00
Dave Conway-Jones 8efc1e5fc8 bump request npm levels in wet and feed parser 2016-10-13 14:23:55 +01:00
Dave Conway-Jones 36e834fdf1 bump serial port to 4.0.3 library 2016-10-13 14:12:08 +01:00
Dave Conway-Jones cebeab02f9 toggle twitter limit rate status back if not limited anymore 2016-09-30 21:21:44 +01:00
Dave Conway-Jones 3ff0b6a761 More twitter rate fixes, Redo input pin logic 2016-09-30 20:38:05 +01:00
Dave Conway-Jones 8a03773567 better global handling of twitter rate limits
and make status messages i18n
2016-09-30 17:00:20 +01:00
Dave Conway-Jones 5d7d7e9d24 back off twitter retry to twitter recommended 60s 2016-09-30 11:13:38 +01:00
Dave Conway-Jones 741d3db06b clear twitter reconnect timeout to close #237 2016-09-30 08:54:55 +01:00
Dave Conway-Jones eeb1189092 Tidy up twitter node info
and re-order code to make more logical. (or at least readable)
2016-09-29 23:30:13 +01:00
Dave Conway-Jones c456f89441 twitter followed users now does what it says... 2016-09-28 17:09:58 +01:00
Dave Conway-Jones 437543e139 try to match twitter labels to reality
maybe
2016-09-27 22:07:01 +01:00
Dave Conway-Jones c04ca47804 fix twitter node to have 1 input :-(
and tidy up statuses
2016-09-27 21:21:28 +01:00
Dave Conway-Jones 2c49832bda injecting blank payload stops twitter stream 2016-09-27 18:03:54 +01:00
Dave Conway-Jones 4c5b75f30a Tidy up twitter node, add status, i18n etc 2016-09-27 17:56:35 +01:00
smchamberlin b0c93e44b8 Twitter node: Add support for search terms passed in through msg.payload (#235)
* Add support for search terms passed in through msg.payload

* Add support for dynamic left ping connector

* Suggestions from David Conway-Jones

* Better error message

* Add green status indicator when msg.payload is dynamically passed in and revised warning messages
2016-09-27 17:34:04 +01:00
Dave Conway-Jones 8e84e19cde add mcp3008 node and bump some packages 2016-09-20 08:19:45 +01:00
Dave Conway-Jones c91e22744f remove unnecessary logging from base64 node 2016-09-15 21:20:43 +01:00
Dave Conway-Jones afec508980 Catch "not connected" to database in Mysql node
also to close #172 - as multiple statements now also supported
2016-09-14 22:44:53 +01:00
Dave Conway-Jones f70cd1d640 snap node - remove extraneous console logging 2016-09-01 11:17:18 +01:00
Dave Conway-Jones 71c0a0c7cf add info to daemon node to point out python unbuffered 2016-08-28 11:37:51 +01:00
Dave Conway-Jones 216c8cca19 bump wemo node version 2016-08-17 09:14:56 +01:00
Ben Hardill 04b7ee9e1e Silence Listener leak warning (#229)
* Replacing the original wemo node with the wemo-ng node

* Added install instructions

* Fix name of wemo out node

* Fix some jshint errors

More jshint fixes

fix jshint

last jshint fix

Fix last jshint error

* Adds proper url length detection

* fix up the extra line added in the merge

* Fix some jshint errors

More jshint fixes

fix jshint

last jshint fix

Fix last jshint error

load of tiny listing fixes, undef, unused, etc

fix slight wrinkle in new Wemo node

Fix wemo package name for npm.

Add contribution.md to node-red-nodes

to make it more obvious.
correct spelling in readme.md
revert .jshintrc

Added subtree and walker nodes. (#200)

Thanks @mikakaraila  - very useful.

slight edits to snmp to pass jslint-ing

Bump underlying serial port nam version

correct BBB callback response to check exists

To Fix #198

* Adds proper url length detection

fix up the extra line added in the merge

* Added some more error checking in discovery

* Adds proper url length detection* fix up the extra line added in the merge

* Adds proper url length detection

* fix up the extra line added in the merge

Add line output mode for Daemon node

to address #202

Email rework (#195)

* Rework of Node-RED email nodes

tidy up email listing - no code changes

add latest email node dips

and update email node libs - bump version

update package version for nodes tests

add a few tests

geohash, smooth, base64, msgpack

correct path of source file

Thanks @Ltrlg

Fix typo in node-red-node-smooth (#205)

node-red-node-physical-web: Added msg.advertising = true/false to enable/disable advertising (#204)

* Added msg.advertising = true/false to enable/disable advertising

* Fixed comparison with bool

Don't use get_compass as it breaks get_orientation

add envelope to email node options

as part of node-red#875

Physical-web: Added status (found, updated and lost) as msg.topic (#206)

Added msg.advertising = true/false to enable/disable advertising
Added status (lost, updated, found) as msg.topic, if not already set
Added checkbox to allow duplicates or not.

* Re-added optional topic to avoid breaking compatibility

* Cleaner topic slection

add a v0.3 serial port to help with node5/6

let PI try to enable sensorTag access on install

Add cc and bcc options to email node

to close #209

updates to email node to better handle

different mail types. Still not great - but does the basics…  To close

Better email node parsing (again)

Fix indent

fixed formating

* Fix heading in README.md

Fix node name in README.md

* Silences warnings about too many listeners
2016-08-17 09:11:37 +01:00
Dave Conway-Jones eb6e35957b Let Mongo node auto retry initial connection
and add status indicator
to close #221
2016-08-16 11:43:36 +01:00
Dave Conway-Jones eb17e6533e clean up whitespace on daemon args
cause less errors if any trailing whitespace removed,
2016-08-16 10:12:31 +01:00
Dave Conway-Jones ba488aa4c1 bump Mongoldb pre-req version
to fix #228
2016-08-16 10:11:42 +01:00
Dave Conway-Jones b9b0e19f63 sensor tag - filter out "bad" values
to close #225
2016-08-10 10:26:20 +01:00
Dave Conway-Jones 4f90ccfcd4 Bump BBB node dependancies 2016-08-06 18:42:34 +01:00
Dave Conway-Jones 75787fa3c2 Update blinkstick neopixel modes 2016-08-06 18:42:10 +01:00
Dave Conway-Jones 677864482e Bump email node version 2016-08-03 09:01:28 +01:00
Mike Sparr 17255b7bbf Fixed #222 - RFC error with invalid FROM address with userid conf (#223)
* Fixed #222 - RFC error with invalide FROM address forcing userid config value

* Added user help text for #222 fix and pull request

* Fixing tab spacing for #222 fix before pull request acceptance
2016-08-03 08:55:39 +01:00
Dave Conway-Jones 69b471b0f1 let mysql node allow multiple statements 2016-07-20 20:11:50 +01:00
Dave Conway-Jones 4f4d2de45f Arduino nodes, reconnect on partial deploys 2016-07-15 14:45:32 +01:00
Dave Conway-Jones 0bfeb13abc Move Arduino nodes to use firmata nom
rather than arduino-firmata
2016-07-13 14:19:09 +01:00
Dave Conway-Jones 0b094cbfc7 bump physical-web package version for nom 2016-06-29 17:36:49 +01:00
Nathanaël Lécaudé 648d6438b1 Corrected error in power level (#217) 2016-06-29 17:32:50 +01:00
Nathanaël Lécaudé 14cfbf7b0b Update spinner to reflect new power range. (#218) 2016-06-29 17:32:27 +01:00
Dave Conway-Jones c830e461ea Bump email node package version
should have been part of previous fix…. darn.
2016-06-27 12:03:31 +01:00
Dave Conway-Jones 4c589f14f5 Allow Email node to select folder other than INBOX
Closes #215
Thanks to @aamol for spotting
2016-06-27 12:01:29 +01:00
Ben Hardill 46cc9bb906 Added more error checking in the discovery section (#214)
* Replacing the original wemo node with the wemo-ng node

* Added install instructions

* Fix name of wemo out node

* Fix some jshint errors

More jshint fixes

fix jshint

last jshint fix

Fix last jshint error

* Adds proper url length detection

* fix up the extra line added in the merge

* Fix some jshint errors

More jshint fixes

fix jshint

last jshint fix

Fix last jshint error

load of tiny listing fixes, undef, unused, etc

fix slight wrinkle in new Wemo node

Fix wemo package name for npm.

Add contribution.md to node-red-nodes

to make it more obvious.
correct spelling in readme.md
revert .jshintrc

Added subtree and walker nodes. (#200)

Thanks @mikakaraila  - very useful.

slight edits to snmp to pass jslint-ing

Bump underlying serial port nam version

correct BBB callback response to check exists

To Fix #198

* Adds proper url length detection

fix up the extra line added in the merge

* Added some more error checking in discovery

* Adds proper url length detection* fix up the extra line added in the merge

* Adds proper url length detection

* fix up the extra line added in the merge

Add line output mode for Daemon node

to address #202

Email rework (#195)

* Rework of Node-RED email nodes

tidy up email listing - no code changes

add latest email node dips

and update email node libs - bump version

update package version for nodes tests

add a few tests

geohash, smooth, base64, msgpack

correct path of source file

Thanks @Ltrlg

Fix typo in node-red-node-smooth (#205)

node-red-node-physical-web: Added msg.advertising = true/false to enable/disable advertising (#204)

* Added msg.advertising = true/false to enable/disable advertising

* Fixed comparison with bool

Don't use get_compass as it breaks get_orientation

add envelope to email node options

as part of node-red#875

Physical-web: Added status (found, updated and lost) as msg.topic (#206)

Added msg.advertising = true/false to enable/disable advertising
Added status (lost, updated, found) as msg.topic, if not already set
Added checkbox to allow duplicates or not.

* Re-added optional topic to avoid breaking compatibility

* Cleaner topic slection

add a v0.3 serial port to help with node5/6

let PI try to enable sensorTag access on install

Add cc and bcc options to email node

to close #209

updates to email node to better handle

different mail types. Still not great - but does the basics…  To close

Better email node parsing (again)

Fix indent

fixed formating

* Fix heading in README.md

Fix node name in README.md
2016-06-24 11:06:59 +01:00
Dave Conway-Jones 49692b3255 Better email node parsing (again) 2016-06-12 17:04:07 +01:00
Dave Conway-Jones f91b7c4630 updates to email node to better handle
different mail types. Still not great - but does the basics…  To close
#210 for now
2016-06-07 15:57:40 +01:00
Dave Conway-Jones b6f45ef8d4 Add cc and bcc options to email node
to close #209
2016-06-03 16:14:20 +01:00