Releases: Onixarts/node-red-contrib-hapcan
Version 2.8
Version 2.7
Fixed problem with entering node configuration when the gateway node isn't configured yet.
Version 2.6
Added support for Dimmer RC UNIV-3.6.X and UNIV-1.0.6 modules.
Version 2.5
Fixed bugs with message multiplication each time the node configuration changes and node is deployed without full deployment mode.
Version 2.4
Fixed problem with button output node LED 8-14 control.
Version 2.3
- After entering the nodes configuration the node and group value is disabled when the proper device is selected
- Fixed problem with wrong buffer data (0xFF) in the input nodes messages
- 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
Discovery function fixes, overall stability improvements
Version 2.1
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
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
Fixed problem with input nodes not emitting messages.