get_battery_health
Retrieve battery health metrics for a Tesla vehicle over time, including degradation, capacity, and max range.
Instructions
Returns battery health measurements for a vehicle over time (degradation, capacity, max range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp (Unix epoch seconds) | |
| vin | No | Vehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set. | |
| from | No | Start timestamp (Unix epoch seconds) | |
| distance_format | No | Distance format (overrides TESSIE_DISTANCE_FORMAT env var) |