get_idles
Retrieve idle periods for your Tesla when it is parked and not in use. Specify start and end timestamps along with the VIN to get a list of idle intervals.
Instructions
Returns idle periods (vehicle parked, not driving or charging)
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) | |
| limit | No | Maximum number of idles to return | |
| timezone | No | Timezone (e.g. America/Los_Angeles) | |
| distance_format | No | Distance format (overrides TESSIE_DISTANCE_FORMAT env var) |