31 March 2023
over 1 year ago by Mansi Tiwari
API v1.1
Manage Power Limits for Session, Connector and Charge station
- SET/CLEAR Session Power Limits
- SET/CLEAR Charge station Power Limits
- SET/CLEAR Connector Power Limits
POST /sessions
now support setting up the variableinclude_raw_energy_report
.PATCH /sessions
now support setting up the variableinclude_raw_energy_report
.GET /session
now returns an object session. raw_energy_report, if the session is started withinclude_raw_energy_report=true
GET /sessions/{id}/energy_reports
now returns an object session. raw_energy_report, if the session is started withinclude_raw_energy_report=true
Minor API Updates
GET /energy_reports
API will have a defaultmeasurand
=Energy.Active.Import.Register
session.energy_report
object will sum up Phase values for current, energy_meter, and powerPATCH /rfid/:id
will not supportvalue
Bug fixes
rfid.created
webhook event will includevalue
- Updating basic auth username if an endpoint is updated.
- Id Token case sensitivity issue.
Admin Dashboard
Secure Webhooks
For webhook security, we have included a HTTP header edrv-signature
in each POST payload, which developers can use to verify the authenticity of the payload.
Webhook Filtering
Users can now subscribe to specific events.
Remove Credit Card
Users can now directly remove their credit cards from the Organization Setting's Payment Section.
User Experience Enhancements
Mandatory credit card details for API Token
Credit Card details are now mandatory to receive the API Credentials and playground token.
OCPP Chargestation Simulator
Bug Fixes
- Issue with starting a new session after stopping the session with disconnect_cable event.
- Issue with stopping energy delivery in case of SOC=100% or suspendedEV.