Hi Ross, let me check this for you.rosspeel wrote: ↑Wed Oct 16, 2019 2:35 amI have used a different program to flash, it seemed to go ahead and flash, but i am not getting a 24v battery reading, still showing 12v system (16v), I now have my LEDs flashing in a orderly way now instead a 3 constantly on
Also the links on your update Software Version 0.9.2come back with a reply "That link has no power here Return to the previous page or go back to your dashboard"
"Software Version and links added to HTML", the "rosspeel_custom_HW_V2_FW_0_9_2" i flashed seemed to not show any Software Version number on the web page
Solar Dashboard Project
Re: Solar Dashboard Project
Re: Solar Dashboard Project
Much appreciated, as i have another 24v system playing with.
https://youtu.be/d7iV83ra6ws
https://youtu.be/d7iV83ra6ws
Re: Solar Dashboard Project
Hi Ross, I've just confirmed you shouldn't need to enter bootloader mode at all, just unplug the 2 jumpers and connect the USB port. Make sure there are no other COM port devices connected to your PC.
Then run the esp-tool command and the ESP should be automatically detected and load the firmware.
See success screenshot below:
Re: Solar Dashboard Project
Hi Ross, I just downloaded the firmware and flashed it using the esptool.py, and it's showing your custom firmware.rosspeel wrote: ↑Mon Oct 21, 2019 11:07 pmMuch appreciated, as i have another 24v system playing with.
https://youtu.be/d7iV83ra6ws
Can you try to use the esptool to erase the flash:
Code: Select all
$ python esptool.py erase_flash
and then program the firmware again. Make sure to extract the spiffs and firmware file into the esptool directory:
Code: Select all
$ python esptool.py write_flash 0x000000 firmware.bin 0x300000 spiffs.bin
Below is screenshot of what your custom firmware looks like:
Re: Solar Dashboard Project
Emanuel,boffin wrote: ↑Wed Oct 16, 2019 6:29 pmHello Jonathan,jonathan wrote: ↑Tue Oct 15, 2019 2:52 pmSoftware Version 0.9.2 is released with a major fix, recommended all users download and install:
- Added Modbus reset procedure to allow resume if communication to EPEVER controller fails momentarily. This momentary failure seems to happen often at night or in the evening.
See the downloads page for the firmware (latest master):
https://bitbucket.org/jonathangoldnauvo ... downloads/
See the readme for flashing instructions.
https://bitbucket.org/jonathangoldnauvo ... /README.md
The links provided only take me to "https://bitbucket.org/jonathangoldnauvo/" with a 404. I presume it's not just me; t I was able to get to the repository from an older link I had saved.
Regards, Emanuel
Any reliability improvements from the new firmware V0.9.2?
Re: Solar Dashboard Project
Still trying to workout how to flash from the instructions
as a beginner i am get more lost then found
I am using a win10 PC
I have installed Bash, and when i run bash i can get a drop down box when i right click the mouse
then get a box Then i input esptool.py write_flash 0x000000 firmware.bin 0x300000 spiffs.bin
but get an error back I have also tried placing all files inside the C:\Users\Owner\Downloads\Compressed\esptool-master\esptool-master and also include the to firmware bin files without any luck
This where anyway of doing a youtube video of how to setup the software and flash and update in a good step by step for windows dummies?
as a beginner i am get more lost then found
I am using a win10 PC
I have installed Bash, and when i run bash i can get a drop down box when i right click the mouse
then get a box Then i input esptool.py write_flash 0x000000 firmware.bin 0x300000 spiffs.bin
but get an error back I have also tried placing all files inside the C:\Users\Owner\Downloads\Compressed\esptool-master\esptool-master and also include the to firmware bin files without any luck
This where anyway of doing a youtube video of how to setup the software and flash and update in a good step by step for windows dummies?
Re: Solar Dashboard Project
I'll make a video when I'm back from vacation. In the meantime,rosspeel wrote: ↑Wed Oct 23, 2019 7:15 amStill trying to workout how to flash from the instructions
as a beginner i am get more lost then found
I am using a win10 PC
I have installed Bash, and when i run bash i can get a drop down box when i right click the mouse
then get a box
Git Bash Here 1.jpg
Then i input esptool.py write_flash 0x000000 firmware.bin 0x300000 spiffs.bin
but get an error back
Git Bash Here 2.jpg
I have also tried placing all files inside the C:\Users\Owner\Downloads\Compressed\esptool-master\esptool-master and also include the to firmware bin files without any luck
Git Bash Here 5.jpg
This where anyway of doing a youtube video of how to setup the software and flash and update in a good step by step for windows dummies?
Try adding "python" before your command like I said below:
If it gives you an error like "python not found" you may need to install it and/or add it to your environment variable PATH. Plenty of help with that if you google that.jonathan wrote: ↑Wed Oct 23, 2019 2:32 am
Hi Ross, I just downloaded the firmware and flashed it using the esptool.py, and it's showing your custom firmware.
Can you try to use the esptool to erase the flash:
Check the webpage of the ESP to make sure it's dead.Code: Select all
$ python esptool.py erase_flash
and then program the firmware again. Make sure to extract the spiffs and firmware file into the esptool directory:
You should have to set up the wifi connection again, this means the erase worked.Code: Select all
$ python esptool.py write_flash 0x000000 firmware.bin 0x300000 spiffs.bin
Below is screenshot of what your custom firmware looks like:ross_peel_solar_dashboard_screenshot.PNG
You can check for Python path being set up correctly by just typing Python
Jonathan.
Re: Solar Dashboard Project
Hey Jonathan. The updated software has been deployed since 16/10 and has been working reliably. One minor hitch with my WiFi network and the monitor would not reconnect without a power cycle - not your problem of course.
This update is an obvious improvement.
One observation however is regarding the behaviour of the green WiFi LED.
While I can contact the monitor via any device and all displays ok (with orange activity flashing) I’ve noticed sometimes that the WiFi LED is off rather than flashing. I’ve checked the router etc and it definitely is connected.
A minor “feature”. It seems that if there’s any interruption to WiFi connection at any time that the behaviour of that LED doesn’t recover ???
Anyway, all up it’s a great improvement making this monitor worth every cent.
It’s now also a source of further interest (maybe amusement) as I going forward I’ll attempt to fiddle with the code to customise the gauge scales to better suit my system capability
This update is an obvious improvement.
One observation however is regarding the behaviour of the green WiFi LED.
While I can contact the monitor via any device and all displays ok (with orange activity flashing) I’ve noticed sometimes that the WiFi LED is off rather than flashing. I’ve checked the router etc and it definitely is connected.
A minor “feature”. It seems that if there’s any interruption to WiFi connection at any time that the behaviour of that LED doesn’t recover ???
Anyway, all up it’s a great improvement making this monitor worth every cent.
It’s now also a source of further interest (maybe amusement) as I going forward I’ll attempt to fiddle with the code to customise the gauge scales to better suit my system capability

