Skip to content

Commit b538b56

Browse files
committed
docs: fix forecast-solar help
1 parent 0cf60d2 commit b538b56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tariffs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,15 +562,15 @@ Eine Anzeige der Daten im UI und Berücksichtigung in der [Ladeplanung](/docs/fe
562562
lat: 55.7351
563563
lon: 9.1275
564564
dec: 25 # 0 = horizontal, 90 = vertikal
565-
az: 180 # 0 = Süden, 90 = Westen, 180 = Norden, 270 = Osten
565+
az: 180 # -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
566566
kwp: 9.8`} advanced={`tariffs:
567567
solar:
568568
type: template
569569
template: forecast-solar
570570
lat: 55.7351
571571
lon: 9.1275
572572
dec: 25 # 0 = horizontal, 90 = vertikal
573-
az: 180 # 0 = Süden, 90 = Westen, 180 = Norden, 270 = Osten
573+
az: 180 # -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
574574
kwp: 9.8
575575
apikey: # optional`} />
576576

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,15 +568,15 @@ Display of the data in the UI and consideration in the [charging plan](/docs/fea
568568
lat: 55.7351
569569
lon: 9.1275
570570
dec: 25 # 0 = horizontal, 90 = vertical
571-
az: 180 # 0 = south, 90 = west, 180 = north, 270 = east
571+
az: 180 # -180 = north, -90 = east, 0 = south, 90 = west, 180 = north
572572
kwp: 9.8`} advanced={`tariffs:
573573
solar:
574574
type: template
575575
template: forecast-solar
576576
lat: 55.7351
577577
lon: 9.1275
578578
dec: 25 # 0 = horizontal, 90 = vertical
579-
az: 180 # 0 = south, 90 = west, 180 = north, 270 = east
579+
az: 180 # -180 = north, -90 = east, 0 = south, 90 = west, 180 = north
580580
kwp: 9.8
581581
apikey: # optional`} />
582582

0 commit comments

Comments
 (0)