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
57 stars 26 forks source link

Question:How can stop the charge properly #272

Closed alperenyilmaz99 closed 10 months ago

alperenyilmaz99 commented 11 months ago

When I try to stop in Evse.py the charging in this way,:

            if stopvariable =="stop":
                self._handleRequestStopCharging(b'\x00\x00\x06\x05\x00')
                self._handleWeldingDetectionStarted(b'')
                self._handleSessionStopped(b'\x00')
                break
self.whitebeet.v2gEvseStopListen()

I receive this error: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> stop ----------------ID--------------------------------- None -----------------------DATA-------------------------- None "Request Stop Charging" received Timeout: 1541 Timeout: no -------------STOP----------------------------- Relay Off: 0 Warning: Module did not accept command 27:6f, return code: 17 "Welding Detection Started" received "Session stopped" received Closure type: 0 -------------STOP----------------------------- Relay Off: 0 EVSE loop finished

What is the correct way to stop the charging without encountering an error?"

lho-stx commented 10 months ago

Please refer to #271