iobroker.sun2000 0.5.0 → 0.6.0
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 +16 -5
- package/admin/i18n/de/translations.json +7 -4
- package/admin/i18n/en/translations.json +4 -1
- package/admin/i18n/es/translations.json +4 -1
- package/admin/i18n/fr/translations.json +4 -1
- package/admin/i18n/it/translations.json +4 -1
- package/admin/i18n/nl/translations.json +4 -1
- package/admin/i18n/pl/translations.json +4 -1
- package/admin/i18n/pt/translations.json +4 -1
- package/admin/i18n/ru/translations.json +4 -1
- package/admin/i18n/uk/translations.json +4 -1
- package/admin/i18n/zh-cn/translations.json +4 -1
- package/admin/jsonConfig.json +106 -22
- package/io-package.json +29 -29
- package/lib/controls/service_queue.js +232 -0
- package/lib/drivers/driver_base.js +25 -14
- package/lib/drivers/driver_inverter.js +69 -21
- package/lib/drivers/driver_sdongle.js +40 -1
- package/lib/modbus/modbus_connect.js +38 -19
- package/lib/register.js +4 -1
- package/lib/tools.js +55 -12
- package/lib/types.js +13 -2
- package/main.js +71 -90
- package/package.json +1 -1
- package/lib/drivers/drivers_old.js +0 -1360
package/README.md
CHANGED
|
@@ -25,7 +25,8 @@ Feel free to follow the discussions in the german [iobroker forum](https://forum
|
|
|
25
25
|
|
|
26
26
|
## Documentation
|
|
27
27
|
|
|
28
|
-
See the [documentation page](./docs/README.md)
|
|
28
|
+
See the [documentation page](./docs/README.md) or
|
|
29
|
+
browse in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki)
|
|
29
30
|
|
|
30
31
|
## Supported hardware
|
|
31
32
|
|
|
@@ -37,12 +38,13 @@ See the [documentation page](./docs/README.md)
|
|
|
37
38
|
|
|
38
39
|
## Feature list
|
|
39
40
|
|
|
40
|
-
* Maximum 5 inverters (master/slave) can be processed, each with a battery module (max. 15kWh).
|
|
41
|
-
* Real-time values such as input power, output power, charging/discharging power and the grid consumption are read out at a fixed interval.
|
|
41
|
+
* Maximum `5 inverters` (master/slave) can be processed, each with a battery module (max. 15kWh).
|
|
42
|
+
* `Real-time` values such as input power, output power, charging/discharging power and the grid consumption are read out at a fixed interval.
|
|
42
43
|
* States are only written for changed data from the inverter. This relieves the burden on the iobroker instance.
|
|
43
44
|
* The states “inputPower” or “activePower” in the “collected” path can be monitored with a “was updated” trigger element. Because these states are always written within the set interval.
|
|
44
|
-
*
|
|
45
|
-
*
|
|
45
|
+
* NEW `Battery charge control`: The battery charging mode of Huawei LUNA2000 batteries can be controlled. Here you can activate and deactivate the battery charging mode to "charging from grid”. In addition, the charging capacity and charging power can be adjusted.
|
|
46
|
+
* `modbus-proxy`: Third party device such as wallbox, energy manager etc. can receive data even if the modbus interface of inverter is already in use. In addition you can mirror the sun2000 data to another IoBroker instance.
|
|
47
|
+
* Huawei `SmartLogger` integration: Monitors and manages the PV power system. The adapter saves the collected data in the same way as it does when read out the inverter directly.
|
|
46
48
|
|
|
47
49
|
## Changelog
|
|
48
50
|
|
|
@@ -50,6 +52,15 @@ See the [documentation page](./docs/README.md)
|
|
|
50
52
|
Placeholder for the next version (at the beginning of the line):
|
|
51
53
|
### **WORK IN PROGRESS**
|
|
52
54
|
-->
|
|
55
|
+
### 0.6.0 (2024-03-21)
|
|
56
|
+
* realization the "battery charge control" #61
|
|
57
|
+
* fix the standby detection #60
|
|
58
|
+
|
|
59
|
+
### 0.5.1 (2024-03-11)
|
|
60
|
+
* Config page restructured
|
|
61
|
+
* read only the required string data
|
|
62
|
+
* fix interval medium
|
|
63
|
+
|
|
53
64
|
### 0.5.0 (2024-03-07)
|
|
54
65
|
* Integration of [Huawei SmartLogger](https://support.huawei.com/enterprise/de/doc/EDOC1100130069/d8a00460)
|
|
55
66
|
* some meter states the unit was changed (for example sun2000.0.meter.activePowerL1) (#56)
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"delay after modbus connected": "Verzögerung nach der Modbus-Verbindung",
|
|
14
14
|
"automatic adjustment of the modbus settings": "automatische Anpassung der Modbus-Einstellungen",
|
|
15
15
|
"ms.aktive": "Modbus-Proxy aktiv",
|
|
16
|
-
"Modbus-proxy via TCP for read-only is active": "Modbus-Proxy über TCP
|
|
16
|
+
"Modbus-proxy via TCP for read-only is active": "Modbus-Proxy über TCP zum Nur-Lesen ist aktiv",
|
|
17
17
|
"ms.address": "Modbus-Proxy-IP-Adresse",
|
|
18
|
-
"If want to listen only at localhost use 127.0.0.1": "Wenn Sie nur auf localhost
|
|
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
19
|
"ms.port": "Modbus-Proxy-TCP-Port",
|
|
20
20
|
"The Modbus-proxy TCP port": "Der Modbus-Proxy-TCP-Port",
|
|
21
21
|
"The SDongle modbus ID": "Die SDongle-Modbus-ID – normalerweise 100",
|
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
"Advanced logging": "Erweiterte Protokollierung von Modbus-Transaktionen",
|
|
24
24
|
"sl.aktive": "SmartLogger aktiv",
|
|
25
25
|
"SmartLogger active": "SmartLogger aktiv",
|
|
26
|
-
"sl.meterId": "Modbus-ID des
|
|
27
|
-
"The Meter modbus ID": "Die Modbus-ID des
|
|
26
|
+
"sl.meterId": "Modbus-ID des SmartLogger-Messgeräts",
|
|
27
|
+
"The Meter modbus ID": "Die Modbus-ID des Messgeräts",
|
|
28
|
+
"sd.active": "Verwenden Sie SDongle",
|
|
29
|
+
"Create default TOU setting": "Standard TOU Einstellung verwenden",
|
|
30
|
+
"Examples of application": "Anwendungsbeispiele"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive" : "SmartLogger active",
|
|
25
25
|
"SmartLogger active" : "SmartLogger active",
|
|
26
26
|
"sl.meterId" : "SmartLogger meter modbus ID",
|
|
27
|
-
"The Meter modbus ID" : "The Meter modbus ID"
|
|
27
|
+
"The Meter modbus ID" : "The Meter modbus ID",
|
|
28
|
+
"sd.active" : "Use SDongle",
|
|
29
|
+
"Create default TOU setting" : "Create default TOU setting",
|
|
30
|
+
"Examples of application" : "Examples of application"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger activo",
|
|
25
25
|
"SmartLogger active": "SmartLogger activo",
|
|
26
26
|
"sl.meterId": "ID modbus del medidor SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "El ID modbus del medidor"
|
|
27
|
+
"The Meter modbus ID": "El ID modbus del medidor",
|
|
28
|
+
"sd.active": "Usar SDongle",
|
|
29
|
+
"Create default TOU setting": "Crear configuración TOU predeterminada",
|
|
30
|
+
"Examples of application": "Ejemplos de aplicación"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger actif",
|
|
25
25
|
"SmartLogger active": "SmartLogger actif",
|
|
26
26
|
"sl.meterId": "ID Modbus du compteur SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "L'ID Modbus du compteur"
|
|
27
|
+
"The Meter modbus ID": "L'ID Modbus du compteur",
|
|
28
|
+
"sd.active": "Utiliser SDongle",
|
|
29
|
+
"Create default TOU setting": "Créer un paramètre TOU par défaut",
|
|
30
|
+
"Examples of application": "Exemples d'application"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger attivo",
|
|
25
25
|
"SmartLogger active": "SmartLogger attivo",
|
|
26
26
|
"sl.meterId": "ID modbus del contatore SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "L'ID del modbus del contatore"
|
|
27
|
+
"The Meter modbus ID": "L'ID del modbus del contatore",
|
|
28
|
+
"sd.active": "Utilizza SDongle",
|
|
29
|
+
"Create default TOU setting": "Crea l'impostazione TOU predefinita",
|
|
30
|
+
"Examples of application": "Esempi di applicazione"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger actief",
|
|
25
25
|
"SmartLogger active": "SmartLogger actief",
|
|
26
26
|
"sl.meterId": "Modbus-ID van SmartLogger-meter",
|
|
27
|
-
"The Meter modbus ID": "De Modbus-ID van de meter"
|
|
27
|
+
"The Meter modbus ID": "De Modbus-ID van de meter",
|
|
28
|
+
"sd.active": "Gebruik SDongle",
|
|
29
|
+
"Create default TOU setting": "Maak een standaard TOU-instelling",
|
|
30
|
+
"Examples of application": "Toepassingsvoorbeelden"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger aktywny",
|
|
25
25
|
"SmartLogger active": "SmartLogger aktywny",
|
|
26
26
|
"sl.meterId": "Identyfikator Modbus miernika SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "Identyfikator Modbus miernika"
|
|
27
|
+
"The Meter modbus ID": "Identyfikator Modbus miernika",
|
|
28
|
+
"sd.active": "Skorzystaj z SDongle",
|
|
29
|
+
"Create default TOU setting": "Utwórz domyślne ustawienie TOU",
|
|
30
|
+
"Examples of application": "Przykłady zastosowań"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger ativo",
|
|
25
25
|
"SmartLogger active": "SmartLogger ativo",
|
|
26
26
|
"sl.meterId": "ID modbus do medidor SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "O ID do modbus do medidor"
|
|
27
|
+
"The Meter modbus ID": "O ID do modbus do medidor",
|
|
28
|
+
"sd.active": "Usar SD Dongle",
|
|
29
|
+
"Create default TOU setting": "Criar configuração padrão de TOU",
|
|
30
|
+
"Examples of application": "Exemplos de aplicação"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger активен",
|
|
25
25
|
"SmartLogger active": "SmartLogger активен",
|
|
26
26
|
"sl.meterId": "Идентификатор Modbus счетчика SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "Идентификатор Modbus измерителя"
|
|
27
|
+
"The Meter modbus ID": "Идентификатор Modbus измерителя",
|
|
28
|
+
"sd.active": "Используйте SD-донгл",
|
|
29
|
+
"Create default TOU setting": "Создать настройку TOU по умолчанию",
|
|
30
|
+
"Examples of application": "Примеры применения"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger активний",
|
|
25
25
|
"SmartLogger active": "SmartLogger активний",
|
|
26
26
|
"sl.meterId": "ID лічильника Modbus SmartLogger",
|
|
27
|
-
"The Meter modbus ID": "ID лічильника modbus"
|
|
27
|
+
"The Meter modbus ID": "ID лічильника modbus",
|
|
28
|
+
"sd.active": "Використовуйте SDongle",
|
|
29
|
+
"Create default TOU setting": "Створити налаштування умов використання за умовчанням",
|
|
30
|
+
"Examples of application": "Приклади застосування"
|
|
28
31
|
}
|
|
@@ -24,5 +24,8 @@
|
|
|
24
24
|
"sl.aktive": "SmartLogger 激活",
|
|
25
25
|
"SmartLogger active": "SmartLogger 激活",
|
|
26
26
|
"sl.meterId": "SmartLogger电表modbus ID",
|
|
27
|
-
"The Meter modbus ID": "仪表 modbus ID"
|
|
27
|
+
"The Meter modbus ID": "仪表 modbus ID",
|
|
28
|
+
"sd.active": "使用SDDongle",
|
|
29
|
+
"Create default TOU setting": "创建默认 TOU 设置",
|
|
30
|
+
"Examples of application": "应用实例"
|
|
28
31
|
}
|
package/admin/jsonConfig.json
CHANGED
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"address": {
|
|
16
16
|
"type": "text",
|
|
17
17
|
"label": "address",
|
|
18
|
-
"newLine": true,
|
|
19
18
|
"tooltip": "The device ip address",
|
|
20
19
|
"sm": 12,
|
|
21
20
|
"md": 8,
|
|
22
|
-
"lg": 2
|
|
21
|
+
"lg": 2,
|
|
22
|
+
"newLine": true
|
|
23
23
|
},
|
|
24
24
|
"port": {
|
|
25
25
|
"type": "number",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"label": "Modbus inverter IDs",
|
|
36
36
|
"sm": 12,
|
|
37
37
|
"md": 8,
|
|
38
|
-
"lg":
|
|
38
|
+
"lg": 2,
|
|
39
39
|
"default": "1",
|
|
40
40
|
"newLine": true,
|
|
41
41
|
"tooltip": "The modbus inverter IDs, separated with character ,"
|
|
@@ -49,25 +49,29 @@
|
|
|
49
49
|
"newLine": true,
|
|
50
50
|
"tooltip": "Update interval to update the values from the inverters"
|
|
51
51
|
},
|
|
52
|
-
"
|
|
52
|
+
"mainHdr3": {
|
|
53
53
|
"newLine": true,
|
|
54
54
|
"type": "header",
|
|
55
|
-
"text": "
|
|
55
|
+
"text": "SDongle Settings",
|
|
56
56
|
"size": 2
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"chipsTxt": {
|
|
59
|
+
"type": "staticText",
|
|
60
|
+
"text": "Provides the collected data from the SDongle",
|
|
61
|
+
"newLine": true
|
|
62
|
+
},
|
|
63
|
+
"sd_active": {
|
|
59
64
|
"type": "checkbox",
|
|
60
|
-
"label": "
|
|
65
|
+
"label": "sd.active",
|
|
61
66
|
"newLine": true,
|
|
62
|
-
"tooltip": "
|
|
67
|
+
"tooltip": "SDongle active"
|
|
63
68
|
},
|
|
64
|
-
"
|
|
69
|
+
"sDongleId": {
|
|
65
70
|
"type": "text",
|
|
66
|
-
"label": "
|
|
71
|
+
"label": "SDongleA modbus ID",
|
|
67
72
|
"lg": 2,
|
|
68
|
-
"newLine": true
|
|
69
|
-
|
|
70
|
-
}
|
|
73
|
+
"newLine": true
|
|
74
|
+
}
|
|
71
75
|
}
|
|
72
76
|
},
|
|
73
77
|
"tab2": {
|
|
@@ -111,8 +115,70 @@
|
|
|
111
115
|
"tooltip": "automatic adjustment of the modbus settings"
|
|
112
116
|
}
|
|
113
117
|
}
|
|
114
|
-
},
|
|
118
|
+
},
|
|
115
119
|
"tab3": {
|
|
120
|
+
"type": "panel",
|
|
121
|
+
"label": "Battery control",
|
|
122
|
+
"items": {
|
|
123
|
+
"mainHdr3": {
|
|
124
|
+
"newLine": true,
|
|
125
|
+
"type": "header",
|
|
126
|
+
"text": "Battery charge control",
|
|
127
|
+
"size": 2
|
|
128
|
+
},
|
|
129
|
+
"chipsTxt": {
|
|
130
|
+
"type": "staticText",
|
|
131
|
+
"text": "The settings can be made via the path “inverter.x.control”",
|
|
132
|
+
"newLine": true
|
|
133
|
+
},
|
|
134
|
+
"cb_tou": {
|
|
135
|
+
"type": "checkbox",
|
|
136
|
+
"label": "Create default TOU setting",
|
|
137
|
+
"newLine": true,
|
|
138
|
+
"help": "The “default TOU settings” is interesting for the “force battery charging from the grid” function, which is required for variable energy prices."
|
|
139
|
+
},
|
|
140
|
+
"staticLink1": {
|
|
141
|
+
"type": "staticLink",
|
|
142
|
+
"text": "Examples of application",
|
|
143
|
+
"href": "https://github.com/bolliy/ioBroker.sun2000/wiki/Battery-control",
|
|
144
|
+
"button": true,
|
|
145
|
+
"icon": "info",
|
|
146
|
+
"newLine": true
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"tab4": {
|
|
151
|
+
"type": "panel",
|
|
152
|
+
"label": "Smart Logger",
|
|
153
|
+
"items": {
|
|
154
|
+
"mainHdr3": {
|
|
155
|
+
"newLine": true,
|
|
156
|
+
"type": "header",
|
|
157
|
+
"text": "SmartLogger Settings",
|
|
158
|
+
"size": 2
|
|
159
|
+
},
|
|
160
|
+
"chipsTxt": {
|
|
161
|
+
"type": "staticText",
|
|
162
|
+
"text": "The SmartLogger monitors and manages PV systems and energy storage systems. It converges all ports, converts protocols, collects and stores data, and centrally monitors and maintains the devices in the systems.",
|
|
163
|
+
"newLine": true
|
|
164
|
+
},
|
|
165
|
+
"sl_active": {
|
|
166
|
+
"type": "checkbox",
|
|
167
|
+
"label": "sl.aktive",
|
|
168
|
+
"newLine": true,
|
|
169
|
+
"tooltip": "SmartLogger active"
|
|
170
|
+
},
|
|
171
|
+
"sl_meterId": {
|
|
172
|
+
"type": "text",
|
|
173
|
+
"label": "sl.meterId",
|
|
174
|
+
"lg": 2,
|
|
175
|
+
"newLine": true,
|
|
176
|
+
"tooltip": "The Meter modbus ID"
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"tab5": {
|
|
116
182
|
"type": "panel",
|
|
117
183
|
"label": "Modbus-proxy",
|
|
118
184
|
"items": {
|
|
@@ -152,13 +218,6 @@
|
|
|
152
218
|
"newLine": true,
|
|
153
219
|
"tooltip" : "The Modbus-proxy TCP port"
|
|
154
220
|
},
|
|
155
|
-
"sDongleId": {
|
|
156
|
-
"type": "text",
|
|
157
|
-
"label": "SDongleA modbus ID",
|
|
158
|
-
"lg": 2,
|
|
159
|
-
"newLine": true,
|
|
160
|
-
"tooltip": "The SDongle modbus ID"
|
|
161
|
-
},
|
|
162
221
|
"ms_log": {
|
|
163
222
|
"type": "checkbox",
|
|
164
223
|
"label": "ms.log",
|
|
@@ -166,6 +225,31 @@
|
|
|
166
225
|
"tooltip": "Advanced logging"
|
|
167
226
|
}
|
|
168
227
|
}
|
|
169
|
-
}
|
|
228
|
+
},
|
|
229
|
+
"tab6": {
|
|
230
|
+
"type": "panel",
|
|
231
|
+
"label": "help",
|
|
232
|
+
"items": {
|
|
233
|
+
"Hdr1": {
|
|
234
|
+
"newLine": true,
|
|
235
|
+
"type": "header",
|
|
236
|
+
"text": "How do I get help?",
|
|
237
|
+
"size": 2
|
|
238
|
+
},
|
|
239
|
+
"chipsTxt": {
|
|
240
|
+
"type": "staticText",
|
|
241
|
+
"text": "Do you need help? There are multiple ways of getting support. ",
|
|
242
|
+
"newLine": true
|
|
243
|
+
},
|
|
244
|
+
"staticLink1": {
|
|
245
|
+
"type": "staticLink",
|
|
246
|
+
"text": "Available help options",
|
|
247
|
+
"href": "https://github.com/bolliy/ioBroker.sun2000/wiki/Hilfe-(support)",
|
|
248
|
+
"icon": "info",
|
|
249
|
+
"button": true,
|
|
250
|
+
"newLine": true
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
170
254
|
}
|
|
171
255
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "sun2000",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.6.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.6.0": {
|
|
7
|
+
"en": "realization the \"battery charge control\" #61\nfix the standby detection #60",
|
|
8
|
+
"de": "realisierung der \"batterieladungskontrolle\" #61\nfixieren sie die standby-erkennung #60",
|
|
9
|
+
"ru": "#61\nисправить резервное обнаружение #60",
|
|
10
|
+
"pt": "realização do \"controle de carga de bateria\" #61\ncorrigir a detecção de espera #60",
|
|
11
|
+
"nl": "realisatie van de \"battery charge control\" #61\nfix de stand-by detectie #60",
|
|
12
|
+
"fr": "réalisation du \"contrôle de charge de batterie\" #61\nfixer la détection de veille #60",
|
|
13
|
+
"it": "realizzazione del \"controllo di carica della batteria\" #61\nfissare il rilevamento standby #60",
|
|
14
|
+
"es": "realización del \"control de carga de batería\" #61\narregla la detección de standby #60",
|
|
15
|
+
"pl": "realizacja \"kontroli ładunku akumulatora\" # 61\nnaprawić czujnik czuwania # 60",
|
|
16
|
+
"uk": "впровадження \"управління платежем\" no61\nзафіксувати виявлення стендів #60",
|
|
17
|
+
"zh-cn": "实现\"电池充电控制\"#61\n修复备用检测器 # 60"
|
|
18
|
+
},
|
|
19
|
+
"0.5.1": {
|
|
20
|
+
"en": "Config page restructured\nRead only the required string data\nfix interval medium",
|
|
21
|
+
"de": "Config-Seite umstrukturiert\nLesen Sie nur die gewünschten Stringdaten\nintervall mittel",
|
|
22
|
+
"ru": "Реструктуризация страницы настройки\nЧитайте только требуемые данные строки\nфиксированный интервал",
|
|
23
|
+
"pt": "Página de confiança reestruturada\nLeia apenas os dados de string necessários\nmédia de intervalo de correção",
|
|
24
|
+
"nl": "Configuratiepagina geherstructureerd\nAlleen de vereiste tekenreeksgegevens lezen\nfix interval medium",
|
|
25
|
+
"fr": "Config page restructurée\nLire seulement les données de chaîne requises\nintervalle de fixation moyen",
|
|
26
|
+
"it": "Pagina di configurazione ristrutturata\nLeggi solo i dati della stringa richiesti\nintervallo di fissaggio medio",
|
|
27
|
+
"es": "Reestructuración de la página de confidencialidad\nLea sólo los datos de cadena requeridos\nintervalo de fijación medio",
|
|
28
|
+
"pl": "Strona konfiguracyjna zrestrukturyzowana\nPrzeczytaj tylko wymagane dane łańcuchowe\nmedium interwałowe",
|
|
29
|
+
"uk": "Налаштування реструктуризації сторінки\nПрочитати тільки необхідні дані рядків\nфіксувати інтервал середні",
|
|
30
|
+
"zh-cn": "配置页面调整\n只读所需的字符串数据\n固定间隔介质"
|
|
31
|
+
},
|
|
6
32
|
"0.5.0": {
|
|
7
33
|
"en": "Integration of [Huawei SmartLogger](https://support.huawei.com/enterprise/de/doc/EDOC1100130069/d8a00460)\nsome meter states the unit was changed (for example sun2000.0.meter.activePowerL1) (#56)\nsun2000 serie M2 or higher can also be processed",
|
|
8
34
|
"de": "Integration von [Huawei SmartLogger](https://support.huawei.com/enterprise/de/doc/EDOC1100130069/d8a00460)\neinige Zählerzustände wurden geändert (z.B. sun2000.0.meter.activePowerL1) (#56)\nsun2000 serie M2 oder höher kann auch verarbeitet werden",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "dodaj informacje o akumulatorze np. temperatura # 40\nmodbus timeout, connect opóźnienie i opóźnienie można skonfigurować # 34\nstatus urządzenia jako zwykłego tekstu 'Sun2000.0.inverter.x.derived.deviceStatus'\nWprowadzenie modelu kierowcy. Dla każdego urządzenia # 41 można utworzyć oddzielny sterownik",
|
|
68
94
|
"uk": "додати інформацію акумулятора для прикладної температури #40\nмодульний час, затримки з'єднання та затримки можна налаштувати #34\nстатус на сервери й\nВступ моделі драйвера. Для кожного пристрою No41 призначений окремий драйвер",
|
|
69
95
|
"zh-cn": "添加电池单位信息, 如温度# 40\nmodbus 超时, 连接延迟和延迟可以配置 # 34\n设备状态为纯文本 `sun2000.0.inverter.x. exterm.device status ' `\n引入驱动模式. 每个设备都可以创建单独的驱动程序 # 41"
|
|
70
|
-
},
|
|
71
|
-
"0.2.1": {
|
|
72
|
-
"en": "Requirements from [Add sun2000 to latest](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
73
|
-
"de": "Anforderungen von [Sonnen 2000 bis spätestens](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
74
|
-
"ru": "Требования от [Add sun2000 до последнего] (https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
75
|
-
"pt": "Requisitos de [Adicionar sun2000 para o mais recente](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
76
|
-
"nl": "Vereisten van [Toevoegen aan sun2000 laatste](https://github.com/ioBroker/ioBroker.repositoria/pull/3219)",
|
|
77
|
-
"fr": "Exigences de [Ajouter sun2000 à la dernière](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
78
|
-
"it": "Requisiti da [Add sun2000 to more](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
79
|
-
"es": "Necesidades de [Agregar el sol 2000 a más tardar](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
80
|
-
"pl": "Data umieszczenia w wykazie",
|
|
81
|
-
"uk": "Вимоги до [Додати сонце2000 to last](https://github.com/ioBroker/ioBroker.repositories/pull/3219)",
|
|
82
|
-
"zh-cn": "(https://github.com/ioBroker/ioBroker.repositories/pul/3219) 需求"
|
|
83
|
-
},
|
|
84
|
-
"0.2.0": {
|
|
85
|
-
"en": "improve error handling (#34)\nadd simple optimizer info \nRiemann sum of input power with energy loss for new state `dailySolarYield`\ntry to recreate the `yield today` from the fusion portal",
|
|
86
|
-
"de": "fehlerbehandlung verbessern (#34)\neinfache optimierer-info hinzufügen\nRiemann Summe der Eingangsleistung mit Energieverlust für neuen Zustand `dailySolarYield `\nversuchen, den `yield heute` aus dem fusionsportal wiederherzustellen",
|
|
87
|
-
"ru": "улучшить обработку ошибок (#34)\nдобавить простую информацию о оптимизации\nRiemann Сумма входной мощности с потерей энергии для нового состояния `dailySolarYield \"\nпопытаться воссоздать «урожай сегодня» с портала синтеза",
|
|
88
|
-
"pt": "melhorar o manuseio de erros (#34)\nadicionar informações de otimização simples\nRiemann soma de energia de entrada com perda de energia para novo estado `dailySolarYield \"\ntentar recriar o `yield hoje` do portal de fusão",
|
|
89
|
-
"nl": "verbetering van de foutafhandeling (#34)\nvoeg eenvoudige optimalisatie info toe\nRiemann-som van het ingangsvermogen met energieverlies voor nieuwe toestand Wat\nproberen om de te recreëren van vandaag van de fusie portal",
|
|
90
|
-
"fr": "améliorer la gestion des erreurs (#34)\najouter des informations d'optimisation simples\nRiemann somme de puissance d'entrée avec perte d'énergie pour le nouvel état `dailySolarYield \"\nessayer de recréer le « rendement aujourd'hui » du portail de fusion",
|
|
91
|
-
"it": "migliorare la gestione degli errori (#34)\naggiungere semplici informazioni di ottimizzazione\nRiemann somma di potenza di ingresso con perdita di energia per nuovo stato `dailySolarYield #\ncercare di ricreare il `yield oggi` dal portale fusion",
|
|
92
|
-
"es": "mejorar el manejo de errores (#34)\nañadir información de optimización simple\nRiemann suma de poder de entrada con pérdida de energía para el nuevo estado `dailySolarYield `\ntratar de recrear el `yield hoy' del portal de fusión",
|
|
93
|
-
"pl": "poprawić obsługę błędów (# 34)\ndodaj proste informacje o optymalizacji\nRiemann suma mocy wejściowej z utratą energii dla nowego stanu \"dailySolarYeld '\nspróbuj odtworzyć \"wydajność dzisiaj\" z portalu syntezy jądrowej",
|
|
94
|
-
"uk": "поліпшення обробки помилок (#34)\nдодати просту оптимізацію\nСума вхідної енергії з втратою енергії для нового стану `dailySolarYield й\nнамагатися відтворити `yield сьогодні` з порталу fusion",
|
|
95
|
-
"zh-cn": "改进错误处理(# 34)\n添加简单的优化信息\nRiemann 输入功率总和, `\n尝试从聚变门户重现“今天”"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
"charger",
|
|
134
134
|
"sdongle"
|
|
135
135
|
],
|
|
136
|
-
"license": "MIT",
|
|
137
136
|
"tier": 2,
|
|
138
137
|
"licenseInformation": {
|
|
139
138
|
"license": "MIT",
|
|
@@ -176,6 +175,8 @@
|
|
|
176
175
|
"port": 502,
|
|
177
176
|
"modbusIds": "1",
|
|
178
177
|
"updateInterval": 20,
|
|
178
|
+
"sd_active": false,
|
|
179
|
+
"sDongleId": "100",
|
|
179
180
|
"timeout": 10000,
|
|
180
181
|
"delay": 0,
|
|
181
182
|
"connectDelay": 5000,
|
|
@@ -184,7 +185,6 @@
|
|
|
184
185
|
"ms_address": "0.0.0.0",
|
|
185
186
|
"ms_port": 502,
|
|
186
187
|
"ms_log": false,
|
|
187
|
-
"sDongleId": "100",
|
|
188
188
|
"sl_active": false,
|
|
189
189
|
"sl_meterId": 11
|
|
190
190
|
},
|