Is your feature request related to a problem? Please describe.
Nope, would just like to use homekits adaptive lighting, I got it working with a complex schedule in node red at the moment but while this is enabled I cannot set a custom override via homekit. Having both would be better.
Describe the solution you'd like
Adaptive Lighting support, I think we need to bumb hap-nodejs for starters, en maybe expose some extra services.
Describe alternatives you've considered
See above, I have a complex manual schedule and just have the bulbs as brightness expose to homekit. Not idea as I cannot manual override the color like this.
Additional context
n/a
Is it included in HAP-NodeJS yet?
Looks like it, there is a or open to rename all the reference as they had it as ambient lighting first... so the original seems to be merged a while ago
Using both accounts today, @sjorge ? I thought we had a new user then I saw it's still you.
Wrong tab container yeah, that was the work one.
Okay, looks like HAP-NodeJS has something called Controllers. Adaptive Lightning Controller is still in beta.
I will need to look how many of them we have and how to add them in the best way using NRCHKB.
Probably every controller must be handled separately.
I found this: https://developers.homebridge.io/HAP-NodeJS/classes/adaptivelightingcontroller.html
I hope this is helpful :)