Open nukmuk opened 3 years ago
According to this thread on reddit: https://www.reddit.com/r/Hue/comments/l68tau/addressing_gradient_lightstrips_using/
should change 0x00 => 0x01
and then you can take up to 3 zones to interact with as individual lights
That means that https://github.com/JakeBednard/node-phea/blob/master/src/hue-light.ts itself needs to be changed to accommodate the lightstrip logic
That doesn't seem to work anymore but here is the new way to do it https://developers.meethue.com/forum/t/gradient-lightstrip-and-the-new-entertainment-api/6499
That doesn't seem to work anymore but here is the new way to do it https://developers.meethue.com/forum/t/gradient-lightstrip-and-the-new-entertainment-api/6499
I ended up making a wrapper for the Hue Clip API v2 cause you need the channels available for the entertainment group and V1 doesn't include that information, I've tested it on my setup and it works really good! I'll try to separate it into its own repo and publish it.
Edit: I would appreciate anyone willing to give this a try: https://github.com/jdmg94/Hue-Sync the API is similar to Phea and it supports gradient zones and API v2
Please add support for controlling the individual zones of the new Hue gradient lightstrips instead of the whole strip always changing to a single color.