[DEPRECATED] Inovelli Bulbs Drivers LZW41/LZW42

Ok, thanks. I will see what it does tonight using the updated drivers.

1 Like

@bcopeland

Bryan, I think you forgot to push it on Github cause the driver there is 16 days old :thinking: :wink:

UPDATE: sorry I had not followed the link at the top of this post, found them!

@bcopeland

ok, installed new driver and all the bugs I was seeing are now ironed out! Will keep testing but it seems like everything is working for now, I really like the pre-staging, this is a nice feature, now to see how it implements itself in rules.

BTW, on your Github, you have the new drivers in the forked Inovelli folder AND in your "My Hubitat stuff" folder, the reason why I had not found the driver at first.

Thanks again!

1 Like

Yea.. I am working on many different things.. The non-forked is my playground area.. These are in the forked because I will issue a pull request to get them back to the official inovelli github

1 Like

Updates for the Inovelli LZW41/LZW42 Multi-White and Multi-Color Bulbs

  • Improved speed / reduced packets on Color and CT set operations
  • Increased reliability of reporting
  • Added color fade time prefrerence for smooth Color and CT transitions

I have issued a pull request for these changes to get them back to the official repository:

1 Like

Just pushed a major update to the bulb drivers LZW-41/LZW-42:

  • major re-write for new coding standards / cleanup
  • stabilization of color temp and color reporting
  • re-organization of device data for standardization / addition of serialnumber, hardware ver, protocol ver, firmware
  • re-work of associations
  • Fix of long-standing bug in lowest value of CT range..

This update should also help alleviate delay issues when sending commands to many bulbs at once..

I recommend hitting configure on your devices after updating.. But this is not required..

You can get them now from:

I have issued a pull request to Inovelli's official github:

Tagging @ericm

4 Likes

@bcopeland Bryan, why do both drivers seem to refer to the 41 for both?

1 Like

Oops.. Missed the comments.. The drivers are almost identical .. so I started from the same base.. Fixing comments now..

I thought so, thanks.

1 Like

fixed and pushed.. thanks for pointing that out @razorwing

Welcome.

1 Like

This pull request has already been merged you can get them from inovelli official github

1 Like

does this pr include the previous fix by another user?

  • updated by npk22 3/12/2020
  •  added dimming speed parameter
    
  •  added dimming speed to on / off
1 Like

It doesn't as it is based on what was current and that pull request wasn't accepted.. But I'll look into it...

It's a pretty simple add.. I can get it included ..

Couple of fixes pushed:

  • fixed type definitions
  • fixed fingerprint
2 Likes

Updated

  • added duplicate event filtering (optional as it has a slight possibility of causing issues with voice assistants)
  • changed dimming speed default to 1 to match previous default functionality

duplicate event filtering is a preference option as it has a slight chance, if the values don't change, that voice assistants will report the device is not responding.

These changes have been merged..

Update to the LZW42 Multi-color bulb:

  • fixed bug in CT report
  • added gamma correction as an optional setting

Pull Request:

Thanks for this!

1 Like