Inovelli VZW31-SN Reporting 255 Brightness Level

@bcopeland for this issue, I don't ever see the command being sent to the device. If I look at the command in the logs it seems to be missing the upDown even though I specified it in the driver.

From the log the command looks like this:
SwitchMultilevelStartLevelChange(stepSize:null, dimmingDuration:5, startLevel:99)

By my driver is essentially sending it like this:

zwave.switchMultilevelV4.switchMultilevelStartLevelChange(upDown: true, dimmingDuration: 5, ignoreStartLevel: true, startLevel: 99)

1 Like

Hello! I am having this same issue when I send a β€œOn” Command to the switch via the web interface. Dimmer sends 255 and light goes full brightness, then the light dims to the previous value. Issue tested with the following:

zwavejs, C-8 Pro
LZW31-SN
Hubitat 2.4.3.173
Driver: Inovelli Dimmer Red Series LZW31-SN v22.5.4

Were you and @bcopeland able to resolve this?