uhi22 / pyPLC

Electric vehicle CCS charging investigations with Python
GNU General Public License v3.0
141 stars 32 forks source link

DC Electric Vehicle Charging #19

Closed pamukcu09 closed 8 months ago

pamukcu09 commented 10 months ago

Hi,

Does this project only allow reading data from the vehicle?

When I run this software with my PWM signal with 5% Duty ratio, can I switch it to State C for DC Charging? @uhi22

uhi22 commented 10 months ago

I understand you plan to use pyPLC as EVSE. In this case, the car will switch from StateB to StateC (see https://github.com/uhi22/pyPLC#example-flow checkpoint 550). The current experience is, that pyPLC is able to convince the car to close the contactors, so basically it is possible to really charge the vehicle, not only to read out data. In case of more detailled questions, please always mention the checkpoint number in https://github.com/uhi22/pyPLC#example-flow , together with your expected behavior and the observed behavior.

uhi22 commented 8 months ago

Question seems to be answered. Closing.