Inovelli Red Dimmer and Inovelli Lights

Right up front, I will admit that I am new to Hubitat and Home Automation in general.

What I would like to be able to do is the following:

  1. When the up button is pushed or motion is detected all 3 lights turn on with specific settings (white, bright, etc) regardless of the previous state the lights were in.

  2. Either double press the up button on the switch or press a button on a Hubitat Dashboard that Sets the individual lights to specific settings (light 1 and 2 off), light 3 set to blue 50 brightness)

Here is what I have so far:
Installed an inovelli LZW31-SN dimmer switch and a few of the inovelli LZW42 RGBW bulbs. I was able to get the z-wave devices connected to my hub just fine. I am going to be adding a motion/LUX sensor to the room as well (can't think of the exact model now but they kind of look like a cat eye)

I put the lights in a group in Hubitat. I created a scene and captured the setting to it that I want. I created a button for the two scenes on the dashboard to change the settings (used the scene button type).

The problems I am having are: I don't know how to set the button push events. And when I push the dashboard buttons it sometimes changes one or maybe 2 of the lights but never changes all three.

Thanks in advance for your help.

In short, what you want to do is respond to the button events (Z-Wave Central Scene to the device and hence often called "scenes," but those are not to be confused with the Hubitat scene you've created) from the device. There are many ways you could do that, but the easiest way would be to use the Button Controller app: pick your button device, then assign whatever actions you want to the various button events. You just have to know what real-world button tap/hold corresponds to what event on Hubitat.

But it sounds like you have another issue, too. I'm not sure why all the bulbs wouldn't be responding. There are some optimization options in the group (assuming you created it in Hubitat's Groups and Scenes app) that you can try adjusting. For example, if on/off optimization is on, try turning it off. When enabled, Hubitat will skip sending "on" or "off" commands to devices that it already thinks are in the right state, but it that reporting gets messed up somehow, your devices may not be getting commands that would help them reach your desired state. On the other hand, if enabled, you may have less Z-Wave traffic and keep your network happier. You could always try using the bulbs individually in Button Controller instead of the group, too, inserting a small delay between the "on" actions as a workaround if really needed (shouldn't be, but if it works...).

Finally, make sure you have local control disabled on the dimmer (or, equivalently, local protection enabled). You can do this by using the option in the driver (if the driver you're using exposes one) or by tapping the config button 8 times to toggle this setting (if it flashes red afterwards, that's what you want; green means local control will again work, something you won't want for smart bulbs). I'd also enable the "smart bulb mode" parameter (Inovelli's driver exposes this; Hubitat's doesn't), though I think just keeping the bulbs at 100% (or Z-Wave level 99), so not accidentally adjusting the dimmer (which again local protection would help with) should do the same.

PS - What model hub do you have? If you're not sure and bought it recently (since July), you probably have a C-7. The Inovelli bulbs, I think, use a type of Z-Wave security called S0. On the C-7 hub, they will pair as S0 automatically. This can be chatty and might be the root of some of your problems, but unfortunately, it's very difficult to pair them without security on a C-7 hub, and they don't support S2 (the newer kind of security, which is less chatty and should generally avoid this problem). On a C-5 and earlier, you can pair them either way, but the default is non-secure.

Thank you for all the information!!! I will have to work through all of that this weekend. I do have the C-7 for sure. I do notice a delay at times. Like I change the color or brightness from the dashboard, nothing happens for a few seconds, then try antoher setting and nothing... Turn it off, nothing... then it kind of cycles through the settings like they were stuck in a queue.

I noticed that the delay and the lights not responding happens almost exclusively in the dashboard app, if I make changes on the device in the device list it is very consistent and quick.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.