File tree Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Expand file tree Collapse file tree 2 files changed +96
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments