Skip to content

Commit 956bbae

Browse files
committed
Templates update for nightly evcc-io/evcc@8252d37
1 parent 7c8ac0f commit 956bbae

File tree

4 files changed

+316
-0
lines changed

4 files changed

+316
-0
lines changed
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
product:
2+
brand: FoxESS
3+
description: H3-Smart Series Hybrid Inverter
4+
capabilities: ["battery-control"]
5+
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: fox-ess-h3-smart
10+
usage: grid
11+
12+
# RS485 via adapter (Modbus RTU)
13+
modbus: rs485serial
14+
id: 247
15+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
16+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
17+
comset: "8N1" # Kommunikationsparameter für den Adapter
18+
19+
# RS485 via TCP/IP (Modbus RTU)
20+
modbus: rs485tcpip
21+
id: 247
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
25+
# Modbus TCP
26+
modbus: tcpip
27+
id: 247
28+
host: 192.0.2.2 # Hostname
29+
port: 502 # Port
30+
advanced: |
31+
type: template
32+
template: fox-ess-h3-smart
33+
usage: grid
34+
35+
# RS485 via adapter (Modbus RTU)
36+
modbus: rs485serial
37+
id: 247
38+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
39+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
40+
comset: "8N1" # Kommunikationsparameter für den Adapter
41+
42+
# RS485 via TCP/IP (Modbus RTU)
43+
modbus: rs485tcpip
44+
id: 247
45+
host: 192.0.2.2 # Hostname
46+
port: 502 # Port
47+
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 247
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
54+
maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
55+
- usage: pv
56+
default: |
57+
type: template
58+
template: fox-ess-h3-smart
59+
usage: pv
60+
61+
# RS485 via adapter (Modbus RTU)
62+
modbus: rs485serial
63+
id: 247
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: 247
71+
host: 192.0.2.2 # Hostname
72+
port: 502 # Port
73+
74+
# Modbus TCP
75+
modbus: tcpip
76+
id: 247
77+
host: 192.0.2.2 # Hostname
78+
port: 502 # Port
79+
advanced: |
80+
type: template
81+
template: fox-ess-h3-smart
82+
usage: pv
83+
84+
# RS485 via adapter (Modbus RTU)
85+
modbus: rs485serial
86+
id: 247
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: 247
94+
host: 192.0.2.2 # Hostname
95+
port: 502 # Port
96+
97+
# Modbus TCP
98+
modbus: tcpip
99+
id: 247
100+
host: 192.0.2.2 # Hostname
101+
port: 502 # Port
102+
minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
103+
maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)
104+
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters in W (optional)
105+
- usage: battery
106+
default: |
107+
type: template
108+
template: fox-ess-h3-smart
109+
usage: battery
110+
111+
# RS485 via adapter (Modbus RTU)
112+
modbus: rs485serial
113+
id: 247
114+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
115+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
116+
comset: "8N1" # Kommunikationsparameter für den Adapter
117+
118+
# RS485 via TCP/IP (Modbus RTU)
119+
modbus: rs485tcpip
120+
id: 247
121+
host: 192.0.2.2 # Hostname
122+
port: 502 # Port
123+
124+
# Modbus TCP
125+
modbus: tcpip
126+
id: 247
127+
host: 192.0.2.2 # Hostname
128+
port: 502 # Port
129+
advanced: |
130+
type: template
131+
template: fox-ess-h3-smart
132+
usage: battery
133+
134+
# RS485 via adapter (Modbus RTU)
135+
modbus: rs485serial
136+
id: 247
137+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
138+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
139+
comset: "8N1" # Kommunikationsparameter für den Adapter
140+
141+
# RS485 via TCP/IP (Modbus RTU)
142+
modbus: rs485tcpip
143+
id: 247
144+
host: 192.0.2.2 # Hostname
145+
port: 502 # Port
146+
147+
# Modbus TCP
148+
modbus: tcpip
149+
id: 247
150+
host: 192.0.2.2 # Hostname
151+
port: 502 # Port
152+
capacity: 50 # Akkukapazität in kWh (optional)
153+
minsoc: 25 # Untere Grenze beim Entladen der Batterie (normaler Betrieb) (optional)
154+
maxsoc: 95 # Oberes Limit beim Laden der Batterie aus dem Netz (optional)

