Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@2fb046d
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Dec 8, 2024
1 parent 9cdd9ef commit a11c159
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 22 deletions.
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)
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)
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)
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)

0 comments on commit a11c159

Please sign in to comment.