293 Commits

Author SHA1 Message Date
Yoonseok Hur
a8a7547c42
Update README.md 2023-11-21 16:00:36 +09:00
Yoonseok Hur
59d7c15686
Update README.md 2023-11-21 13:16:04 +09:00
Yoonseok Hur
88d81b0a6f readme and sidebar 2023-11-21 13:13:26 +09:00
Yoonseok Hur
60a17b0f77 readme and sidebar 2023-11-21 13:09:26 +09:00
Yoonseok Hur
1612c103c7 command view -> properties 2023-11-21 12:20:38 +09:00
Yoonseok Hur
ded05cb5b7 sidebar update 2023-11-19 20:31:37 +09:00
Yoonseok Hur
b66c20edcb serial control 2023-11-19 20:16:20 +09:00
Yoonseok Hur
534e0790ef
Update README.md 2023-11-19 19:39:04 +09:00
Yoonseok Hur
08f2b751db serial control rc 1 2023-11-19 19:01:27 +09:00
Yoonseok Hur
10176b5b90 serial control draft 2023-11-19 18:19:50 +09:00
Yoonseok Hur
efbc8786bd request node port selection enablement 2023-11-14 15:52:51 +09:00
Yoonseok Hur
a6cbc340e5 reuest node enablement 2023-11-14 15:41:56 +09:00
Yoonseok Hur
b82e2cd12a
temporary update for the usage footage 2023-11-07 11:31:49 +09:00
Yoonseok Hur
cf46218cf8 serial-port name field 2023-11-07 10:35:28 +09:00
Yoonseok Hur
98948c8296 port select 2023-11-06 21:48:11 +09:00
Dave Conway-Jones
bf03c11a94
bump version for dialog height PR 2023-09-18 18:44:10 +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
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
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
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