-
Notifications
You must be signed in to change notification settings - Fork 126
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
Connection URL #195
Comments
just an update, I just tested a real charger with a Tesla car with example/1.6/cs/*.go, it connected but couldnt see any meter running! just this:
I guess I need to do my own script to read those. |
Hey,
In the simplest case, the server could be started with: centralSystem.Start(8887, "/ocpp/{ws}" The CLIENT_ID is appended at the end of the URL by the client so it can connect to the server, e.g.
The boot sequence and heartbeat seem to work just fine, so communication was established correctly. The The example is very barebones and mostly scripted, so it will be harder to test against a real charger. I'd recommend using the example as a starting point to build your own implementation/script. |
Hello,
this might be really stupid but I'm trying to connect through one of the Html simple OCPP 1.6 simulations and can't connect to the central system! with this ws://localhost:8887, I guess I need to pass on the CLIENT_ID but how and where? and my question is how would the real charger connect, do we need to pass the CLIENT_ID via OCPP or how? thanks.
The text was updated successfully, but these errors were encountered: