Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete cheap #352

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions docs/reference/configuration/tariffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tariffs:
price: 0.15 # EUR/kWh
```

evcc unterstützt die Verwendung von flexiblen Stromtarifen von [Awattar](https://www.awattar.de), [Tibber](https://tibber.com), oder [Octopus Energy](https://octopus.energy). Die Konfiguration erlaubt es "günstige" Preise zu definieren, bei welchen das Laden vom Netz mit der maximal möglichen Leistung aktiviert wird, selbst wenn nicht genug PV Leistung zur Verfügung steht.
evcc unterstützt die Verwendung von flexiblen Stromtarifen von [Awattar](https://www.awattar.de), [Tibber](https://tibber.com), oder [Octopus Energy](https://octopus.energy). Die Konfiguration erlaubt es "günstige" Preise zu definieren (siehe `smartCostLimit` in site), bei welchen das Laden vom Netz mit der maximal möglichen Leistung aktiviert wird, selbst wenn nicht genug PV Leistung zur Verfügung steht.

**Beispiel: Flexibler Energiepreis**

Expand All @@ -48,13 +48,11 @@ tariffs:
grid:
# either
type: tibber
cheap: 0.2 # [currency]/kWh
token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token
homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account

# or
type: awattar
cheap: 0.2 # [currency]/kWh
region: de # optional, choose at for Austria
```

Expand Down Expand Up @@ -107,14 +105,9 @@ Der Stromanbieter [Awattar](https://www.awattar.de)

```yaml
type: awattar
cheap: 0.2 # [currency]/kWh
region: de # optional
```

#### `cheap`

Energiepreis pro kWh der als günstig gewertet werden soll.

#### `region`

Die Region in der man sich befindet
Expand All @@ -134,14 +127,10 @@ Der Stromanbieter [Tibber](https://www.tibber.com)

```yaml
type: tibber
cheap: 0.2 # [currency]/kWh
token: "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
homeid: "12345678-90ab-cdef-1234-567890abcdef" # optional
```

#### `cheap`

Energiepreis pro kWh der als günstig gewertet werden soll.

#### `token`

Expand Down