Skip to content

Releases: ryanjohnsontv/node-red-contrib-ha-inovelli-manager

v0.3.1 - Add Entity ID Field to Scene Manager

06 Nov 06:59
6694c24
Compare
Choose a tag to compare

This release adds a minor improvement to the scene manager. In my use case I use my switches to control smart bulbs, so rather than write out the same entity id of the smart bulb(s) in my functions, I can just set it once and use it (msg.entity_id) for more dynamic automations.

v0.3.0 - Support for White Color

25 Oct 22:51
e938efe
Compare
Choose a tag to compare

Adds support for setting fan/light LEDs to white! (Fixes #19)

*Set slider in UI to 361, or send "white"/[255,255,255] in msg.payload.color (or msg.payload.fanColor) to use white in your LEDs.

Adds updated examples! (Fixes #22)

v0.2.1 - Hot fix for Z-Wave JS without multicast

08 Oct 16:26
acd2a5a
Compare
Choose a tag to compare

v0.2.0 - New LED Manager!

05 Oct 06:57
c6cb12b
Compare
Choose a tag to compare

What's Changed

Error handling update, working towards standardizing code base, added multicast option to LED manager, and made each parameter of LED manager individually addressable. Might be a breaking change for those using this node.

Known Issues

UI bug in LED manager, if you enable a fan parameter then change the switch type to a light-only option, the fan parameter will remain. This parameter won't be sent from the node, but if it bugs you then you'll need to change back to a fan switch type and uncheck the fan parameters.

Full Changelog: v0.1.1...v0.2.0

v0.1.1 - Scene Node ID Passthrough

27 Sep 21:03
9f9518c
Compare
Choose a tag to compare

Adds an option to disable specifying node ID(s) for the scene manager node.
Only advised when all nodes in your Z-Wave network use the same type of Inovelli switch.

v0.1.0 - Multicast Support

27 Sep 03:11
d3d6065
Compare
Choose a tag to compare

Adds multicast support for use cases where you need to set the same value on multiple nodes simultaneously.

REQUIRES ADDITIONAL CONFIGURATION!
Please refer to the README in the multicast folder on how to properly set up multicasting for your Inovelli switches. Should just take a minute to do.

0.0.6

29 May 16:03
1ec82ab
Compare
Choose a tag to compare

Fixes mapping for LZW31-SN & LZW30-SN buttons in the scene controller: #6 & #7 via @MRobi1

0.0.5

21 Apr 16:48
Compare
Choose a tag to compare
v0.0.5

Update to 0.0.5

0.0.4

19 Apr 16:12
Compare
Choose a tag to compare
v0.0.4

Add support for list of Node IDs

0.0.3 - Scene Manager

16 Apr 15:57
Compare
Choose a tag to compare

Scene Manager:

Initial support for inovelli-scene-manager, a node that lets you choose your Red series switch and automatically map a button press to a dedicated output.