Skip to content

Commit 43cb951

Browse files
committed
Templates update for release evcc-io/evcc@714438d
1 parent 9baaaf9 commit 43cb951

File tree

8 files changed

+192
-0
lines changed

8 files changed

+192
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
product:
2+
brand: IDM
3+
group: Wärmeerzeuger
4+
render:
5+
- default: |
6+
type: template
7+
template: idm
8+
9+
# Modbus TCP
10+
modbus: tcpip
11+
id: 1
12+
host: 192.0.2.2 # Hostname
13+
port: 502 # Port
14+
tempsource: # optional
15+
advanced: |
16+
type: template
17+
template: idm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
tempsource: # optional
25+
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
product:
2+
brand: Lambda
3+
description: EU-L Serie
4+
group: Wärmeerzeuger
5+
render:
6+
- default: |
7+
type: template
8+
template: lambda-zewotherm
9+
10+
# Modbus TCP
11+
modbus: tcpip
12+
id: 1
13+
host: 192.0.2.2 # Hostname
14+
port: 502 # Port
15+
advanced: |
16+
type: template
17+
template: lambda-zewotherm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
product:
2+
brand: Zewotherm
3+
description: EU-L Serie
4+
group: Wärmeerzeuger
5+
render:
6+
- default: |
7+
type: template
8+
template: lambda-zewotherm
9+
10+
# Modbus TCP
11+
modbus: tcpip
12+
id: 1
13+
host: 192.0.2.2 # Hostname
14+
port: 502 # Port
15+
advanced: |
16+
type: template
17+
template: lambda-zewotherm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
product:
2+
brand: GoodWe
3+
description: GoodWe over Wifi
4+
requirements: ["skiptest"]
5+
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: goodwe-wifi
10+
usage: grid
11+
uri: # HTTP(S) Adresse (optional)
12+
- usage: pv
13+
default: |
14+
type: template
15+
template: goodwe-wifi
16+
usage: pv
17+
uri: # HTTP(S) Adresse (optional)
18+
- usage: battery
19+
default: |
20+
type: template
21+
template: goodwe-wifi
22+
usage: battery
23+
uri: # HTTP(S) Adresse (optional)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
product:
2+
brand: IDM
3+
group: Heating devices
4+
render:
5+
- default: |
6+
type: template
7+
template: idm
8+
9+
# Modbus TCP
10+
modbus: tcpip
11+
id: 1
12+
host: 192.0.2.2 # Hostname
13+
port: 502 # Port
14+
tempsource: # optional
15+
advanced: |
16+
type: template
17+
template: idm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
tempsource: # optional
25+
phases: 3 # The maximum number of phases which can be used (optional)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
product:
2+
brand: Lambda
3+
description: EU-L Series
4+
group: Heating devices
5+
render:
6+
- default: |
7+
type: template
8+
template: lambda-zewotherm
9+
10+
# Modbus TCP
11+
modbus: tcpip
12+
id: 1
13+
host: 192.0.2.2 # Hostname
14+
port: 502 # Port
15+
advanced: |
16+
type: template
17+
template: lambda-zewotherm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
phases: 3 # The maximum number of phases which can be used (optional)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
product:
2+
brand: Zewotherm
3+
description: EU-L Series
4+
group: Heating devices
5+
render:
6+
- default: |
7+
type: template
8+
template: lambda-zewotherm
9+
10+
# Modbus TCP
11+
modbus: tcpip
12+
id: 1
13+
host: 192.0.2.2 # Hostname
14+
port: 502 # Port
15+
advanced: |
16+
type: template
17+
template: lambda-zewotherm
18+
19+
# Modbus TCP
20+
modbus: tcpip
21+
id: 1
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
phases: 3 # The maximum number of phases which can be used (optional)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
product:
2+
brand: GoodWe
3+
description: GoodWe over Wifi
4+
requirements: ["skiptest"]
5+
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: goodwe-wifi
10+
usage: grid
11+
uri: # HTTP(S) address (optional)
12+
- usage: pv
13+
default: |
14+
type: template
15+
template: goodwe-wifi
16+
usage: pv
17+
uri: # HTTP(S) address (optional)
18+
- usage: battery
19+
default: |
20+
type: template
21+
template: goodwe-wifi
22+
usage: battery
23+
uri: # HTTP(S) address (optional)

0 commit comments

Comments
 (0)