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

Pause Communication #23

Open
tropxy opened this issue May 20, 2022 · 0 comments
Open

Pause Communication #23

tropxy opened this issue May 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tropxy
Copy link
Contributor

tropxy commented May 20, 2022

The EV can request a Pause of the communication by sending and PowerDeliveryReq to Stop charging and a StopSession Req with ChargingSession = "Pause".

According to this requirement:

7.6.1 Entering the sleep mode
[V2G3-M07-20] - With receiving D-LINK_Pause.request, the EVSE shall switch to state X1 and may switch the low-layer communication module into low-power mode. The logical network parameter set shall be stored for continuing the data link after the sleeping phase.

[V2G3-M07-22] -  If the EVSE or EV is in “Matched state” and has been woken up from the counter-part station, the low-layer communication module shall be configured to the last known logical network parameter set

iso15118 shall send a message to the application that controls the CP requesting the PWM to be turned off (state X1)
The last NMK and NID shall be saved, so that once the EV/EVSE wakes up the network parameter set can be set directly into the PLC chip without the need of performing the matching process again.

iso15118 shall send a message to the application that controls the CP requesting the PWM to be turned off (state X1)

This also means that the iso15118 needs to have a new method in its interface to do this request (e.g. pause_dlink_session)

@tropxy tropxy added the enhancement New feature or request label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant