31 March 2024
Webhooks
Authorization
We are introducing a new webhook for Authorization events. These events are triggered by an RFID scan or an AutoId authorization request (if supported) on a chargestation. The following events are supported:
chargestations.authorization.requested
Triggered when a chargestation sends an RFID or an AutoId (if supported) authorization request to eDRV.chargestations.authorization.accepeted
Triggered when the chargestation request is authorized by eDRV.chargestations.authorization.rejected
Triggered when the chargestation request is rejected by eDRV. This is usually caused by an invalid or disabled ID.
Admin Dashboard
Offline Chargestation Widgets
Easily view chargestations that have been offline within the last 7 days.
Simulator RFID Scan
Simulate an RFID authorization request and if valid start a charging session.
Chargestation Password Length Update
Newly created chargestation passwords and reset passwords will now default to a string of 40 hexadecimal digits.
Chargestation Firmware
Updating chargestation firmware from the dashboard now supports using FTP file servers by default.
Chargestation Diagnostics Files
Chargestation diagnostics logs requests from the dashboard now support using FTP file servers by default.
Minor Updates
- Chargestation endpoint updates from the dashboard will no longer accept any whitespace characters.
API v1.1
- The
PATCH /v1.1/chargestations/{id}/reset_password
endpoint now supports apassword_length
(in Bytes) attribute in the body allowing developers to customize passwords as a string of 20 to 60 hexadecimal digits (from 10 to 30 Bytes). - MeterValueSampleInterval values have to be greater than or equal to 30 seconds when using
PATCH /v1.1/chargestations/{id}/configurations
.