lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
948 stars 222 forks source link

Wrong path in current beta install.html and manifest for ESP32-S3 #1729

Open BlackcatSandy opened 3 weeks ago

BlackcatSandy commented 3 weeks ago

Platform

ESP32

Assembly

I did the assembly by myself

nRF24L01+ Module

nRF24L01+ plus, square dot

Antenna

external antenna

Power Stabilization

Elko (~100uF)

Connection picture

Version

0.8.141

Github Hash

85f8540

Build & Flash Method

AhoyDTU Webinstaller

Setup

Hi, the install.html didn't work for me because of wrong path so I fixed it. solution is posted in error ;)

have fun Sandra :)

Debug Serial Log output

No response

Error description

install.html: remove the firmwares/ folder to access the manifest.json file

manifest.json: { "chipFamily": "ESP32-S3", "parts": [ { "path": "ESP32-S3/bootloader.bin", "offset": 4096 }, { "path": "ESP32-S3/partitions.bin", "offset": 32768 }, { "path": "ESP32-S3/ota.bin", "offset": 57344 }, { "path": "ESP32-S3/240816_ahoy_0.8.141_85f8540_opendtufusion.bin", "offset": 65536 } ] },

DanielR92 commented 3 weeks ago

Hello, thank you very much for your improvement. We will check the changes and make improvements.

Thank you for your support. If you are interested, you can also create a change with a pull request.

Have a nice day.