pkuehnel / TeslaSolarCharger

A software to let your Tesla charge with solar energy ☀
GNU General Public License v3.0
135 stars 21 forks source link

Add UI option to change Spot price source #1642

Open gjuecat opened 3 days ago

gjuecat commented 3 days ago

I pluged in the car and some time later I wondered, why the charge planning is divided into 2 parts, the first starts at 21:00 at higher prices for 17min and the second during the night at lower prices which looks OK.

Whats the purpose for the 17min charge after plugging in the car? PXL_20241117_194347446 PXL_20241117_194425388

thx and best regards

pkuehnel commented 3 days ago

Are you in Germany?

gjuecat commented 3 days ago

Austria

On Wed, Nov 20, 2024, 21:49 pkuehnel @.***> wrote:

Are you in Germany?

— Reply to this email directly, view it on GitHub https://github.com/pkuehnel/TeslaSolarCharger/issues/1642#issuecomment-2489516296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYY6AZIFXI7GNV5UQEGHCT2BTYWPAVCNFSM6AAAAABSFOL54SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBZGUYTMMRZGY . You are receiving this because you authored the thread.Message ID: @.***>

pkuehnel commented 3 days ago

Add the following Environment variable to you docker-compose.yml:

- AwattarBaseUrl=https://api.awattar.at/v1/marketdata

Note: You need to execute docker compose up -d so TSC does use the environment variable. Also note: It can take up to 48 hours until the changes take effect.

pkuehnel commented 3 days ago

So, basically, the TSC started charging the car because the prices were low in Germany.

gjuecat commented 2 days ago

thanks for the hint