mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
766 stars 298 forks source link

Update GetConfigurationResponse.json #582

Closed putongyong closed 7 months ago

putongyong commented 7 months ago

Dear project owner, Actually we have found that in the real world case, certain provider, for example Scame from Italy, configure the charger in such a way that the value of configuration could be a string, a number or a boolean. For example, the hearbeat interval or metervalues interval is of a type of integer.

The same as change configuration, we sincerely proposed this change because otherwise the response that we get from the charger will trigger some error. Thanks

Yong

OrangeTux commented 7 months ago

The OCPP spec is clear that the field "value" of a GetConfigurationResponse must be a string. The charge point vendor should update their OCPP implementation to match the specification.

2024-01-22-142150_972x593_scrot

putongyong commented 6 months ago

Thanks a lot, I called the vendor and they provided a new firmware that solved the problem.