iobroker.sigenergy 3.3.1 → 3.3.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 +9 -0
- package/io-package.json +28 -28
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -255,6 +255,15 @@ Status and power readings for the DC charger.
|
|
|
255
255
|
|
|
256
256
|
## Changelog
|
|
257
257
|
|
|
258
|
+
### 3.3.3 (2026-09-12)
|
|
259
|
+
- (ssbingo) fix: `io-package.json` names `ssbingo <s.sternitzke@online.de>` as maintainer instead of the placeholder "ioBroker Community", which carried no contact address — reported as **[E4048]** by the ioBroker repository checker. The entry now matches `author` in `package.json`
|
|
260
|
+
- (ssbingo) fix: `common.news` trimmed to the seven most recent versions (**[W1032]**); the ioBroker repository builder truncates there anyway. The full history stays in this changelog
|
|
261
|
+
|
|
262
|
+
### 3.3.2 (2026-09-12)
|
|
263
|
+
- (ioBroker-Bot) chore: the CI test matrix now also covers Node.js 26 (22/24/26 on ubuntu, windows and macOS) — all three run green, so the adapter is ready for the October 2026 LTS
|
|
264
|
+
- (ssbingo) chore: `@iobroker/testing` updated from 5.3.0 to 6.2.1
|
|
265
|
+
- (ssbingo) chore: raised the `deepl-node` override to 1.28.0 and `adm-zip` to 0.6.1. 1.28.0 no longer depends on `js-yaml` and accepts the patched `adm-zip`, which clears the two advisories the updated tooling pulled in — `npm audit` is back to 0. Development tooling only; `npm audit --omit=dev` was 0 throughout
|
|
266
|
+
|
|
258
267
|
### 3.3.1 (2026-09-07)
|
|
259
268
|
- (ssbingo) fix: registers the device marks as not valid are no longer turned into plausible looking measurements. The protocol signals this by setting all bits ("Range:[0, 0xFFFFFFFE]. With value 0xFFFFFFFF, register is not valid.") and a device answers that way for a register that does not currently apply or that its firmware does not implement. The raw sentinel was scaled by the register gain, so it arrived as a reading that looks real: observed on a SigenStor EC 10.0 TP **with** a DC charger installed, `dcCharger.runningState` = 65535 (Appendix 14 only defines 0x00-0x0A), `dcCharger.dischargingCurrent` = 6553.5 A, `dcCharger.currentDischargingCapacity` = 42949672.95 kWh and `dcCharger.currentDischargingDuration` = 4294967295 s, while the neighbouring DC charger registers (rated power, PV generation, totals) returned real values. The same pattern appears outside the DC charger, e.g. `plant.currentCtrlCmdValue` = 655.35 %, `plant.mergedAlarm7` = 65535, `inverter.essMaxBatteryCellVoltage` = 65.535 V and the ESS/PCS/grid limit registers as 4294967.295 kW. Such registers now report no value instead
|
|
260
269
|
- (ssbingo) fix: a register that reports no value no longer feeds the statistics calculation, which keeps the last known good reading instead
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "sigenergy",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.3.3": {
|
|
7
|
+
"en": "(ssbingo) fix: io-package.json now names a maintainer with a contact address instead of the placeholder \"ioBroker Community\", and the release notes are trimmed to the seven entries the ioBroker repository builder keeps. Metadata only — the adapter itself is unchanged.",
|
|
8
|
+
"de": "(ssbingo) fix: io-package.json nennt jetzt einen Maintainer mit Kontaktadresse statt des Platzhalters \"ioBroker Community\", und die Release-Notes sind auf die sieben Einträge gekürzt, die der ioBroker-Repository-Builder übernimmt. Betrifft nur Metadaten — der Adapter selbst ist unverändert.",
|
|
9
|
+
"ru": "(ssbingo) fix: в io-package.json указан сопровождающий с контактным адресом вместо заглушки \"ioBroker Community\", а список изменений сокращён до семи записей, которые сохраняет сборщик репозитория ioBroker. Только метаданные — сам адаптер не изменён.",
|
|
10
|
+
"pt": "(ssbingo) fix: o io-package.json passa a indicar um maintainer com endereço de contacto em vez do marcador \"ioBroker Community\", e as notas de versão foram reduzidas às sete entradas que o construtor do repositório ioBroker mantém. Apenas metadados — o adaptador em si não mudou.",
|
|
11
|
+
"nl": "(ssbingo) fix: io-package.json noemt nu een maintainer met contactadres in plaats van de plaatsaanduiding \"ioBroker Community\", en de release notes zijn ingekort tot de zeven vermeldingen die de ioBroker repository builder behoudt. Alleen metadata — de adapter zelf is ongewijzigd.",
|
|
12
|
+
"fr": "(ssbingo) fix : io-package.json indique désormais un mainteneur avec une adresse de contact au lieu du texte générique « ioBroker Community », et les notes de version sont réduites aux sept entrées que conserve le constructeur du dépôt ioBroker. Métadonnées uniquement — l'adaptateur lui-même est inchangé.",
|
|
13
|
+
"it": "(ssbingo) fix: io-package.json indica ora un maintainer con indirizzo di contatto invece del segnaposto \"ioBroker Community\", e le note di rilascio sono ridotte alle sette voci che il builder del repository ioBroker conserva. Solo metadati — l'adattatore stesso è invariato.",
|
|
14
|
+
"es": "(ssbingo) fix: io-package.json indica ahora un maintainer con dirección de contacto en lugar del marcador \"ioBroker Community\", y las notas de versión se han recortado a las siete entradas que conserva el generador del repositorio de ioBroker. Solo metadatos — el adaptador en sí no cambia.",
|
|
15
|
+
"pl": "(ssbingo) fix: io-package.json podaje teraz opiekuna z adresem kontaktowym zamiast symbolu zastępczego \"ioBroker Community\", a notatki wydania skrócono do siedmiu wpisów zachowywanych przez builder repozytorium ioBroker. Tylko metadane — sam adapter bez zmian.",
|
|
16
|
+
"uk": "(ssbingo) fix: io-package.json тепер вказує супровідника з контактною адресою замість заповнювача \"ioBroker Community\", а нотатки випуску скорочено до семи записів, які зберігає збирач репозиторію ioBroker. Лише метадані — сам адаптер не змінено.",
|
|
17
|
+
"zh-cn": "(ssbingo) fix: io-package.json 现在填写了带联系方式的维护者,取代占位文本 \"ioBroker Community\";发布说明精简为 ioBroker 仓库构建器保留的七条。仅涉及元数据,适配器本身未变更。"
|
|
18
|
+
},
|
|
19
|
+
"3.3.2": {
|
|
20
|
+
"en": "(ssbingo) chore: CI now also tests with Node.js 26 (matrix 22/24/26 on ubuntu, windows and macOS); @iobroker/testing updated to 6.2.1 and the dependency overrides adjusted so npm audit stays at 0. Development tooling only — the adapter itself is unchanged.",
|
|
21
|
+
"de": "(ssbingo) chore: CI testet jetzt zusätzlich mit Node.js 26 (Matrix 22/24/26 auf Ubuntu, Windows und macOS); @iobroker/testing auf 6.2.1 aktualisiert und die Dependency-Overrides nachgezogen, damit npm audit bei 0 bleibt. Betrifft nur das Entwicklungs-Tooling — der Adapter selbst ist unverändert.",
|
|
22
|
+
"ru": "(ssbingo) chore: CI теперь тестирует и с Node.js 26 (матрица 22/24/26 на ubuntu, windows и macOS); @iobroker/testing обновлён до 6.2.1, переопределения зависимостей скорректированы, чтобы npm audit оставался на 0. Затрагивает только инструменты разработки — сам адаптер не изменён.",
|
|
23
|
+
"pt": "(ssbingo) chore: a CI passa a testar também com Node.js 26 (matriz 22/24/26 em ubuntu, windows e macOS); @iobroker/testing atualizado para 6.2.1 e os overrides de dependências ajustados para o npm audit continuar a 0. Apenas ferramentas de desenvolvimento — o adaptador em si não mudou.",
|
|
24
|
+
"nl": "(ssbingo) chore: CI test nu ook met Node.js 26 (matrix 22/24/26 op ubuntu, windows en macOS); @iobroker/testing bijgewerkt naar 6.2.1 en de dependency-overrides aangepast zodat npm audit op 0 blijft. Alleen ontwikkeltooling — de adapter zelf is ongewijzigd.",
|
|
25
|
+
"fr": "(ssbingo) chore : la CI teste désormais aussi avec Node.js 26 (matrice 22/24/26 sur ubuntu, windows et macOS) ; @iobroker/testing mis à jour en 6.2.1 et les overrides de dépendances ajustés pour que npm audit reste à 0. Outillage de développement uniquement — l'adaptateur lui-même est inchangé.",
|
|
26
|
+
"it": "(ssbingo) chore: la CI ora testa anche con Node.js 26 (matrice 22/24/26 su ubuntu, windows e macOS); @iobroker/testing aggiornato a 6.2.1 e gli override delle dipendenze adeguati affinché npm audit resti a 0. Solo strumenti di sviluppo — l'adattatore stesso è invariato.",
|
|
27
|
+
"es": "(ssbingo) chore: la CI ahora también prueba con Node.js 26 (matriz 22/24/26 en ubuntu, windows y macOS); @iobroker/testing actualizado a 6.2.1 y los overrides de dependencias ajustados para que npm audit siga en 0. Solo herramientas de desarrollo — el adaptador en sí no cambia.",
|
|
28
|
+
"pl": "(ssbingo) chore: CI testuje teraz także z Node.js 26 (macierz 22/24/26 na ubuntu, windows i macOS); @iobroker/testing zaktualizowany do 6.2.1, a nadpisania zależności dostosowane, by npm audit pozostał na 0. Dotyczy tylko narzędzi deweloperskich — sam adapter bez zmian.",
|
|
29
|
+
"uk": "(ssbingo) chore: CI тепер тестує також із Node.js 26 (матриця 22/24/26 на ubuntu, windows і macOS); @iobroker/testing оновлено до 6.2.1, перевизначення залежностей скориговано, щоб npm audit залишався на 0. Стосується лише інструментів розробки — сам адаптер не змінено.",
|
|
30
|
+
"zh-cn": "(ssbingo) chore: CI 现在也在 Node.js 26 上测试(ubuntu、windows 和 macOS 的 22/24/26 矩阵);@iobroker/testing 升级至 6.2.1,并相应调整依赖 overrides 以使 npm audit 保持为 0。仅涉及开发工具链,适配器本身未变更。"
|
|
31
|
+
},
|
|
6
32
|
"3.3.1": {
|
|
7
33
|
"en": "(ssbingo) fix: registers the device marks as not valid (all bits set, 0xFFFF / 0xFFFFFFFF) are no longer scaled by the register gain into plausible looking measurements — observed as a 6553.5 A discharging current, 42949672.95 kWh and an out-of-range running state 65535 on the DC charger, and as 655.35 % or 65.535 V elsewhere. Such registers now report no value",
|
|
8
34
|
"de": "(ssbingo) fix: Register, die das Gerät als ungültig kennzeichnet (alle Bits gesetzt, 0xFFFF / 0xFFFFFFFF), werden nicht mehr über den Gain in plausibel aussehende Messwerte umgerechnet — sichtbar als 6553,5 A Entladestrom, 42949672,95 kWh und Betriebszustand 65535 beim DC-Charger sowie als 655,35 % oder 65,535 V an anderer Stelle. Solche Register liefern jetzt keinen Wert",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "(ssbingo) chore: aktualizacje bezpieczeństwa zależności przechodnich (brace-expansion 1.1.18, axios 1.19.0, fast-uri 3.1.5, socket.io-parser 4.2.7)",
|
|
68
94
|
"uk": "(ssbingo) chore: оновлення безпеки для транзитивних залежностей (brace-expansion 1.1.18, axios 1.19.0, fast-uri 3.1.5, socket.io-parser 4.2.7)",
|
|
69
95
|
"zh-cn": "(ssbingo) chore: 传递依赖的安全更新(brace-expansion 1.1.18、axios 1.19.0、fast-uri 3.1.5、socket.io-parser 4.2.7)"
|
|
70
|
-
},
|
|
71
|
-
"3.1.0": {
|
|
72
|
-
"en": "(MMeinhardt1) feat: statistics improvements — battery flow power, daily grid import/export, h:mm durations, cumulative daily charging time; daily statistics now survive an adapter restart. (ssbingo) chore: minimum requirements raised to js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
73
|
-
"de": "(MMeinhardt1) feat: Statistik-Erweiterungen — Batterie-Flussleistung, täglicher Netzbezug/-einspeisung, h:mm-Zeitdauern, kumulierte tägliche Ladezeit; Tagesstatistiken überstehen jetzt einen Adapter-Neustart. (ssbingo) chore: Mindestanforderungen angehoben auf js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
74
|
-
"ru": "(MMeinhardt1) feat: улучшения статистики — мощность потоков батареи, суточный импорт/экспорт из сети, длительности в формате h:mm, суммарное суточное время зарядки; суточная статистика теперь сохраняется при перезапуске адаптера. (ssbingo) chore: минимальные требования повышены до js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
75
|
-
"pt": "(MMeinhardt1) feat: melhorias nas estatísticas — potência de fluxo da bateria, importação/exportação diária da rede, durações em h:mm, tempo de carga diário acumulado; as estatísticas diárias agora sobrevivem a um reinício do adaptador. (ssbingo) chore: requisitos mínimos elevados para js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
76
|
-
"nl": "(MMeinhardt1) feat: statistiekverbeteringen — batterijstroomvermogen, dagelijkse netimport/-export, h:mm-tijdsduren, cumulatieve dagelijkse laadtijd; dagstatistieken overleven nu een herstart van de adapter. (ssbingo) chore: minimumvereisten verhoogd naar js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
77
|
-
"fr": "(MMeinhardt1) feat : améliorations des statistiques — puissance de flux de la batterie, import/export réseau quotidien, durées au format h:mm, temps de charge quotidien cumulé ; les statistiques journalières survivent désormais à un redémarrage de l'adaptateur. (ssbingo) chore : exigences minimales relevées à js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
78
|
-
"it": "(MMeinhardt1) feat: miglioramenti alle statistiche — potenza di flusso della batteria, importazione/esportazione giornaliera dalla rete, durate in formato h:mm, tempo di ricarica giornaliero cumulativo; le statistiche giornaliere sopravvivono ora a un riavvio dell'adattatore. (ssbingo) chore: requisiti minimi elevati a js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
79
|
-
"es": "(MMeinhardt1) feat: mejoras en las estadísticas — potencia de flujo de la batería, importación/exportación diaria de la red, duraciones en h:mm, tiempo de carga diario acumulado; las estadísticas diarias ahora sobreviven a un reinicio del adaptador. (ssbingo) chore: requisitos mínimos elevados a js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
80
|
-
"pl": "(MMeinhardt1) feat: ulepszenia statystyk — moc przepływu baterii, dzienny import/eksport z sieci, czasy w formacie h:mm, skumulowany dzienny czas ładowania; statystyki dzienne przetrwają teraz restart adaptera. (ssbingo) chore: minimalne wymagania podniesione do js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
81
|
-
"uk": "(MMeinhardt1) feat: покращення статистики — потужність потоків батареї, добовий імпорт/експорт із мережі, тривалості у форматі h:mm, сумарний добовий час заряджання; добова статистика тепер зберігається під час перезапуску адаптера. (ssbingo) chore: мінімальні вимоги підвищено до js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
82
|
-
"zh-cn": "(MMeinhardt1) feat: 统计功能改进 — 电池流量功率、每日电网进口/出口、h:mm 时长格式、每日累计充电时长;每日统计现在可在适配器重启后保留。(ssbingo) chore: 最低要求提升至 js-controller 6.0.11 / admin 8.0.0 / Node.js 22"
|
|
83
|
-
},
|
|
84
|
-
"3.0.10": {
|
|
85
|
-
"en": "(ssbingo) chore: bump js-yaml from 4.1.1 to 4.3.0",
|
|
86
|
-
"de": "(ssbingo) chore: js-yaml von 4.1.1 auf 4.3.0 aktualisiert",
|
|
87
|
-
"ru": "(ssbingo) chore: обновление js-yaml с 4.1.1 до 4.3.0",
|
|
88
|
-
"pt": "(ssbingo) chore: atualização do js-yaml de 4.1.1 para 4.3.0",
|
|
89
|
-
"nl": "(ssbingo) chore: js-yaml bijgewerkt van 4.1.1 naar 4.3.0",
|
|
90
|
-
"fr": "(ssbingo) chore: mise à jour de js-yaml de 4.1.1 vers 4.3.0",
|
|
91
|
-
"it": "(ssbingo) chore: aggiornamento di js-yaml da 4.1.1 a 4.3.0",
|
|
92
|
-
"es": "(ssbingo) chore: actualización de js-yaml de 4.1.1 a 4.3.0",
|
|
93
|
-
"pl": "(ssbingo) chore: aktualizacja js-yaml z 4.1.1 do 4.3.0",
|
|
94
|
-
"uk": "(ssbingo) chore: оновлення js-yaml з 4.1.1 до 4.3.0",
|
|
95
|
-
"zh-cn": "(ssbingo) chore: js-yaml 从 4.1.1 升级到 4.3.0"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"zh-cn": "通过Modbus TCP/RTU连接Sigenergy太阳能系统(混合逆变器、电池、AC/DC充电器)的适配器"
|
|
123
123
|
},
|
|
124
124
|
"authors": [
|
|
125
|
-
"
|
|
125
|
+
"ssbingo <s.sternitzke@online.de>"
|
|
126
126
|
],
|
|
127
127
|
"keywords": [
|
|
128
128
|
"sigenergy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.sigenergy",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "ioBroker adapter for Sigenergy solar energy systems via Modbus TCP/RTU",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "ssbingo",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
35
35
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
36
36
|
"@iobroker/eslint-config": "^2.3.4",
|
|
37
|
-
"@iobroker/testing": "^
|
|
37
|
+
"@iobroker/testing": "^6.2.1",
|
|
38
38
|
"@tsconfig/node22": "^22.0.6",
|
|
39
39
|
"@types/node": "^22.20.1"
|
|
40
40
|
},
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"node-gyp": "^10.3.1",
|
|
66
66
|
"@babel/core": "^7.29.7",
|
|
67
67
|
"@grpc/grpc-js": "^1.14.4",
|
|
68
|
-
"adm-zip": "^0.6.
|
|
68
|
+
"adm-zip": "^0.6.1",
|
|
69
69
|
"body-parser": "^1.20.6",
|
|
70
|
-
"deepl-node": "^1.
|
|
70
|
+
"deepl-node": "^1.28.0",
|
|
71
71
|
"diff": "^8.0.3",
|
|
72
72
|
"esbuild": "^0.28.1",
|
|
73
73
|
"immutable": "^4.3.9",
|