Skip to content

Releases: Onixarts/node-red-contrib-hapcan

Version 2.8

22 Dec 22:34
Compare
Choose a tag to compare

Added sending buffer with rate limit to prevent frames missing when frames are submitting too fast.

Version 2.7

24 Sep 18:02
Compare
Choose a tag to compare

Fixed problem with entering node configuration when the gateway node isn't configured yet.

Version 2.6

29 Apr 17:45
Compare
Choose a tag to compare

Added support for Dimmer RC UNIV-3.6.X and UNIV-1.0.6 modules.

Version 2.5

30 Mar 19:13
Compare
Choose a tag to compare

Fixed bugs with message multiplication each time the node configuration changes and node is deployed without full deployment mode.

Version 2.4

31 Dec 14:27
Compare
Choose a tag to compare

Fixed problem with button output node LED 8-14 control.

Version 2.3

27 Nov 22:54
Compare
Choose a tag to compare
  1. After entering the nodes configuration the node and group value is disabled when the proper device is selected
  2. Fixed problem with wrong buffer data (0xFF) in the input nodes messages
  3. Fixed problem with the same message emitted by many input nodes. Now, all messages are independent copies so they do not interact witch each other. (Potential breaking change when using this bug as a feature).

Version 2.2

02 May 22:04
Compare
Choose a tag to compare

Discovery function fixes, overall stability improvements

Version 2.1

29 Dec 22:41
Compare
Choose a tag to compare

Node-red 1.x.x support, includes new output nodes input event registration - which allows to using new Complete Node-red node.
There are also some visual issues fixes for custom-input and custom-output nodes for Node-red 1.x.x.

Added new button output node, that controls 14 buttons LEDs.

This version require Node-red version 1.x.x and later and will not work on older versions.

Version 2.0

09 Nov 20:59
Compare
Choose a tag to compare

Added new Discover devices function which finds Hapcan devices in the bus. Once devices are found they are stored in a configuration node, so the discover function should be used only when Hapcan network is somehow changed. Devices list is then used in nodes for quick device selection - no need to set node and group anymore! But You can if You want.

There is also new frames receiving algorithm implemented, which should be shorter frames proof. This frames emitted by Hapcan programmer when connecting to the bus cause invalid frame errors and broke whole receiving mechanizm.

Version 1.5.1

11 Aug 14:42
Compare
Choose a tag to compare

Fixed problem with input nodes not emitting messages.