Does anyone have any experience with lights coming on to maximum brightness at the beginning of the sunrise? I’m also using Adaptive Lighting and wonder if it’s related - the lights (though not always all of them) will turn on bright for a second or a few seconds before going to their expected dim setting.
I’ve already tried adding “pre-sunrise actions” for turning off adaptive lighting sleep mode and setting manual control on.
Its happening for me too. I also tried to disable another Circadian Lights script that I use and the same problem. Are you using tasmota on your lamp too?
Thanks for this blueprint @Sbyx. I modified it to fit my needs but I changed the trigger to use a template and I thought you might find it interesting. I find it really helpful for troubleshooting since it doesn’t run every minute so the trace that failed is very easy to find. Here is the link to my fork but I’ve included the relevant info below.
It looks like it won’t work with Govee lights. The light comes on and sets itself to 1% brightness, but after that the blueprint breaks.
The trace only says “Stopped because only a single execution is allowed at September 14, 2023 at 10:27:00 (runtime: 0.00 seconds)”.
I tried it with a Tuya lamp, there it works without problems.
Does anyone have any idea?
When I change the mode from Single to Parallel it keeps running, but the loop goes through without doing anything.
Hi, How could we add an option to define the end_colortemperatur, I have a group with CCW and normal Warmwhite (2700K) bulbs and would like to have the CCW bulbs also just go to max 2700K at the end of the sunrise.
I have the same issue, just installed the blueprint, thought it was something I was getting wrong! Looks to be a good automation, but I’m new to HA so no idea how to fix it!
Any chance to get the lights to full brightness immediately if I turn off the alarm earlier? Sometimes I wake up about 10 minutes before the alarm (yes I am that old )
I had originally done something like this too, but a better solution for me was to set manual control of the lights during the pre-script. This, in my opinion, allows for better control.
I also have an automation that disables manual control on a light after 1 hour. This means that when I turn on the remaining lights in the room they’re already under the control of adaptive lighting so don’t blind you immediately.
Fairly sure that the “Only a single execution” is a red herring. This automation works by running every minute and waiting. This is to ensure it’s always running and waiting for your next alarm. The execution you’re seeing that “has ended because only 1” isn’t the execution that was triggering your alarm.