31 December 2023

API v1.1

Support for multiple sampledValue objects in sessions.raw_energy_report

OCPP supports sending multiple sampledValue objects as elements within a MeterValue array, with each element having a timestamp. To support this reporting format, we have implemented an update to the session.raw_energy_report object. For detailed insights into these changes, kindly refer to the documentation provided here.

Webhooks

FIFO Ordering for Chargestation Online Offline events

eDRV now supports strict FIFO-ordered webhook events for chargestation.online and chargestation.offline events. This new mechanism ensures that your application receives Online/Offline Webhooks exactly in the right order even in bursty message conditions.

Subaccounts

Introducing new features on Subaccounts, the latest additions include:

Chargestation Configuration Management

Users can request the settings and update chargestation configurations directly through the subaccount dashboard.

Chargestation Diagnostics Logs and Firmware Management

Users can download the diagnostics logs and update the chargestation firmware directly from the subaccount dashboard. This includes:

  • Request diagnostic or firmware updates without storing the file on an FTP/HTTP server.
  • Track the previously requested logs and firmware updates.
  • Monitor diagnostics and firmware status notifications.

Chargestation OCPP Logs

Users can view the raw OCPP message exchange between the chargestation and CSMS for debugging purposes in Subaccounts. They can easily filter results by various message types such as BootNotification, StartTransaction, StopTransaction, StatusNotification and more.

Session Detail View

Explore detailed insights into your charging sessions using widgets accessible from the subaccount dashboard.

Network Overview

View network-level insights for your subaccount resources.

Admin Dashboard

  • OCPP Logs now include chargestation Online and Offline messages.
  • Discontinuation of API Key regeneration from the dashboard for enhanced security.