-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Feature Request]: Adaptive Lighting support #335
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 |
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. Probably every controller must be handled separately. |
I found this: https://developers.homebridge.io/HAP-NodeJS/classes/adaptivelightingcontroller.html |
Okay guys, check latest dev version |
There seems to be some sort of race:
|
### Fixed - Removed vulnerable module 'ip' [#545](#545) - msg.context now handled properly ### Added - Adaptive Lighting support [#335](#335) - By default, registered Eve.app Characteristics for power management - for existing setup, requires old custom characteristics file to be removed ### Changed - Updated hap-nodejs [0.11.1 to 0.12.3-beta.18](https://github.com/homebridge/HAP-NodeJS/blob/latest/CHANGELOG.md) (features and bug fixes) - Dependencies upgrade - Node `10`, `12` and `16` no longer supported, use Node 20! Or at least 18 - Updated GitHub Actions - Some trivial PinCodes are no longer allowed - MDNS Configuration is now deprecated, use Bind instead
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
The text was updated successfully, but these errors were encountered: