Page 1 of 1

Web interface out of sync with Zombie version (solved)

Posted: Wed Mar 25, 2026 11:21 pm
by alucas
odd_web_interface.JPG
I have somehow got my system out of sync and could use some help. Its a long story how I pulled this off but here I am.
I used the web interface to upload the latest released 2.30 version. I had some unreleased version of 2.30 with a custom web interface. I am trying to figure out how I get the web inteface params sync'd again. Where do I find the files to upload to the web that are for version 2.30?
Then I am a bit stumped on how to load all this up. I have looked at this page https://github.com/jsphuebner/esp8266-w ... ree/master
It seems I should be able to use http://inverter.local/update but I need to be sure I have the correct firmware.bin. Then I am worried I have other bad files for displaying config params and I am guessing I need to upload some of the other files I see via http://inverter.local/list.

I thought I knew how to do this a year ago but I am struggling to remember the tricks.

I have attached what my parameters currently look like.

Re: Web interface out of sync with Zombie version

Posted: Thu Mar 26, 2026 3:34 am
by alucas
I was able to build a new esp module using a fresh download from https://github.com/jsphuebner/esp8266-w ... ree/master
I got this up and running. I wanted a new module due to ESP com errors.
Unfortunately I still get these odd errors. Any suggestions?
It seems like somehow I have a bad json file.

Re: Web interface out of sync with Zombie version

Posted: Thu Mar 26, 2026 3:59 am
by alucas
It was a bad json param file. I cleaned it up and things look good now.
Sorry to have run anyone off in a odd direction.

Re: Web interface out of sync with Zombie version (solved)

Posted: Fri Mar 27, 2026 7:51 am
by johu
Yes if the parameter list is not modified between versions the checksum won't change and so the json isn't re-downloaded. We might want a button to manually trigger re-download.