Inovelli LZW45 Lighstrip: White LED's?

With the setColorTemperature() command? If so, maybe try replacing that affected line (925?) with something like this instead of what I suggested above:

cmds << zwave.basicV1.basicSet(value: 0xFF)

This should just turn it on if it's off (and have no effect if it's already on) rather than relying on the last level it reported to Hubitat.

1 Like