enwi / hueplusplus

A simple C++ library to control Philips Hue lights on Linux, MacOS, Windows, Espressif ESP32 SDK and Arduino. Full documentation at
https://enwi.github.io/hueplusplus/
GNU Lesser General Public License v3.0
55 stars 22 forks source link

Add support for 440400982841 and LCA001 #62

Closed 0x85C closed 3 years ago

0x85C commented 3 years ago

I have two types of lights, but unfortunately they don't work with this library, it would be great to add support for more lights:

Could not determine HueLight type:440400982841!
Could not determine HueLight type:LCA001!

Could we please add support for these lights? Would I just add the lights to Hue.cpp? I can test this out later.

More info on the lights: https://zigbee.blakadder.com/Philips_LCT024.html https://zigbee.blakadder.com/Philips_LCA001.html

enwi commented 3 years ago

@brandonsandoval Could you try out the development branch, since we changed the way how lights are handled there (https://github.com/enwi/hueplusplus/issues/58#issuecomment-717867113)?