Gentle wake-up in new app?

The smartapp original code limit máximum level to 99%

if (percentComplete > 99) {
percentComplete = 99
}
.
.
.
def updateDimmers(percentComplete) {
dimmers.each { dimmer →

	def nextLevel = dynamicLevel(dimmer, percentComplete)

.
.
.

I use app every day to turn on a light at sunset with 5% to 75% level in 20 minutes and woks very well.

I’ll continue monitoring it. It ran from 9 percent to 83 percent today before it stopped in the most recent test.

I have it driven by a scene that my android alarm will trigger in the morning. So I guess I’ll see how well it wakes me up tomorrow.

Thanks :blush::+1:t2:

1 Like

Hi all, I’m new to all things smart so was searching this feature. Found it in Menu - Labs - Gentle Wake Up.

Tested it and works fine but the transitions aren’t smooth, more like a step up in % brightness each time. The other thing it lacks is it doesn’t alter the temperature of the bulb which is a shame.

1 Like

I’m looking at modifying the code to set the default hue. Haven’t had the energy to dig this weekend.

But I also need to modify the smartapp that groups my lights to sync the hue since I’m driving three bulbs.