mobilityhouse / ocpp

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

Add support for OCPP 2.1 #448

Open OrangeTux opened 1 year ago

OrangeTux commented 1 year ago

The Open Charge Alliance released a draft version of OCPP 2.1 to it's members. And this library aims to implement support for this version.

OrangeTux commented 1 year ago

Work is tracked in branch https://github.com/mobilityhouse/ocpp/tree/448-ocpp-21

gitkh2891 commented 4 days ago

Hi, does the library intelligently handle chargepoints with different versions of OCPP eg. 1.6 vs 2.x when the establishing websocket connections? Or do we need to manually hardcode and check the response body of the "Sec-WebSocket-Protocol" header for the OCPP version and deploy different websocket endpoints for different OCPP versions?