iobroker.sigenergy 2.5.1 → 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 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,9 @@ 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
+
177
186
  ### 2.5.1 (2026-06-12)
178
187
  - (ssbingo) fix: correct instanceObject role for info.modelType from 'info.name' to 'text' (W1133/W1135 adapter-checker warnings)
179
188
 
package/io-package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "sigenergy",
4
- "version": "2.5.1",
4
+ "version": "2.5.2",
5
5
  "news": {
6
- "2.5.1": {
7
- "en": "(ssbingo) fix: correct instanceObject role for info.modelType from 'info.name' to 'text' (W1133/W1135 adapter-checker warnings)",
8
- "de": "(ssbingo) fix: Rolle des instanceObjects info.modelType von 'info.name' auf 'text' korrigiert (W1133/W1135 Adapter-Checker-Warnungen)",
9
- "ru": "(ssbingo) fix: исправлена роль instanceObject info.modelType с 'info.name' на 'text' (предупреждения W1133/W1135 adapter-checker)",
10
- "pt": "(ssbingo) fix: corrigida a role do instanceObject info.modelType de 'info.name' para 'text' (avisos W1133/W1135 do adapter-checker)",
11
- "nl": "(ssbingo) fix: rol van instanceObject info.modelType gecorrigeerd van 'info.name' naar 'text' (W1133/W1135 adapter-checker-waarschuwingen)",
12
- "fr": "(ssbingo) fix: correction du rôle de l'instanceObject info.modelType de 'info.name' en 'text' (avertissements W1133/W1135 de l'adapter-checker)",
13
- "it": "(ssbingo) fix: corretta la role dell'instanceObject info.modelType da 'info.name' a 'text' (avvisi W1133/W1135 dell'adapter-checker)",
14
- "es": "(ssbingo) fix: corregido el role del instanceObject info.modelType de 'info.name' a 'text' (avisos W1133/W1135 del adapter-checker)",
15
- "pl": "(ssbingo) fix: poprawiono rolę instanceObject info.modelType z 'info.name' na 'text' (ostrzeżenia W1133/W1135 adapter-checker)",
16
- "uk": "(ssbingo) fix: виправлено роль instanceObject info.modelType з 'info.name' на 'text' (попередження W1133/W1135 adapter-checker)",
17
- "zh-cn": "(ssbingo) fix: 将 instanceObject info.modelType 的 role 从 'info.name' 更正为 'text'(adapter-checker 警告 W1133/W1135)"
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sigenergy",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "ioBroker adapter for Sigenergy solar energy systems via Modbus TCP/RTU",
5
5
  "author": {
6
6
  "name": "ssbingo",