warp-more-hardware / esp32-firmware

TinkerForge WARP software for more hardware
16 stars 1 forks source link

hw: AC011K-AE-25-STL then EN+ GD EVSE Firmware Version or Hardware is not supported. (Only for documentation, fix already in master) #58

Open gianmarcov opened 9 months ago

gianmarcov commented 9 months ago

Describe the bug

Today i have overwritten my AC011K-AE-25 with this firmware, i could not read the ESP32 internal memory maybe they blocked via flags. Flashed everything according the documentation, thank you for this amazing port.

So i got in troubles because it did not communicate with the GD Chip, i also upgraded the GD firmware, nothing changed, now after 3 hours, i found the problem, latest code saw good for me and than i found out, the support for AC011K-AE-25-STL was added after the release, so i build it locally by myself and now it's working. Maybe would be good to create a new release?

The build is broken by https://github.com/esphome/issues/issues/5258, a little change need be done, that the build ends successful.

Logfile 2024-01-01 14:39:05,858 EVSE serial: SN10052204053161 hw: AC011K-AE-25-STL fw: 1.2.653 2024-01-01 14:39:05,859 EN+ GD EVSE Firmware Version or Hardware is not supported.

No communication with the GD Chip

To Reproduce

Flash AC011K-AE-25-STL with latest esp32-firmware 2.0.12-64033399 from release page / documentation

Expected behavior

Should communicate with GD Chip

Versions:

Fix

The fix was supplied with https://github.com/warp-more-hardware/esp32-firmware/commit/3218cbb089728fda20ab84d1549acb9d5c4238b2 build locally and upload it by OTA

Macrisu commented 7 months ago

I think I have the same problem. Can you please share the build ? I do not know how to make it :(

PowerFed Home 11kw-1 It des not detec the car as connected.

from the logs:

                  2,003  EVSE serial: SNxxxx hw:  fw: 
                  2,014  EN+ GD EVSE Firmware Version or Hardware is not supported.
Macrisu commented 7 months ago

I've managed to compile the latest code. From the debug log:

EVSE serial: SN1xxxxxx hw: AC011K-AE-25-STL fw: 1.2.460
EN+ GD EVSE initialized.

I also had the reupload the GD firmware.

Thank you for pointing out this small fix.

For anyone who needs the latest firmware, here it is:

warpAC011K_firmware_2_0_12_65db6404_d82e613020a9d5c_merged.zip

l4n-socrates commented 1 week ago

Thank you so much... was stuck on the same problem for a couple of hours.