MicroOcpp
MicroOcpp copied to clipboard
OCPP 1.6 client for microcontrollers
Hello Matth, We are considering the functional implementation of AuthorizeRemoteTxRequests key in the library. Could you provide any guidance on how to get started? Thank you in advance for your...
Hi matth-x, In OCTT tast case 2.4.3. EV Side Disconnected, the charger doese not have a fixed cable, [EV driver unplugs cable on EV side.] 21. The Charge Point sends...
I'm testing scenario of receive `SoftReset` when charging. To pass OCTT test, EVSE should send `StopTransaction` and `StatusNotification` with `Finishing` status after receive `SoftReset`. But when receive `SoftReset`, internal system...
Hi matth-x Is OCPP 1.6 security whitepaper edition 3 planned
Hi Developers, I am working with the ESP32-C3 module and need to test all operations such as BootNotification, Heartbeat, StatusNotification, etc., with CMS. I have built MicroOCPP code on the...
The error "Error compiling for board DOIT ESP32 DEVKIT V1" typically indicates that there is a compilation issue specific to the ESP32 board when trying to compile my code
Hello @matth-x, I am implementing the free vending mode for two connectors. Successfully implemented free vending mode for 1 connector, the following configuration keys are mentioned below. **Cst_FreeVendActive** set to...
I am using OCPP 1.6J stack. All working fine but one day I started the setup and sent the RemoteStartTransaction command but stack was rejecting it. Later after debug, I...
Ciao, It is not clear to me, looking at the specification of the protocol itself, what value is measured with the variable/value "L1"? Shouldn't "L1-N" be used to measure the...
Hi Matth-x, First, a lot thanks to your great work. Nowdays,I was testing the lib, and got items for you: 1. getDiagnostics function In file src/MicroOcpp/Operations/GetDiagnostics.cpp, about line 40, Timestamp...