LZW31-SN White LED for Notifications not available

I was trying to set one of the notifications on my dimmers with 1.47+ firmware and noticed that while I can set the static color to white, there isnt an option to allow notifications to be white. Anyone else having this issue? Side note, I have a couple lzw30-sn switches that do allow for white notifications.

I have a white notification option on a 1.47 dimmer. I’m on ST, but this sounds like a driver issue.

Are you using Hubitat? It seems like they forgot to add it to the notification parameters in the Hubitat driver. But its an easy edit to the driver. I just tried it and seems to work fine.

In the driver, change this section in lines 196-203:

        0:"Red",
        21:"Orange",
        42:"Yellow",
        85:"Green",
        127:"Cyan",
        170:"Blue",
        212:"Violet",
        234:"Pink"]

To make it like this (notice White added to the bottom):

        0:"Red",
        21:"Orange",
        42:"Yellow",
        85:"Green",
        127:"Cyan",
        170:"Blue",
        212:"Violet",
        234:"Pink",
        255:"White"]

@EricM_Inovelli did I miss anything in the driver? (seems to work OK, but I haven’t tested extensively) Can you update the official Inovelli driver for Hubitat to include this?

1 Like

That did the trick. Thanks!

1 Like

Yeah, sorry about that. I will add it ASAP.

1 Like