Arduino-HomeKit-ESP8266 icon indicating copy to clipboard operation
Arduino-HomeKit-ESP8266 copied to clipboard

Add ability to enable adaptive lighting in lightbulb devices

Open ajschwieterman opened this issue 2 years ago • 1 comments
trafficstars

There are some lights, like the Nanoleaf Strip Essentials, that allow the user to enable adaptive lighting, allowing the colors of the lights change based on the time of day.

https://support.apple.com/guide/iphone/control-accessories-iph0a717a8fd/16.0/ios/16.0

ajschwieterman avatar Dec 30 '22 03:12 ajschwieterman

You can do that yourself by adding NTP to get the time and from there on you can do whatever you want. You have to update homekit know what you have changed in the setting to keep them in sync.

PimV5755 avatar Jul 07 '23 09:07 PimV5755