iobroker.sun2000 2.4.2 → 2.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -67,12 +67,12 @@ The sun2000 adapter calculates how much of your self-generated solar energy is a
67
67
  ## Changelog
68
68
  <!--
69
69
  Placeholder for the next version (at the beginning of the line):
70
- ### **WORK IN PROGRESS**
71
70
  -->
71
+ ### 2.4.3 (2026-04-19)
72
+ * statistics: new state `statistics.jsonToday` — live summary of today's energy values
73
+
72
74
  ### 2.4.2 (2026-04-04)
73
75
  * fix test-and-release: deploy with 24.x
74
-
75
- ### 2.4.1 (2026-04-04)
76
76
  * statistics: flexcharts integration — built-in Apache ECharts configuration with bar and line chart support
77
77
  * statistics: day-break visualization with alternating shaded areas for hourly charts
78
78
  * statistics: per chart-type templates (`statistics.flexCharts.template.hourly` etc.) for full ECharts customization including functions
@@ -93,263 +93,6 @@ The sun2000 adapter calculates how much of your self-generated solar energy is a
93
93
  * add ChargeDischargePower for Battery units [#234](https://github.com/bolliy/ioBroker.sun2000/issues/234)
94
94
  * add minimum and maximum temperature for battery packs [#236](https://github.com/bolliy/ioBroker.sun2000/issues/236)
95
95
 
96
- ### 2.3.5 (2025-11-17)
97
- * dependency and configuration updates
98
- * Battery status check was suspended in inverter control [#220](https://github.com/bolliy/ioBroker.sun2000/issues/220)
99
- * Emma: dynamic detection of sun2000 inverters and integration of devices such as sun2000
100
- * allow Modbus ID 0 when using the sDongle [#218](https://github.com/bolliy/ioBroker.sun2000/issues/218)
101
-
102
- ### 2.3.4 (2025-11-01)
103
- * dependency and configuration updates
104
- * new state `collected.dailyExternalYield` Riemann sum of `collected.externalPower`
105
-
106
- ### 2.3.3 (2025-10-31)
107
- * Improved verification of the adapter configuration
108
- * new state `inverter.x.derived.dailyActiveEnergy` Inverter daily active energy, which is determined via the Riemann sum of `inverter.x.activePower`
109
- * state `collected.dailyInputYield` was redisigned based on inverter.[0..n-1].derived.dailyActiveEnergy
110
-
111
- ### 2.3.2 (2025-10-24)
112
- * allows again `control.battery.chargeFromGridFunction` when using the Emma
113
-
114
- ### 2.3.1 (2025-10-21)
115
- * fix: handle potential null values in set method of RegisterMap
116
-
117
- ### 2.3.0 (2025-10-21)
118
- * new release for npm migrates to Trusted Publishing
119
-
120
- ### 2.2.1-alpha.0 (2025-10-21)
121
- * inverter control: add same state for startup and shutdown an inverter [#199](https://github.com/bolliy/ioBroker.sun2000/issues/199)
122
- * fix: Device status name has been corrected [#202](https://github.com/bolliy/ioBroker.sun2000/pull/202)
123
- * add undocumented device status `Shutdown: End of the ESS discharge process`
124
- * emma control: new state `emma.control.battery.ESSControlMode`. You can now configure EMMA with TOU-mode (Time of Use) to charge the battery from grid. [#200](https://github.com/bolliy/ioBroker.sun2000/discussions/200)
125
- * if an Emma is installed, some control states of the inverter are deactivated (read only). Mainly for the grid settings.
126
- * deprecated control states have been removed.
127
- * a workaround for issue [#582](https://github.com/yaacov/node-modbus-serial/issues/582) of node-modbus-serial has been implemented.
128
-
129
- ### 2.2.0 (2025-10-05)
130
- * dependency and configuration updates
131
- * new state `meter.derived.signConventionForPowerFeed-in` sign of meter.activePower that is currently being fed into the power grid
132
- * new state `meter.derived.feed-inPower` electric power that is supplied to a grid ("fed in")
133
-
134
- ### 2.1.1 (2025-09-24)
135
- * dependency and configuration updates
136
- * fix: adjust event value limits based on usableSurplus parameters
137
- * fix: swap register values for power consumption in Emma driver #190
138
- * emma: improve power calculation with exponential moving average in EmmaCharger
139
- * update surplus power state definitions and deprecate old identifiers
140
-
141
- ### 2.1.0 (2025-07-06)
142
- * emma: system time is being determined [#179](https://github.com/bolliy/ioBroker.sun2000/issues/179)
143
- * control: add grid power scheduling functionality to inverter driver [#176](https://github.com/bolliy/ioBroker.sun2000/issues/176)
144
-
145
- ### 2.0.0 (2025-06-29)
146
- * add support for chargers via Emma and save the data in the charger path #171
147
- * Establish data consistency between meter.activePower and the power of the meter phases #174
148
- * allows `control.battery.chargeFromGridFunction` when using the Emma
149
- * breaking change:
150
- - the value `sun2000.x.inverter.x.battery.runningStatus` is saved as a number. The translated value (such as STANDBY, RUNNING etc.) is stored in the path sun2000.x.inverter.x.battery.derived
151
-
152
- ### 1.5.0 (2025-05-20)
153
- * update dependencies
154
- * fix: surplus power during battery discharge
155
- * control: new control value `sun2000.0.control.usableSurplus.bufferHysteresis`
156
-
157
- ### 1.4.0 (2025-04-07)
158
- * control: new control state `sun2000.0.control.externalPower` #76
159
- * fixed issue detected by repository checker #166
160
-
161
- ### 1.3.0 (2025-04-02)
162
- * usableSurplusPower: new control state `sun2000.0.control.usableSurplus.allowNegativeValue`
163
-
164
- ### 1.2.0 (2025-04-01)
165
- * dependency and configuration updates
166
- * fix: Object state sDongle.OSVersion to short
167
- * new setting path for controlling the usableSurplusPower parameters `control.usableSurplus`
168
-
169
- ### 1.1.0 (2025-03-19)
170
- * startupTime/shutdownTime are read from the inverter as local time and not as UTC - fixed times are saved in path `derived`
171
- * new state [usableSurplusPower](https://github.com/bolliy/ioBroker.sun2000/wiki/%C3%9Cberschuss-(surplus))
172
- * control: checking and rounding integer numbers
173
- * better solution for math rounding
174
-
175
- ### 1.0.1 (2025-03-01)
176
- * updated further case sensitivity of the object status name
177
- * require ioBroker admin 7.4.10 or higher #154
178
-
179
- ### 1.0.0 (2025-02-10)
180
- * dependency and configuration updates
181
- * updated case sensitivity of the object status name
182
- * Interval time of the slave inverter increased slightly
183
- * Register data is not read in "Standby: detecting irradiation" (0x0002) of the slave inverter
184
- * Control: battery.maximumDischargePower is deprecated use "maximumDischargingPower" instead
185
- * Control: battery.maximumChargePower is deprecated use "maximumChargingPower" instead
186
- * breaking changes
187
- - Node.js 20 or higher required
188
- - ioBroker host (js-controller) 6.0.1 or higher
189
- - ioBroker admin 6.13.16 or higher
190
-
191
- ### 0.18.1 (2025-01-08)
192
- * dependency and configuration updates
193
- * control: if the battery is not running, events related to the battery are discarded
194
- * modbus-proxy: adjusted advanced logging
195
-
196
- ### 0.18.0 (2024-12-11)
197
- * dependency and configuration updates
198
- * modbus-proxy: the modbus ID 250 is mapped to ID 0
199
-
200
- ### 0.17.1 (2024-11-21)
201
- * during the device status "Standby: detecting irradiation" (0x0002) register data is now also read from the inverter
202
- * The reading order of the battery data has been adjusted
203
-
204
- ### 0.17.0 (2024-11-05)
205
- * adjust for Responsive Design #134
206
- * migrate to ESLint 9.x
207
- * node >= v18.18.0
208
- * modbus-proxy: enabled reading data via input register
209
-
210
- ### 0.16.0 (2024-11-01)
211
- * dependency and configuration updates
212
- * read additional register data of Huawei Emma
213
-
214
- ### 0.15.2 (2024-10-30)
215
- * EMMA Device was not initialized
216
-
217
- ### 0.15.1 (2024-10-28)
218
- * SDongle data was not written as object states
219
- * adjust the adapter settings
220
-
221
- ### 0.15.0 (2024-10-24)
222
- * dependency and configuration updates
223
- * display a clearly legible table bar #121
224
- * modbus-proxy write data also to the read cache #119
225
-
226
- ### 0.14.0 (2024-10-20)
227
- * adjust for Responsive Design #121
228
- * lock on asynchronous modbus code
229
- * writing data ​​via the modbus-proxy #119
230
- * read additional register data of Huawei Emma
231
-
232
- ### 0.13.0 (2024-10-11)
233
- * improve Modbus reconnection #116
234
- * configuration update
235
- * initial Integration of Huawei Emma (Huawei Energy Management Assistant) #63
236
-
237
- ### 0.12.1 (2024-09-29)
238
- * no warning from check the valid number during standby: "no irradiation"
239
-
240
- ### 0.12.0 (2024-09-23)
241
- * Requirements from ioBroker Check and Service Bot #104
242
- * added battery packs #85
243
- * added config panel `Further Register`
244
-
245
- ### 0.11.0 (2024-06-27)
246
- * added a donation link in the adapter settings
247
- * dependency updated
248
-
249
- ### 0.10.0 (2024-06-14)
250
- * dependency and configuration updates
251
- * adjust roles in the control path
252
- * Battery control: add backup power SOC #84
253
- * fix: wrong state name `control.battery.targetSOC` with trailing space
254
-
255
- ### 0.9.0 (2024-05-09)
256
- * dependency and configuration updates
257
- * modbus device remains active in standby on the inverter M2,M3
258
-
259
- ### 0.8.0 (2024-04-19)
260
- * Check numerical values for plausibility #75
261
- * realization the "limit the power fed to grid" (Export control)
262
- * realization the "forcible Charge or Discharge Power"
263
- * If the error 'ECONNRESET' appear, the modbus proxy should not terminate
264
-
265
- ### 0.7.1 (2024-04-09)
266
- * inverter model name too many characters #73
267
-
268
- ### 0.7.0 (2024-04-03)
269
- * breaking changes
270
- - Node.js 18.x or higher required
271
- - ioBroker host (js-controller) 5.x or higher
272
-
273
- ### 0.6.2 (2024-03-31)
274
- * standby detection adjusted
275
- * improvement of logs
276
-
277
- ### 0.6.1 (2024-03-23)
278
- * Battery control: After the second failed attempt, the control event is discarded
279
- * Battery control: Adjust the battery maxCharge and Discharge to the actual values
280
-
281
- ### 0.6.0 (2024-03-21)
282
- * realization the "battery charge control" #61
283
- * fix the standby detection #60
284
-
285
- ### 0.5.1 (2024-03-11)
286
- * config page restructured
287
- * read only the required string data
288
- * fix interval medium
289
-
290
- ### 0.5.0 (2024-03-07)
291
- * Integration of [Huawei SmartLogger](https://support.huawei.com/enterprise/de/doc/EDOC1100130069/d8a00460)
292
- * some meter states the unit was changed (for example sun2000.0.meter.activePowerL1) (#56)
293
- * sun2000 serie M2 or higher can also be processed
294
-
295
- ### 0.4.1 (2024-03-03)
296
- * read PV string data slower (medium interval)
297
-
298
- ### 0.4.0 (2024-03-01)
299
- * detect standby mode of inverters (#34)
300
- * devices in standby often give incorrect values. These are assigned "0" (#40)
301
- * the modbus register and the length are stored in the description of the states
302
- * implemented modbus-proxy (read-only cache)
303
- * read register data from SDongleA
304
- * additional loop interval medium (SDongle data)
305
- * Integration of [NRGkick Wallbox](https://www.nrgkick.com)
306
- * read string data faster (high interval)
307
-
308
- ### 0.3.1 (2024-02-12)
309
- * state `sun2000.0.collected.chargeDischargePowercharge` is not always refreshed #47
310
-
311
- ### 0.3.0 (2024-02-10)
312
- * add battery unit information for example temperature #40
313
- * modbus timeout, connect delay and delay can be configured #34
314
- * device status as plain text `sun2000.0.inverter.x.derived.deviceStatus`
315
- * Introduction of a driver model. A separate driver can be created for each device #41
316
-
317
- ### 0.2.1 (2024-02-02)
318
- * Requirements from [Add sun2000 to latest](https://github.com/ioBroker/ioBroker.repositories/pull/3219)
319
-
320
- ### 0.2.0 (2024-01-24)
321
- * [Add sun2000 to latest](https://github.com/ioBroker/ioBroker.repositories/pull/3219)
322
- * improve error handling (#34)
323
- * add simple optimizer info
324
- * Riemann sum of input power with energy loss for new state `dailySolarYield`
325
- * try to recreate the `yield today` from the fusion portal
326
-
327
- ### 0.1.3 (2024-01-17)
328
- * display the data from PV strings (#27)
329
- * optimize the timing of interval loop
330
- * improved handling of read timeouts from more then 2 inverters
331
-
332
- ### 0.1.2 (2024-01-12)
333
- * fix: no Data if interval less 20 sec (#24)
334
- * prepare collected values more precisely
335
- * expand up to 5 inverters #18
336
- * fix: problems with multiple inverters
337
-
338
- ### 0.1.1 (2024-01-07)
339
- * fix some collected values
340
-
341
- ### 0.1.0 (2024-01-06)
342
- * watchdog implemented #11
343
- * state values are cached - only changed data should be stored
344
- * derived and collected values for example `inputPowerEffective` or `inputYield`
345
- * deploy more register
346
-
347
- ### 0.0.2 (2023-12-19)
348
- Dependency and configuration updates
349
-
350
- ### 0.0.1
351
- initial release
352
-
353
96
  ## License
354
97
  MIT License
355
98
 
@@ -1,29 +1,29 @@
1
1
  {
2
- "donateTxt": "Wenn Ihnen dieser Adapter gefällt, denken Sie bitte über eine Spende nach, um meine Arbeit zu unterstützen.",
3
- "address": "Geräte-IP-Adresse",
4
- "port": "Modbus TCP-Port",
5
- "Modbus inverter IDs": "Modbus-Wechselrichter-IDs",
6
- "Update interval (sec)": "Aktualisierungsintervall [Sek.]",
7
- "The device ip address": "Die IP-Adresse des Geräts",
8
- "The modbus TCP port": "Der Modbus-TCP-Port",
9
- "The modbus inverter IDs, separated with character ,": "Wechselrichter-IDs, der Master muss zuerst eingegeben werden, getrennt durch ,",
10
- "Update interval to update the values from the inverters": "Aktualisierungsintervall zur Aktualisierung der Werte von den Wechselrichtern",
11
- "modbus connection timeout": "Zeitüberschreitung der Modbus-Verbindung",
12
- "delay between modbus requests": "Verzögerung zwischen Modbus-Anfragen",
13
- "delay after modbus connected": "Verzögerung nach der Modbus-Verbindung",
14
- "automatic adjustment of the modbus settings": "automatische Anpassung der Modbus-Einstellungen",
15
- "ms.aktive": "Modbus-Proxy aktiv",
16
- "Modbus-proxy via TCP for read-only is active": "Modbus-Proxy über TCP zum Nur-Lesen ist aktiv",
17
- "ms.address": "Modbus-Proxy überwacht die Adresse",
18
- "If want to listen only at localhost use 127.0.0.1": "Wenn Sie nur auf localhost zuhören möchten, verwenden Sie 127.0.0.1",
19
- "ms.port": "Modbus-Proxy-TCP-Port",
20
- "The Modbus-proxy TCP port": "Der Modbus-Proxy-TCP-Port",
21
- "The SDongle modbus ID": "Die SDongle-Modbus-ID – normalerweise 100",
22
- "ms.log": "Erweiterte Protokollierung",
23
- "Advanced logging": "Erweiterte Protokollierung von Modbus-Transaktionen",
24
- "sl.meterId": "Modbus-ID des SmartLogger-Messgeräts",
25
- "The Meter modbus ID": "Die Modbus-ID des Messgeräts",
26
- "sd.active": "SDongle abfragen",
27
- "Create default TOU setting": "Erstellen Sie eine Standard-TOU-Einstellung",
28
- "Examples of application": "Anwendungsbeispiele"
2
+ "Advanced logging": "Erweiterte Protokollierung von Modbus-Transaktionen",
3
+ "Create default TOU setting": "Erstellen Sie eine Standard-TOU-Einstellung",
4
+ "Examples of application": "Anwendungsbeispiele",
5
+ "If want to listen only at localhost use 127.0.0.1": "Wenn Sie nur auf localhost zuhören möchten, verwenden Sie 127.0.0.1",
6
+ "Modbus inverter IDs": "Modbus-Wechselrichter-IDs",
7
+ "Modbus-proxy via TCP for read-only is active": "Modbus-Proxy über TCP zum Nur-Lesen ist aktiv",
8
+ "The Meter modbus ID": "Die Modbus-ID des Messgeräts",
9
+ "The Modbus-proxy TCP port": "Der Modbus-Proxy-TCP-Port",
10
+ "The SDongle modbus ID": "Die SDongle-Modbus-ID normalerweise 100",
11
+ "The device ip address": "Die IP-Adresse des Geräts",
12
+ "The modbus TCP port": "Der Modbus-TCP-Port",
13
+ "The modbus inverter IDs, separated with character ,": "Wechselrichter-IDs, der Master muss zuerst eingegeben werden, getrennt durch ,",
14
+ "Update interval (sec)": "Aktualisierungsintervall [Sek.]",
15
+ "Update interval to update the values from the inverters": "Aktualisierungsintervall zur Aktualisierung der Werte von den Wechselrichtern",
16
+ "address": "Geräte-IP-Adresse",
17
+ "automatic adjustment of the modbus settings": "automatische Anpassung der Modbus-Einstellungen",
18
+ "delay after modbus connected": "Verzögerung nach der Modbus-Verbindung",
19
+ "delay between modbus requests": "Verzögerung zwischen Modbus-Anfragen",
20
+ "donateTxt": "Wenn Ihnen dieser Adapter gefällt, denken Sie bitte über eine Spende nach, um meine Arbeit zu unterstützen.",
21
+ "modbus connection timeout": "Zeitüberschreitung der Modbus-Verbindung",
22
+ "ms.address": "Modbus-Proxy überwacht die Adresse",
23
+ "ms.aktive": "Modbus-Proxy aktiv",
24
+ "ms.log": "Erweiterte Protokollierung",
25
+ "ms.port": "Modbus-Proxy-TCP-Port",
26
+ "port": "Modbus TCP-Port",
27
+ "sd.active": "SDongle abfragen",
28
+ "sl.meterId": "Modbus-ID des SmartLogger-Messgeräts"
29
29
  }
@@ -1,29 +1,29 @@
1
1
  {
2
- "donateTxt": "Si le gusta este adaptador, considere hacer una donación para apoyar mi trabajo.",
3
- "address": "Dirección IP del dispositivo",
4
- "port": "Puerto TCP Modbus",
5
- "Modbus inverter IDs": "ID de inversor Modbus",
6
- "Update interval (sec)": "Intervalo de actualización [seg]",
7
- "The device ip address": "La dirección IP del dispositivo",
8
- "The modbus TCP port": "El puerto TCP Modbus",
9
- "The modbus inverter IDs, separated with character ,": "Los ID del inversor Modbus, separados por el carácter ,",
10
- "Update interval to update the values from the inverters": "Intervalo de actualización para actualizar los valores de los inversores.",
11
- "modbus connection timeout": "tiempo de espera de conexión modbus",
12
- "delay between modbus requests": "retraso entre solicitudes de modbus",
13
- "delay after modbus connected": "retraso después de conectar modbus",
14
- "automatic adjustment of the modbus settings": "ajuste automático de la configuración modbus",
15
- "ms.aktive": "Proxy Modbus activo",
16
- "Modbus-proxy via TCP for read-only is active": "El proxy Modbus a través de TCP para solo lectura está activo",
17
- "ms.address": "Proxy Modbus escuchando en la dirección",
18
- "If want to listen only at localhost use 127.0.0.1": "Si desea escuchar solo en localhost use 127.0.0.1",
19
- "ms.port": "Puerto TCP proxy Modbus",
20
- "The Modbus-proxy TCP port": "El puerto TCP del proxy Modbus",
21
- "The SDongle modbus ID": "El ID modbus del SDongle (generalmente 100)",
22
- "ms.log": "Registro avanzado",
23
- "Advanced logging": "Registro avanzado de transacciones modbus",
24
- "sl.meterId": "ID modbus del medidor SmartLogger",
25
- "The Meter modbus ID": "El ID modbus del medidor",
26
- "sd.active": "Consulta SDongle",
27
- "Create default TOU setting": "Crear configuración TOU predeterminada",
28
- "Examples of application": "Ejemplos de aplicación"
2
+ "Advanced logging": "Registro avanzado de transacciones modbus",
3
+ "Create default TOU setting": "Crear configuración TOU predeterminada",
4
+ "Examples of application": "Ejemplos de aplicación",
5
+ "If want to listen only at localhost use 127.0.0.1": "Si desea escuchar solo en localhost use 127.0.0.1",
6
+ "Modbus inverter IDs": "ID de inversor Modbus",
7
+ "Modbus-proxy via TCP for read-only is active": "El proxy Modbus a través de TCP para solo lectura está activo",
8
+ "The Meter modbus ID": "El ID modbus del medidor",
9
+ "The Modbus-proxy TCP port": "El puerto TCP del proxy Modbus",
10
+ "The SDongle modbus ID": "El ID modbus del SDongle (generalmente 100)",
11
+ "The device ip address": "La dirección IP del dispositivo",
12
+ "The modbus TCP port": "El puerto TCP Modbus",
13
+ "The modbus inverter IDs, separated with character ,": "Los ID del inversor Modbus, separados por el carácter ,",
14
+ "Update interval (sec)": "Intervalo de actualización [seg]",
15
+ "Update interval to update the values from the inverters": "Intervalo de actualización para actualizar los valores de los inversores.",
16
+ "address": "Dirección IP del dispositivo",
17
+ "automatic adjustment of the modbus settings": "ajuste automático de la configuración modbus",
18
+ "delay after modbus connected": "retraso después de conectar modbus",
19
+ "delay between modbus requests": "retraso entre solicitudes de modbus",
20
+ "donateTxt": "Si le gusta este adaptador, considere hacer una donación para apoyar mi trabajo.",
21
+ "modbus connection timeout": "tiempo de espera de conexión modbus",
22
+ "ms.address": "Proxy Modbus escuchando en la dirección",
23
+ "ms.aktive": "Proxy Modbus activo",
24
+ "ms.log": "Registro avanzado",
25
+ "ms.port": "Puerto TCP proxy Modbus",
26
+ "port": "Puerto TCP Modbus",
27
+ "sd.active": "Consulta SDongle",
28
+ "sl.meterId": "ID modbus del medidor SmartLogger"
29
29
  }
@@ -1,29 +1,29 @@
1
1
  {
2
- "donateTxt": "Si vous aimez cet adaptateur, pensez à faire un don pour soutenir mon travail.",
3
- "address": "Adresse IP de l'appareil",
4
- "port": "port TCP Modbus",
5
- "Modbus inverter IDs": "ID des onduleurs Modbus",
6
- "Update interval (sec)": "Intervalle de mise à jour [sec]",
7
- "The device ip address": "L'adresse IP de l'appareil",
8
- "The modbus TCP port": "Le port TCP Modbus",
9
- "The modbus inverter IDs, separated with character ,": "Les identifiants de l'onduleur Modbus, séparés par le caractère ,",
10
- "Update interval to update the values from the inverters": "Intervalle de mise à jour pour mettre à jour les valeurs des onduleurs",
11
- "modbus connection timeout": "délai d'expiration de la connexion Modbus",
12
- "delay between modbus requests": "délai entre les requêtes modbus",
13
- "delay after modbus connected": "délai après la connexion du modbus",
14
- "automatic adjustment of the modbus settings": "ajustement automatique des paramètres modbus",
15
- "ms.aktive": "Proxy Modbus actif",
16
- "Modbus-proxy via TCP for read-only is active": "Le proxy Modbus via TCP pour la lecture seule est actif",
17
- "ms.address": "Modbus-proxy écoutant l'adresse",
18
- "If want to listen only at localhost use 127.0.0.1": "Si vous souhaitez écouter uniquement sur localhost, utilisez 127.0.0.1",
19
- "ms.port": "Port TCP du proxy Modbus",
20
- "The Modbus-proxy TCP port": "Le port TCP du proxy Modbus",
21
- "The SDongle modbus ID": "L'ID modbus du SDongle - généralement 100",
22
- "ms.log": "Journalisation avancée",
23
- "Advanced logging": "Journalisation avancée des transactions Modbus",
24
- "sl.meterId": "ID Modbus du compteur SmartLogger",
25
- "The Meter modbus ID": "L'ID Modbus du compteur",
26
- "sd.active": "Requête SDongle",
27
- "Create default TOU setting": "Créer un paramètre TOU par défaut",
28
- "Examples of application": "Exemples d'application"
2
+ "Advanced logging": "Journalisation avancée des transactions Modbus",
3
+ "Create default TOU setting": "Créer un paramètre TOU par défaut",
4
+ "Examples of application": "Exemples d'application",
5
+ "If want to listen only at localhost use 127.0.0.1": "Si vous souhaitez écouter uniquement sur localhost, utilisez 127.0.0.1",
6
+ "Modbus inverter IDs": "ID des onduleurs Modbus",
7
+ "Modbus-proxy via TCP for read-only is active": "Le proxy Modbus via TCP pour la lecture seule est actif",
8
+ "The Meter modbus ID": "L'ID Modbus du compteur",
9
+ "The Modbus-proxy TCP port": "Le port TCP du proxy Modbus",
10
+ "The SDongle modbus ID": "L'ID modbus du SDongle - généralement 100",
11
+ "The device ip address": "L'adresse IP de l'appareil",
12
+ "The modbus TCP port": "Le port TCP Modbus",
13
+ "The modbus inverter IDs, separated with character ,": "Les identifiants de l'onduleur Modbus, séparés par le caractère ,",
14
+ "Update interval (sec)": "Intervalle de mise à jour [sec]",
15
+ "Update interval to update the values from the inverters": "Intervalle de mise à jour pour mettre à jour les valeurs des onduleurs",
16
+ "address": "Adresse IP de l'appareil",
17
+ "automatic adjustment of the modbus settings": "ajustement automatique des paramètres modbus",
18
+ "delay after modbus connected": "délai après la connexion du modbus",
19
+ "delay between modbus requests": "délai entre les requêtes modbus",
20
+ "donateTxt": "Si vous aimez cet adaptateur, pensez à faire un don pour soutenir mon travail.",
21
+ "modbus connection timeout": "délai d'expiration de la connexion Modbus",
22
+ "ms.address": "Modbus-proxy écoutant l'adresse",
23
+ "ms.aktive": "Proxy Modbus actif",
24
+ "ms.log": "Journalisation avancée",
25
+ "ms.port": "Port TCP du proxy Modbus",
26
+ "port": "port TCP Modbus",
27
+ "sd.active": "Requête SDongle",
28
+ "sl.meterId": "ID Modbus du compteur SmartLogger"
29
29
  }
@@ -1,29 +1,29 @@
1
1
  {
2
- "donateTxt": "Se ti piace questo adattatore, considera di fare una donazione per sostenere il mio lavoro.",
3
- "address": "Indirizzo IP del dispositivo",
4
- "port": "porta TCP Modbus",
5
- "Modbus inverter IDs": "ID inverter Modbus",
6
- "Update interval (sec)": "Intervallo di aggiornamento [sec]",
7
- "The device ip address": "L'indirizzo IP del dispositivo",
8
- "The modbus TCP port": "La porta TCP del Modbus",
9
- "The modbus inverter IDs, separated with character ,": "Gli ID degli inverter Modbus, separati dal carattere ,",
10
- "Update interval to update the values from the inverters": "Intervallo di aggiornamento per aggiornare i valori degli inverter",
11
- "modbus connection timeout": "timeout della connessione modbus",
12
- "delay between modbus requests": "ritardo tra le richieste Modbus",
13
- "delay after modbus connected": "ritardo dopo la connessione del Modbus",
14
- "automatic adjustment of the modbus settings": "regolazione automatica delle impostazioni Modbus",
15
- "ms.aktive": "Proxy Modbus attivo",
16
- "Modbus-proxy via TCP for read-only is active": "Il proxy Modbus tramite TCP per la sola lettura è attivo",
17
- "ms.address": "Ascolto proxy Modbus sull'indirizzo",
18
- "If want to listen only at localhost use 127.0.0.1": "Se vuoi ascoltare solo su localhost usa 127.0.0.1",
19
- "ms.port": "Porta TCP proxy Modbus",
20
- "The Modbus-proxy TCP port": "La porta TCP del proxy Modbus",
21
- "The SDongle modbus ID": "L'ID modbus SDongle: in genere 100",
22
- "ms.log": "Registrazione avanzata",
23
- "Advanced logging": "Registrazione avanzata delle transazioni Modbus",
24
- "sl.meterId": "ID modbus del contatore SmartLogger",
25
- "The Meter modbus ID": "L'ID del modbus del contatore",
26
- "sd.active": "Interroga SDongle",
27
- "Create default TOU setting": "Crea l'impostazione TOU predefinita",
28
- "Examples of application": "Esempi di applicazione"
2
+ "Advanced logging": "Registrazione avanzata delle transazioni Modbus",
3
+ "Create default TOU setting": "Crea l'impostazione TOU predefinita",
4
+ "Examples of application": "Esempi di applicazione",
5
+ "If want to listen only at localhost use 127.0.0.1": "Se vuoi ascoltare solo su localhost usa 127.0.0.1",
6
+ "Modbus inverter IDs": "ID inverter Modbus",
7
+ "Modbus-proxy via TCP for read-only is active": "Il proxy Modbus tramite TCP per la sola lettura è attivo",
8
+ "The Meter modbus ID": "L'ID del modbus del contatore",
9
+ "The Modbus-proxy TCP port": "La porta TCP del proxy Modbus",
10
+ "The SDongle modbus ID": "L'ID modbus SDongle: in genere 100",
11
+ "The device ip address": "L'indirizzo IP del dispositivo",
12
+ "The modbus TCP port": "La porta TCP del Modbus",
13
+ "The modbus inverter IDs, separated with character ,": "Gli ID degli inverter Modbus, separati dal carattere ,",
14
+ "Update interval (sec)": "Intervallo di aggiornamento [sec]",
15
+ "Update interval to update the values from the inverters": "Intervallo di aggiornamento per aggiornare i valori degli inverter",
16
+ "address": "Indirizzo IP del dispositivo",
17
+ "automatic adjustment of the modbus settings": "regolazione automatica delle impostazioni Modbus",
18
+ "delay after modbus connected": "ritardo dopo la connessione del Modbus",
19
+ "delay between modbus requests": "ritardo tra le richieste Modbus",
20
+ "donateTxt": "Se ti piace questo adattatore, considera di fare una donazione per sostenere il mio lavoro.",
21
+ "modbus connection timeout": "timeout della connessione modbus",
22
+ "ms.address": "Ascolto proxy Modbus sull'indirizzo",
23
+ "ms.aktive": "Proxy Modbus attivo",
24
+ "ms.log": "Registrazione avanzata",
25
+ "ms.port": "Porta TCP proxy Modbus",
26
+ "port": "porta TCP Modbus",
27
+ "sd.active": "Interroga SDongle",
28
+ "sl.meterId": "ID modbus del contatore SmartLogger"
29
29
  }
@@ -1,29 +1,29 @@
1
1
  {
2
- "donateTxt": "Als je deze adapter leuk vindt, overweeg dan een donatie te doen om mijn werk te ondersteunen.",
3
- "address": "IP-adres van apparaat",
4
- "port": "modbus TCP-poort",
5
- "Modbus inverter IDs": "Modbus-omvormer-ID's",
6
- "Update interval (sec)": "Update-interval [sec]",
7
- "The device ip address": "Het IP-adres van het apparaat",
8
- "The modbus TCP port": "De modbus TCP-poort",
9
- "The modbus inverter IDs, separated with character ,": "De ID's van de Modbus-omvormer, gescheiden door het teken ,",
10
- "Update interval to update the values from the inverters": "Update-interval om de waarden van de omvormers bij te werken",
11
- "modbus connection timeout": "Time-out voor Modbus-verbinding",
12
- "delay between modbus requests": "vertraging tussen modbus-verzoeken",
13
- "delay after modbus connected": "vertraging nadat modbus is aangesloten",
14
- "automatic adjustment of the modbus settings": "automatische aanpassing van de Modbus-instellingen",
15
- "ms.aktive": "Modbus-proxy actief",
16
- "Modbus-proxy via TCP for read-only is active": "Modbus-proxy via TCP voor alleen-lezen is actief",
17
- "ms.address": "Modbus-proxy luistert op adres",
18
- "If want to listen only at localhost use 127.0.0.1": "Als je alleen op localhost wilt luisteren, gebruik dan 127.0.0.1",
19
- "ms.port": "Modbus-proxy TCP-poort",
20
- "The Modbus-proxy TCP port": "De Modbus-proxy TCP-poort",
21
- "The SDongle modbus ID": "De SDongle modbus-ID - meestal 100",
22
- "ms.log": "Geavanceerde logboekregistratie",
23
- "Advanced logging": "Geavanceerde registratie van modbus-transacties",
24
- "sl.meterId": "Modbus-ID van SmartLogger-meter",
25
- "The Meter modbus ID": "De Modbus-ID van de meter",
26
- "sd.active": "Vraag SDongle aan",
27
- "Create default TOU setting": "Maak een standaard TOU-instelling",
28
- "Examples of application": "Toepassingsvoorbeelden"
2
+ "Advanced logging": "Geavanceerde registratie van modbus-transacties",
3
+ "Create default TOU setting": "Maak een standaard TOU-instelling",
4
+ "Examples of application": "Toepassingsvoorbeelden",
5
+ "If want to listen only at localhost use 127.0.0.1": "Als je alleen op localhost wilt luisteren, gebruik dan 127.0.0.1",
6
+ "Modbus inverter IDs": "Modbus-omvormer-ID's",
7
+ "Modbus-proxy via TCP for read-only is active": "Modbus-proxy via TCP voor alleen-lezen is actief",
8
+ "The Meter modbus ID": "De Modbus-ID van de meter",
9
+ "The Modbus-proxy TCP port": "De Modbus-proxy TCP-poort",
10
+ "The SDongle modbus ID": "De SDongle modbus-ID - meestal 100",
11
+ "The device ip address": "Het IP-adres van het apparaat",
12
+ "The modbus TCP port": "De modbus TCP-poort",
13
+ "The modbus inverter IDs, separated with character ,": "De ID's van de Modbus-omvormer, gescheiden door het teken ,",
14
+ "Update interval (sec)": "Update-interval [sec]",
15
+ "Update interval to update the values from the inverters": "Update-interval om de waarden van de omvormers bij te werken",
16
+ "address": "IP-adres van apparaat",
17
+ "automatic adjustment of the modbus settings": "automatische aanpassing van de Modbus-instellingen",
18
+ "delay after modbus connected": "vertraging nadat modbus is aangesloten",
19
+ "delay between modbus requests": "vertraging tussen modbus-verzoeken",
20
+ "donateTxt": "Als je deze adapter leuk vindt, overweeg dan een donatie te doen om mijn werk te ondersteunen.",
21
+ "modbus connection timeout": "Time-out voor Modbus-verbinding",
22
+ "ms.address": "Modbus-proxy luistert op adres",
23
+ "ms.aktive": "Modbus-proxy actief",
24
+ "ms.log": "Geavanceerde logboekregistratie",
25
+ "ms.port": "Modbus-proxy TCP-poort",
26
+ "port": "modbus TCP-poort",
27
+ "sd.active": "Vraag SDongle aan",
28
+ "sl.meterId": "Modbus-ID van SmartLogger-meter"
29
29
  }