TeslaPy Versions Save

A Python module to use the Tesla Motors Owner API

v2.9.0

4 months ago

New API endpoints have been added as well as other minor improvements and fixes.

v2.8.0

1 year ago

Deprecated methods such as get_latest_vehicle_data() have been removed from this version. New API endpoints have been added as well as other minor improvements and fixes.

v2.7.0

1 year ago

New API endpoints have been added as well as other minor improvements and fixes.

v.2.6.0

1 year ago

This version supports both pywebview 3.6+ and older versions. New v4.9 API endpoints have been added as well as get_latest_vehicle_data() and time utility methods.

v2.5.0

2 years ago

This version has improved account registered region detection and has an option to specify the SSO base URL. It includes support for staged authorization and a customizable app user agent string. The default kind for get_history_data() and get_calendar_history_data() has been changed to energy. New API endpoints have been added as well as other minor improvements and fixes.

v2.4.0

2 years ago

This version supports third-party refresh tokens. New option codes have been added including the ability to look up a specific code. A convenience method has been added to determine vehicle availability. New API endpoints have been added and other minor improvements.

v2.3.0

2 years ago

This release adds vehicle charge history and other minor improvements.

v2.2.0

2 years ago

This version supports asynchronous authentication and updated the VIN decoder. Added a logout method and other minor improvements.

v2.1.0

2 years ago

This release uses the SSO token instead of a JWT bearer to access the API and uses updated endpoints, such as setting charging amperage and scheduled departure. An optional timeout parameter has been added to the Tesla class constructor and the default authenticator method now prints the authentication URL to stdout if no web browser is available.

v2.0.0

2 years ago

This release no longer supports headless login as Tesla added ReCaptcha to the SSO service. Added support for a pluggable authentication method and other minor improvements.