-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
I struggle to flash OTA over network (using bluetooth) #416
Comments
If the ESP to too busy processing stuff OTA updates doesn't succeed unfortunately. IMO it's a general issue of the ESPHome core and cannot be resolved here but I like your workaround! Could you prepare a pull request? I've the same issue on a ESP32 node while receiving serial traffic on three different UARTs. I've added the |
I would gladly prepare a PR to include the workaround in the standard examples |
Thanks! |
@tomatensaus |
PR created #417 |
Thank you for a brilliant project! I do not think people say this enought!
I am running a V11 of the JKBMS, flashing OTA over network only gets to 55% and then times out.
Running it 25 times maybe 1 will succeed.
The moment I disable the Bluetooth I can flash it over the network so I added the configuration below.
Maybe this can help someone? Maybe I can submit it as a PR to become part of the standard example?
Is this timeout a bug? Or just the way ESP32 bluetooth works? Bluetooth and Wifi compete for the same antenna.
Perhaps the WDT is timing out?
my workaround:
and also
The text was updated successfully, but these errors were encountered: