Node-red-contrib-homekit-bridged: [Feature Request]: Adaptive Lighting support

Created on 13 Nov 2020  路  7Comments  路  Source: NRCHKB/node-red-contrib-homekit-bridged

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

enhancement

All 7 comments

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

https://github.com/homebridge/HAP-NodeJS/pull/855

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.

https://github.com/homebridge/HAP-NodeJS/blob/585ede3f85b1989e1097b76f45c72925fa2f236b/src/accessories/Light-AdaptiveLighting_accessory.ts#L116

Probably every controller must be handled separately.

I found this: https://developers.homebridge.io/HAP-NodeJS/classes/adaptivelightingcontroller.html
I hope this is helpful :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kowy54 picture Kowy54  路  3Comments

TristanMW picture TristanMW  路  11Comments

TristanMW picture TristanMW  路  8Comments

Delphius7 picture Delphius7  路  5Comments

Supergiovane picture Supergiovane  路  9Comments