Skip to content

Commit db9142b

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

10 files changed

+188
-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: 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:

templates/nightly/en/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 address or hostname
13+
tempsource: 1 # Temperature source, [1, 2] (optional)
1314
params:
1415
- name: host
1516
example: 192.0.2.2
@@ -19,4 +20,13 @@ params:
1920
description: IP address or 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: Temperature source
30+
help:
31+
advanced: false
32+
optional: true

0 commit comments

Comments
 (0)