From 6b0d0e13e51e41be6e11d6a286feca253e75d0dd Mon Sep 17 00:00:00 2001 From: Jin Mok Date: Fri, 23 Feb 2024 10:14:48 -0700 Subject: [PATCH 1/2] new file: filtered-results.json new file: myTesla.egg-info/PKG-INFO new file: myTesla.egg-info/SOURCES.txt new file: myTesla.egg-info/dependency_links.txt new file: myTesla.egg-info/top_level.txt new file: myTesla.zip modified: myTesla/requirements.txt new file: python3t3sla.zip new file: results.json --- filtered-results.json | 52 ++++++++++++++ myTesla.egg-info/PKG-INFO | 96 ++++++++++++++++++++++++++ myTesla.egg-info/SOURCES.txt | 11 +++ myTesla.egg-info/dependency_links.txt | 1 + myTesla.egg-info/top_level.txt | 2 + myTesla.zip | Bin 0 -> 4060 bytes myTesla/requirements.txt | 3 +- python3t3sla.zip | Bin 0 -> 4821 bytes results.json | 52 ++++++++++++++ 9 files changed, 216 insertions(+), 1 deletion(-) create mode 100644 filtered-results.json create mode 100644 myTesla.egg-info/PKG-INFO create mode 100644 myTesla.egg-info/SOURCES.txt create mode 100644 myTesla.egg-info/dependency_links.txt create mode 100644 myTesla.egg-info/top_level.txt create mode 100644 myTesla.zip create mode 100644 python3t3sla.zip create mode 100644 results.json diff --git a/filtered-results.json b/filtered-results.json new file mode 100644 index 0000000..926f054 --- /dev/null +++ b/filtered-results.json @@ -0,0 +1,52 @@ +{ + "_links": { + "root": { + "href": "/", + "name": "", + "templated": false + }, + "self": { + "href": "/scans/a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8/findings", + "name": "", + "templated": false + }, + "help": { + "href": "https://help.veracode.com/reader/tS9CaFwL4_lbIEWWomsJoA/ovfZGgu96UINQxIuTqRDwg", + "name": "", + "templated": false + }, + "create": { + "href": "", + "name": "", + "templated": false + }, + "start": { + "href": "", + "name": "", + "templated": false + }, + "details": { + "href": "", + "name": "", + "templated": false + }, + "upload": { + "href": "", + "name": "", + "templated": false + }, + "cancel": { + "href": "", + "name": "", + "templated": false + } + }, + "scan_id": "a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8", + "scan_status": "SUCCESS", + "message": "Scan successful. Results size: 42 bytes", + "modules": [ + "Python files within python3t3sla.zip" + ], + "modules_count": 1, + "selected_modules": [] +} \ No newline at end of file diff --git a/myTesla.egg-info/PKG-INFO b/myTesla.egg-info/PKG-INFO new file mode 100644 index 0000000..f288385 --- /dev/null +++ b/myTesla.egg-info/PKG-INFO @@ -0,0 +1,96 @@ +Metadata-Version: 2.1 +Name: myTesla +Version: 1.3 +Summary: Python client to interact with your tesla. +Home-page: https://github.com/zmsp/python-my-tesla +Author: Zobair Shahadat +Author-email: cheezyspam21@gmail.com +License: Apache License 2.0 +Classifier: Operating System :: OS Independent +Description-Content-Type: text/markdown +License-File: LICENSE + +# Install +You can install latest stable version from PyPI: + +```pip3 install myTesla``` + +# Usage: + +```python +import myTesla + +my_model_s = myTesla.connect('test@example.com', 'MySecurePassword') +charge_state = my_model_s.charge_state() +door_lock = my_model_s.door_lock() +my_model_s.honk_horn() +print(charge_state) +print(door_lock) +``` + + + + +# Documentation: +This program was build using API documentation listed on [https://tesla-api.timdorr.com/](https://tesla-api.timdorr.com/.). The functions closely follow the API documentation. Please see this page for detailed information of the function parameters. + +## Initiating connection +In order to initiate connection, the following information is needed. + +The arguements for initiating the connection is the following: + +```python +def __init__(self, email='', password='', + vehicle_index=0, + base_url="https://owner-api.teslamotors.com", + access_token=None, + tesla_backend_token_response=None, + ownerapi_client_id="81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef2106796384", + ownerapi_client_secret="c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3", + ) +``` +### Connection arguement description descriptioons: + +The details of these parameters can be found on this page See https://tesla-api.timdorr.com/api-basics/authentication +* `email`: Your mytesla username +* `password`: Your mytesla password +* `vehicle_index`: Index of your vehicle, if you have multiple vehicles +* `access_token`: # Access token can be used instead of email and password. +* `tesla_backend_token_response`: # A backend response can be used instead of email/password or accesss token. The format of the backend response is documented here https://tesla-api.timdorr.com/api-basics/authentication#response +* `base_url`: base_url is taken from https://timdorr.docs.apiary.io/#reference/authentication/tokens/get-an-access-token +* `OWNERAPI_CLIENT_ID`: OWNERAPI_CLIENT_ID is taken from https://tesla-api.timdorr.com/api-basics/authentication#post-oauth-token-grant_type-password +* `OWNERAPI_CLIENT_SECRET`: OWNERAPI_CLIENT_SECRET is taken from https://tesla-api.timdorr.com/api-basics/authentication#post-oauth-token-grant_type-password + + +## Function Descriptions +* `myTesla.connect.get_access_token`: Returns access token information that could be used to authenticate instead of email/password. +* `myTesla.connect.select_vehicle`: Switches car based on index/vin/or vehicle_id if you have multiple vehicle on your account. +* `myTesla.connect.vehicles`: Retrieve a list of your owned vehicles +* `myTesla.connect.mobile_enabled`: Determines if mobile access to the vehicle is enabled. +* `myTesla.connect.charge_state`: Returns the state of charge in the battery. +* `myTesla.connect.climate_state`: Returns the current temperature and climate control state. +* `myTesla.connect.drive_state`: Returns the driving and position state of the vehicle. +* `myTesla.connect.gui_settings`: Returns various information about the GUI settings of the car, such as unit format and range display. +* `myTesla.connect.vehicle_state`: Returns the vehicle's physical state, such as which doors are open. +* `myTesla.connect.wake_up`: Wakes up the car from the sleep state. Necessary to get some data from the car. +* `myTesla.connect.set_valet_mode`: Sets valet mode on or off with a PIN to disable it from within the car. +* `myTesla.connect.reset_valet_pin`: Resets the PIN set for valet mode, if set. +* `myTesla.connect.charge_port_door_open`: Opens the charge port. +* `myTesla.connect.charge_standard`: Set the charge mode to standard +* `myTesla.connect.charge_max_range`: Set the charge mode to max range +* `myTesla.connect.set_charge_limit`:Set the charge limit to a custom percentage. +* `myTesla.connect.charge_start`: Start charging. Must be plugged in, have power available, and not have reached your charge limit. +* `myTesla.connect.charge_stop`: Stop charging. Must already be charging. +* `myTesla.connect.honk_horn`: Honk horn +* `myTesla.connect.door_unlock`: Unlock the car's doors. +* `myTesla.connect.door_lock`: Lock the car doors. +* `myTesla.connect.set_temps`: Set the temperature target for the HVAC system. +* `myTesla.connect.auto_conditioning_start`: Start the climate control system. Will cool or heat automatically, depending on set temperature. +* `myTesla.connect.auto_conditioning_stop`: Stop the climate control system. +* `myTesla.connect.sun_roof_control`: Controls the car's panoramic roof, if installed. +* `myTesla.connect.remote_start_drive`: Start the car for keyless driving. Must start driving within 2 minutes of issuing this request. +* `myTesla.connect.trunk_open`: Open the trunk or frunk. Call the endpoint again to close (this only works on rear powered trunks) + + +# Legal Agreement/ Disclaimer +This program is provided as is. This program is not supported or endorsed by Tesla Motors. By using this software, you agree to not hold me (Zobair Shahadat ) and any of the contributers liable for anything. diff --git a/myTesla.egg-info/SOURCES.txt b/myTesla.egg-info/SOURCES.txt new file mode 100644 index 0000000..0996af5 --- /dev/null +++ b/myTesla.egg-info/SOURCES.txt @@ -0,0 +1,11 @@ +LICENSE +README.md +setup.py +myTesla/__init__.py +myTesla/myTesla.py +myTesla.egg-info/PKG-INFO +myTesla.egg-info/SOURCES.txt +myTesla.egg-info/dependency_links.txt +myTesla.egg-info/top_level.txt +tests/__init__.py +tests/run_all_functions.py \ No newline at end of file diff --git a/myTesla.egg-info/dependency_links.txt b/myTesla.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/myTesla.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/myTesla.egg-info/top_level.txt b/myTesla.egg-info/top_level.txt new file mode 100644 index 0000000..9fdbf75 --- /dev/null +++ b/myTesla.egg-info/top_level.txt @@ -0,0 +1,2 @@ +myTesla +tests diff --git a/myTesla.zip b/myTesla.zip new file mode 100644 index 0000000000000000000000000000000000000000..397661ab1ff238c0ff012056312793cbb66a3d40 GIT binary patch literal 4060 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 axQ_CxN} Date: Fri, 23 Feb 2024 10:18:50 -0700 Subject: [PATCH 2/2] deleted: filtered-results.json deleted: results.json --- filtered-results.json | 52 ------------------------------------------- results.json | 52 ------------------------------------------- 2 files changed, 104 deletions(-) delete mode 100644 filtered-results.json delete mode 100644 results.json diff --git a/filtered-results.json b/filtered-results.json deleted file mode 100644 index 926f054..0000000 --- a/filtered-results.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "_links": { - "root": { - "href": "/", - "name": "", - "templated": false - }, - "self": { - "href": "/scans/a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8/findings", - "name": "", - "templated": false - }, - "help": { - "href": "https://help.veracode.com/reader/tS9CaFwL4_lbIEWWomsJoA/ovfZGgu96UINQxIuTqRDwg", - "name": "", - "templated": false - }, - "create": { - "href": "", - "name": "", - "templated": false - }, - "start": { - "href": "", - "name": "", - "templated": false - }, - "details": { - "href": "", - "name": "", - "templated": false - }, - "upload": { - "href": "", - "name": "", - "templated": false - }, - "cancel": { - "href": "", - "name": "", - "templated": false - } - }, - "scan_id": "a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8", - "scan_status": "SUCCESS", - "message": "Scan successful. Results size: 42 bytes", - "modules": [ - "Python files within python3t3sla.zip" - ], - "modules_count": 1, - "selected_modules": [] -} \ No newline at end of file diff --git a/results.json b/results.json deleted file mode 100644 index 926f054..0000000 --- a/results.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "_links": { - "root": { - "href": "/", - "name": "", - "templated": false - }, - "self": { - "href": "/scans/a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8/findings", - "name": "", - "templated": false - }, - "help": { - "href": "https://help.veracode.com/reader/tS9CaFwL4_lbIEWWomsJoA/ovfZGgu96UINQxIuTqRDwg", - "name": "", - "templated": false - }, - "create": { - "href": "", - "name": "", - "templated": false - }, - "start": { - "href": "", - "name": "", - "templated": false - }, - "details": { - "href": "", - "name": "", - "templated": false - }, - "upload": { - "href": "", - "name": "", - "templated": false - }, - "cancel": { - "href": "", - "name": "", - "templated": false - } - }, - "scan_id": "a8ed8b65-9d1d-495f-9cd8-aaf1408db9e8", - "scan_status": "SUCCESS", - "message": "Scan successful. Results size: 42 bytes", - "modules": [ - "Python files within python3t3sla.zip" - ], - "modules_count": 1, - "selected_modules": [] -} \ No newline at end of file