Skip to main content

Tesla API Client

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

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-2.2.0.tar.gz (3.3 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-2.2.0-py3-none-any.whl (483.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tesla_client-2.2.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for tesla_client-2.2.0.tar.gz
Algorithm Hash digest
SHA256 ac5877bb106f6434eddcfc5f38459e51efdb7241c6e0e80dff66d92a6987e2e7
MD5 9d9c0639962227706de593a21a7e814c
BLAKE2b-256 a78094ec103896c322eb9c3a18cbfa2bf0f9915e07f168e4260c17a6d9fdb678

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tesla_client-2.2.0-py3-none-any.whl
  • Upload date:
  • Size: 483.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for tesla_client-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b255210c0460e48a49e6848dee83a81bcc9c54f417ac6f44b2dac2e4c7ae7302
MD5 3066be08b910ec2d6ebdba996a4cc747
BLAKE2b-256 7f450b0ce76d5d29986b3e781ff4fb4a5df257d1ce6be1cac6b8fbbc6847f5a2

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