TeslaPy icon indicating copy to clipboard operation
TeslaPy copied to clipboard

A Python module to use the Tesla Motors Owner API

Results 30 TeslaPy issues
Sort by recently updated
recently updated
newest added

for me at least it's now under ['data'] ``` "data": { "charge_state": { "battery_heater_on": false, "battery_level": 82, ``` which breaks last_seen() looks like gui_settings is also under there now, which...

within 30 minutes of upgrading my iPhone App to 4.13.1-1312 My App started displaying SSL errros ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response =...

Hello, the charging history shows different values than what the (Android) Tesla app shows me. That is apparently because the app shows bars/days according to my timezone midnight (CEST=GMT+02) but...

I noticed when I get a JSON response from the `SITE_DATA` endpoint in the CLI using the `--site` argument, the data from the `PRODUCT_LIST` endpoint is also being included. This...

I'm now getting an error : Endpoint is only available on fleetapi I understand that this is due to the new API requirements, just wondering if there is a plan...

``` "shift_state": null, "speed": null, ``` known issue? is there any other way to get a bit more information when the car is driving? (speed / and energy consumption?)

drive_state does not have latitude and longitude instead, it has active_route_latitude and active_route_longitude, but those don't represent the current location

teslapy==2.8.0 Trying: `print(vehicles[0].get_charge_history())` throws: ``` Traceback (most recent call last): [...] raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: https://powergate.prd.sn.tesla.services:443/api/v4/vehicle/charge_history => {:Message=>"Error getting charge history", :Status=>400} for url: https://owner-api.teslamotors.com/api/1/vehicles/[my-tesla-id]/charge_history ``` A...

Hi all, I am quite a noob in programming but was using the teslapy library for quite a while, until it did not work anymore. I have been searching to...

As [announced](https://developer.tesla.com/docs/fleet-api#announcements-amp-api-changelog) by [Tesla](https://github.com/teslamotors/vehicle-command), the Owner API will stop working "starting 2024". TeslaPy will need to move to using the Fleet API (for pre-2021 cars) and Tesla Vehicle Command SDK...