templates/nightly/de/meter/sonnenbatterie-eco56_0.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ render:
1515
usage: grid
1616
host: 192.0.2.2 # IP-Adresse oder Hostname
1717
port: 7979 # Port (optional)
18+
cache: 5s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
1819
- usage: pv
1920
default: |
2021
type: template
@@ -28,6 +29,7 @@ render:
2829
usage: pv
2930
host: 192.0.2.2 # IP-Adresse oder Hostname
3031
port: 7979 # Port (optional)
32+
cache: 5s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
3133
- usage: battery
3234
default: |
3335
type: template
@@ -42,3 +44,5 @@ render:
4244
host: 192.0.2.2 # IP-Adresse oder Hostname
4345
port: 7979 # Port (optional)
4446
capacity: 50 # Akkukapazität in kWh (optional)
47+
maxchargepower: # Maximale Ladeleistung für erzwungenes Laden des Speichers in Watt. (optional)
48+
cache: 5s # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
product:
2+
brand: FoxESS
3+
description: H3-Smart Series Hybrid Inverter
4+
capabilities: ["battery-control"]
5+
render:
6+
- usage: grid
7+
default: |
8+
type: template
9+
template: fox-ess-h3-smart
10+
usage: grid
11+
12+
# RS485 via adapter (Modbus RTU)
13+
modbus: rs485serial
14+
id: 247
15+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
16+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
17+
comset: "8N1" # Kommunikationsparameter für den Adapter
18+
19+
# RS485 via TCP/IP (Modbus RTU)
20+
modbus: rs485tcpip
21+
id: 247
22+
host: 192.0.2.2 # Hostname
23+
port: 502 # Port
24+
25+
# Modbus TCP
26+
modbus: tcpip
27+
id: 247
28+
host: 192.0.2.2 # Hostname
29+
port: 502 # Port
30+
advanced: |
31+
type: template
32+
template: fox-ess-h3-smart
33+
usage: grid
34+
35+
# RS485 via adapter (Modbus RTU)
36+
modbus: rs485serial
37+
id: 247
38+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
39+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
40+
comset: "8N1" # Kommunikationsparameter für den Adapter
41+
42+
# RS485 via TCP/IP (Modbus RTU)
43+
modbus: rs485tcpip
44+
id: 247
45+
host: 192.0.2.2 # Hostname
46+
port: 502 # Port
47+
48+
# Modbus TCP
49+
modbus: tcpip
50+
id: 247
51+
host: 192.0.2.2 # Hostname
52+
port: 502 # Port
53+
minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
54+
maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
55+
- usage: pv
56+
default: |
57+
type: template
58+
template: fox-ess-h3-smart
59+
usage: pv
60+
61+
# RS485 via adapter (Modbus RTU)
62+
modbus: rs485serial
63+
id: 247
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: 247
71+
host: 192.0.2.2 # Hostname
72+
port: 502 # Port
73+
74+
# Modbus TCP
75+
modbus: tcpip
76+
id: 247
77+
host: 192.0.2.2 # Hostname
78+
port: 502 # Port
79+
advanced: |
80+
type: template
81+
template: fox-ess-h3-smart
82+
usage: pv
83+
84+
# RS485 via adapter (Modbus RTU)
85+
modbus: rs485serial
86+
id: 247
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: 247
94+
host: 192.0.2.2 # Hostname
95+
port: 502 # Port
96+
97+
# Modbus TCP
98+
modbus: tcpip
99+
id: 247
100+
host: 192.0.2.2 # Hostname
101+
port: 502 # Port
102+
minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
103+
maxsoc: 95 # Upper limit when charging the battery from the grid (optional)
104+
maxacpower: 0 # Maximum AC power of the hybrid inverter in W (optional)
105+
- usage: battery
106+
default: |
107+
type: template
108+
template: fox-ess-h3-smart
109+
usage: battery
110+
111+
# RS485 via adapter (Modbus RTU)
112+
modbus: rs485serial
113+
id: 247
114+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
115+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
116+
comset: "8N1" # Kommunikationsparameter für den Adapter
117+
118+
# RS485 via TCP/IP (Modbus RTU)
119+
modbus: rs485tcpip
120+
id: 247
121+
host: 192.0.2.2 # Hostname
122+
port: 502 # Port
123+
124+
# Modbus TCP
125+
modbus: tcpip
126+
id: 247
127+
host: 192.0.2.2 # Hostname
128+
port: 502 # Port
129+
advanced: |
130+
type: template
131+
template: fox-ess-h3-smart
132+
usage: battery
133+
134+
# RS485 via adapter (Modbus RTU)
135+
modbus: rs485serial
136+
id: 247
137+
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
138+
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
139+
comset: "8N1" # Kommunikationsparameter für den Adapter
140+
141+
# RS485 via TCP/IP (Modbus RTU)
142+
modbus: rs485tcpip
143+
id: 247
144+
host: 192.0.2.2 # Hostname
145+
port: 502 # Port
146+
147+
# Modbus TCP
148+
modbus: tcpip
149+
id: 247
150+
host: 192.0.2.2 # Hostname
151+
port: 502 # Port
152+
capacity: 50 # Battery capacity in kWh (optional)
153+
minsoc: 25 # Lower limit when discharging the battery (normal operation) (optional)
154+
maxsoc: 95 # Upper limit when charging the battery from the grid (optional)

templates/nightly/en/meter/sonnenbatterie-eco56_0.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ render:
1515
usage: grid
1616
host: 192.0.2.2 # IP address or hostname
1717
port: 7979 # Port (optional)
18+
cache: 5s # Time interval with when data should be reloaded from the vehicle (optional)
1819
- usage: pv
1920
default: |
2021
type: template
@@ -28,6 +29,7 @@ render:
2829
usage: pv
2930
host: 192.0.2.2 # IP address or hostname
3031
port: 7979 # Port (optional)
32+
cache: 5s # Time interval with when data should be reloaded from the vehicle (optional)
3133
- usage: battery
3234
default: |
3335
type: template
@@ -42,3 +44,5 @@ render:
4244
host: 192.0.2.2 # IP address or hostname
4345
port: 7979 # Port (optional)
4446
capacity: 50 # Battery capacity in kWh (optional)
47+
maxchargepower: # Maximum charge power for forced charging of the battery in watts. (optional)
48+
cache: 5s # Time interval with when data should be reloaded from the vehicle (optional)

0 commit comments

Comments
 (0)