Skip to content

Commit d642790

Browse files
committed
Templates update for nightly evcc-io/evcc@dda8b56
1 parent d3c04ce commit d642790

File tree

4 files changed

+142
-0
lines changed

4 files changed

+142
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
template: ac-elwa-e
2+
product:
3+
identifier: my-pv-ac-elwa-e
4+
brand: my-PV
5+
description: AC ELWA-E
6+
group: Wärmeerzeuger
7+
requirements: ["sponsorship"]
8+
description: |
9+
Für den Heizstab von my-PV ohne Display. Über das lokale Webinterface des AC ELWA-E muss der Wert für die "Zeitablauf Ansteuerung" auf einen Wert etwas größer der Intervall Zeit von evcc (z.B. + 5s) gesetzt werden.
10+
render:
11+
- default: |
12+
type: template
13+
template: ac-elwa-e
14+
15+
# Modbus TCP
16+
modbus: tcpip
17+
id: 1
18+
host: 192.0.2.2 # Hostname
19+
port: 502 # Port
20+
scale: 1 # Skalierungsfaktor der Leistungsvorgabe, optional
21+
params:
22+
- name: modbus
23+
example:
24+
default:
25+
choice: ['tcpip']
26+
unit:
27+
description: Modbus Typ
28+
help:
29+
advanced: false
30+
optional: true
31+
- name: scale
32+
example:
33+
default: 1
34+
choice: []
35+
unit:
36+
description: Skalierungsfaktor der Leistungsvorgabe
37+
help:
38+
advanced: false
39+
optional: true
40+
modbus:
41+
host: 192.0.2.2
42+
id: 1
43+
modbus: tcpip
44+
port: 502
45+
tcpip: true
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
template: hoymiles-dtugateway
2+
product:
3+
identifier: hoymiles-hms-series-with-integrated-wifi-via-dtu-gateway
4+
brand: Hoymiles
5+
description: HMS Serie mit integriertem WLAN (über DTU Gateway)
6+
description: |
7+
Benötigt wird ein Hoymiles Wechselrichter der HMS Serie mit integriertem WLAN,
8+
und ein ESP-32 mit firmware von https://github.com/ohAnd/dtuGateway
9+
10+
render:
11+
- usage: pv
12+
default: |
13+
type: template
14+
template: hoymiles-dtugateway
15+
usage: pv
16+
host: 192.0.2.2 # IP-Adresse oder Hostname
17+
params:
18+
- name: host
19+
example: 192.0.2.2
20+
default:
21+
choice: []
22+
unit:
23+
description: IP-Adresse oder Hostname
24+
help:
25+
advanced: false
26+
optional: false
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
template: ac-elwa-e
2+
product:
3+
identifier: my-pv-ac-elwa-e
4+
brand: my-PV
5+
description: AC ELWA-E
6+
group: Heating devices
7+
requirements: ["sponsorship"]
8+
description: |
9+
For the heating rod from my-PV without a display. Use the local web interface of AC ELWA-E to set the value "Power timeout" to a value slightly higher (e.g. + 5s) than the interval time of evcc.
10+
render:
11+
- default: |
12+
type: template
13+
template: ac-elwa-e
14+
15+
# Modbus TCP
16+
modbus: tcpip
17+
id: 1
18+
host: 192.0.2.2 # Hostname
19+
port: 502 # Port
20+
scale: 1 # Scale factor for power limit, optional
21+
params:
22+
- name: modbus
23+
example:
24+
default:
25+
choice: ['tcpip']
26+
unit:
27+
description: Modbus Type
28+
help:
29+
advanced: false
30+
optional: true
31+
- name: scale
32+
example:
33+
default: 1
34+
choice: []
35+
unit:
36+
description: Scale factor for power limit
37+
help:
38+
advanced: false
39+
optional: true
40+
modbus:
41+
host: 192.0.2.2
42+
id: 1
43+
modbus: tcpip
44+
port: 502
45+
tcpip: true
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
template: hoymiles-dtugateway
2+
product:
3+
identifier: hoymiles-hms-series-with-integrated-wifi-via-dtu-gateway
4+
brand: Hoymiles
5+
description: HMS Series with integrated Wifi (via DTU Gateway)
6+
description: |
7+
Requires a Hoymiles Inverter of the HMS Series with integrated Wifi,
8+
and an ESP-32 with firmware from https://github.com/ohAnd/dtuGateway
9+
10+
render:
11+
- usage: pv
12+
default: |
13+
type: template
14+
template: hoymiles-dtugateway
15+
usage: pv
16+
host: 192.0.2.2 # IP address or hostname
17+
params:
18+
- name: host
19+
example: 192.0.2.2
20+
default:
21+
choice: []
22+
unit:
23+
description: IP address or hostname
24+
help:
25+
advanced: false
26+
optional: false

0 commit comments

Comments
 (0)