-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Currently there is no possibility to expose a color temperature light to HomeKit.
I am using Hue Color and Ambience lights, which have multiple channels for controlling the light. Just like many other color temperature lights.
There is one "Dimmer" item/channel for setting the brightness and another one for setting the color temperature. To have this displayed as one item in HomeKit (as the Hue Bridge does), I would suggest adding a second type of "light" as HAP service which can take these two items to expose it correctly to HomeKit. Or adding one more optional argument to "light".
Using a proxy item would not work, as there is no other item type we can use. The color type results in a full color light exposed to HomeKit, not just color temperature.
In my opinion this problem has to be addressed in the openHAB core, since there should be a specific item type for this purpose. But providing this plugin as use-case would definitely not be enough to justify that great amount of change in the openHAB core.
What are your thoughts on this?