Skip to content

Releases: tdorssers/TeslaPy

v2.9.0

Choose a tag to compare

@tdorssers tdorssers released this 28 Jan 12:16

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

v2.8.0

Choose a tag to compare

@tdorssers tdorssers released this 21 May 10:02

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

Choose a tag to compare

@tdorssers tdorssers released this 11 Dec 18:23

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

v.2.6.0

Choose a tag to compare

@tdorssers tdorssers released this 03 Jul 14:56

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

Choose a tag to compare

@tdorssers tdorssers released this 23 Apr 08:01

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

Choose a tag to compare

@tdorssers tdorssers released this 30 Jan 15:31

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

Choose a tag to compare

@tdorssers tdorssers released this 29 Dec 14:05

This release adds vehicle charge history and other minor improvements.

v2.2.0

Choose a tag to compare

@tdorssers tdorssers released this 28 Nov 14:55

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

v2.1.0

Choose a tag to compare

@tdorssers tdorssers released this 29 Oct 10:12

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

Choose a tag to compare

@tdorssers tdorssers released this 12 Sep 12:24

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.