Hello,
I have this switch that doesn't seem to want to turn lights off all the way only when using the hubitat app or any automations. It keeps them on at the lowest level of dimming when turning off. If you use the physical switch it turns it off properly. I found a few other threads like this one saying to use Any Z-Wave Dimmer Driver v1.1.8" written by @jvm33, but that doesn't seem to exist anymore. Does anyone know of a solution to fix this problem?
Here's my github repositor for those (I haven't worked on them in quite a while): GitHub - jvmahon/HubitatDriverTools
The non-bundled form is in this subdirectory:
I think this is the specific file you want:
https://raw.githubusercontent.com/jvmahon/HubitatDriverTools/main/FullDrivers/Any_Z_Wave_Device_Universal_Parent_Driver_v1_7_6_517.groovy
Thank you! How do I turn it on with this? lol I don't see an on/off after switching to the new driver.
The driver works in a parent-child relationship. The main body of the driver has code to handle almost any device type, but you don't control the device through the "parent". Control is through a "child" device.
So, first, click "Initialize" - now check if a child device was added (for many device types, they are added automatically). Then, if there isn't a child device, you can use the "Add New Child Device" in the upper-right corner. In your case, look for Generic Component Dimmer, or Generic Component CentralScene Dimmer. Endpoint is usually 1.
I think you can find some additional instructions on my github site.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.