Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Invite
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Create a new meter
Creates a new meter
POST
/
teams
/
{team_id}
/
meters
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"charger_id": 123
}'
Request
The id of the team
Response
The newly created meter
Show Meter
Show Meter
The identifier of the meter
The type of the meter
Show ConnectionStatus
Show ConnectionStatus
ct_meter
The date the meter was created
The date the meter was last updated
The newly created meter
Show Meter
Show Meter
The identifier of the meter
The type of the meter
Show ConnectionStatus
Show ConnectionStatus
ct_meter
The date the meter was created
The date the meter was last updated
Copy
{
"data": {
"id": 6,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"created_at": "2024-04-30T15:01:07.000000Z",
"updated_at": "2024-04-30T15:01:07.000000Z"
}
}
Was this page helpful?
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"charger_id": 123
}'
Assistant
Responses are generated using AI and may contain mistakes.