-
Notifications
You must be signed in to change notification settings - Fork 85
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
Added in patch which supports PNC #750
Added in patch which supports PNC #750
Conversation
Hello :) thank you very much for your contribution. However, after looking through it, I have decided not to accept this PR and close it in a few days. Because, the changes this PR describes, I deleted from everest-core a few months ago. The payment option in the However, I find this approach less realistic and less effective than the current situation. At the moment, the Josev EV side itself decides whether to select PnC. Certain conditions must be met: TLS must be active and the EVSE must also offer PnC as a payment option. PnC only works in the SIL if these conditions are met. The config also makes it possible to test certain scenarios, such as TLS + EIM. This PR can lead to strange behavior on the EVCC side if, for example, PnC is selected and the charger only supports EIM. This cannot happen with the current status. For me, this means that another potential source of error is being added here when executing the SIL. I'm sorry, but I see no reason why the payment option should be added again. |
After a brief discussion with @corneliusclaussen, I can understand why you would want to select I still don't like the possibility of setting the payment option directly for the car sim. As an alternative, however, I could imagine that you can set a payment option priority using the The options for not sending a payment option via the cmd do not work. The interface system does not allow optional arguments. Therefore the What do you think of the suggestion? |
Signed-off-by: louisg1337 <[email protected]>
59cd1be
to
50f4142
Compare
@louisg1337 Any thoughts on my suggestion? |
Is this still being worked on or should we close it? |
I'll close this next friday if nobody answers |
So I close this one. If there is a need, then please reopen a comment on my proposal. |
Describe your changes
Hello everyone, I am apart of the team over at NREL who has been working on the SIL demos in
everest/everest-demo
. Recently, @shankari went to the CharIN Testival and showcased EVerest by running a custom demo that was tailored to have PnC functioning, found here. To get PnC to work, she had to apply a handful of patches to different parts of EVerest, all which can be found here. We now would like to slowly integrate these patches into EVerest so that it can fully support PnC.This patch in particular involves adding in support for a
Contract
payment method toPyEvJosev
.Testing Done
As mentioned above, this patch is one of many, so it has only been tested in conjunction with the other patches in the SIL demo. The particular demo which has PnC working can be found linked above. To run this demo, I would recommend...
Car Simulation
dropdown menuAC ISO15118-2 Plug&Charge
, then plug the car in and observe it authenticate on its own.Issue ticket number and link
The issue can be found here in
everest-demo
.Checklist before requesting a review