MicroOcpp
MicroOcpp copied to clipboard
OCPP 1.6 client for microcontrollers
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....
  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...