-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stepwise guidance in implementing in ESP32/Ubuntu? #229
Comments
Hi @GanesanGuru, Yes, I must admit that the documentation of this open source project is by far not as extensive as it should be. But there is some material. A technical introduction explains the basic principles of this library. The API documentation can be found in MicroOcpp.h. I think that most people get started with this library by creating an example project in PlatformIO based on the ESP example. When you manage to build this project successfully in PlatformIO, then you have a good reference project and the perfect resource to learn how including MicroOcpp generally works. The corresponding starting point on Ubuntu would be to clone and build the Simulator. |
Hi @matth-x , This line has saved me from all that uncertain EVSE charging environment. Yes, I was able to successfully integrate the SteVe with MicroOCPP Simulator and able to perform transactions,etc and all. I've few queries relate to OCPP 1.6J spec & MicroOCPP Simulator implementation, as listed below:
|
Hi @matth-x @ALL,
Is there anyone has successfully incorporated this library into ESP32 and if so kindly aid the knowledge that has been acquired during the process. There are some you could aid me/newbie like me attain the same too.
The stepwise guidance for ESP32 / any Linux based OS is very welcomed.
PS : As @matth-x being very busy, I'm raising this concern more to the community. Setup of ocpp-server Steve is attained. Hence aid us in implementing the client side part alone. Thanks in advance.
The text was updated successfully, but these errors were encountered: