matth-x / MicroOcpp

OCPP 1.6 / 2.0.1 client for microcontrollers
MIT License
347 stars 149 forks source link

help me .... #118

Closed jpily closed 1 year ago

jpily commented 1 year ago

Thank you for providing the test tool for free. I'm using the math-x Arduino OCPP1.6 library and I'm trying several times to test the STeve server as a central system.

I have successfully built the Steve server environment and it worked fine until build and running.

To test the math-x Arduino OCPP1.6 library, after creating a Charge Box ID on Steve's server, I set the math-x arduino ocpp library as follows:

#define OCPP_HOST "192.168.0.2" #define OCPP_PORT 9000 #define OCPP_URL "ws://localhost:9000/steve/websocket/CentralSystemService/test01" Result The connection was succes. I have a question here. I need to test on Steve server. I'm simply running it with the esp32S3 Dev mcu kit. That's why we don't have our own electric car charger. math-x Arduino OCPP1.6 What can I try on the Steve server to test the library operation? Even though I search the Steve server git hub, I do not know how to use it specifically, so I ask math -x. I would be grateful if you could tell me specifically what to do. I want to know how you tested it. I would like to know how you entered the contents of the menus at the bottom of each menu when you click the data management menu in the Steve server UI. For example, I want to know what you input when you add new in Data management -> charging profiles, and I want to know everything you put in and tested. As an esp basic example, I would like to test the functions such as OCPP_initialize(), bootNotification(), setEnergyMeterInput(), setSmartChargingOutput(), setConnectorPluggedInput(); and so on. I would appreciate it if you could share your methodology. I have seen a video of you testing with esp8266 posted on YouTube. In a similar form, I hope to become a Test. I'll be waiting for the reply. Thank you.
piyush9999 commented 1 year ago

After steve server connects to your esp32 you can test by sending a starttransaction and turn on esp32 inbuilt led.