From 4b49c166ee86da6684a9e8cd2f966989b6ea9ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=BChnel?= Date: Wed, 6 Dec 2023 19:45:20 +0100 Subject: [PATCH] feat(README): add privacy notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 769922d79..406613aee 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.