Commit Graph

39 Commits

Author SHA1 Message Date
Tobias Lindberg
04691f8e81 Slimming down on the codebase (#134)
* slimming down on one for and using join instead

* doing single query on first query part
removing a couple of if statements due to that

* typo

* simplifying settings endpoints queries

* lowering some var..

* grouping vars

* adding rec to use api key in readme
2022-01-21 12:15:52 +01:00
Tobias Lindberg
a29eaf0a4d Add support for new endpoints (#113)
* Add support for `set_charging_amps` command (#112)

Per discussion on the timdorr/tesla-api repo https://github.com/timdorr/tesla-api/discussions/455

* removing predefined charge levels

* adding new commands:
- navigation_sc_request
- set_bioweapon_mode
- set_scheduled_charging
- set_scheduled_departure

* adding command section COMMANDS_UNKNOWN
- dashcam_save_clip
- upcoming_calendar_entries

* moving set_scheduled_departure to charging

Co-authored-by: Michael Dyrynda <michael@dyrynda.com.au>
2021-11-08 08:49:19 +01:00
Tobias Lindberg
0ca351f54f Updating docker-compose example traefik labels
traefik did not map requests to `/api` correctly
2021-11-01 13:52:20 +01:00
Tobias Lindberg
51a9174602 updating README with table for environment vars 2021-10-15 14:31:20 +02:00
Tobias Lindberg
f9dc1c68a8 updating README badges 2021-08-30 09:25:27 +02:00
Leland Sindt
1f8089631c allow command auth disable via API_TOKEN_DISABLE 2021-06-03 18:27:13 -05:00
Tobias Lindberg
a9feeee228 Merge pull request #60 from tobiasehlert/feature-10-logging-commands
Feature 10 logging commands
2021-05-19 19:36:06 +02:00
Leland Sindt
331a05e1ce SSL: true|false, FQDN -> HOST 2021-05-04 18:25:06 -05:00
Leland Sindt
6605fde6fb break out teslamate Protocol, FQDN, Port 2021-05-03 20:31:58 -05:00
Leland Sindt
24531edfcd add support for teslamate logging resume/suspend 2021-04-29 16:43:20 -05:00
Tobias Lindberg
e525958d96 Merge branch 'main' into bug-8 2021-03-25 10:38:40 +01:00
Tobias Lindberg
82e48022d8 updating README a little 2021-03-24 13:42:26 +01:00
Leland Sindt
fb2a465452 additional commands documentation, allow_list.json example 2021-03-24 13:42:26 +01:00
Tobias Lindberg
a060a19f6f adding documentation to README about commands and authentication
fixing typo in errormessage
2021-03-24 13:42:26 +01:00
Tobias Lindberg
9f7265e210 adding AuthSupport file
related changes in files
2021-03-24 13:42:25 +01:00
Tobias Lindberg
c88e0fa6f8 fixing typo and some small things
adding README info of commands with documentation
2021-03-24 13:42:25 +01:00
Tobias Lindberg
4fc5aa3c80 removed MQTT_SLEEPTIME since mqtt connection is persistent 2021-03-23 09:54:12 +01:00
Tobias Lindberg
3fa6d9bc55 adding url to badges
adding license badge
2021-03-18 10:54:05 +01:00
Tobias Lindberg
a5bda76a93 adding mqtt sleep time before doing disconnect 2021-03-16 15:19:23 +01:00
Tobias Lindberg
4f5c32fa0f updating traefik configuration example
updating README
2021-03-02 19:54:06 +01:00
Tobias Lindberg
91e0fae7a0 rel aed5503e7b regaring path issues 2021-03-02 19:40:09 +01:00
Tobias Lindberg
aed5503e7b implementation of versioning in uri
updating README with version info
2021-03-02 13:58:06 +01:00
Tobias Lindberg
22f200f391 Updating README
adding yaml formatting for readability
adding table of contents
2021-03-01 11:42:37 +01:00
Tobias Lindberg
6af7392c65 fixing typo in README 2021-02-27 21:03:25 +01:00
Chris B
c24cca25ff Update README.md 2021-02-19 20:19:03 -10:00
Tobias Lindberg
8878f73e87 Update README.md
adding badges to README
2021-02-18 19:17:39 +01:00
Tobias Lindberg
a81b21d65f adding root endpoint to README 72fcb1a158 2021-02-15 15:07:27 +01:00
Tobias Lindberg
fa0fafcaf1 adding Traefik stripprefix flags to README 2021-02-15 14:54:39 +01:00
Tobias Lindberg
c75b6dd319 adding env DEBUG_MODE vars for Gin 2021-02-15 14:27:02 +01:00
Tobias Lindberg
4827fa359e updating README with two badges 2021-02-15 13:12:56 +01:00
Tobias Lindberg
e2abbca2d3 minor changes is Dockerfile and README 2021-02-15 09:08:35 +01:00
Tobias Lindberg
15025c333d changing port to match golang binary port 2021-02-14 17:04:02 +01:00
Tobias Lindberg
7ec232ca94 updating README with more docker-compose things 2021-02-13 18:26:36 +01:00
Tobias Lindberg
d35215199e updating README with env-vars and docker-compose info 2021-02-13 17:24:39 +01:00
Tobias Lindberg
d7d2ff3fef adding support for more env-vars
updating a little in README
2021-02-13 17:24:13 +01:00
Tobias Lindberg
53dfc29d73 updating disclaimer a little 2021-02-09 10:39:09 +01:00
Tobias Lindberg
e0dae7f524 adding disclaimer regarding token not being accessible 2021-02-09 10:36:22 +01:00
Tobias Lindberg
31dcb4bbce initial commit of /cars
updated README
2021-02-09 09:37:44 +01:00
Tobias Lindberg
ecb60f7a49 Initial commit 2021-02-09 08:45:56 +01:00