iobroker.sigenergy 2.5.0 → 2.5.2
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 +12 -0
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,12 @@ Supports the Sigenergy Modbus Protocol V2.9 (released 2026-05-13).
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://www.buymeacoffee.com/ssbingo"><img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=ssbingo&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
12
18
|
## Features
|
|
13
19
|
|
|
14
20
|
- 📡 **Modbus TCP** (Ethernet / WLAN / Optical fiber / 4G) — Port 502
|
|
@@ -174,6 +180,12 @@ Status and power readings for the DC charger.
|
|
|
174
180
|
|
|
175
181
|
## Changelog
|
|
176
182
|
|
|
183
|
+
### 2.5.2 (2026-06-12)
|
|
184
|
+
- (ssbingo) fix: URL-encode spaces in Buy Me a Coffee button src — image was not rendering on GitHub
|
|
185
|
+
|
|
186
|
+
### 2.5.1 (2026-06-12)
|
|
187
|
+
- (ssbingo) fix: correct instanceObject role for info.modelType from 'info.name' to 'text' (W1133/W1135 adapter-checker warnings)
|
|
188
|
+
|
|
177
189
|
### 2.5.0 (2026-06-12)
|
|
178
190
|
|
|
179
191
|
- (ssbingo) Architectural write safety: Modbus writes are rejected in the write dispatcher itself when the target register is not valid for the configured device type (models gating in onStateChange, plant guard for SigenMicro-only)
|
package/io-package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "sigenergy",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.2",
|
|
5
5
|
"news": {
|
|
6
|
-
"2.5.
|
|
7
|
-
"en": "(ssbingo)
|
|
8
|
-
"de": "(ssbingo)
|
|
9
|
-
"ru": "(ssbingo)
|
|
10
|
-
"pt": "(ssbingo)
|
|
11
|
-
"nl": "(ssbingo)
|
|
12
|
-
"fr": "(ssbingo)
|
|
13
|
-
"it": "(ssbingo)
|
|
14
|
-
"es": "(ssbingo)
|
|
15
|
-
"pl": "(ssbingo)
|
|
16
|
-
"uk": "(ssbingo)
|
|
17
|
-
"zh-cn": "(ssbingo)
|
|
6
|
+
"2.5.2": {
|
|
7
|
+
"en": "(ssbingo) fix: URL-encode spaces in Buy Me a Coffee button src — image was not rendering on GitHub",
|
|
8
|
+
"de": "(ssbingo) fix: Leerzeichen in der Buy-me-a-Coffee-Button-URL als %20 kodiert — Bild wurde auf GitHub nicht angezeigt",
|
|
9
|
+
"ru": "(ssbingo) fix: пробелы в URL кнопки Buy Me a Coffee закодированы как %20 — изображение не отображалось на GitHub",
|
|
10
|
+
"pt": "(ssbingo) fix: espaços no URL do botão Buy Me a Coffee codificados como %20 — imagem não era exibida no GitHub",
|
|
11
|
+
"nl": "(ssbingo) fix: spaties in de Buy Me a Coffee-knop-URL gecodeerd als %20 — afbeelding werd niet weergegeven op GitHub",
|
|
12
|
+
"fr": "(ssbingo) fix: encodage des espaces en %20 dans l'URL du bouton Buy Me a Coffee — l'image ne s'affichait pas sur GitHub",
|
|
13
|
+
"it": "(ssbingo) fix: spazi nell'URL del pulsante Buy Me a Coffee codificati come %20 — l'immagine non veniva visualizzata su GitHub",
|
|
14
|
+
"es": "(ssbingo) fix: espacios en la URL del botón Buy Me a Coffee codificados como %20 — la imagen no se mostraba en GitHub",
|
|
15
|
+
"pl": "(ssbingo) fix: spacje w URL przycisku Buy Me a Coffee zakodowane jako %20 — obraz nie był wyświetlany na GitHub",
|
|
16
|
+
"uk": "(ssbingo) fix: пробіли в URL кнопки Buy Me a Coffee закодовано як %20 — зображення не відображалося на GitHub",
|
|
17
|
+
"zh-cn": "(ssbingo) fix: Buy Me a Coffee 按钮链接中的空格编码为 %20 — 图片在 GitHub 上无法显示"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"titleLang": {
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"common": {
|
|
200
200
|
"name": "Device model type (register 30500)",
|
|
201
201
|
"type": "string",
|
|
202
|
-
"role": "
|
|
202
|
+
"role": "text",
|
|
203
203
|
"read": true,
|
|
204
204
|
"write": false,
|
|
205
205
|
"def": ""
|