Skip to content

Commit 18dae7d

Browse files
committed
Templates update for nightly evcc-io/evcc@4812283
1 parent 16b3890 commit 18dae7d

96 files changed

Lines changed: 1660 additions & 736 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
template: fox-ess-avocado
2+
product:
3+
identifier: foxess-mq2200
4+
brand: FoxESS
5+
description: MQ2200
6+
capabilities: ["battery-control"]
7+
render:
8+
- usage: grid
9+
default: |
10+
type: template
11+
template: fox-ess-avocado
12+
usage: grid
13+
14+
# RS485 via adapter (Modbus RTU)
15+
modbus: rs485serial
16+
id: 1
17+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
18+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
19+
comset: "8N1" # Kommunikationsparameter für den Adapter
20+
21+
# RS485 via TCP/IP (Modbus RTU)
22+
modbus: rs485tcpip
23+
id: 1
24+
host: # Hostname
25+
port: 502 # Port
26+
27+
# Modbus TCP
28+
modbus: tcpip
29+
id: 1
30+
host: # Hostname
31+
port: 502 # Port
32+
advanced: |
33+
type: template
34+
template: fox-ess-avocado
35+
usage: grid
36+
37+
# RS485 via adapter (Modbus RTU)
38+
modbus: rs485serial
39+
id: 1
40+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
41+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
42+
comset: "8N1" # Kommunikationsparameter für den Adapter
43+
44+
# RS485 via TCP/IP (Modbus RTU)
45+
modbus: rs485tcpip
46+
id: 1
47+
host: # Hostname
48+
port: 502 # Port
49+
50+
# Modbus TCP
51+
modbus: tcpip
52+
id: 1
53+
host: # Hostname
54+
port: 502 # Port
55+
- usage: pv
56+
default: |
57+
type: template
58+
template: fox-ess-avocado
59+
usage: pv
60+
61+
# RS485 via adapter (Modbus RTU)
62+
modbus: rs485serial
63+
id: 1
64+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
65+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
66+
comset: "8N1" # Kommunikationsparameter für den Adapter
67+
68+
# RS485 via TCP/IP (Modbus RTU)
69+
modbus: rs485tcpip
70+
id: 1
71+
host: # Hostname
72+
port: 502 # Port
73+
74+
# Modbus TCP
75+
modbus: tcpip
76+
id: 1
77+
host: # Hostname
78+
port: 502 # Port
79+
advanced: |
80+
type: template
81+
template: fox-ess-avocado
82+
usage: pv
83+
84+
# RS485 via adapter (Modbus RTU)
85+
modbus: rs485serial
86+
id: 1
87+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
88+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
89+
comset: "8N1" # Kommunikationsparameter für den Adapter
90+
91+
# RS485 via TCP/IP (Modbus RTU)
92+
modbus: rs485tcpip
93+
id: 1
94+
host: # Hostname
95+
port: 502 # Port
96+
97+
# Modbus TCP
98+
modbus: tcpip
99+
id: 1
100+
host: # Hostname
101+
port: 502 # Port
102+
maxacpower: 800 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
103+
- usage: battery
104+
default: |
105+
type: template
106+
template: fox-ess-avocado
107+
usage: battery
108+
109+
# RS485 via adapter (Modbus RTU)
110+
modbus: rs485serial
111+
id: 1
112+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
113+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
114+
comset: "8N1" # Kommunikationsparameter für den Adapter
115+
116+
# RS485 via TCP/IP (Modbus RTU)
117+
modbus: rs485tcpip
118+
id: 1
119+
host: # Hostname
120+
port: 502 # Port
121+
122+
# Modbus TCP
123+
modbus: tcpip
124+
id: 1
125+
host: # Hostname
126+
port: 502 # Port
127+
capacity: 2.11 # Akkukapazität (kWh), optional
128+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
129+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
130+
advanced: |
131+
type: template
132+
template: fox-ess-avocado
133+
usage: battery
134+
135+
# RS485 via adapter (Modbus RTU)
136+
modbus: rs485serial
137+
id: 1
138+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
139+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
140+
comset: "8N1" # Kommunikationsparameter für den Adapter
141+
142+
# RS485 via TCP/IP (Modbus RTU)
143+
modbus: rs485tcpip
144+
id: 1
145+
host: # Hostname
146+
port: 502 # Port
147+
148+
# Modbus TCP
149+
modbus: tcpip
150+
id: 1
151+
host: # Hostname
152+
port: 502 # Port
153+
capacity: 2.11 # Akkukapazität (kWh), optional
154+
minsoc: 10 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
155+
maxsoc: 100 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
156+
maxchargepower: 1200 # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
157+
maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
158+
params:
159+
- name: modbus
160+
example:
161+
default:
162+
choice: ['rs485', 'tcpip']
163+
unit:
164+
description: Modbus Typ
165+
help:
166+
advanced: false
167+
optional: true
168+
- name: capacity
169+
example: 50
170+
default: 2.11
171+
choice: []
172+
unit: kWh
173+
description: Akkukapazität
174+
help:
175+
advanced: false
176+
optional: true
177+
- name: minsoc
178+
example: 25
179+
default: 10
180+
choice: []
181+
unit: '%'
182+
description: Minimaler Ladestand
183+
help: Untere Grenze beim Entladen der Batterie im normalen Betrieb
184+
advanced: false
185+
optional: true
186+
- name: maxsoc
187+
example: 95
188+
default: 100
189+
choice: []
190+
unit: '%'
191+
description: Maximaler Ladestand
192+
help: Oberes Limit beim Laden der Batterie aus dem Netz
193+
advanced: false
194+
optional: true
195+
- name: maxacpower
196+
example: 5000
197+
default: 800
198+
choice: []
199+
unit: W
200+
description: Maximale AC Leistung des Hybrid-Wechselrichters
201+
help:
202+
advanced: true
203+
optional: true
204+
- name: maxchargepower
205+
example:
206+
default: 1200
207+
choice: []
208+
unit: W
209+
description: Maximale Ladeleistung
210+
help: Für erzwungenes Laden des Speichers.
211+
advanced: true
212+
optional: true
213+
- name: maxdischargepower
214+
example:
215+
default:
216+
choice: []
217+
unit: W
218+
description: Maximale Entladeleistung
219+
help: Maximale Entladeleistung des Speichers.
220+
advanced: true
221+
optional: true
222+
modbus:
223+
baudrate: 9600
224+
comset: 8N1
225+
device: /dev/ttyUSB0
226+
host:
227+
id: 1
228+
port: 502
229+
rs485serial: true
230+
rs485tcpip: true
231+
tcpip: true

0 commit comments

Comments
 (0)