-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I make a LED Light with Color Temperature (No RGB)? #107
Comments
I think you means some kind of adaptive lighting, |
No I didn't mean that. I mean bicolor lights which we only have control over color temperature. |
Did you solve it? I'm also working on a project of mixing color temperature between warm and cold lighting recently. |
What he meant was adjusting the color temperature using only cool and warm lights, not using RGB. I also want to do something in this area, but I have not fully understood your project due to the level, I wonder if you can give me some pointers? |
It works in HomeSpan, I know what you mean,commonly called "cct" light, it uses "ColorTemperature" HomeKit characteristic instead of hsv, the value of it isn't in Kelvins, to convert divide 1,000,000 by it (K = 1000000/value) |
Hi, I want to make a LED light with color temperature control.
It's made using 2 sets of cool and warm LEDs, how can I implement that in accessory?
I don't want it to show RGB tab in Home app, just temperature tab.
Thanks
The text was updated successfully, but these errors were encountered: