Skip to content

Commit a52aa53

Browse files
committed
Merge branch 'main' of github.com:evcc-io/docs
2 parents 8ca6c50 + db9142b commit a52aa53

12 files changed

+284
-2
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
template: em2go-duo
2+
product:
3+
identifier: em2go-duo-power
4+
brand: EM2GO
5+
description: Duo Power
6+
capabilities: ["mA"]
7+
render:
8+
- default: |
9+
type: template
10+
template: em2go-duo
11+
12+
# Modbus TCP
13+
modbus: tcpip
14+
id: 255
15+
host: 192.0.2.2 # Hostname
16+
port: 502 # Port
17+
advanced: |
18+
type: template
19+
template: em2go-duo
20+
21+
# Modbus TCP
22+
modbus: tcpip
23+
id: 255
24+
host: 192.0.2.2 # Hostname
25+
port: 502 # Port
26+
connector: 1 # Ladepunkt (falls >1 Ladepunkt), optional
27+
params:
28+
- name: modbus
29+
example:
30+
default:
31+
choice: ['tcpip']
32+
unit:
33+
description: Modbus Typ
34+
help:
35+
advanced: false
36+
optional: true
37+
- name: connector
38+
example:
39+
default: 1
40+
choice: []
41+
unit:
42+
description: Ladepunkt (falls >1 Ladepunkt)
43+
help:
44+
advanced: true
45+
optional: true
46+
modbus:
47+
host: 192.0.2.2
48+
id: 255
49+
modbus: tcpip
50+
port: 502
51+
tcpip: true

templates/nightly/de/charger/lambda-eu-l-series.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ render:
1515
type: template
1616
template: lambda-zewotherm
1717
host: 192.0.2.2 # IP-Adresse oder Hostname
18+
port: 502 # Port, optional
1819
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
1920
excess: plus # E-Überschuss ("plus" oder "minus"), [plus, minus] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP-Adresse oder Hostname
25+
port: 502 # Port, optional
2426
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
2527
excess: plus # E-Überschuss ("plus" oder "minus"), [plus, minus] (optional)
2628
watchdog: 60s # Watchdog, optional
@@ -34,6 +36,15 @@ params:
3436
help:
3537
advanced: false
3638
optional: false
39+
- name: port
40+
example:
41+
default: 502
42+
choice: []
43+
unit:
44+
description: Port
45+
help:
46+
advanced: false
47+
optional: true
3748
- name: tempsource
3849
example:
3950
default:

templates/nightly/de/charger/my-pv-ac-elwa-2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ render:
1616
host: 192.0.2.2 # Hostname
1717
port: 502 # Port
1818
scale: 1 # Skalierungsfaktor der Leistungsvorgabe, optional
19+
tempsource: 1 # Temperaturquelle, [1, 2] (optional)
1920
params:
2021
- name: modbus
2122
example:
@@ -35,6 +36,15 @@ params:
3536
help:
3637
advanced: false
3738
optional: true
39+
- name: tempsource
40+
example:
41+
default: 1
42+
choice: ['1', '2']
43+
unit:
44+
description: Temperaturquelle
45+
help:
46+
advanced: false
47+
optional: true
3848
modbus:
3949
host: 192.0.2.2
4050
id: 1

templates/nightly/de/charger/zewotherm-eu-l-series.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ render:
1515
type: template
1616
template: lambda-zewotherm
1717
host: 192.0.2.2 # IP-Adresse oder Hostname
18+
port: 502 # Port, optional
1819
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
1920
excess: plus # E-Überschuss ("plus" oder "minus"), [plus, minus] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP-Adresse oder Hostname
25+
port: 502 # Port, optional
2426
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
2527
excess: plus # E-Überschuss ("plus" oder "minus"), [plus, minus] (optional)
2628
watchdog: 60s # Watchdog, optional
@@ -34,6 +36,15 @@ params:
3436
help:
3537
advanced: false
3638
optional: false
39+
- name: port
40+
example:
41+
default: 502
42+
choice: []
43+
unit:
44+
description: Port
45+
help:
46+
advanced: false
47+
optional: true
3748
- name: tempsource
3849
example:
3950
default:

