Inovelli Blue Dimmer Hubitat Notifications Not Working

Hi, I'm trying to setup the LED notifications following these instructions: Setting Up Animated Notifications • Hubitat | Inovelli Help Center

But when I get to the step to add a "custom command" the "startNotification" is missing from the list.

I'm using the October 14, 2024 drivers found here: https://raw.githubusercontent.com/InovelliUSA/Hubitat/master/Drivers/inovelli-dimmer-blue-series-vzm31-sn.src/inovelli-dimmer-blue-series-vzm31-sn.groovy

C7 Hubitat hub with Platform Version: 2.3.6.146

Am I doing something wrong, or have the instructions changed?

I've never tried those instructions - instead, I'm using this community app to handle all of my Blue LED actions, and it's been flawless.

Unfortunately, I haven't seen the dev (@jonathanb) active in the community lately, so I sincerely hope all is well with him - Jonathan has made some really awesome apps & drivers for the community here, so I hope he'll be back again soon!

1 Like

If you look in the driver code the startNotification has been commented out with a note that you can uncomment for backward compatibility. So there are a couple of options:

  1. figure out what replaced it

or

  1. uncomment and add the command back in
2 Likes

The ledAffectAll command works for me. I set mine to solid red under a certain condition:

Pull up the device and use that command and parameters to determine what works and then you can use rule machine like I am to automate.

1 Like