v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Evs

EV Battery Capacity

Description

Returns the total capacity of an electric vehicle's battery.

Permission

read_battery

Response body

NameTypeBoolean
capacitynumberThe total capacity of the vehicle's battery (in kilowatt-hours).
get/vehicles/{vehicle_id}/battery/capacity

Response

return EV Battery Capacity reading

capacitynumber float

The total capacity of the vehicle's battery (in kilowatt-hours).

Example response

{
  "capacity": 40.5
}