31 August 2023
over 2 years ago by Mansi Tiwari
API v1.1
Minor Updates
GET /sessionsto support filter by Location ID.- Updates for the session cost
- If the
cost = 0then it will not userate.minimum_amount - If
cost > 0 and cost < rate.minimum_amountthen the cost will berate.minimum_amount.
- If the
- The following Power limit APIs are updated to support unit values : [
power,current,w,a] :POST /v1.1/sessions/{id}/set_power_limitPOST /v1.1/chargestations/{id}/set_default_power_limitPOST /v1.1/connectors/{id}/set_default_power_limitPOST /v1.1/chargestations/{id}/set_charging_profile
Bug Fixes
PATCH /v1.1/sessions/{id}now returns a 405 response for invalid IDs.GET /v1.1/sessions/{id}/energy_reportsnow returns a 405 response for invalid IDs.POST /v1.1/chargestations/{id}/set_charging_profileenforces restrictions against negative power limits and start period values.- Fixed a 504 gateway timeout error in
POST/v1.1/sessions/{id}/set_power_limitfor invalid IDs. - Fixed a 504 gateway timeout error in
POST/v1.1/sessions/{id}/clear_power_limitfor invalid IDs. - Improved error handling for
PATCH /chargestations/:id, returning a 409 conflict status when the endpoint is already in use.
Admin Dashboard
Load Management
The Load Management details page has been updated to include the following:
- Overview : We have introduced support for both existing and new widgets, allowing you to visualize load management group-specific statistics.
- OCPP Logs : You now have the ability to access logs for all charging stations within the group, facilitating better monitoring.
- General user experience enhancement and bug fixes.
Minor Updates
- Session reports to include a new user email column.
- Session reports to include AM/PM indicators for the timestamps.
Bug Fixes
- Missing mandatory field indication in the Billing Tax/VAT ID field.
Webhooks
Bug Fixes
- Fix for the session configuration
configuration.include_raw_energy_reportandconfiguration.include_id_tagto consider the configuration values set inPOST /sessions.
