Replies: 8 comments 2 replies
-
Hi @odiwml147, There is an official specification here: What are you looking for, in particular? |
Beta Was this translation helpful? Give feedback.
-
Hello @TVolden . |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also interested in knowing how to use OCPP-2.0.1. I was doing a little research and in the thread: #239, this capability of the library is mentioned, however, it is not mentioned how to use it :c |
Beta Was this translation helpful? Give feedback.
-
hi @bdevia and @odiwml147. This might help you start with implementing a 2.0.1 server https://github.com/ChargeTimeEU/Java-OCA-OCPP/blob/master/ocpp-v2-test/src/main/java/eu/chargetime/ocpp/test/OCPP201MultiProtocolFakeCSMS.java. |
Beta Was this translation helpful? Give feedback.
-
I have moved this to the new discussion section. |
Beta Was this translation helpful? Give feedback.
-
In addition to the source @jmluy mentioned, there is also a fake OCPP 1.6/2.0.1 Charging Station here: And an integration test which creates both a fake OCPP 1.6/2.0.1 CSMS and Charging Station and sends a boot notification: Beyond that, the library works as it did before OCPP 2.0.1 support was added. |
Beta Was this translation helpful? Give feedback.
-
Hi @TVolden @jmluy @robert-s-ubi , thank you very much for your answers!, Right now I only have one last question, how can I access the OCPP 2.0.1 version packages? Checking the maven repository, they only have the packages:
None of them include the OCPP 2.0.1 version, so I would like to know if they will include this version in the maven repository, or failing that, I would have to manually download the project from Git to be able to use it. |
Beta Was this translation helpful? Give feedback.
-
Thanks!
I cloned the code and made some local maven images. Now, I am referring to the testing module for development.
At 2024-02-26 16:28:52, "Thomas Volden" ***@***.***> wrote:
I haven't had time to publish it to maven yet. Sorry.
That said you can use jit pack:
https://jitpack.io/#ChargeTimeEU/Java-OCA-OCPP/v1.2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I saw that the library supports version OCPP-2.0.1 on the homepage,do you have any documents related to OCPP-2.0.1?
########################################################################################
There are only 1.6 usage documents,I want to know how to use this project with OCPP-2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions