Sevenstax / FreeV2G

Python based Host MPU Application for the use with 8DEVICES WHITE-BEET Embedded ISO15118 Module modules to realize IEC/ISO15118 and DIN70121 conform charging communication between electric vehicles (PEV) and elevtric vehicle supply equipment (EVSE). FreeV2G can e.g. been used with a Raspberry Pi.
Other
52 stars 26 forks source link

Question: what is the proper way to stop charging from EVSE side? #249

Closed zhanglongqi closed 7 months ago

zhanglongqi commented 11 months ago

This command 18.10.16 Stop Charging has to be used to set the stop charging status after it was requested by the status message Stop Charging Requested. The status message Stop Charging Requested is sent when the EV requested to stop charging.

Does it mean there is no proper way to stop the charging from EVSE side?

image

lho-stx commented 11 months ago

Hey @zhanglongqi,

gracefully stopping a charging session is only initiated by the EV per ISO15118.

May I ask you what you want to achieve?

You can try to use the charging schedules to limit the amount of energy/time used for charging.

Best regards, lho

zhanglongqi commented 11 months ago

Thanks I will try the schedule.

For this kind of application, it's better to control from the EVSE side.

ColinCGC commented 11 months ago

I think this is what you're looking for - as per ISO15118 the EVSE can use the notification feature to let EV know it would like to stop charging, then the EV should initiate a graceful stop:

image

Works for me.

GovindMore commented 11 months ago

I think this is what you're looking for - as per ISO15118 the EVSE can use the notification feature to let EV know it would like to stop charging, then the EV should initiate a graceful stop:

image

Works for me.

Hi @ColinCGC , I am also trying to stop charging from EVSE side, so I sent this command in charging loop after some condition, but it throws warning "Warning: Module did not accept command 27:75, return code: 4". Could you please give some idea where should I put this and when should it be sent to EV?

lho-stx commented 8 months ago

Hey @GovindMore,

the return code 4 indicates a malformed packet, please double check your packet payload.

Best regards, lho

github-actions[bot] commented 7 months ago

This issue has been marked as stale because it has been open for 14 days with no activity. Please update this issue or it will be closed in the next 7 days.

github-actions[bot] commented 7 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale. If your issue still persists, feel free to reopen!