MicroOcpp
MicroOcpp copied to clipboard
OCPP 1.6 client for microcontrollers
@matth-x I want to send Voltage and Current with the meter value request but adding them with addMeterValueInput doesn't add anything to the JSON data that is being sent. I...
Hi @matth-x Can you please tell me the difference between the **setEnergyMeterInput([]() {});** and addMeterValueInput([](){return 10;} /* * Integrate OCPP functionality. You can leave out the following part if your...
I'm working on the charger, in which the server is developed for Python OCPP. the device is connected to the URL, but the boot notification is rejected. is there any...
Hello Matth, I'm working with a charger with two connectors (connectorId = 1 and connectorId = 2). When a card is detected and both connectors are available, I would like...
I flash MicroOcpp (main.cpp) to ESP-WROOM-32. ESP connects to Wi-Fi successfully but won't connect to my SteVe server at all. The "Etrel Inch Pro" charging station connects to the SteVe...
Let's define the problem: there is a need to change the network interface from wifi to ethernet. To do so, it is necessary to establish a specialized web socket connection...
Having started experimenting with more "efficient" message encodings than the very verbose JSON, a problem has become apparent. This is evident when using SteVe as well as our "homebrew" OCPP...
@matth-x Thank you very much for the wonderful library, I can use charging transactions remotely and locally when CP is online. Can you please throw some light on the **authorization...
I installed Platform IO Open VSCode Extension Manager Search for official PlatformIO IDE extension Install PlatformIO IDE. I downloaded code from Github https://github.com/matth-x/MicroOcpp click build: Building in release mode Linking...