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

I ran `python3 menu.py` After logging in, this error is printed at the console: `File "/Users/Hans/Downloads/TeslaPy-master/menu.py", line 37, in show_vehicle_data coords = '%s, %s' % (dr['latitude'], dr['longitude']) KeyError: 'latitude'` in...

As of October 5, 2023 it appears the get_battery_data function isn't working anymore. ``` Traceback (most recent call last): File "/Users/blah/Documents/powerwall_health.py", line 42, in battery_info = powerwall[0].get_battery_data() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/teslapy/__init__.py", line...

As of yesterday I attempted a login with selenium and TeslaPy and tesla is able to detect the use of the selenium. I attempted to add options that help prevent...

I have used teslapy to create a process than can either run in the terminal or as a daemon. When I run it in the terminal it successfully talks to...

Get battery data Started failing last night with the following error - requests.exceptions.HTTPError: 410 Client Error: https://powergate.prd.sn.tesla.services:443/api/powerwalls/idremoved/fullstatus => Gone for url: https://owner-api.teslamotors.com/api/1/powerwalls/myidremoved

I am no longer able to set the Powerwall to 'self_consumption' mode. I'm still able to set it to 'autonomous' mode. I'm guessing something has changed at Tesla's end. Anyone...

Just checking if anyone else sees the same. If I just run a single call to `sync_wake_up()`, the API responds with 429 even though that is the only call in...

Hi! I've used this library for the first time - testing charging start, stop and schedule - and now the Tesla will never charge for more than a few minutes...

Starting with yesterday, I'm getting an Access Denied error when using staged authorization. I'm using selenium with the following Chromeoptions: > options = Options() options.add_argument("--disable-blink-features=AutomationControlled") options.add_argument("--no-sandbox") options.add_argument("--headless") options.add_argument("--disable-dev-shm-usage") options.add_argument('--disable-extensions') options.add_argument("--user-agent=Mozilla/5.0...

If i want to precondition the battery immediately how would you make this call? Should i use SCHEDULED_DEPARTURE with departure_time=now() and preconditioning_enabled= true?