Skip to content

Commit cda4f66

Browse files
committed
Templates update for nightly evcc-io/evcc@f1b479c
1 parent 863125e commit cda4f66

File tree

2 files changed

+210
-0
lines changed

2 files changed

+210
-0
lines changed
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
template: fronius-vertoplus
2+
product:
3+
identifier: fronius-verto-plus
4+
brand: Fronius
5+
description: Verto Plus
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: grid
9+
default: |
10+
type: template
11+
template: fronius-vertoplus
12+
usage: grid
13+
host: 192.0.2.2 # IP-Adresse oder Hostname
14+
port: 502 # Port, optional
15+
advanced: |
16+
type: template
17+
template: fronius-vertoplus
18+
usage: grid
19+
host: 192.0.2.2 # IP-Adresse oder Hostname
20+
port: 502 # Port, optional
21+
id: 200 # ID, Zähleradresse von Primär- oder Sekundärzählern. Auf der Weboberfläche des Wechselrichters kann nur die Adresse des ersten Zählers (z.B. 200) eingestellt werden. Zusätzliche Zähler erhalten eine aufsteigende Nummer (z.B: 201). (optional)
22+
- usage: pv
23+
default: |
24+
type: template
25+
template: fronius-vertoplus
26+
usage: pv
27+
host: 192.0.2.2 # IP-Adresse oder Hostname
28+
port: 502 # Port, optional
29+
advanced: |
30+
type: template
31+
template: fronius-vertoplus
32+
usage: pv
33+
host: 192.0.2.2 # IP-Adresse oder Hostname
34+
port: 502 # Port, optional
35+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
36+
- usage: battery
37+
default: |
38+
type: template
39+
template: fronius-vertoplus
40+
usage: battery
41+
host: 192.0.2.2 # IP-Adresse oder Hostname
42+
port: 502 # Port, optional
43+
advanced: |
44+
type: template
45+
template: fronius-vertoplus
46+
usage: battery
47+
host: 192.0.2.2 # IP-Adresse oder Hostname
48+
port: 502 # Port, optional
49+
maxchargerate: 100 # Maximale Ladeleistung (%), Für erzwungenes Laden des Speichers in Prozent in Relation zur maximalen Ladeleistung des Batteriewechselrichters. (optional)
50+
capacity: 50 # Akkukapazität (kWh), optional
51+
params:
52+
- name: host
53+
example: 192.0.2.2
54+
default:
55+
choice: []
56+
unit:
57+
description: IP-Adresse oder Hostname
58+
help:
59+
advanced: false
60+
optional: false
61+
- name: port
62+
example:
63+
default: 502
64+
choice: []
65+
unit:
66+
description: Port
67+
help:
68+
advanced: false
69+
optional: true
70+
- name: id
71+
example:
72+
default: 200
73+
choice: []
74+
unit:
75+
description: ID
76+
help: 'Zähleradresse von Primär- oder Sekundärzählern. Auf der Weboberfläche des Wechselrichters kann nur die Adresse des ersten Zählers (z.B. 200) eingestellt werden. Zusätzliche Zähler erhalten eine aufsteigende Nummer (z.B: 201).'
77+
advanced: true
78+
optional: true
79+
- name: maxacpower
80+
example: 5000
81+
default: 0
82+
choice: []
83+
unit: W
84+
description: Maximale AC Leistung des Hybrid-Wechselrichters
85+
help:
86+
advanced: true
87+
optional: true
88+
- name: maxchargerate
89+
example:
90+
default: 100
91+
choice: []
92+
unit: '%'
93+
description: Maximale Ladeleistung
94+
help: Für erzwungenes Laden des Speichers in Prozent in Relation zur maximalen Ladeleistung des Batteriewechselrichters.
95+
advanced: true
96+
optional: true
97+
- name: capacity
98+
example: 50
99+
default:
100+
choice: []
101+
unit: kWh
102+
description: Akkukapazität
103+
help:
104+
advanced: true
105+
optional: true
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
template: fronius-vertoplus
2+
product:
3+
identifier: fronius-verto-plus
4+
brand: Fronius
5+
description: Verto Plus
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: grid
9+
default: |
10+
type: template
11+
template: fronius-vertoplus
12+
usage: grid
13+
host: 192.0.2.2 # IP address or hostname
14+
port: 502 # Port, optional
15+
advanced: |
16+
type: template
17+
template: fronius-vertoplus
18+
usage: grid
19+
host: 192.0.2.2 # IP address or hostname
20+
port: 502 # Port, optional
21+
id: 200 # ID, Meter address of primary or secondary meters. On the web interface of the inverter, only the address of the first meter (e.g., 200) can be set. Additional meters receive an ascending number (e.g., 201). (optional)
22+
- usage: pv
23+
default: |
24+
type: template
25+
template: fronius-vertoplus
26+
usage: pv
27+
host: 192.0.2.2 # IP address or hostname
28+
port: 502 # Port, optional
29+
advanced: |
30+
type: template
31+
template: fronius-vertoplus
32+
usage: pv
33+
host: 192.0.2.2 # IP address or hostname
34+
port: 502 # Port, optional
35+
maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional
36+
- usage: battery
37+
default: |
38+
type: template
39+
template: fronius-vertoplus
40+
usage: battery
41+
host: 192.0.2.2 # IP address or hostname
42+
port: 502 # Port, optional
43+
advanced: |
44+
type: template
45+
template: fronius-vertoplus
46+
usage: battery
47+
host: 192.0.2.2 # IP address or hostname
48+
port: 502 # Port, optional
49+
maxchargerate: 100 # Maximum charge power (%), For forced charging of the battery in percent in relation to the maximum charge power of the battery inverter. (optional)
50+
capacity: 50 # Battery capacity (kWh), optional
51+
params:
52+
- name: host
53+
example: 192.0.2.2
54+
default:
55+
choice: []
56+
unit:
57+
description: IP address or hostname
58+
help:
59+
advanced: false
60+
optional: false
61+
- name: port
62+
example:
63+
default: 502
64+
choice: []
65+
unit:
66+
description: Port
67+
help:
68+
advanced: false
69+
optional: true
70+
- name: id
71+
example:
72+
default: 200
73+
choice: []
74+
unit:
75+
description: ID
76+
help: Meter address of primary or secondary meters. On the web interface of the inverter, only the address of the first meter (e.g., 200) can be set. Additional meters receive an ascending number (e.g., 201).
77+
advanced: true
78+
optional: true
79+
- name: maxacpower
80+
example: 5000
81+
default: 0
82+
choice: []
83+
unit: W
84+
description: Maximum AC power of the hybrid inverter
85+
help:
86+
advanced: true
87+
optional: true
88+
- name: maxchargerate
89+
example:
90+
default: 100
91+
choice: []
92+
unit: '%'
93+
description: Maximum charge power
94+
help: For forced charging of the battery in percent in relation to the maximum charge power of the battery inverter.
95+
advanced: true
96+
optional: true
97+
- name: capacity
98+
example: 50
99+
default:
100+
choice: []
101+
unit: kWh
102+
description: Battery capacity
103+
help:
104+
advanced: true
105+
optional: true

0 commit comments

Comments
 (0)