MicroOcpp
MicroOcpp copied to clipboard
OCPP 1.6 client for microcontrollers
[build] /home/MicroOcpp/./src/MicroOcpp/Version.h:30:13: warning: In the GNU C Library, "major" is defined [build] by . For historical compatibility, it is [build] currently defined by as well, but we plan to [build]...
Hello @matth-x, I am very new to this project and facing an issue. The Condition is as follows: 1. Gun Plugged, Library sends "Preparing". 2. I send Authorize with TagID...
Hi, after stop charging i am not getting statusNotification for finishing. Heartbeat | Charger-CMS | [2,"1000011","Heartbeat",{}] | [3,"1000011",{"currentTime":"2024-09-11T09:44:29.007Z"}] | 9/11/2024 3:14:29 PM -- | -- | -- | -- |...
Hello @matth-x, I did 146 ocpp transactions for 147th transaction the **RemoteStartTransaction** gets rejected and the connector status shows **Preparing** without a gun connection. Please have a look at the...
Hi @matth-x, I've come across the "OCPP & California Pricing Requirements" whitepaper by OCA recently. I was wondering if you planning on implementing it at some point in time? Otherwise,...
Hi. I'm using microocpp v1.1. I'm doing test about Smart Charging with OCTT. But I can't pass 4 test cases. Failed test cases list. TC_056 Central Smart Charging - TxDefaultProfile...
I want to check if timeout occurred in any request in my application layer. I didn't find any API does that. So, I was enforced to add a flag inside...
Hi i want to listen to heartbeat response comes from OCPP i used that API to print a message on receiving heartbeat responce ` setOnSendConf("SetChargingProfile", [] (JsonObject payload) { Serial.print("received...
Hi Matth-x, loadJson() cause storeJson() overflow sometimes. The return json doc of loadJson()'s capacity is related to file size, this may cause this issue.
hello @matth-x I'm working on an implementation to check idleness after the end of loading, I would like to know if there is anything ready about this, thank you very...