-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve boot times #77
Comments
To power the lamp always is no option? |
Yes it is, but it's a project for the future. I was just wondering, if we can overcome that issue, because that's the only real downside compared to OFW. |
Do you expect the last state of the device is retrieved from the Home Automation first? If the last state doesn't matter you could add a |
I experimented a little.
|
I'm facing the same issues. Any solution in the meantime? |
No sorry, I tried the priority and the transition option. |
How is the experience when:
In my case the light turns on directly without any delay. |
I replaced the built-in board with an ESP32 S3 WROOM (T-ETH-Lite ESP32-S3). |
Finally I decided to use a Seeed Studio XIAO ESP32S3 and replaced the build-in board. |
I reduced delay on power on with:
and restore_mode or boot priority 750 to turn on (I use |
I just stumbled over a esphome feature request to disable serial logs by default due to performance improvments: esphome/feature-requests#2993 |
Hi,
I noticed, that yeelight lamps with standard firmware are starting blazing fast, where as esphome flashed lamps require 1-2 seconds to turn on.
Not only that is a a hassle for presence sensors, but also guests think lamps are broken, if lamps don't turn on instantly.
Is there a way to improve that behavior?
BR
mau
The text was updated successfully, but these errors were encountered: