MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

OCPP 1.6 client for microcontrollers

Results 108 MicroOcpp issues
Sort by recently updated
recently updated
newest added

Hello everyone, I have configured the EVSE with Cst_PreBootTransactions set to true to allow transactions before it connects to Steve. I have discovered that with this configuration, the initial StatusNotifications...

I want to start Transaction during offline time so I set the local list from CMS. When I am starting session using ocpp_beginTransaction_authorized_m(2, "tag", NULL); or ocpp_beginTransaction_m(2, "tag"), gets waring...

I want to save the charging summary, basically one .jsn should be created at every new charging session and periodically gets updated while charging. I think something similar is already...

![Screenshot 2024-06-12 163138](https://github.com/matth-x/MicroOcpp/assets/172492416/64a869af-792f-4d91-8940-21e2b3b4cb94) whenever i try to compile the ESP example code of your MicroOcpp repository in ESP32 using Arduino ide software i get the error Error compiling for board...

Hi @matth-x . I am currently implementing your library in a project and have encountered an intermittent issue that I hope you can help me with. Occasionally, when sending a...

When trying to compile the MicroOcpp project after a clean pull using make, throws multiple errors related to using DynamicJsonDocument ``` 39 | T result; // Error here? See https://arduinojson.org/v7/non-default-constructible/...

Here are my Terminal entries: [main] Wait for WiFi: . connected! [MO] info (MicroOcpp.cpp:139): connecting to ws://ocpp.anz.yocharge.com:8080 -- (host: ocpp.anz.yocharge.com, port: 8080, path: /xp004) [MO] info (MicroOcpp.cpp:357): initialized MicroOcpp v1.1.0...

@matth-x @priya2212 @pedro-fuoco hello developer I want to make the libs for all the parameter like for Authorize The CMS sends a message to the CP to authorize a particular...

In the authorize callback for the ```endTransaction``` function in ```MicroOcpp.cpp```, "parentIdTag" has been misspelt as "parenIdTag" causing a crash when the transaction parent IDs are compared.