maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
809 stars 233 forks source link

example magic_home_strip with white channel (RGBW) #244

Closed PA7T closed 5 years ago

PA7T commented 5 years ago

Dear Guys,

great project! Because of your work I will implement Homekit for my house using esp based boards!

I would like to use a magic_home_strip controller, for which there already is an example. This is only for RGB and missing out the pure white channel.

Is there an accessory category from apple, that is especially made for RGBW? I would like to have a slider in the Home app, just for the white channel.

Alternatively, I will use the original conversion code for RGBW (hsi-to-rgbw) and add a forth channel...

Thanks for your help!

Cheers,

Clemens


UPDATE: found the color temperature selector in the HOME app, after testing on a Nodemcu => close issue