mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2024-12-22 06:46:35 +00:00
add image
This commit is contained in:
parent
56bbd78aa3
commit
3c3ffd9210
@ -2,14 +2,12 @@ I wanted to try the sunrise effect for waking up in the morning and found the [b
|
|||||||
|
|
||||||
I created my own script and automation to bypass the frustations above. It is not nearly as full featured as the blueprint but it is highly configureable. Basically it contains 2 components. The first component is a script that can be executed many times in series to change the rates of the 2 main settings, color temperature in kelvin and brightness. By running it many times in series you get get a more parabolic effect. I added this feature because I could visually detect changes in brightness more at lower values. Below is an example of this. You can see the points of which the values change.
|
I created my own script and automation to bypass the frustations above. It is not nearly as full featured as the blueprint but it is highly configureable. Basically it contains 2 components. The first component is a script that can be executed many times in series to change the rates of the 2 main settings, color temperature in kelvin and brightness. By running it many times in series you get get a more parabolic effect. I added this feature because I could visually detect changes in brightness more at lower values. Below is an example of this. You can see the points of which the values change.
|
||||||
|
|
||||||
![image|690x196](upload://MHf7C5rNaVUQZPrWWkcCHY68Um.png)
|
![image|690x196](images/demo.png)
|
||||||
|
|
||||||
The second component is an blueprint that executes the script 3 times in series with different values for each execution.
|
The second component is an blueprint that executes the script 3 times in series with different values for each execution.
|
||||||
|
|
||||||
## Detailed Explaination of Script
|
## Detailed Explaination of Script
|
||||||
The script expects to be kicked off with parameters defined. For the script to work, the target light needs to be and set to starting Kelvin values. The starting brightnes is always 1%. The blueprint handles the inital turning on of the light. The kelvin value of the light will be used as the starting value.
|
The script expects to be kicked off with parameters defined. For the script to work, the target light needs to be and set to starting Kelvin values. The starting brightnes is always 1%. The blueprint handles the inital turning on of the light.
|
||||||
|
|
||||||
![image|690x456](upload://7bOOnbkscen4a6DBca9HNMoflN3.png)
|
|
||||||
|
|
||||||
If you turn off the light at any point while the script is running, the script and blueprint will end.
|
If you turn off the light at any point while the script is running, the script and blueprint will end.
|
||||||
|
|
||||||
|
BIN
images/demo.png
Executable file
BIN
images/demo.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue
Block a user