Sites
- GETGet all sites
- POSTCreate a new site
- GETGet a specific site
- GETGet all chargers
- POSTCreate a new charger
- DELDetach a charger
- GETGet all connectors for a site
- GETGet smart charging settings
- PUTUpdate smart charging settings
- POSTAttach an existing charger
- GETGet current usage of a connector
- GETGet all groups
- GETGet meter usage for a group
Chargers
Datapoints
Create a new charger
Create a new charger
Creates a new charger
POST
/
teams
/
{team_id}
/
chargers
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
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>"
}'