MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

OCPP 1.6 client for microcontrollers

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

How can you initialize two connections on different ports, something like this: #define OCPP_HOST "192.168.1.72" #define OCPP_PORT 9000 #define OCPP_HOST2 "192.168.1.72" #define OCPP_PORT2 8000 #define OCPP_URL "CP_2" OCPP_initialize(OCPP_HOST, OCPP_PORT, OCPP_URL);...

Hello @matth-x, First, I would like to thank you for your great work here. Truly remarkable. It seems that no one have asked for it yet, so I had to...

Hi matt, Currently your program supports single connector model. suppose if i want to increase more than one connector means what changes has to make in the existing code. Thanks...

I am having trouble compiling Library with Arduino IDE with es8266 and even with esp32. Can anyone give some insight how to just run the sample program. Getting LITTLEFS.h error...

@matth-x i need your help making the ocpp fully functional, I tried to mail you might they landed in spam, so asking help here, want to get connect with you

I am looking to bring ocpp on an Arduino board and found your project. Unfortunately I was not able to get it into a compiled version. Checking out and building...

Using the basic example, shows this error. Any tips?

Hello matth, I am trying this code to get running on GSM network, but whenever I try to to connect it over gsm, the wifigeneric library is pushing DNS failed...

I recently upgraded to 0.1.0. I see startTransaction now takes idTag as first argument. Is there any place where I can see changes that have happened between the versions, especially...