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

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
@Pietfried Pietfried merged commit 8c5518f into feature/ocpp2.1-public-draft-messages Jan 4, 2025
8 checks passed
@Pietfried Pietfried deleted the feature/protocol-version-configuration branch January 4, 2025 19:56
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