Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
/ pytesla Public archive

pytesla is a python bindings for the Model S REST API - DEPRECATED

License

Notifications You must be signed in to change notification settings

nside/pytesla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytesla

pytesla is a python binding to the Tesla Model S REST API <http://docs.timdorr.apiary.io/> so that you can monitor your car or programmatically interact with it. It makes it easy to schedule charging times, trigger heating/cooling according to weather or just gather stats.

It currently maps the REST API 1:1.

Usage

>>> import pytesla
>>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin')
>>> mycar.honk_horn()
True

Installation

$ pip install pytesla

About

pytesla is a python bindings for the Model S REST API - DEPRECATED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages