MicroOcpp
MicroOcpp copied to clipboard
Use with Grizzl-E smart charger
Hi, the Grizzl-E smart charger uses an ESP32 for Wi-Fi and it's application. Their firmware is a mess, and not very compliant to OCPP. What all would be required to see if ArduinoOcpp could control this box?
This issue has some pictures and details on the fw provided.
https://github.com/lbbrhzn/ocpp/issues/442
It may be possible to follow the traces on the esp32 daughter board there is an 8 pin header that connects is to the main pcb. There is a buzzer and led so I'm guessing those would be 2 of the gpio pins.
Appreciate any input Thank you
Sounds like a great project! The first thing to find out is how the communication on their board works in detail and how to control the EVSE from an Arduino sketch. After that you can customize the SECC sketch to support that communication mechanism. Looking forward to hearing about the progress!
Feel free to reopen this issue in case you retrofit a charger using this project.