basnijholt / adaptive-lighting

Adaptive Lighting custom component for Home Assistant
https://basnijholt.github.io/adaptive-lighting/
Apache License 2.0
1.71k stars 127 forks source link

Variable Brightness/Temperature Adaptation on turn-on #917

Open TheAlphaLaw opened 4 months ago

TheAlphaLaw commented 4 months ago

Request similar to #581 but with enhancements.

Request:

1. Light turned on with call for specific brightness: Option to adapt only temperature.
2. Light turned on with call for specific temperature/color: Option to adapt only brightness.

Willing to donate for the above functionality, if possible.

TheAlphaLaw commented 3 months ago

Bump, is this a heavy lift?

basnijholt commented 3 months ago

I believe you can already do this by creating 2 Adaptive Lighting switches for the same set of light. On one of them you need to disable the adapt_brightness switch and on the other you disable adapt_color switch.

TheAlphaLaw commented 2 months ago

The problem is I would need to set an automation to disable brightness change, but the Adaptive Brightness adjusts the birhgtness before it's triggered. I also have hundreds of lights :(

andrew-kennedy commented 1 month ago

I have this same issue, I never use adapt brightness, only adapt color, so I want both bare turn on calls and also turn on calls with only brightness to continue to adapt color, and only turn on calls with color to force manual control.

Kuchiru commented 1 month ago

I believe you can already do this by creating 2 Adaptive Lighting switches for the same set of light. On one of them you need to disable the adapt_brightness switch and on the other you disable adapt_color switch.

Im looking around for a way to do this but using a switch in an automation doesn't let you specify a specific light?

All i want to do is turn on one specific light on a lower brightness and turn it brighter once a trigger is fired all while maintaining the adapted color temperature.

How would i go about doing that?