6 May 2024

API v1.1

Introducing load management APIs that empower developers with the ability to create groups and automatically manage power distribution based on a split-power algorithm. The following APIs have been added:

  • POST /v1.1/load_management/groups Create Groups
  • GET /v1.1/load_management/groups Fetch Groups
  • PATCH /v1.1/load_management/groups Update Groups
  • GET /v1.1/load_management/groups/{id} Get a specific group
  • DELETE /v1.1/load_management/groups/{id} Remove a specific group
  • POST /v1.1/load_management/groups/{id}/chargestations Add chargestations to a group
  • DELETE /v1.1/load_management/groups/chargestations/{id} Remove specific chargestation from a group.

For more detailed information about this feature, please refer to the comprehensive guide available here. To request access or if you have any inquiries, please feel free to contact us via email at [email protected].

Admin Dashboard

Chargestation Reset

Chargestation reset features now include the option for a Hard or Soft reset directly from the dashboard.

Report

The Session Report has been updated to support filters for custom date ranges.

Webhook

Resolved an issue where some chargestation.online events were failing to process.