16 January 2026
6 months ago by Mansi Tiwari
API v1.1
OCPP Protocol 2.0.1 Support
The following APIs have been enhanced to provide full support for OCPP 2.0.1, while maintaining compatibility with OCPP 1.6 where applicable
- POST /v1.1/chargestations/{id}/reset
Reset a chargestation with protocol-specific options:- OCPP 1.6: Hard / Soft reset
- OCPP 2.0.1: OnIdle or Immediate
- POST /v1.1/sessions
Start a new charging session on a connector for 2.0.1 chargestation. - GET /v1.1/sessions/{id}/stop
Request to stop an active charging session for 2.0.1 chargestation. - POST /v1.1/chargestations/{id}/set_charging_profile
Enforced strict validation on charging limit precision (maximum one decimal place) for both 1.6 and 2.0.1
Test Coverage Improvements
Additional test cases have been added for:
POST /v1.1/chargestations/{id}/set_charging_profile- Edge-case validation for both OCPP 2.0.1 and OCPP 1.6
Admin Dashboard
Bug Fixes
- OCPP 2.0.1 session logs now display logs for all the EVSE IDs, improving traceability and debugging.
Support for session-specific EVSE ID filtering will be added in a future release.
