-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Templates update for nightly evcc-io/evcc@2fb046d
- Loading branch information
Showing
4 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
12 changes: 8 additions & 4 deletions
12
...lates/nightly/de/tariff/allinpower_0.yaml → templates/nightly/de/tariff/enever_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
product: | ||
brand: All in Power | ||
brand: Enever | ||
group: Dynamischer Strompreis | ||
requirements: ["skiptest"] | ||
description: | | ||
Nur für die Niederlande verfügbar. | ||
Nur für Niederlande verfügbar. | ||
render: | ||
- default: | | ||
type: template | ||
template: allinpower | ||
template: enever | ||
token: | ||
provider: | ||
advanced: | | ||
type: template | ||
template: allinpower | ||
template: enever | ||
token: | ||
provider: | ||
charges: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional) | ||
tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional) | ||
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individuelle Formel zur Berechnung des Preises (optional) |
16 changes: 9 additions & 7 deletions
16
templates/nightly/de/tariff/elering_0.yaml → templates/nightly/de/tariff/nordpool_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
product: | ||
brand: Nordpool | ||
description: Elering | ||
brand: Nordpool spot prices | ||
group: Dynamischer Strompreis | ||
requirements: ["skiptest"] | ||
description: | | ||
Nur für Estland verfügbar. | ||
Nordpool Spot Preise im Day-Ahead-Markt für alle Märkte in der Nordpool-Region. | ||
render: | ||
- default: | | ||
type: template | ||
template: elering | ||
region: ee # optional | ||
template: nordpool | ||
region: GER # optional | ||
currency: EUR # optional | ||
advanced: | | ||
type: template | ||
template: elering | ||
region: ee # optional | ||
template: nordpool | ||
region: GER # optional | ||
currency: EUR # optional | ||
charges: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional) | ||
tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional) | ||
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individuelle Formel zur Berechnung des Preises (optional) |
12 changes: 8 additions & 4 deletions
12
...lates/nightly/en/tariff/allinpower_0.yaml → templates/nightly/en/tariff/enever_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
product: | ||
brand: All in Power | ||
brand: Enever | ||
group: Dynamic electricity price | ||
requirements: ["skiptest"] | ||
description: | | ||
Only available for the Netherlands. | ||
Only available for Netherlands. | ||
render: | ||
- default: | | ||
type: template | ||
template: allinpower | ||
template: enever | ||
token: | ||
provider: | ||
advanced: | | ||
type: template | ||
template: allinpower | ||
template: enever | ||
token: | ||
provider: | ||
charges: # Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional) | ||
tax: # Additional percentage charge (e.g. 0.2 for 20%) (optional) | ||
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individual formula for calculating the price (optional) |
16 changes: 9 additions & 7 deletions
16
templates/nightly/en/tariff/elering_0.yaml → templates/nightly/en/tariff/nordpool_0.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
product: | ||
brand: Nordpool | ||
description: Elering | ||
brand: Nordpool spot prices | ||
group: Dynamic electricity price | ||
requirements: ["skiptest"] | ||
description: | | ||
Only available for Estonia. | ||
Nordpool spot prices in day-ahead market for all markets in the Nordpool region. | ||
render: | ||
- default: | | ||
type: template | ||
template: elering | ||
region: ee # optional | ||
template: nordpool | ||
region: GER # optional | ||
currency: EUR # optional | ||
advanced: | | ||
type: template | ||
template: elering | ||
region: ee # optional | ||
template: nordpool | ||
region: GER # optional | ||
currency: EUR # optional | ||
charges: # Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional) | ||
tax: # Additional percentage charge (e.g. 0.2 for 20%) (optional) | ||
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individual formula for calculating the price (optional) |