Hubitat Drivers Update

Per a request on the Hubitat Forums:

I have added ChangeLevel capability into the lzw31-sn, lzw31, lzw42 and lzw41 drivers on my GitHub and have issued a pull request to inovelli’s official github to merge the changes…
The devices supported it already in firmware but there wasn’t a way to utilize it in the drivers.

ChangeLevel

Device Selector

capability.changeLevel

Driver Definition

capability "ChangeLevel"

Commands

startLevelChange(direction)

direction required (ENUM) - Direction for level change request

stopLevelChange()
For more info see:
https://docs.hubitat.com/index.php?title=Driver_Capability_List#ChangeLevel

https://github.com/djdizzyd/Hubitat-Inovelli/blob/master/Drivers/inovelli-dimmer-red-series-lzw31-sn.src/inovelli-dimmer-red-series-lzw31-sn.groovy

https://github.com/djdizzyd/Hubitat-Inovelli/blob/master/Drivers/inovelli-dimmer-lzw31.src/inovelli-dimmer-lzw31.groovy

https://github.com/djdizzyd/Hubitat-Inovelli/blob/master/Drivers/inovelli-bulb-multi-color-lzw42.src/inovelli-bulb-multi-color-lzw42.groovy

https://github.com/djdizzyd/Hubitat-Inovelli/blob/master/Drivers/inovelli-bulb-multi-white-lzw41.src/inovelli-bulb-multi-white-lzw41.groovy

1 Like

In Hubitat, I get this error:

unable to resolve class hubitat.zwave.commands.versionv2.VersionReport @ line 156, column 16.

I imported from raw. Any thoughts?

Sorry this is for the Multi Color Bulbs

I am not able to reproduce this error… There was some recent changes to hubitat’s zwave classes… what hub version are you running?

This was tested on the current verison: 2.1.8.117

That could be the problem, I’m on 2.1.7.127. Do I have to upgrade to use the driver. I try to stay a few behind because I have had issues with things not working after updates.

Being that there were major changes to the zwave classes… I would recommend the upgrade…

1 Like

Thanks for the assistance, I’ll run the updates.

1 Like