Skip to main content

No project description provided

Project description

tesla_client

This library allows access to the unofficial Tesla API for reading data and issuing commands to Tesla vehicles.

Quick Start

import tesla_client


# Define an Account subclass of your own to provide an access_token
class MyTeslaAccount(tesla_client.Account):
    def get_access_token(self) -> str:
        return your_oauth_solution.get_up_to_date_access_token()


account = MyTeslaAccount()

# Access a vehicle in this account
vehicle = account.get_vehicles()[0]

# Fetch some data from the vehicle
vehicle.data_request('drive_state')

# Send a command to the vehicle
vehicle.command('honk_horn')

The Tesla API is not officially supported by Tesla, Inc. It may stop working at any time. For detailed documentation of API commands, see https://tesla-api.timdorr.com/. Thanks to Tim Dorr for his work in documenting the unofficial API.

Tesla, Inc. does not endorse or support this python library.

Versions

7.0.0

  • Make account accessible from Vehicle

6.1.1

  • Raise exception on wake up failure

6.0.1

  • Remove fleet telemetry support checking by version

6.0.0

  • Fleet telemetry status checking capabilities

4.0.2

  • Relax python version requirement to 3.9

4.0.1

  • Increase wait time for vehicle wake up
  • Make sure navigation requests use direct API host instead of vcmd proxy

4.0.0

  • Refactor with clearer and better typed interface for use by AI Agents

3.1.0

  • Support Vehicle Command SDK

3.0.0

  • Use official Tesla Fleet API

2.0.0

  • Tesla removed support for grant_type=password. This version uses grant_type=authorization_code

1.0.0

  • grant_type=password

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tesla_client-7.0.0.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tesla_client-7.0.0-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file tesla_client-7.0.0.tar.gz.

File metadata

  • Download URL: tesla_client-7.0.0.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.4 Linux/6.5.0-25-generic

File hashes

Hashes for tesla_client-7.0.0.tar.gz
Algorithm Hash digest
SHA256 9cf7571a000c6e9e01790d5e8402775f1b858152948907cb707954faef261541
MD5 d051f0a07f40d8516ac9a5ec4280ad68
BLAKE2b-256 f83f19b05a766682d998612d2196d1a31dcd144b6beccafee263694efc10e489

See more details on using hashes here.

File details

Details for the file tesla_client-7.0.0-py3-none-any.whl.

File metadata

  • Download URL: tesla_client-7.0.0-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.4 Linux/6.5.0-25-generic

File hashes

Hashes for tesla_client-7.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e6a0f6d4629d1c62488277e6d65436cf3f58ddd78f4c734b12b1f1a347c0415
MD5 769d92b3628d284673875d37c6ae47b1
BLAKE2b-256 0818524f6dd96b8d14d1b928ce427eb9f2eb7c21afc7f3e673e361bb9bb8d882

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page