sammy1881 / homebridge-sengled-bulbs

Homebridge plug-in for Sengled zigged bulbs
2 stars 4 forks source link

Use Displayname for Accessory name. Fix deviceDiscovery missing expected data. #3

Closed RandyTidd closed 2 years ago

RandyTidd commented 2 years ago

Modify addAccessory to use the Sengled displayname when available, and fallback to the deviceid if not:

https://github.com/RandyTidd/homebridge-sengled-bulbs/pull/1

Modify device discovery to fix missing brighness, colortemperature and signalstrength. I suspect the API changed, but I've only tested with E12-N1E. Also add additional fields colorMode and rgbcolor* for RGBW bulbs. No support for setting hue/saturation yet.

https://github.com/RandyTidd/homebridge-sengled-bulbs/issues/2

sammy1881 commented 2 years ago

Looks good and worked with my devices too.