1+ template : openems-modbus
2+ product :
3+ identifier : fenecon-modbus-api
4+ brand : FENECON
5+ description : Modbus-API
6+ capabilities : ["battery-control"]
7+ description : |
8+ ##### Lizenzhinweis:
9+ Für FENECON FEMS Systeme ist für die aktive Batteriesteuerung eine kommerzielle Lizenz *FEMS App Modbus/TCP Schreibzugriff* erforderlich.<br/><br/>
10+ ##### FEMS-Dokumentation:
11+ - [FEMS App Modbus/TCP – Lesezugriff](https://docs.fenecon.de/de/fems/fems-app/App_ModbusTCP_Lesezugriff.html)
12+ - [FEMS App Modbus/TCP – Schreibzugriff](https://docs.fenecon.de/de/fems/fems-app/App_ModbusTCP_Schreibzugriff.html)
13+ ##### OpenEMS-Dokumentation:
14+ - [OpenEMS Edge Api Modbus Controller](https://openems.github.io/openems.io/openems/latest/edge/controller.html#_api_modbus)
15+
16+ render :
17+ - usage : grid
18+ default : |
19+ type: template
20+ template: openems-modbus
21+ usage: grid
22+
23+ # Modbus TCP
24+ modbus: tcpip
25+ id: 1
26+ host: # Hostname
27+ port: 502 # Port
28+ advanced : |
29+ type: template
30+ template: openems-modbus
31+ usage: grid
32+
33+ # Modbus TCP
34+ modbus: tcpip
35+ id: 1
36+ host: # Hostname
37+ port: 502 # Port
38+ grid_power_register: 315 # Modbus-Register für Netzleistung, GridActivePower (W) (optional)
39+ grid_energy_register: 359 # Modbus-Register für Netzbezug Energie, GridBuyActiveEnergy (Wh) (optional)
40+ - usage : pv
41+ default : |
42+ type: template
43+ template: openems-modbus
44+ usage: pv
45+
46+ # Modbus TCP
47+ modbus: tcpip
48+ id: 1
49+ host: # Hostname
50+ port: 502 # Port
51+ advanced : |
52+ type: template
53+ template: openems-modbus
54+ usage: pv
55+
56+ # Modbus TCP
57+ modbus: tcpip
58+ id: 1
59+ host: # Hostname
60+ port: 502 # Port
61+ pv_power_register: 327 # Modbus-Register für PV-Leistung, ProductionActivePower (W) (optional)
62+ pv_energy_register: 367 # Modbus-Register für PV-Energie, ProductionActiveEnergy (Wh) (optional)
63+ maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (W), optional
64+ - usage : battery
65+ default : |
66+ type: template
67+ template: openems-modbus
68+ usage: battery
69+
70+ # Modbus TCP
71+ modbus: tcpip
72+ id: 1
73+ host: # Hostname
74+ port: 502 # Port
75+ battery: false # steuert Batterie Komponente, aktive Batteriesteuerung (Modbus/TCP schreibend) (optional)
76+ advanced : |
77+ type: template
78+ template: openems-modbus
79+ usage: battery
80+
81+ # Modbus TCP
82+ modbus: tcpip
83+ id: 1
84+ host: # Hostname
85+ port: 502 # Port
86+ battery: false # steuert Batterie Komponente, aktive Batteriesteuerung (Modbus/TCP schreibend) (optional)
87+ battery_power_register: 415 # Modbus-Register für Batterie-Leistung, EssDischargePower (W) (optional)
88+ battery_soc_register: 302 # Modbus-Register für Batteriestand, SoC (%) (optional)
89+ battery_set_register: 710 # Modbus-Register für Ladeleistung, SetActivePowerLessOrEquals (W) (optional)
90+ watchdog: 60s # FEMS/OpenEMS Batteriesteuerung API-Timeout, FEMS/OpenEMS Standard 60s (optional)
91+ minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional)
92+ maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional)
93+ capacity: 50 # Akkukapazität (kWh), optional
94+ maxchargepower: # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional)
95+ maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional)
96+ params :
97+ - name : modbus
98+ example :
99+ default : tcpip
100+ choice : ['tcpip']
101+ unit :
102+ description : Modbus Typ
103+ help :
104+ advanced : false
105+ optional : true
106+ - name : battery
107+ example :
108+ default : false
109+ choice : []
110+ unit :
111+ description : steuert Batterie Komponente
112+ help : aktive Batteriesteuerung (Modbus/TCP schreibend)
113+ advanced : false
114+ optional : true
115+ - name : grid_power_register
116+ example :
117+ default : 315
118+ choice : []
119+ unit :
120+ description : Modbus-Register für Netzleistung
121+ help : GridActivePower (W)
122+ advanced : true
123+ optional : true
124+ - name : grid_energy_register
125+ example :
126+ default : 359
127+ choice : []
128+ unit :
129+ description : Modbus-Register für Netzbezug Energie
130+ help : GridBuyActiveEnergy (Wh)
131+ advanced : true
132+ optional : true
133+ - name : pv_power_register
134+ example :
135+ default : 327
136+ choice : []
137+ unit :
138+ description : Modbus-Register für PV-Leistung
139+ help : ProductionActivePower (W)
140+ advanced : true
141+ optional : true
142+ - name : pv_energy_register
143+ example :
144+ default : 367
145+ choice : []
146+ unit :
147+ description : Modbus-Register für PV-Energie
148+ help : ProductionActiveEnergy (Wh)
149+ advanced : true
150+ optional : true
151+ - name : battery_power_register
152+ example :
153+ default : 415
154+ choice : []
155+ unit :
156+ description : Modbus-Register für Batterie-Leistung
157+ help : EssDischargePower (W)
158+ advanced : true
159+ optional : true
160+ - name : battery_soc_register
161+ example :
162+ default : 302
163+ choice : []
164+ unit :
165+ description : Modbus-Register für Batteriestand
166+ help : SoC (%)
167+ advanced : true
168+ optional : true
169+ - name : battery_set_register
170+ example :
171+ default : 710
172+ choice : []
173+ unit :
174+ description : Modbus-Register für Ladeleistung
175+ help : SetActivePowerLessOrEquals (W)
176+ advanced : true
177+ optional : true
178+ - name : watchdog
179+ example :
180+ default : 60s
181+ choice : []
182+ unit :
183+ description : FEMS/OpenEMS Batteriesteuerung API-Timeout
184+ help : FEMS/OpenEMS Standard 60s
185+ advanced : true
186+ optional : true
187+ - name : minsoc
188+ example : 25
189+ default :
190+ choice : []
191+ unit : ' %'
192+ description : Minimaler Ladestand
193+ help : Untere Grenze beim Entladen der Batterie im normalen Betrieb
194+ advanced : true
195+ optional : true
196+ - name : maxsoc
197+ example : 95
198+ default :
199+ choice : []
200+ unit : ' %'
201+ description : Maximaler Ladestand
202+ help : Oberes Limit beim Laden der Batterie aus dem Netz
203+ advanced : true
204+ optional : true
205+ - name : capacity
206+ example : 50
207+ default :
208+ choice : []
209+ unit : kWh
210+ description : Akkukapazität
211+ help :
212+ advanced : true
213+ optional : true
214+ - name : maxchargepower
215+ example :
216+ default :
217+ choice : []
218+ unit : W
219+ description : Maximale Ladeleistung
220+ help : Für erzwungenes Laden des Speichers.
221+ advanced : true
222+ optional : true
223+ - name : maxdischargepower
224+ example :
225+ default :
226+ choice : []
227+ unit : W
228+ description : Maximale Entladeleistung
229+ help : Maximale Entladeleistung des Speichers.
230+ advanced : true
231+ optional : true
232+ - name : maxacpower
233+ example : 5000
234+ default : 0
235+ choice : []
236+ unit : W
237+ description : Maximale AC Leistung des Hybrid-Wechselrichters
238+ help :
239+ advanced : true
240+ optional : true
241+ modbus :
242+ host :
243+ id : 1
244+ modbus : tcpip
245+ port : 502
246+ tcpip : true
0 commit comments