node-red-contrib-ha-inovelli-manager

Nodes for easily managing scenes, parameters, and notifications of Inovelli switches paired through various Home Assistant integrations

MIT License

Downloads
94
Stars
14
Committers
3

Bot releases are hidden (Show)

node-red-contrib-ha-inovelli-manager - v0.3.1 - Add Entity ID Field to Scene Manager Latest Release

Published by ryanjohnsontv almost 3 years ago

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.

node-red-contrib-ha-inovelli-manager - v0.3.0 - Support for White Color

Published by ryanjohnsontv almost 3 years ago

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)

node-red-contrib-ha-inovelli-manager - v0.2.1 - Hot fix for Z-Wave JS without multicast

Published by ryanjohnsontv about 3 years ago

Fixes #21

node-red-contrib-ha-inovelli-manager - v0.2.0 - New LED Manager!

Published by ryanjohnsontv about 3 years ago

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: https://github.com/ryanjohnsontv/node-red-contrib-ha-inovelli-manager/compare/v0.1.1...v0.2.0

node-red-contrib-ha-inovelli-manager - v0.1.1 - Scene Node ID Passthrough

Published by ryanjohnsontv about 3 years ago

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.

node-red-contrib-ha-inovelli-manager - v0.1.0 - Multicast Support

Published by ryanjohnsontv about 3 years ago

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.

node-red-contrib-ha-inovelli-manager - 0.0.6

Published by ryanjohnsontv over 3 years ago

node-red-contrib-ha-inovelli-manager - 0.0.5

Published by ryanjohnsontv over 3 years ago

node-red-contrib-ha-inovelli-manager - 0.0.4

Published by ryanjohnsontv over 3 years ago

node-red-contrib-ha-inovelli-manager - 0.0.3 - Scene Manager

Published by ryanjohnsontv over 3 years ago

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.

node-red-contrib-ha-inovelli-manager - 0.0.2

Published by ryanjohnsontv over 3 years ago

node-red-contrib-ha-inovelli-manager - 0.0.1 - Initial Release

Published by ryanjohnsontv over 3 years ago

Features:

Inovelli Notification Manager:

Easily control Inovelli Red series switch notifications by connecting to a Home Assistant call-service node

Inovelli LED Manager:

Set default color and brightness values (when on or off) for your Black and Red series Inovelli switches by connecting to a Home-Assistant call-service node

Package Rankings
Top 16.8% on Npmjs.org
Related Projects