MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

OCPP 1.6 client for microcontrollers

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

Feature Request: Include basic access to configuration keys from the C API, including init, load/save, declare/get configurations. The `Configuration` interface has the beginnings of a C API ([Configuration_c.h](https://github.com/matth-x/MicroOcpp/blob/main/src/MicroOcpp/Core/Configuration_c.h)) focused primarily...

Dear Matthias Akstaller, I hope you are doing well. My name is Mohammad, and I am currently working on a project involving OCPP 2.0.1 integration for electric vehicle charging stations....

![Image](https://github.com/user-attachments/assets/6e19844c-9b57-4d1f-bf7e-0e90a35dbe21) ![Image](https://github.com/user-attachments/assets/f56d9139-dd11-423a-a9a6-120ecd7c1cbf) Hi i'm testing out the simulator and i connect to my websocket server and i click the connector to make it's status Charging But for some odd reason...

Hi @matth-x . I'm using v1.2.0. I'm working with FirmwareUpdate/Diagnostics. After Diagnostics upload failed, if I request GetDiagnostic again, charger didn't send DiagnosticsStatusNotification. Here's log ``` [MO] Recv: [2,"81ce6fca-6967-48ff-8391-1255116ca892","GetDiagnostics",{"location":"ftp://127.0.0.1:21/files/failedLocation"}] [MO]...

Hi @matth-x . I found `"data"` field in Datatransfer only allow string. In OCPP 1.6 Specification - Edition 2 p.64, defines `"data"` 's field type as text. Also. There is...

Fix null pointer exception

Hi, I want to hide some configuration keys. I mean i don't want the CMS to see those Configuration Keys. Don't want to remove them. How can i achieve this...

I've noticed that the docs/intro-tech.md file is missing images or links to images for sections like "Overview of the architecture" and "Selective usage of MicroOCPP". This makes it difficult to...

Hi @matth-x and the team, Thank you very much for the library. I have been using it for the past year and congratulate the team behind it. I am facing...