v1
latestOpenAPI 3.0.32026-07-13353343.5 KBTesla
Retrieve charging wattmeter time for a Tesla.
Description
When the vehicle is plugged in, this endpoint returns the wattage of the charger measured by the vehicle. When the vehicle is not plugged in, this endpoint results in a vehicle state error.
get/vehicles/{vehicle_id}/tesla/charge/wattmeter
Response
returns the wattage of the charger measured by the vehicle.
Example response
{
"wattage": 3.5
}