-
Notifications
You must be signed in to change notification settings - Fork 327
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
Documentation how CALL messages are handled #55
Comments
Do you people had an example that implement all the operations initiated by the charge point for ocpp1.6?. In chapter 4 of the Specifications it says that the operations initiated by the charger point are:
|
No, we don't have open source implementation of that in this repo. |
So there is no way to send a start/stop command to the charger using this repo? |
No, that's not a correct statement. It's perfectly feasible to send a RemoteStartTransaction or RemoteStopTransaction from the CSMS to a charger. See for example this comment. |
Perfect! I think I just misunderstood your last comment. Now we have it up and running here, thank you for clarifying |
This issue is stale because it has been open for 30 days with no activity. |
Currently the docs are lacking proper documentation about how routing of CALL messages work, how to use the
@on()
and@after()
decorator should be used and how the route map is build.The text was updated successfully, but these errors were encountered: