You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- set preconditioning max (true|false default:true)
- window control (close|vent default:close)
Enhancements:
- set sentry mode: check if parameter is either true or false, if not default is taken
- actuate trunk: check if parameter is either rear or front, if not default is taken
- deactivated some unnecessary text flash actions:
- set remote seat heater request
- set remote steering wheel heater request
- set charge limit
- set sentry mode
- actuate trunk
- set temps
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Token will be refreshed when expires in 10 or less days.
66
66
-[x] set temps (driver temp, passenger temp default:20.5)
67
67
-[x] auto conditioning start
68
68
-[x] auto conditioning stop
69
-
-[] set preconditioning max
69
+
-[x] set preconditioning max (true|false default:true)
70
70
-[x] set remote seat heater request (heater=0..5, level=0...3 default:0=driver,3=max)
71
71
-[x] set remote steering wheel heater request (true|false default:true)
72
72
-[ ] get charge state
@@ -77,7 +77,7 @@ Token will be refreshed when expires in 10 or less days.
77
77
-[x] charge port door close
78
78
-[x] charge start (untested)
79
79
-[x] charge stop (untested)
80
-
-[] window control
80
+
-[x] window control (close|vent default:close)
81
81
-[ ] get drive state
82
82
-[ ]~remote start drive~ (will not be included, because current Tesla account password is needed, which is not stored)
83
83
-[ ] upcoming calendar entries
@@ -115,7 +115,7 @@ This project provides Tasker tasks to access the Tesla API. To use them in your
115
115
116
116
If parameters are needed the function name gives you a hint about what is needed. For example: "set temps (driver temp, passenger temp default:20.5)" --> this function accepts two parameters, driver temp and passenger temp. If both or one is not given, the default value is taken, in this case 20.5. To call the function with the parameters use the "Perform Task" action and use "Parameter 1" and "Parameter 2" for the parameters you want to set.
117
117
118
-
You only need to call the function you want, for example set temps (driver temp, passenger temp default:20.5). The Tesla API in Tasker project does take care of the token, wakeup and other preconditions.
118
+
You only need to call the function you want, for example set temps (driver temp, passenger temp default:20.5). The Tesla API in Tasker project does take care of the token, wakeup and other preconditions. The task return true if it was successful and false if not.
119
119
120
120
Do not store your own automation tasks within the Tesla API in Tasker Project in Tasker to prevent data loss when updating Tesla API in Tasker.
0 commit comments