Skip to content

Commit f128cf6

Browse files
New Features:
- 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
1 parent e728440 commit f128cf6

File tree

6 files changed

+909
-36
lines changed

6 files changed

+909
-36
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@
55
### New Features
66

77
### Enhancements
8-
8+
9+
### Bug Fixes
10+
11+
## [0.5.0] - 2019-11-05
12+
13+
### New Features
14+
15+
- set preconditioning max (true|false default:true)
16+
- window control (close|vent default:close)
17+
18+
### Enhancements
19+
20+
- set sentry mode: check if parameter is either true or false, if not default is taken
21+
- actuate trunk: check if parameter is either rear or front, if not default is taken
22+
- deactivated some unnecessary text flash actions:
23+
- set remote seat heater request
24+
- set remote steering wheel heater request
25+
- set charge limit
26+
- set sentry mode
27+
- actuate trunk
28+
- set temps
29+
930
### Bug Fixes
1031

1132
## [0.4.0] - 2019-11-03
@@ -92,7 +113,8 @@
92113

93114
- Initial release
94115

95-
[unreleased]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.4.0...HEAD
116+
[unreleased]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.5.0...HEAD
117+
[0.5.0]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.4.0...v0.5.0
96118
[0.4.0]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.3.0...v0.4.0
97119
[0.3.0]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.2.0...v0.3.0
98120
[0.2.0]: https://github.com/JakobLichterfeld/Tesla_API_in_Tasker/compare/v0.1.1...v0.2.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Token will be refreshed when expires in 10 or less days.
6666
- [x] set temps (driver temp, passenger temp default:20.5)
6767
- [x] auto conditioning start
6868
- [x] auto conditioning stop
69-
- [ ] set preconditioning max
69+
- [x] set preconditioning max (true|false default:true)
7070
- [x] set remote seat heater request (heater=0..5, level=0...3 default:0=driver,3=max)
7171
- [x] set remote steering wheel heater request (true|false default:true)
7272
- [ ] get charge state
@@ -77,7 +77,7 @@ Token will be refreshed when expires in 10 or less days.
7777
- [x] charge port door close
7878
- [x] charge start (untested)
7979
- [x] charge stop (untested)
80-
- [ ] window control
80+
- [x] window control (close|vent default:close)
8181
- [ ] get drive state
8282
- [ ] ~remote start drive~ (will not be included, because current Tesla account password is needed, which is not stored)
8383
- [ ] upcoming calendar entries
@@ -115,7 +115,7 @@ This project provides Tasker tasks to access the Tesla API. To use them in your
115115

116116
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.
117117

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.
119119

120120
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.
121121

0 commit comments

Comments
 (0)