Skip to content

Commit

Permalink
Merge pull request #1015 from pkuehnel/feat/READMEprivacyNotes
Browse files Browse the repository at this point in the history
feat(README): add privacy notes
  • Loading branch information
pkuehnel authored Dec 6, 2023
2 parents 035b3a7 + 4b49c16 commit fc1fa2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TeslaSolarCharger is a service to set one or multiple Teslas' charging current u
- [How to use](#how-to-use)
- [Charge Modes](#charge-modes)
- [Generate logfiles](#generate-logfiles)
- [Privacy notes](#privacy-notes)

## How to install

Expand Down Expand Up @@ -1031,3 +1032,9 @@ If you get an error like `Error: No such container:` you can look up the contain
```bash
docker ps
```


As the new Tesla Fleet API requires a domain and external Token creation from version 2.23.0 onwards, TSC transfers some data to the owner of this repository. By using this software, you accept the transfer of this data. As this is open source, you can see which data is transferred. For now (6th December 2023), the following data is transferred:
- Your access code is used to get the access token from Tesla (Note: the token itself is only stored locally in your TSC installation. It is only transferred via my server, but the token only exists in memory on the server itself. It is not stored in a database or log file)
- Your installation ID (GUID) is at the bottom of the page. Do not post this GUID in public forums, as it is used to deliver the Tesla access token to your installation. Note: There is only a five-minute time window between requesting and providing the token using the installation ID. After these 5 minutes, all requests are blocked.)
- Your installed version.

0 comments on commit fc1fa2c

Please sign in to comment.