EcoG-io / iso15118

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

Fix for ChargeParameterDiscovery get_evse_max_voltage #376

Closed tropxy closed 9 months ago

tropxy commented 9 months ago

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'. )

Thank you @ikaratass for finding out where the bug was located and for the initial fix