Skip to content

Commit 1d9258e

Browse files
committed
Templates update for release evcc-io/evcc@3338383
1 parent ea778fb commit 1d9258e

20 files changed

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ render:
1717
host: 192.0.2.2 # IP-Adresse oder Hostname
1818
port: 502 # Port, optional
1919
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
20+
firmware: <1.1.3 # Firmware version. Wähle '>=1.1.3' für Word-Swap, [<1.1.3, >=1.1.3] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP-Adresse oder Hostname
2425
port: 502 # Port, optional
2526
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
27+
firmware: <1.1.3 # Firmware version. Wähle '>=1.1.3' für Word-Swap, [<1.1.3, >=1.1.3] (optional)
2628
excess: plus # veraltet, bei neg. E-Überschuss auf minus, [plus, minus] (optional)
2729
watchdog: 60s # Watchdog, optional
2830
params:
@@ -53,6 +55,15 @@ params:
5355
help:
5456
advanced: false
5557
optional: true
58+
- name: firmware
59+
example:
60+
default: <1.1.3
61+
choice: ['<1.1.3', '>=1.1.3']
62+
unit:
63+
description: Firmware version. Wähle '>=1.1.3' für Word-Swap
64+
help:
65+
advanced: false
66+
optional: true
5667
- name: excess
5768
example:
5869
default: plus

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ render:
1717
host: 192.0.2.2 # IP-Adresse oder Hostname
1818
port: 502 # Port, optional
1919
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
20+
firmware: <1.1.3 # Firmware version. Wähle '>=1.1.3' für Word-Swap, [<1.1.3, >=1.1.3] (optional)
2021
advanced: |
2122
type: template
2223
template: lambda-zewotherm
2324
host: 192.0.2.2 # IP-Adresse oder Hostname
2425
port: 502 # Port, optional
2526
tempsource: # Temperaturquelle, [warmwater_top, warmwater_bottom, buffer_top, buffer_bottom] (optional)
27+
firmware: <1.1.3 # Firmware version. Wähle '>=1.1.3' für Word-Swap, [<1.1.3, >=1.1.3] (optional)
2628
excess: plus # veraltet, bei neg. E-Überschuss auf minus, [plus, minus] (optional)
2729
watchdog: 60s # Watchdog, optional
2830
params:
@@ -53,6 +55,15 @@ params:
5355
help:
5456
advanced: false
5557
optional: true
58+
- name: firmware
59+
example:
60+
default: <1.1.3
61+
choice: ['<1.1.3', '>=1.1.3']
62+
unit:
63+
description: Firmware version. Wähle '>=1.1.3' für Word-Swap
64+
help:
65+
advanced: false
66+
optional: true
5667
- name: excess
5768
example:
5869
default: plus

templates/release/de/meter/goodwe-et-eh-bh-bt-hybrid-inverter.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ render:
129129
host: # Hostname
130130
port: 502 # Port
131131
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
132+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
133+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
132134
advanced: |
133135
type: template
134136
template: goodwe-hybrid
@@ -153,7 +155,11 @@ render:
153155
host: # Hostname
154156
port: 502 # Port
155157
battery: 1 # Batteriespeichernummer, [1, 2] (optional)
158+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
159+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
156160
capacity: 50 # Akkukapazität (kWh), optional
161+
maxchargepower: 10000 # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
162+
maxdischargepower: 10000 # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
157163
params:
158164
- name: modbus
159165
example:
@@ -173,6 +179,24 @@ params:
173179
help:
174180
advanced: false
175181
optional: true
182+
- name: minsoc
183+
example: 25
184+
default: 10
185+
choice: []
186+
unit: '%'
187+
description: Minimaler Ladestand
188+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
189+
advanced: false
190+
optional: true
191+
- name: maxsoc
192+
example: 95
193+
default: 100
194+
choice: []
195+
unit: '%'
196+
description: Maximaler Ladestand
197+
help: Oberes Limit beim Laden der Batterie aus dem Netz
198+
advanced: false
199+
optional: true
176200
- name: capacity
177201
example: 50
178202
default:
@@ -191,6 +215,24 @@ params:
191215
help:
192216
advanced: true
193217
optional: true
218+
- name: maxchargepower
219+
example:
220+
default: 10000
221+
choice: []
222+
unit: W
223+
description: Maximale Ladeleistung
224+
help: Für erzwungenes Laden des Speichers.
225+
advanced: true
226+
optional: true
227+
- name: maxdischargepower
228+
example:
229+
default: 10000
230+
choice: []
231+
unit: W
232+
description: Maximale Entladeleistung
233+
help: Maximale Entladeleistung des Speichers.
234+
advanced: true
235+
optional: true
194236
modbus:
195237
baudrate: 9600
196238
comset: 8N1

templates/release/de/meter/home-assistant-home-assistant-sensor.yaml renamed to templates/release/de/meter/home-assistant-meter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
template: homeassistant
22
product:
3-
identifier: home-assistant-home-assistant-sensor
3+
identifier: home-assistant-meter
44
brand: Home Assistant
5-
description: Home Assistant Sensor
5+
description: Meter
66
group: Generische Unterstützung
77
description: |
88
Home Assistant Instanz mit API-Zugriff

templates/release/de/meter/solarwatt-manager-flex.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)