Skip to content

Commit

Permalink
EUR/kWh
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed May 8, 2024
1 parent 05b9e64 commit d88a380
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/devices/tariffs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ tariffs:
currency: EUR # (default EUR)
grid:
type: fixed
price: 0.294 # 29,4 ct/kWh
price: 0.294 # EUR/kWh
feedin:
type: fixed
price: 0.08 # 8 ct/kWh
price: 0.08 # EUR/kWh
co2:
...
```
Expand Down
8 changes: 4 additions & 4 deletions docs/features/dynamic-prices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tariffs:
currency: EUR
grid:
type: fixed
price: 0.32 # 32ct/kWh
price: 0.32 # EUR/kWh
```
### Zeitabhängiger Strompreis
Expand All @@ -36,13 +36,13 @@ tariffs:
currency: EUR
grid:
type: fixed
price: 0.32 # 32ct/kWh (default)
price: 0.32 # EUR/kWh (default)
zones:
- days: Mo-Fr
hours: 2-6
price: 0.22 # 20ct/kWh (werkstags 2-6 Uhr)
price: 0.22 # EUR/kWh (werkstags 2-6 Uhr)
- days: Sa,So
price: 0.12 # 12ct/kWh (Wochenende)
price: 0.12 # EUR/kWh (Wochenende)
```

### Dynamischer Strompreis via API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ tariffs:
currency: EUR # (default EUR)
grid:
type: fixed
price: 0.294 # 29,4 ct/kWh
price: 0.294 # EUR/kWh
feedin:
type: fixed
price: 0.08 # 8 ct/kWh
price: 0.08 # EUR/kWh
co2:
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tariffs:
currency: EUR
grid:
type: fixed
price: 0.32 # 32ct/kWh
price: 0.32 # EUR/kWh
```
### Zeitabhängiger Strompreis
Expand All @@ -40,13 +40,13 @@ tariffs:
currency: EUR
grid:
type: fixed
price: 0.32 # 32ct/kWh (default)
price: 0.32 # EUR/kWh (default)
zones:
- days: Mo-Fr
hours: 2-6
price: 0.22 # 20ct/kWh (werkstags 2-6 Uhr)
price: 0.22 # EUR/kWh (werkstags 2-6 Uhr)
- days: Sa,So
price: 0.12 # 12ct/kWh (Wochenende)
price: 0.12 # EUR/kWh (Wochenende)
```

### Dynamischer Strompreis via API
Expand Down

0 comments on commit d88a380

Please sign in to comment.