Updating max and min brightness to adaptive lighting from app #14
Replies: 4 comments 11 replies
-
Its like christmas to open your emails in the morning :) Thanks for the updates. I notice a problem that when motion is activated, the lights will only crank up when adaptive is doing an update, default 90 seconds. I also notice that the lights is never in the manual_control state in the switch, either in motion or no_motion? At some times when activating motion, the lights turns on, but after like a seconds it turns down again. (manual_control-problem?) |
Beta Was this translation helpful? Give feedback.
-
Can... options:
- dim_while_motion ...have any impact? |
Beta Was this translation helpful? Give feedback.
-
With this setting: adaptive_switch: switch.adaptive_lighting_kitchen_motion It means that i only can have one adaptive light(-group) in the same room, right? |
Beta Was this translation helpful? Give feedback.
-
Maybe i should write this in the Issues tab, but now it goes here. This one is not working, the lights just flickers for milliseconds up a bit to then go back to normal when changing mode to "cooking". light_modes:
- mode: cooking
state: adaptive
max_brightness: 100
min_brightness: 100 (Maybe thats the bug you were talking about that you found?) |
Beta Was this translation helpful? Give feedback.
-
What's Changed
This is a continuation of the release to use Adaptive Lighting custom component to control brightness and color temp with support to set the 'max_brightness' and 'min_brightness' from automation, motion and modes.
If max_brightness is not defined with state adaptive the app will set values back to initial startup values as you configured in Adaptive Lighting. In addition to max_brightness you can define min_brightness. The app will not react to min_brightness if not max_brightness is also configured. Typical use case is to differentiate light when motion is detected, and also keep a dimmed down light in rooms that are not occupied, or dim further down with modes activated when TV/media player is turned on.
There is no need to configure Adaptive Lighting with 'detect_non_ha_changes' or 'take_over_control' when you set it up, if you only use Lightwand and Adaptive Lighting as automations for light. Lightwand will set manual control with the provided "Adaptive Lighting" switch that you'll need to define in your room with if a state or mode does not use Adaptive lighting.
The normal 'automations' is a list. To include max and min brightness it looks like this:
To use when motion configure with:
To use in mode configure with:
Automatic setting of Adaptive Lighting's "Sleep Mode" is now also implemented. All you need to do is define the switch in room with:
The switch will then be activated when night mode is called and keep light at a minimum as configured in Adaptive light, instead of turning it off. This applies to both 'night' and 'night_' + appName.
I do not use Adaptive Lighting actively so please report any unwanted behaviour.
This discussion was created from the release Updating max and min brightness to adaptive lighting from app.
Beta Was this translation helpful? Give feedback.
All reactions