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

270 Commits

Author SHA1 Message Date
Olivier Verhaegen
04fee39a5a
Bugfix: not responsive to msg.topic on input of STOMP ack and out node 2023-06-07 14:21:00 +02:00
Olivier Verhaegen
55ba9c89ed
Bugfix: not responsive to msg.topic on input of STOMP out node 2023-06-07 14:16:57 +02: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
Ben Hardill
612ff93161
Bump serial port (#999)
* Bump serial port dependency to 11.0.0

This "should" fix the broken binaries on Arm/Alpine (e.g. docker)
2023-05-25 09:59:05 +01:00
Dave Conway-Jones
dd6bfc6f51
Bump stomp for status PR #987 2023-04-11 14:37:47 +01:00
Olivier Verhaegen
b4d80b86e3
node-red-node-stomp | Bugfix: show connected state after reconnect for stomp out node (#987)
* Bugfix: show connected state after reconnect

* Bugfix: show connected state for stomp out node after reconnect
2023-04-11 14:35:40 +01:00
Dave Conway-Jones
10ffd71b02
bump stomp for fix PR#986
to close #985
2023-04-07 08:49:08 +01:00
Olivier Verhaegen
471422adfe
Bugfix: show connected state after reconnect (#986) 2023-04-07 08:46:51 +01:00
Dave Conway-Jones
a55be34bc0
major change to snmp node to not stringify octet string type. 2023-03-15 10:22:34 +00:00
Dave Conway-Jones
a8edd0cb56
Add Serialport css to try to highlight blank inputs 2023-01-31 12:24:33 +00:00
Dave Conway-Jones
559ce050da
fix serialport to append chars to buffer correctly 2023-01-31 11:27:31 +00:00
Dave Conway-Jones
8553dc30f2
remove dubious use of rtl direction
to close #970
2023-01-13 11:42:06 +00:00
Dave Conway-Jones
5aa99eca73
ping - clone msg in order to fix handling arrays of multiple requests. 2022-10-02 10:33:25 +01:00
Dave Conway-Jones
c8975019ad
Fix ping node to pass through properties. 2022-09-30 10:05:59 +01:00
Dave Conway-Jones
3dcf739c0d
snmp clean up fix 2022-09-14 15:21:14 +01:00
Dave Conway-Jones
75a4361435
snmp - ensure response defined. 2022-09-14 15:05:29 +01:00
Dave Conway-Jones
9164fc234c
fix scope of results for lists
to close #949 - thanks @echobops
2022-09-10 13:20:07 +01:00
Dave Conway-Jones
7a5c39ce7b
fix snmp node linting 2022-07-22 10:18:18 +01:00
Stephen McLaughlin
041342d511
better inplace upgrade of pre v1 (#908)
fixes #907
2022-05-07 16:40:57 +01:00
Stephen McLaughlin
c77f13a90f
Merge pull request #904 from Steve-Mcl/snmpv3_Add_smc
Add SNMPv3 to node-red-node-snmp
2022-04-28 20:36:29 +01:00
Steve-Mcl
484c4f9574 Update readme & bump to v1.0.0 2022-04-28 20:36:53 +01:00
Steve-Mcl
069ee071ad bump dep to 3.6.3 to handle "no callback" issue
- for issue https://github.com/markabrahams/node-net-snmp/issues/202
2022-04-26 14:49:23 +01:00
Steve-Mcl
a7762ea91b Add SNMPv3 support and update to latest deps
closes #705
2022-04-21 16:49:03 +01:00
Dave Conway-Jones
184140b18d
fixup serialport initialisation 2022-02-24 17:15:10 +00:00
Dave Conway-Jones
5c333db0dd
run snyk checks and lint packages, bump notify. 2022-01-22 22:23:41 +00:00
Dave Conway-Jones
b0cc103f10
Add 230400 baud to default serialport options 2021-11-15 11:17:56 +00:00
Sam Machin
2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
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
f35e4baaef
Add serialport config node id to debug log for info 2021-06-07 10:31:42 +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
915089f2fb
Tidy Ping to remove unnecessary errors,
to close #782
2021-04-08 17:07:05 +01:00
Dave Conway-Jones
e674f9ad97
cleanup some old x-red label - no new node versions 2021-03-13 14:25:45 +00:00
Dave Conway-Jones
0a3b8614a1
bump serialport for translation 2021-03-12 20:45:40 +00:00
Dave Conway-Jones
f0beaeb0ba
bump ping package for ipv6 and translation 2021-03-12 20:45:18 +00:00
heikokue
80b9316d92
added/improved DE translation of forms (#765) 2021-03-12 13:23:26 +00:00
heikokue
0772b545ea
added i18n help files (#766) 2021-03-12 13:17:23 +00:00
meeki007
07460b9404
Add IPv6 support to node (#758) 2021-03-12 12:54:13 +00:00
Dave Conway-Jones
31b56e5740
tidy up serial error messages 2021-03-11 21:24:35 +00:00
Dave Conway-Jones
ae95fecc8f
add error objects to all node.errors so they can be caught.
to close #767
2021-03-11 19:36:37 +00:00
Dave Conway-Jones
cef28d6231
bump for PR and linting 2021-02-07 22:36:07 +00:00
Brian Orpin
fbe2078324
Return all feed data (#743) 2021-02-07 22:32:58 +00:00
Nathanaël Lécaudé
55de84772c
Ensure serial node has a default reconnect time (#733) 2021-01-13 10:13:46 +00:00
Dave Conway-Jones
2d5d553c4d
revert ping changes for HA
to address #662
2020-11-20 18:07:35 +00:00
Dave Conway-Jones
3aab556d4a
bump serialport package for ja translations 2020-11-01 23:16:24 +00:00
1ft-seabass
4136b0f30f
Updated io\serialport\locales\ja\25-serial.json (#713) 2020-11-01 23:14:02 +00:00