SwitchEV / iso15118

Implementation of the ISO 15118 Communication Protocol (-2, -20, -8)
Apache License 2.0
147 stars 82 forks source link

Fix for ChargeParameterDiscovery (TypeError occurred while processing message in state ChargeParameterDiscovery : int() argument must be a string, a bytes-like object or a real number, not 'NoneType'. ). #375

Closed ikaratass closed 5 months ago

ikaratass commented 5 months ago

it is discovered in Testival Arnham that it is picking up the maximum voltage from DC even if it is a AC station. the error was: 2024-01-30 09:56:07,717 INFO - iso15118_service.evse_controller (1727): Session ended in ChargeParameterDiscovery (TypeError occurred while processing message in state ChargeParameterDiscovery : int() argument must be a string, a bytes-like object or a real number, not 'NoneType'. ).

ikaratass commented 5 months ago

Changes moved to https://github.com/SwitchEV/iso15118/pull/376/files