31 March 2023

API v1.1

Manage Power Limits for Session, Connector and Charge station

Raw Energy Reports

  • POST /sessions now support setting up the variable include_raw_energy_report.
  • PATCH /sessions now support setting up the variable include_raw_energy_report.
  • GET /session now returns an object session. raw_energy_report, if the session is started with include_raw_energy_report=true
  • GET /sessions/{id}/energy_reports now returns an object session. raw_energy_report, if the session is started with include_raw_energy_report=true

Minor API Updates

  • GET /energy_reports API will have a default measurand = Energy.Active.Import.Register
  • session.energy_report object will sum up Phase values for current, energy_meter, and power
  • PATCH /rfid/:id will not support value

Bug fixes

  • rfid.created webhook event will include value
  • 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.