1701 Commits

Author SHA1 Message Date
Jayson Hurst
5712a78755
simpleParser takes an optional parameter checksumAlgo. Specify the FIPS compliant sha256 hash algorithm here so that it will be used instead of the default of md5. (#1050) 2024-02-19 23:27:15 +00:00
Dave Conway-Jones
98e6cc3f1d
update suncalc version for PR 2024-02-19 10:22:05 +00:00
Raphii
10ede7b1a6
Fix English suncalc descriptions for dusk and nauticalDusk (#1048) 2024-02-15 20:47:06 +00:00
Dave Conway-Jones
8d0bdfd985
escape some errors 2024-01-25 20:56:53 +00:00
Dave Conway-Jones
25e4134b51
Update README.md 2024-01-10 15:04:39 +00:00
Dave Conway-Jones
cdf8d264e3
Update README.md 2024-01-10 15:03:48 +00:00
Dave Conway-Jones
fd5dd24dd8
move exif node to use supported exifreader library
This is a breaking change
To close #1042
2024-01-10 15:02:14 +00:00
Dave Conway-Jones
3e2d27b9f7
Add German translation for serial control 2023-12-04 17:35:21 +00:00
Dave Conway-Jones
97a370c498
update packages and fix overall grunt run 2023-11-28 17:58:47 +00:00
Dave Conway-Jones
36b85440fb
Major bump of mysql2 libs
and move name field
2023-11-28 17:58:06 +00:00
Dave Conway-Jones
dc08dc8d0d
bump email lib packages and move name field 2023-11-28 17:57:35 +00:00
Dave Conway-Jones
5371f9bb92
move name field to top for a bunch of nodes 2023-11-28 17:56:07 +00:00
Dave Conway-Jones
54dc363490
fix: upgrade hidstream from 2.0.1 to 2.1.0 (#915)
Snyk has created this PR to upgrade hidstream from 2.0.1 to 2.1.0.

See this package in npm:
https://www.npmjs.com/package/hidstream

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/ad08ee11-0060-45c1-ba51-065744f07906?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-11-23 14:38:26 +00:00
Dave Conway-Jones
2e52257afa
Tidy up PR, add status to control nodes
tweak help, readme, and feed stopped status to other nodes.
2023-11-23 12:11:59 +00:00
Yoonseok Hur
2ddb6037c6
node-red-node-serialport port selection node addition (#1035)
* port select
2023-11-23 10:22:47 +00:00
Dave Conway-Jones
81501dfbdf
Move Firmata into Arduino node so we don't rely on their version of serialport 2023-11-17 15:07:38 +00:00
Dave Conway-Jones
4c3e7bff91
Exif node improve popup info 2023-09-30 15:41:42 +01:00
Dave Conway-Jones
bf03c11a94
bump version for dialog height PR 2023-09-18 18:44:10 +01:00
Kazuhito Yokoi
36d33b3268
Fix height of description editor in data generator node (#1031) 2023-09-18 18:42:19 +01:00
Dave Conway-Jones
8e2f8b60e0
bump sqlite3 libs and package
to include css bugfix
2023-09-16 19:16:35 +01:00
Kazuhito Yokoi
504bbda0a4
Fix height of description editor in sqlite node (#1030) 2023-09-16 19:12:20 +01:00
Chuan Khoo
b67452d569
mlsentiment: allow custom tokenizers (#1026)
* allow custom tokenizers

allows use of tokens object to specifiy custom tokenizers

updated mlsentiment to v2.0.0 (with temporary fix for comparative score applied)

updated documentation

* update unit tests
2023-08-31 21:25:00 +01:00
Dave Conway-Jones
8a29f9e379
bump for PR #1024 2023-08-19 14:38:19 +01:00
Simon Walters
d75beeebf4
Update 38-rpi-pibrella.js (#1024)
Update to work with python3 on Bullseye
2023-08-19 14:36:35 +01:00
Dave Conway-Jones
4805b3d13b
Update package.json
add Olivier as contributor
2023-08-11 15:35:50 +01:00
Dave Conway-Jones
5913e29086
Bump for PR.
to close #1021
2023-08-11 15:32:36 +01:00
Olivier Verhaegen
878694fa1c
STOMP: Improved error stated and logging (#1021)
* Improved error states and logging

* Fix misplaced reconnect error message

* No double logging of reconnecting event
2023-08-11 15:31:00 +01:00
Dave Conway-Jones
79b93f30ec
Bump for start/stop PR #1018 2023-08-05 17:15:43 +01:00
Giovanni Marzot
b6f5ea812b
Support stop msg for daemon node (#1018)
* add msg.stop handler and docs, msg.start restarts process as per existing doc

* stop process using configured signal

* fix grunt complaint

* remove extra debug, make start only start and change doc to match
2023-08-05 17:14:22 +01:00
Dave Conway-Jones
74aeb2ddae
bump pushover for bugfix PR 2023-07-11 20:26:35 +01:00
wooferguy
a058999f4c
Pushover ttl Bug Fix (#1017)
* TTL Functionality

Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.

* Update help doc

Reference ttl parameter in api docs

* Fix: Warnings with no ttl

Check if ttl exists before sanitizing

* Add: Allow string ttl

If ttl is a string, parse to integer and check validity

---------

Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>
2023-07-11 20:24:38 +01:00
Dave Conway-Jones
512697eec4
Bump for pin label PR 2023-07-11 20:17:55 +01:00
Li Huaqian
8bf15d7a63
Add user button label dynamically (#1016)
Not all platforms have the user button supported, so dynamic
to add the user button label.

Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
Signed-off-by: chao zeng <chao.zeng@siemens.com>
Co-authored-by: chao zeng <chao.zeng@siemens.com>
2023-07-11 20:12:25 +01:00
Dave Conway-Jones
a4d9b48ac7
bump for bugfix pr 2023-07-11 20:00:17 +01:00
Olivier Verhaegen
45b43ebb21
STOMP bugfix: usage of multiple stomp in nodes (#1015)
* Bugfix: only execute node register callbacks after connection to the server has been made

* Bugfix: only execute direct callback of register node register when connected to STOMP server

* Doc: Add tip about reconnection to server
2023-07-11 19:58:51 +01:00
Dave Conway-Jones
a2b7e1a30c
bump package for PR to add msg.ttl
to release #1013
2023-06-24 09:56:17 +01:00
wooferguy
51dc002a70
Pushover TTL (#1013)
* TTL Functionality

Pick up msg.ttl and pass it to REST API, checking it is a positive integer first.

* Update help doc

Reference ttl parameter in api docs
2023-06-24 09:54:34 +01:00
Dave Conway-Jones
21b92d4894
Bump package for PR #1010 2023-06-21 20:20:15 +01:00
Olivier Verhaegen
1216ee5296
STOMP: improved logging (#1010)
* Improvements to logging

* Subscribe log clarification

* Session id on connect fix
2023-06-21 20:18:59 +01:00
Dave Conway-Jones
edd521f2e9
Bump for lPR to fix topic ack handling
to close #1009
2023-06-08 21:16:34 +01:00
Olivier Verhaegen
8743c2afa6
STOMP bugfix: msg.topic can't be used with STOMP out node and ack node (#1009)
* Bugfix: not responsive to msg.topic on input of STOMP out node

* Bugfix: not responsive to msg.topic on input of STOMP ack and out node

* Bugfix: backward compatible node.topic has prio + Docs: added info about msg.topic in ACK node docs

* Typo fix
2023-06-08 21:14:40 +01:00
Dave Conway-Jones
983cab970e
bump for username credential fix
to close #1006
2023-06-06 11:26:25 +01:00
Olivier Verhaegen
3fd14223ef
Bugfix: use of credentials in STOMP server (username property typo) (#1007)
* Bugfix: use of credentials in stomp server (username property typo)
2023-06-06 11:25:06 +01:00
Dave Conway-Jones
71a39ac16b
Bump stomp node for PR #988 2023-05-30 11:07:57 +01:00
Olivier Verhaegen
0d7f0cb16d
STOMP refactor in accordance with MQTT (shared connection using config node) + client ACK (#988)
* Bugfix: show connected state after reconnect

* Bugfix: show connected state for stomp out node after reconnect

* Add support for ACK messages

* Add optional subscription id

* Typo fix

* Subscription ID not required

* Bugfix "node.ack is not a fuction"

* Use shared client connection

* Bugfix shared connection

* Improvements & bugfixes to shared connection

* Bugfix connecting state

* Set connected state in connect callback

* Typo fix

* add server shared connection variables

* Bugfix for shared state

* WIP

* Complete refactor based on MQTT nodes to be able to share server connection between nodes

* Change address back to server for backwards compatibility

* Fixes for race conditions on node closing

* Add disconnect timeout of 2s to avoid "Error stopping node"

* If not connected, do not try to disconnect

* Fix for disconnecting log

* Styling fix for ack select form row

* Typo fixes

* Typo fix

* Bugfix: subscription before connected

* Bugfix: stringify payload before sending to be able to send numbers etc

* Bugfix: not saving ack field

* Bugfix: ack

* Bugfix: ack

* Bugfix: ack & better docs regardign ack

* BugFix: reconnect delay

* Improvements regarding cleanup on close

* Handle connect and reconnect event in the same way

* Typo fix

* Fix backwards compatibility
2023-05-30 11:05:25 +01:00
Dave Conway-Jones
490a3d8d37
Fix up readme - and bump deps
to close #1003
2023-05-29 21:59:40 +01:00
Dave Conway-Jones
0342a4b7ae
better fix for handling of high latitudes
to close #1002 again
2023-05-28 09:58:12 +01:00
Dave Conway-Jones
ddaa9b24b8
let timeswitch handle high latitudes better
to close #1002
2023-05-27 19:40:19 +01:00
Dave Conway-Jones
a5faf13c4d
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2023-05-25 14:56:06 +01:00
Dave Conway-Jones
c46c0fe4b4
Bump Sensehat for multi read and examples 2023-05-25 14:56:03 +01:00