MicroOcpp
MicroOcpp copied to clipboard
OCPP 1.6 client for microcontrollers
Hi @matth-x, AO_PreBootTransactions configuration changed to "true", still ESP32 keeps on resetting after ocpp_loop() is called. Below are the Serial Debug Output Logs __________________________________________________________________________________________________ [AO] info (ArduinoOcpp.cpp:463): Added ConnectorPluggedInput. Transaction-management...
Hi everyone, in case the [migration guide](https://matth-x.github.io/MicroOcpp/migration/) for the new project name is incomplete and you end up having compilation issues, please post the problem here and I will complement...
Hi @matth-x , I am trying to compile this project in STM32CubeIDE environment. However, I get a compilation error because it does not contain the arduino.h in the platform.h file....
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/ArduinoOcpp/tree/master I don't touch...
Hey, so I have an EV charger, I have set up a steve server, and everything is connected and seems to be working. I used an ESP32 to set the...
Hello @matth-x I want to check when the charger is plugged into the vehicle, there is the setConnectorPluggedInput function, but I didn't find anything within the lib to retrieve this...
Hi @matth-x, I have a test case scenario where there is an existing schedule for a charger, and power goes off. In this case, I expect my charger to retain...
Hi @matth-x , I am trying to set up an electric charging station system for my home, but I have been encountering errors for a week, as shown in the...
Hi matth-x I got a lastest tx, its content is : {"session":{"active":false,"idTag":"123456","authorized":true,"timestamp":"2024-06-26T10:08:26.896Z"},"start":{"requested":true,"meter":198,"timestamp":"2024-06-26T10:08:26.925Z","bootNr":11,"transactionId":185},"stop":{"requested":true,"idTag":"123456","meter" :198,"timestamp":"2024-06-26T10:08:47.778Z","bootNr":11}} after reboot the ocpp, and try to do charging, I got: tx process still running. Please call...
This adds the error severity field to the MO error reporting mechanism. The severity can be used to avoid that less important errors are being reported to the server while...