-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support for OCPP2.0.1 Plug&Charge #588
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Changed evse_security.yaml interface: Now two separate functions exist to get ocsp request data to be able to request the ocsp data for MO contract certificates * LeafCertificateType enum was extended with the additional value: MO * Refactored EvseSecurity and the lib/ocpp to address the required types/interface changes * Added conversion function in OCPP201 module * Changed EvseV2G module so that it always includes the OCSP request data of the contract certificate and optionally includes the certificate in the ProvidedIdToken * Added P&C config for OCPP201 Signed-off-by: pietfried <[email protected]>
AssemblyJohn
approved these changes
Mar 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The security part looks good to me.
SebaLukas
approved these changes
Mar 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The iso part looks good except one small thing (a not needed else)
And clang-format has some problem |
Signed-off-by: pietfried <[email protected]>
Signed-off-by: pietfried <[email protected]>
hikinggrass
approved these changes
Mar 19, 2024
Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: pietfried <[email protected]>
Signed-off-by: pietfried <[email protected]>
…d successfully be validated against MO root Signed-off-by: pietfried <[email protected]>
shankari
added a commit
to US-JOET/everest-demo
that referenced
this pull request
Mar 27, 2024
This ensures that it includes the changes required to support OCPP PnC EVerest/everest-core#588 This involves: - Changing the tag to `2024.3.0-rc1` - Bumping up the version number in the `.env` - Copying over two nodered configurations: - to support MREC in the UI (EVerest/everest-core@9e182a9) - to support PnC in the UI (EVerest/everest-core@56a9ff2) These are identical to the ones in everest-core at the specified tag, except that they connect to the `mqtt-server` MQTT server instead of `localhost`
shankari
added a commit
to US-JOET/everest-demo
that referenced
this pull request
Mar 27, 2024
This ensures that it includes the changes required to support OCPP PnC EVerest/everest-core#588 This involves: - Changing the tag to `2024.3.0-rc1` - Bumping up the version number in the `.env` - Copying over two nodered configurations: - to support MREC in the UI (EVerest/everest-core@9e182a9) - to support PnC in the UI (EVerest/everest-core@56a9ff2) These are identical to the ones in everest-core at the specified tag, except that they connect to the `mqtt-server` MQTT server instead of `localhost`
shankari
added a commit
to US-JOET/everest-demo
that referenced
this pull request
Mar 27, 2024
This ensures that it includes the changes required to support OCPP PnC EVerest/everest-core#588 This involves: - Changing the tag to `2024.3.0-rc1` - Bumping up the version number in the `.env` - Copying over two nodered configurations: - to support MREC in the UI (EVerest/everest-core@9e182a9) - to support PnC in the UI (EVerest/everest-core@56a9ff2) These are identical to the ones in everest-core at the specified tag, except that they connect to the `mqtt-server` MQTT server instead of `localhost` Signed-off-by: Shankari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Added support for OCPP2.0.1 Plug&Charge:
Issue ticket number and link
requires:
Checklist before requesting a review