openevse_esp32_firmware icon indicating copy to clipboard operation
openevse_esp32_firmware copied to clipboard

update from 5.1.4 to 5.1.5 is failing

Open ausil opened this issue 5 months ago • 3 comments

Update both of my units from 5.1.4 to 5.1.5 fails. The web interface just shows the Starting update and does not appear to do anything to apply the update. both of my units have openevse_wifi_tft_v1 boards in them and downloading the binary and updating worked, the online update failed

ausil avatar Oct 30 '25 13:10 ausil

I faced exactly the same problem

mbenevole avatar Nov 06 '25 15:11 mbenevole

I had the same problem initially and whilst debugging, I noticed the update was returning a http 413 error. This is an http request size limit issue. My charger is behind a Nginx reverse proxy which by default restricts the request size to 1MB, not enough for the firmware file.

I updated reverse proxy config for the unit to include client_max_body_size 2M; and the update worked fine. If your unit is also behind a reverse proxy, give this a try. Alternatively try downloading the firmware file and hit the update URL directly and see what it returns. The update URL will be something like http://<YOUR OPENEVSE HOST>/update

daisleyj avatar Nov 12 '25 17:11 daisleyj

@daisleyj Wow that's quiet a good spotting you did. Also behind nginx proxy and same issue, lost an hour in the UI code and haven't found nothing.

Edit: I tried using the IP directly and it doesn't work. It seems the device crash and reboot when starting the update. Works with uploading our own firmware.

KipK avatar Nov 12 '25 18:11 KipK

Same problem here and I am not behind a proxy. Will try to find the IP and try direct. I am a bit cautious as I already once loaded a wrong file….

gfi63 avatar Jan 12 '26 18:01 gfi63

I encountered the same problem with the direct install in the UI. I downloaded the firmware file and updated through the upload option and it worked that way.

savingprivatebryan avatar Mar 05 '26 04:03 savingprivatebryan