Releases: ryanjohnsontv/node-red-contrib-ha-inovelli-manager
v0.3.1 - Add Entity ID Field to Scene Manager
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
v0.2.1 - Hot fix for Z-Wave JS without multicast
v0.2.0 - New LED Manager!
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
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
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
0.0.5
v0.0.5 Update to 0.0.5
0.0.4
v0.0.4 Add support for list of Node IDs