-
Notifications
You must be signed in to change notification settings - Fork 89
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
Adding new iso15118_extension interface #1022
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Piet Gömpel <[email protected]>
…ules have been modified accordingly Signed-off-by: Sebastian Lukas <[email protected]>
Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Piet Gömpel <[email protected]>
…extensions Signed-off-by: Sebastian Lukas <[email protected]>
Signed-off-by: Sebastian Lukas <[email protected]>
Signed-off-by: Sebastian Lukas <[email protected]>
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.
👍
Co-authored-by: Piet Gömpel <[email protected]> Signed-off-by: Sebastian Lukas <[email protected]>
Signed-off-by: Sebastian Lukas <[email protected]>
Signed-off-by: Sebastian Lukas <[email protected]>
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.
Looks good to me
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.
Looks good
Describe your changes
With this PR there is a new interface between ISO and OCPP modules. Now the ISO and OCPP modules can communicate directly and no longer have to communicate via the EvseManager. This PR does not add any new cmds and vars.
This is done in a separate PR.
Issue ticket number and link
Until now, the CertificateInstallation messages from the ISO module were forwarded to the OCPP module via the EvseManager. The response from the CSMS also had to be published via the EvseManager to the ISO modules. With OCPP2.1, there is significantly more information that needs to be forwarded from the ISO module to OCPP. Therefore, the path via the EvseManager is cut and a new interface between OCPP and the ISO module is introduced.
Checklist before requesting a review