Tesla
Wattage
When the vehicle is charging, returns the instant charging wattage as measured by the vehicle. When the vehicle is not charging, this endpoint results in a vehicle state error.
GET
/
vehicles
/
{id}
/
{make}
/
charge
/
wattmeter
This endpoint is currently available for tesla
Permission
read_charge
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
wattage
number
The instant power measured by the vehicle (in kilowatts).
Was this page helpful?