I have a Zigbee bulb that is both dimmable and colour change and I would like to adjust these parameters throughout the day, i.e.start with low brightness and colour temperature, ramping it up for 6 hours and then back down for 6 hours. I can’t figure out how to do this with an automation however, so can someone give me some pointers?
123
(Taras)
September 26, 2021, 1:35pm
2
One of these should do the trick:
Periodic lights
Github Gist: Periodic lights · GitHub
Github Gist for RGB lights Periodic Lights XY · GitHub
Introduction
Have you ever wished there was an easy way to have your lights adjust themselves based on the time of day? Well, this blueprint does just that! This blueprint progressively changes the brightness and color temperature of lights throughout the day (this runs 24 hours). This method indexes the light properties to midnight and fits them to a sin function (hence periodic). M…
1 Like
maxym
September 26, 2021, 2:20pm
3
and one more, allowing full control over transition over time:
Hello all
I would like to share with you my implementation of circadian/adaptive lighting. It’s done with the use of NodeRed and some custom NR nodes.
The article consists of several parts:
Motivation
Circadian implementation
Feeding lights implementation
Maximum light mode implementation
Please note, while Circadian implementation is pretty universal, the way of controlling lights described in points #3 and #4 is strictly dependent on used components. Article considers using Shelly Dimmer …
Perfect, thanks for the advise. I will try the various options