Commit Graph

1493 Commits

Author SHA1 Message Date
Dave Conway-Jones e990b47c65
let discovery node not flag empty service type 2021-07-22 18:06:48 +01:00
crxporter 8604a783a4
Added to wol node: num_packets and interval options (#819) 2021-07-19 17:23:48 +01:00
Dave Conway-Jones 761bb30ada
Email node - better handling of criteria errors 2021-07-16 14:41:12 +01:00
JsBergbau 245109940c
PiSrf: Added decimal places option + stop bugfix + more keywords (#816)
* Added decimal places option + bugfix + keywords

Added option to output more decimal places. When no decimal places are configured output stays the same for full backward compatibility.

Fixed bug that on restart flows error "Error stopping node: Close timed out" occured. Also removed sudo, because no need to run code with root rights. On systems where you need password for sudo it wouldn't run then. 

Added Keywords for "HC-SR04" and "SR04", because this module is fully compatible with this node.

* Added decimal places option + bugfix + keywords

Added option to output more decimal places. When no decimal places are configured output stays the same for full backward compatibility.

Fixed bug that on restart flows error "Error stopping node: Close timed out" occured. Also removed sudo, because no need to run code with root rights. On systems where you need password for sudo it wouldn't run then. 

Added Keywords for "HC-SR04" and "SR04", because this module is fully compatible with this node.

* Added decimal places option + bugfix + keywords

Added option to output more decimal places. When no decimal places are configured output stays the same for full backward compatibility.

Fixed bug that on restart flows error "Error stopping node: Close timed out" occured. Also removed sudo, because no need to run code with root rights. On systems where you need password for sudo it wouldn't run then. 

Added Keywords for "HC-SR04" and "SR04", because this module is fully compatible with this node.
2021-07-08 08:32:55 +01:00
Dave Conway-Jones 4859a8bcc0
bump email deps for cve
to close #815
2021-06-30 09:08:09 +01:00
Ben Hardill ebd043cec6
fix for #813 (#814)
* Fix for #813

Ensure `msg.location` exists before populating

* Only add location data if location present
2021-06-29 09:03:46 +01:00
Dave Conway-Jones cdcafbad1d
remove old x-red style for better highlighting 2021-06-23 12:21:19 +01:00
Dennis Gaida eb8bae6782
blink1: added "blink1 in" node (#812)
* Added "blink1 in" node

* sets msg.payload to current RGB value or "off" if RGB = 0,0,0
* can also be used to pipe msg.payload to blink1 out
* blink1 category created
* blink1 label set to "blink1 out"
* Bumped version to 0.1.0
* Modified readme
2021-06-22 12:39:22 +01:00
Dave Conway-Jones 799eee3873
Mysql - Only call done if it exists. 2021-06-19 14:47:44 +01:00
Dave Conway-Jones 290b2ea790
fixup pilter and pisrf for python2/3 2021-06-18 08:56:15 +01:00
Dave Conway-Jones 7c4b2593ba
fixup gpio nodes to try to be 100% python 2/3 friendly 2021-06-18 08:28:54 +01:00
Dave Conway-Jones 14a8b3293b
improve xmpp presence detections 2021-06-09 23:28:51 +01:00
Dave Conway-Jones cf310adb07
remove xmpp surplus error messages 2021-06-09 22:28:34 +01:00
Dave Conway-Jones f35e4baaef
Add serialport config node id to debug log for info 2021-06-07 10:31:42 +01:00
Dave Conway-Jones bb6491942e
Merge Pool PR. 2021-05-18 09:11:41 +01:00
Eric Dum d8ba11ccdf
query by pool instead of using the connection directly (#806) 2021-05-18 09:09:33 +01:00
Dave Conway-Jones 0d1a41f18a
clarify email node tls? option flag 2021-05-11 09:22:09 +01:00
Dave Conway-Jones b37d215659
mysql - revert trying to fixup RowDataPackets introduced in 0.1.8 2021-05-10 08:53:08 +01:00
Dave Conway-Jones 2bd98c6887
add python 3 tests to most shell scripts 2021-05-09 17:42:26 +01:00
Dave Conway-Jones 93f6517d30
Fix name filtering for incoming messages
to close #492
2021-05-08 12:01:55 +01:00
Nathanaël Lécaudé 263031d6c7
node-red-node-physical-web: make it work with newer versions (#799)
* Added msg.advertising = true/false to enable/disable advertising

* Fixed comparison with bool

* physical- web: Added status
Added status (lost, updated, found) as msg.topic.  Added checkbox to allow duplicates or not.

* Re-added optional topic to avoid breaking compatibility

* Cleaner topic slection

* node-red-node-wol: added address field

* node-red-node-wol: remove warning

* node-red-node-wol: bump version

* node-red-node-wol: typo in version

* Ensure service is stopped before being created

* Bump version of node-red-node-discovery to 0.0.19

* node-red-node-discovery: correction to Readme

* node-red-node-discovery: Add stop method and show status

* node-red-node-discovery: bump version to 0.0.20

* node-red-node-discovery: remove status text

* serial: ensure serialReconnectTime has a default value

* physical-web: update dependencies to make it work with recent node versions

* physical-web: update package.json
2021-05-06 15:06:57 +01:00
Dave Conway-Jones c4cb92cd61
Increase xmpp connection timout 2021-05-06 14:48:43 +01:00
Dave Conway-Jones c890ca57d5
Let RBE node be able to use any property as key (not just topic)
(not for publish until 2.0)
2021-04-27 20:25:30 +01:00
Dave Conway-Jones 4bd657fcd8
bump serialport to add German translations 2021-04-27 15:10:59 +01:00
heikokue f78f5ff7bc
serial node: improved settings form and EN help, added DE help (#787) 2021-04-27 13:55:54 +01:00
Dave Conway-Jones f9e52c7d7f
add node16 to tests (allow fail) 2021-04-25 16:17:10 +01:00
Dave Conway-Jones 05c3f1edb6
bump base packages and remove node8 tests (add 16 allow fail) 2021-04-25 16:08:51 +01:00
Dave Conway-Jones fdfdbb17b7
Fix mysql multiple return queries type
to close #797
2021-04-23 22:23:16 +01:00
Dave Conway-Jones 246463752e
Add StartTLS option to email node 2021-04-15 10:32:40 +01:00
HiroP0 13d534ee54
added support for imap 'autotls' option to 'email in' node (#796)
* added support for imap 'autotls' option to 'email in' node
2021-04-14 17:28:03 +01:00
Dave Conway-Jones 8412beedf2
Bump tail node to pick up latest underlying library fixes for error handling
hopefully to address #795
2021-04-11 14:07:17 +01:00
Ben Hardill 874708dc0d
Fix crash when WeMo devices are powered off (#794)
* Big Update

Includes:
 - New lookup node to check state of a device
 - Fix dimming control for lights
 - Fix light group control
 - Set the node label to match the device name
 - The event now includes the text description of the light capability

* Add extra check for empty results in discovery

* Attempt to catch errors from wemo-lookup

This is to catch errors when device is offline

* Put request back

Will look at making it all http.request later

* Add more error handling and reporting

* Try and not crash with subscriptions

Failed subscriptions will try agian in 1 min

* Fix some messages

* Remove most of the console.logs

* Last of console.logs
2021-04-10 20:02:36 +01:00
Dave Conway-Jones 2c5cc5f70c
Fixup mysql node done calls 2021-04-08 17:07:23 +01:00
Dave Conway-Jones 915089f2fb
Tidy Ping to remove unnecessary errors,
to close #782
2021-04-08 17:07:05 +01:00
Daniele 040bf24c4b
node-red-node-mysq add done() callback (#793)
This fix adds the done() callback when the query has been executed.
2021-04-08 09:11:59 +01:00
Dave Conway-Jones 61a03d7cc3
Tidy email node README to remove false "only one mail" statement.
and tidy some other newer functionality. like plaintext.
to close #792
2021-04-03 16:55:45 +01:00
Dave Conway-Jones 1c256fd3b3
refix email attachments array 2021-04-01 09:36:36 +01:00
Maximilian Gutwein 4697636055
Add support for separate plaintext in outgoing mails (#788)
* Add support for separate plaintext in outgoing mails

* Rename msg.plain to msg.plaintext
2021-03-31 20:51:43 +01:00
Dave Conway-Jones ef8d5bd8ee
bump feedparser package for de translation updates 2021-03-28 18:25:59 +01:00
heikokue 4572535272
feedparser node: improved EN help and added DE help (#783) 2021-03-28 18:22:53 +01:00
Dave Conway-Jones c1e83bf06f
Email - nsure imap tries to disconnect nicely first.... then destroy
to close #784
2021-03-28 16:55:28 +01:00
Dave Conway-Jones 5dd03b7073
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2021-03-25 09:52:08 +00:00
Dave Conway-Jones d6bfd48f51
bump rbe to add de translations 2021-03-25 09:52:00 +00:00
heikokue 534be72c36
rbe node: improved EN help and added DE help (#776) 2021-03-25 09:51:16 +00:00
Dave Conway-Jones 35fea0f1cc
bump tail for de translations 2021-03-25 09:49:52 +00:00
heikokue cb3b4c3c62
tail node: improved EN help and added DE help (#779) 2021-03-25 09:48:46 +00:00
Dave Conway-Jones ed45d5622b
bump email package for de translations 2021-03-25 09:48:03 +00:00
heikokue 14b1e3aefb
email node: improved EN help and added DE help (#781) 2021-03-25 09:45:45 +00:00
JsBergbau e05a3f3d4d
Added retry and expire setting for Prio 2 messages (#780) 2021-03-25 09:42:50 +00:00
Dave Conway-Jones 33bec5f2a2
bump gpiod for de translations 2021-03-25 09:38:21 +00:00