Skip to content

Commit 0cf60d2

Browse files
committed
Merge branch 'main' of github.com:evcc-io/docs
2 parents b067a8c + 3eb8eee commit 0cf60d2

File tree

3 files changed

+33
-24
lines changed

3 files changed

+33
-24
lines changed

docs/installation/docker.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ Entsprechend der passenden Komponenten-Konstellation kopiert man eine der folgen
195195
<TabItem value="default" label="Standard" default>
196196

197197
```yaml
198+
version: '3'
198199
services:
199200
evcc:
200201
command:

docs/tariffs.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -553,23 +553,25 @@ Eine Anzeige der Daten im UI und Berücksichtigung in der [Ladeplanung](/docs/fe
553553
:::
554554
### Forecast.Solar
555555

556+
[forecast.solar](https://forecast.solar) kann kostenlos verwendet werden. Kostenpflichtige Pläne können ebenfalls verwendet werden, indem ein API-Key angegeben wird.
557+
556558
<DeviceConfig code={`tariffs:
557559
solar:
558560
type: template
559561
template: forecast-solar
560-
lat:
561-
lon:
562-
dec:
563-
az:
564-
kwp:`} advanced={`tariffs:
562+
lat: 55.7351
563+
lon: 9.1275
564+
dec: 25 # 0 = horizontal, 90 = vertikal
565+
az: 180 # 0 = Süden, 90 = Westen, 180 = Norden, 270 = Osten
566+
kwp: 9.8`} advanced={`tariffs:
565567
solar:
566568
type: template
567569
template: forecast-solar
568-
lat:
569-
lon:
570-
dec:
571-
az:
572-
kwp:
570+
lat: 55.7351
571+
lon: 9.1275
572+
dec: 25 # 0 = horizontal, 90 = vertikal
573+
az: 180 # 0 = Süden, 90 = Westen, 180 = Norden, 270 = Osten
574+
kwp: 9.8
573575
apikey: # optional`} />
574576

575577

@@ -578,12 +580,14 @@ Eine Anzeige der Daten im UI und Berücksichtigung in der [Ladeplanung](/docs/fe
578580

579581
### Solcast
580582

583+
Benötigt einen [solcast.com](https://solcast.com/free-rooftop-solar-forecasting)-Account. Der kostenlose "Home User" Tarif ist für private Anwendungen oft ausreichend. Dieser Plan hat ein API-Limit von 10 Anfragen pro Tag.
584+
581585
<DeviceConfig code={`tariffs:
582586
solar:
583587
type: template
584588
template: solcast
585-
site:
586-
token:`} />
589+
site: # Ressource ID deiner Anlage
590+
token: # Solcast API Token`} />
587591

588592

589593

i18n/en/docusaurus-plugin-content-docs/current/tariffs.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -559,23 +559,25 @@ Display of the data in the UI and consideration in the [charging plan](/docs/fea
559559

560560
### Forecast.Solar
561561

562+
[forecast.solar](https://forecast.solar) can be used for free. Paid plans can also be used by specifying an API key.
563+
562564
<DeviceConfig code={`tariffs:
563565
solar:
564566
type: template
565567
template: forecast-solar
566-
lat:
567-
lon:
568-
dec:
569-
az:
570-
kwp:`} advanced={`tariffs:
568+
lat: 55.7351
569+
lon: 9.1275
570+
dec: 25 # 0 = horizontal, 90 = vertical
571+
az: 180 # 0 = south, 90 = west, 180 = north, 270 = east
572+
kwp: 9.8`} advanced={`tariffs:
571573
solar:
572574
type: template
573575
template: forecast-solar
574-
lat:
575-
lon:
576-
dec:
577-
az:
578-
kwp:
576+
lat: 55.7351
577+
lon: 9.1275
578+
dec: 25 # 0 = horizontal, 90 = vertical
579+
az: 180 # 0 = south, 90 = west, 180 = north, 270 = east
580+
kwp: 9.8
579581
apikey: # optional`} />
580582

581583

@@ -584,12 +586,14 @@ Display of the data in the UI and consideration in the [charging plan](/docs/fea
584586

585587
### Solcast
586588

589+
Requires a [solcast.com](https://solcast.com/free-rooftop-solar-forecasting) account. The free "Home User" tier is often sufficient for private use. This plan has an API limit of 10 requests per day.
590+
587591
<DeviceConfig code={`tariffs:
588592
solar:
589593
type: template
590594
template: solcast
591-
site:
592-
token:`} />
595+
site: # ressource ID of your site
596+
token: # Solcast API Token`} />
593597

594598

595599

0 commit comments

Comments
 (0)