Skip to content

Commit

Permalink
Merge pull request #409 from VolkerK62/patch-135
Browse files Browse the repository at this point in the history
add elering and energinet to tariffs
  • Loading branch information
naltatis authored Jul 8, 2023
2 parents 9039adc + acfb305 commit a1f3b95
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/reference/configuration/tariffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,36 @@ Die DNO Region in der du dich befindest: [Weitere Informationen](https://www.ene

---

### `type:` **`elering`**

Der Stromanbieter [Nordpool Estonia](https://elering.ee) in Estland.

**Beispiel**:

```yaml
type: elering # Nordpool
region: ee # or lt, lv, fi
charges: # optional, additional charges per kWh
tax: # optional, additional tax (0.1 for 10%)
```

---

### `type:` **`energinet`**

Der Stromanbieter [Energinet](https://energinat.dk) in Dänemark.

**Beispiel**:

```yaml
type: energinet # Energinet using the price in DKK
region: dk1 # or dk2
charges: # optional, additional charges per kWh
tax: # optional, additional tax (0.1 for 10%)
```

---

## `feedin`

Vergütung für eingespeisten Strom. Bei Alt-Anlagen (vor 1.4.2012) ist hier die Differenz zwischen der Einspeise- und der Selbstverbrauchsvergütung einzutragen.
Expand Down

0 comments on commit a1f3b95

Please sign in to comment.