Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Create a new charger
Creates a new charger
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "<string>"
}'
Request
The id of the team
Response
The newly created charger
The identifier of the charger
The identity of the charger
The connection status of the charger
never_seen
offline
online
The status of the charger
Available
Unavailable
Faulted
The error status of the charger
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel
Extra error information for the charger
The date the charger was created
The date the charger was last updated
The newly created charger
The identifier of the charger
The identity of the charger
The connection status of the charger
never_seen
offline
online
The status of the charger
Available
Unavailable
Faulted
The error status of the charger
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel
Extra error information for the charger
The date the charger was created
The date the charger was last updated
{
"data": {
"id": 596411,
"identity": "VTT_0001",
"connection_status": "offline",
"status": "Available",
"error": "NoError",
"error_info": null,
"created_at": "2023-09-20T12:40:39.000000Z",
"updated_at": "2023-09-21T12:55:33.000000Z"
}
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"identity": "<string>"
}'