-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Decrease brightness during daylight? #1074
Comments
Ideally, we would tie this to something like a Lux sensor input, but this is the next best thing I could easily implement. Closes: basnijholt#1074
Ideally, we would tie this to something like a Lux sensor input, but this is the next best thing I could easily implement. Closes: basnijholt#1074
Ideally, we would tie this to something like a Lux sensor input, but this is the next best thing I could easily implement. Closes: basnijholt#1074
Hi @haasn, To remedy this, I made a simple automation that triggers on an averaged weather provider's Check it out over here, it can be modified for your usecase as well. Groetjes, |
This could definitely be useful, ideally combined with an ambient brightness sensor that does not depend on the state of the lights (to avoid a feedback loop). |
In rooms with natural daylight, it really makes no sense to blast all lamps at full brightness during the day.
It would be nice to be able to lower the brightness while the sun is high, but still have the lamps ramp up to maximum brightness as the sun is setting. Basically, I want a brightness curve that is shaped something like an inverted W - low at night, low during the day, bright in between.
Alternatively / additionally, it would be nice if we could incorporate ambient lux sensors to perform this function - basically suppressing the light brightness while the lux curve is high.
I know that the Sensor Light blueprint has the ability to change the brightness based on the triggering conditions; but that one doesn't have the ability to then also lower the brightness during the evening / night!
Before I pull my hair out trying to recreate this simple functionality that e.g. Philips Hue has built in; it would be nice if this were somehow supported out of the box.
Maybe it would be possible somehow to have the light brightness tied to MIN(brightness from Sensor Light blueprint, brightness from Adaptive Lights)?
The text was updated successfully, but these errors were encountered: