A better Enbrighten zigbee dimmer driver

I have a number of GE Enbrighten dimmers - all Jasco ZIGBEE 43080 models.

The GE driver found in HE fails for me - I tried before to get the driver fixed but was told it wasn't broken - yada yada and I gave up.

A recent event caused me to look elsewhere and I'm glad to report I have solved my problem.
First, what is the problem. There are actually two but one is more of an understanding of a feature and why not to use it. The ability to Enable Pre-Stage will cause errors with Alexa. If you enable it, then you begin getting 'xxx not responding' voice messages from Alexa. So you must leave this OFF.
The more important problem is that issuing 'Alexa, turn on bathroom 60%' will turn the switch on, but the value will be whatever the switch was last set at. In other words, the verbal command is handled as an On/Off, and the value you state is ignored. This is really bad since Room Lighting also fails with this setup.
I set bathroom lights to 20% while sleeping so I don't get blinded if I get out of bed. Unless I preset the value before I go to sleep, I'm in for a horrid rude awakening.

Using THIS driver found at SmartThings works great. The initial installation as a new user driver will give you an error message - Delete that whole line 185. Then save and go about your business!

Now, when you issue a 'Alexa turn the bathroom to 20%' it comes on at 20%. No errors, no voice error messages. Just a functional driver! Hope this helps others!

2 Likes

You can remove everything in the “tiles” section after the device fingerprints. It doesn’t cause any harm AFAIK but those lines of code only work in the SmartThings mobile app.

And line 185 might work if “physicalgraph” is replaced with “hubitat”. Physical graph was the name of the company that became SmartThings.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.