Skip to content

Commit 547af3a

Browse files
committed
Templates update for nightly evcc-io/evcc@f3eae34
1 parent 7be8f3d commit 547af3a

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
template: demo-co2-forecast
2+
product:
3+
identifier: demo-co2-forecast
4+
description: Demo CO₂ Vorhersage
5+
group: CO₂ Vorhersage
6+
requirements: ["skiptest"]
7+
description: |
8+
Zu Demonstrationszwecken. Liefert CO₂-Intensitätsdaten basierend auf typischen mitteleuropäischen Sommerwerten.
9+
render:
10+
- default: |
11+
type: template
12+
template: demo-co2-forecast
13+
base: 350 # Durchschnittliche CO₂-Emissionen (g/kWh), optional
14+
variation: 0.4 # Variationsfaktor, Variationsfaktor zur Simulation täglicher Schwankungen (0.4 = 40%) (optional)
15+
advanced: |
16+
type: template
17+
template: demo-co2-forecast
18+
base: 350 # Durchschnittliche CO₂-Emissionen (g/kWh), optional
19+
variation: 0.4 # Variationsfaktor, Variationsfaktor zur Simulation täglicher Schwankungen (0.4 = 40%) (optional)
20+
interval: 1h # Intervall, optional
21+
params:
22+
- name: base
23+
example:
24+
default: 350
25+
choice: []
26+
unit: g/kWh
27+
description: Durchschnittliche CO₂-Emissionen
28+
help:
29+
advanced: false
30+
optional: true
31+
- name: variation
32+
example:
33+
default: 0.4
34+
choice: []
35+
unit:
36+
description: Variationsfaktor
37+
help: Variationsfaktor zur Simulation täglicher Schwankungen (0.4 = 40%)
38+
advanced: false
39+
optional: true
40+
- name: interval
41+
example:
42+
default: 1h
43+
choice: []
44+
unit:
45+
description: Intervall
46+
help:
47+
advanced: true
48+
optional: true
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
template: demo-co2-forecast
2+
product:
3+
identifier: demo-co2-forecast
4+
description: Demo CO₂ Forecast
5+
group: CO₂ forecast
6+
requirements: ["skiptest"]
7+
description: |
8+
For demonstration purposes. Provides CO₂ intensity data based on typical central european summer values.
9+
render:
10+
- default: |
11+
type: template
12+
template: demo-co2-forecast
13+
base: 350 # Average CO₂ emissions (g/kWh), optional
14+
variation: 0.4 # Variation factor, Variation factor to simulate daily fluctuations (0.4 = 40%) (optional)
15+
advanced: |
16+
type: template
17+
template: demo-co2-forecast
18+
base: 350 # Average CO₂ emissions (g/kWh), optional
19+
variation: 0.4 # Variation factor, Variation factor to simulate daily fluctuations (0.4 = 40%) (optional)
20+
interval: 1h # Interval, optional
21+
params:
22+
- name: base
23+
example:
24+
default: 350
25+
choice: []
26+
unit: g/kWh
27+
description: Average CO₂ emissions
28+
help:
29+
advanced: false
30+
optional: true
31+
- name: variation
32+
example:
33+
default: 0.4
34+
choice: []
35+
unit:
36+
description: Variation factor
37+
help: Variation factor to simulate daily fluctuations (0.4 = 40%)
38+
advanced: false
39+
optional: true
40+
- name: interval
41+
example:
42+
default: 1h
43+
choice: []
44+
unit:
45+
description: Interval
46+
help:
47+
advanced: true
48+
optional: true

0 commit comments

Comments
 (0)