Re: Solar Dashboard Project
Great to hear. You're very observant, the light turning off is simply by chance. Everytime the web browser asks for data it toggles the light. There's a 50% chance it will be left in the off state when disconnecting. I'll fix this in the next update.boffin wrote: ↑Wed Oct 23, 2019 7:27 pmHey Jonathan. The updated software has been deployed since 16/10 and has been working reliably. One minor hitch with my WiFi network and the monitor would not reconnect without a power cycle - not your problem of course.
This update is an obvious improvement.
One observation however is regarding the behaviour of the green WiFi LED.
While I can contact the monitor via any device and all displays ok (with orange activity flashing) I’ve noticed sometimes that the WiFi LED is off rather than flashing. I’ve checked the router etc and it definitely is connected.
A minor “feature”. It seems that if there’s any interruption to WiFi connection at any time that the behaviour of that LED doesn’t recover ???
Anyway, all up it’s a great improvement making this monitor worth every cent.
It’s now also a source of further interest (maybe amusement) as I going forward I’ll attempt to fiddle with the code to customise the gauge scales to better suit my system capability![]()
Re: Solar Dashboard Project
I think i have worked out getting Python going, when i open up CMD prompt and type in Python i now get a reply
I found a Youtube video on installing esptool.py
https://youtu.be/p4UGKRKYFCs My Python script directory after install has the esptool inside it now after install But when i open Bash in where the bin files are and try and erase or upload the bin files i still get an error Any advice on what i am doing wrong would be helpful
Ross
I found a Youtube video on installing esptool.py
https://youtu.be/p4UGKRKYFCs My Python script directory after install has the esptool inside it now after install But when i open Bash in where the bin files are and try and erase or upload the bin files i still get an error Any advice on what i am doing wrong would be helpful
Ross