Skip to content
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

Make supported OCPP protocol version configurable (v201, v21) #923

Open
wants to merge 2 commits into
base: feature/ocpp2.1-public-draft-messages
Choose a base branch
from

Conversation

Pietfried
Copy link
Contributor

@Pietfried Pietfried commented Dec 23, 2024

Describe your changes

  • Added internal variable SupportedOcppVersions that allows to specify the supported protocol versions in order of preference
  • Added member variable ocpp_version to ChargePoint to indicate the selected version
  • ConnectivityManager now uses the configured value to set up the WebsocketConnectionOptions

Issue ticket number and link

Checklist before requesting a review

…y the supported protocol versions in order of preference

* Added member variable ocpp_version to ChargePoint to indicate the selected version
* ConnectivityManager now uses the configured value to set up the WebsocketConnectionOptions

Signed-off-by: Piet Gömpel <[email protected]>
@Pietfried Pietfried force-pushed the feature/protocol-version-configuration branch from 68c1eb1 to 8884219 Compare December 26, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants