I've developed a "Advanced" Z-Wave Dimmer driver and Switch driver which each act like a "custom" device driver in that it can display a full set of parameter setting controls for almost all dimmer / switch devices.
In order to learn about and display parameter input controls for all of a device's parameters, the driver first queries the device database found at opensmarthouse.com to learn all the parameters supported by a device. The query is based on the device's manufacturer ID, device type, device ID, and firmware version. I've mostly tested with HomeSeer devices.
If you want to give it a try, please follow the installation instructions on my github page.
Let me know what you think.
See the Readme on my github site. GitHub - jvmahon/HubitatCustom
I will also (Target: Dec. 30) be releasing a more advanced version which adds in metering support.
Note: This does not work for devices with Multiple endpoints (Zen30, Inovelli LZW36, etc.), but I may try to add support for those at some future date.