Hi, @acdown87!
I think there’s a good pretty chance that you might be experiencing the same issue that @Sim209 was running into.
In short, I think your lamp might be fibbing a bit:
If you might be interested in confirming that hunch, you can do so by enabling debug logging and then running your fade:
- First, if you haven’t yet installed the Home Assistant Log Viewer add-on , install that. (This should add a “Log Viewer” item to your sidebar within Home Assistant.)
- Then open the Log Viewer in one of your browser tabs. And then in a second browser tab, open the automation with your test fade.
- Then within the automation with the test fade, enable Debug Mode within the options for Ashley’s Light Fader.
- From there, run that fade, and while the fade is running, switch over to the browser tab where you’ve got the Log Viewer open.
- You should see some debugger output within the Log Viewer that looks something like this:
(I’ve sliiightly reformatted the below log bits just for clarity.)
2024-04-30 15:02:25.660 WARNING (MainThread) [homeassistant.components.system_log.external]
easeInOutSine easing type with 686 ms delay. remainingTimeInMilliseconds = 44923, and absoluteBrightnessSpan = 50
2024-04-30 15:02:25.661 WARNING (MainThread) [homeassistant.components.system_log.external]
startBrightness = 25, endBrightness = 75, and processingDelayInMilliseconds = 62
2024-04-30 15:02:28.548 WARNING (MainThread) [homeassistant.components.system_log.external]
Set Living Room Lamps to 26 brightness. (Linear brightness would have been 28.)
Delay is 686 ms. Elapsed time is 2.97 seconds. (endBrightness is 75.)
2024-04-30 15:02:30.750 WARNING (MainThread) [homeassistant.components.system_log.external]
Set Living Room Lamps to 27 brightness. (Linear brightness would have been 31.)
Delay is 686 ms. Elapsed time is 5.17 seconds. (endBrightness is 75.)
2024-04-30 15:02:32.237 WARNING (MainThread) [homeassistant.components.system_log.external]
Set Living Room Lamps to 28 brightness. (Linear brightness would have been 32.)
Delay is 686 ms. Elapsed time is 6.66 seconds. (endBrightness is 75.)
And if you might like, feel free to share an excerpt from your debug logs, and I’ll be happy to give that a look.