Hi @EricM_Inovelli,
I am having this same issue when I send a “On” Command to the switch as other model switches you have corrected drivers for. The dimmer sends value 255 and light goes full brightness, then the light dims to the previous value. Issue tested with the following:
- Product: Inovelli Red Series Dimmer LZW31-SN
- Platform: Hubitat 2.4.3.173 - C-8 Pro - Z-Wave JS
- Region: USA
- Driver: Inovelli Dimmer Red Series LZW31-SN v22.5.4
Thanks for your help on this!
I can’t seem to replicate this and don’t understand how it is possible based on the driver “on” command:
def on() {
if (infoEnable) log.info "${device.label?device.label:device.name}: on()"
state.lastRan = now()
commands([
zwave.basicV1.basicSet(value: 0xFF)
//zwave.switchMultilevelV2.switchMultilevelSet(value: 99)
])
}
It merely sends a single basicSet command to the switch.
When did it start happening and did anything change? Mine just goes to the previous value. Can you post the logs around the time that this occurs?