Open 1tianmaxingkong1 opened 1 year ago
Hi, A brief description of this repos: The target of this project is to build a conformance test environment for ISO15118-2(V2G section) specification following the sample TTCN-3 test content, which is available in ISO15118-4. About the ISO15118 spec, which is essentially a protocol spec that defines communication between EV and EV Charging station, you can search and read it online.
For the hardware:
For the software: << heavily unoptimized and hosted in the Raspberry
Basically, the system shall operate as a test device (EV emulation) to verify the operation(mostly communication) of SUT(which is an EV charging station)
The other repos TestUI is just a simple web-base tool, which shall be hosted on the Raspberry too and it shall work in conjunction with this repos to create a testing environment. User can access, execute test by accessing the webUI
Hi NvDung:
Glad to receive your reply! We are now developing EVCC controller. We want to test the controller and find a simulated charging pile system. You mentioned in your reply that the system is to verify the consistency communication test of the charging pile. Do you plan to implement the consistency test system of the charging controller at the vehicle end, or can this system be easily changed? Look forward to your reply!
good luck!
Hi,
Currently, this environment only supports verifying the SECC side. For the vehicle side, it requires additional implementation of the logic to verify messages from EVCC. Yes, I intend to implement the rest of ISO15118-4, and ISO15118-5, which include test suites for the vehicle side, plug & charge functions, and datalink layer(PLC) but it's pending for now since I don't have much time recently.
Hi, Glad to hear from you! We are currently very interested in the project, is this possible if I want to join you in the development work? If so, what competencies would I need to have and what preparation would I need to do? Looking forward to your dafu
Hi, Yes, feel free to fork or contribute directly to this project. On competencies, C++, linux, basic knowledge of ethernet is required, ISO15118 specification series as well. If you want to pick up this project from its current status, please contact me through email or msteam at nvdung694@gmail.com, I will guide you through it
I am very interested in this project and thank the author for his contribution, but I don't know much about the technology applied in this project, can you explain how the project works?