templates/nightly/de/meter/my-pv-ac-elwa-2.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ render:
1010
template: ac-elwa-2
1111
usage: aux
1212
host: 192.0.2.2 # IP-Adresse oder Hostname
13+
tempsource: 1 # Temperaturquelle, [1, 2] (optional)
1314
params:
1415
- name: host
1516
example: 192.0.2.2
@@ -19,4 +20,13 @@ params:
1920
description: IP-Adresse oder Hostname
2021
help:
2122
advanced: false
22-
optional: false
23+
optional: false
24+
- name: tempsource
25+
example:
26+
default: 1
27+
choice: ['1', '2']
28+
unit:
29+
description: Temperaturquelle
30+
help:
31+
advanced: false
32+
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₂ 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: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
template: em2go-duo
2+
product:
3+
identifier: em2go-duo-power
4+
brand: EM2GO
5+
description: Duo Power
6+
capabilities: ["mA"]
7+
render:
8+
- default: |
9+
type: template
10+
template: em2go-duo
11+
12+
# Modbus TCP
13+
modbus: tcpip
14+
id: 255
15+
host: 192.0.2.2 # Hostname
16+
port: 502 # Port
17+
advanced: |
18+
type: template
19+
template: em2go-duo
20+
21+
# Modbus TCP
22+
modbus: tcpip
23+
id: 255
24+
host: 192.0.2.2 # Hostname
25+
port: 502 # Port
26+
connector: 1 # Loadpoint (if >1 loadpoint), optional
27+
params:
28+
- name: modbus
29+
example:
30+
default:
31+
choice: ['tcpip']
32+
unit:
33+
description: Modbus Type
34+
help:
35+
advanced: false
36+
optional: true
37+
- name: connector
38+
example:
39+
default: 1
40+
choice: []
41+
unit:
42+
description: Loadpoint (if >1 loadpoint)
43+
help:
44+
advanced: true
45+
optional: true
46+
modbus:
47+
host: 192.0.2.2
48+
id: 255
49+
modbus: tcpip
50+
port: 502
51+
tcpip: true

templates/nightly/en/charger/lambda-eu-l-series.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ render:
1515
type: template
1616
template: lambda-zewotherm
1717
host: 192.0.2.2 # IP address or hostname
18+
port: 502 # Port, optional
1819
tempsource: # Temperature source, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
1920
excess: plus # Excess Energy ("plus" or "minus"), [plus, minus] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP address or hostname
25+
port: 502 # Port, optional
2426
tempsource: # Temperature source, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
2527
excess: plus # Excess Energy ("plus" or "minus"), [plus, minus] (optional)
2628
watchdog: 60s # Watchdog, optional
@@ -34,6 +36,15 @@ params:
3436
help:
3537
advanced: false
3638
optional: false
39+
- name: port
40+
example:
41+
default: 502
42+
choice: []
43+
unit:
44+
description: Port
45+
help:
46+
advanced: false
47+
optional: true
3748
- name: tempsource
3849
example:
3950
default:

templates/nightly/en/charger/my-pv-ac-elwa-2.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ render:
1616
host: 192.0.2.2 # Hostname
1717
port: 502 # Port
1818
scale: 1 # Scale factor for power limit, optional
19+
tempsource: 1 # Temperature source, [1, 2] (optional)
1920
params:
2021
- name: modbus
2122
example:
@@ -35,6 +36,15 @@ params:
3536
help:
3637
advanced: false
3738
optional: true
39+
- name: tempsource
40+
example:
41+
default: 1
42+
choice: ['1', '2']
43+
unit:
44+
description: Temperature source
45+
help:
46+
advanced: false
47+
optional: true
3848
modbus:
3949
host: 192.0.2.2
4050
id: 1

templates/nightly/en/charger/zewotherm-eu-l-series.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ render:
1515
type: template
1616
template: lambda-zewotherm
1717
host: 192.0.2.2 # IP address or hostname
18+
port: 502 # Port, optional
1819
tempsource: # Temperature source, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
1920
excess: plus # Excess Energy ("plus" or "minus"), [plus, minus] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP address or hostname
25+
port: 502 # Port, optional
2426
tempsource: # Temperature source, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
2527
excess: plus # Excess Energy ("plus" or "minus"), [plus, minus] (optional)
2628
watchdog: 60s # Watchdog, optional
@@ -34,6 +36,15 @@ params:
3436
help:
3537
advanced: false
3638
optional: false
39+
- name: port
40+
example:
41+
default: 502
42+
choice: []
43+
unit:
44+
description: Port
45+
help:
46+
advanced: false
47+
optional: true
3748
- name: tempsource
3849
example:
3950
default:

0 commit comments

Comments
 (0)