May 26, 2022 - update #2
1. This is the first release only supporting Z-wave JS!
2. Added support to send the same notification to multiple Inovelli switches and dimmers. (Thanks to Danny Schuh)'s contribution to the blueprint.)
From now on only the Z-Wave JS versions of this script and the blueprint will only get updates. The OpenZWave and Zwave integrations were officially removed from Home Assistant version 2022.4.
If you are still using either of the old integrations on a old version of Home Assistant, you can download the final version of that script here .
Updated script (Z-wave JS only)
---
# Calculation References:
# https://nathanfiscus.github.io/inovelli-notification-calc/
# https://community.inovelli.com/t/home-assistant-2nd-gen-switch-rgb-working/168/62
# https://docs.google.com/spreadsheets/d/14wTP4OL4hkDK3Et5kYL4fyxPIK_R9JR3cgFxSa6dhyw/edit?usp=sharing
#
# Changes:
# May 26, 2022
# 1. First release removing support for the deprecated OpenZWave and ZWave integrations.
# 2. Added support for the White LED color.
# * @kschlichter and @mwav3 thank you for your help.
# * Support for the color white was supposedly added to the LZW31-SN dimmer
# in Firmware 1.45 accoding to Inovelli <https://support.inovelli.com/portal/en/kb/articles/firmware-change-log-lzw31-sn-dimmer-switch-red-series>.
# * I ended up having to flash both LZW31-SN Z-Wave 1.61 and LZW31-SN Holtek 1.45 firmware twice
# before I could see white light.
# 3. Added support Added support to send the same notification to multiple Inovelli switches and dimmers.
# (Thanks to Danny Schuh)'s contribution to the blueprint.)
#
mode: parallel
variables:
This file has been truncated. show original
1 Like