-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Chargepoint 1.6 simulator #53
Comments
@victormunoz i got a hacky simulator that works on 1.6 on my github, its not perfect but it works for testing, atleast for me |
@victormunoz why didn't ChargeTimeEU work? As far as i know, they only provide the skeletons for json/soap communication and the user/developer has to provide/implement content for the message fields. |
some time ago we experimented with https://github.com/NewMotion/ocpp-charger and https://github.com/aymen-mouelhi/ocpp-js. they were okay, but they do not implement ocpp 1.6. i do not know any other simulators. |
I was using this one http://www.gir.fr/ocppjs/ for 1.5 testing and just changed and added some things so it works for 1.6 |
That's correct @goekay. I limited the lib to the specifications from OCA. |
@gonium wrote various emulators for ev components. pretty sure a ocpp client/server as well. Havent found it on his github though. You should also watch his talk on charging stations - highly entertaining: https://media.ccc.de/v/34c3-9092-ladeinfrastruktur_fur_elektroautos_ausbau_statt_sicherheit |
@JavaIsJavaScript I have tried your project. Looks good! |
The errors are known, type bootnotification in the console and press enter, you can do this with basically al functions from cp to cs. |
steve actually has the building blocks to simulate chargepoints in test directory. please look at these exemplary implementations, which you can modify as you wish: you create your request objects, set their fields, send them to steve, and do whatever you like with the response (e.g. verify the fields in response). |
Started working on a really simple CP Simulator, simply using html, js, websockets |
Thank you @nenecmrf for this extremelly easy-to-use simulator! |
I would like to test the new OCPP 1.6 features with Steve with some chargepoint simulator.
What simulator do you recommend?
I have tried with the ChargeTimeEU chargepoint (https://github.com/ChargeTimeEU/Java-OCA-OCPP), that implements version 1.6, but haven't succeeded...
The text was updated successfully, but these errors were encountered: