iobroker.sigenergy 3.3.2 → 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 +4 -0
- package/io-package.json +15 -28
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -255,6 +255,10 @@ 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
|
+
|
|
258
262
|
### 3.3.2 (2026-09-12)
|
|
259
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
|
|
260
264
|
- (ssbingo) chore: `@iobroker/testing` updated from 5.3.0 to 6.2.1
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
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
|
+
},
|
|
6
19
|
"3.3.2": {
|
|
7
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.",
|
|
8
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.",
|
|
@@ -80,32 +93,6 @@
|
|
|
80
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)",
|
|
81
94
|
"uk": "(ssbingo) chore: оновлення безпеки для транзитивних залежностей (brace-expansion 1.1.18, axios 1.19.0, fast-uri 3.1.5, socket.io-parser 4.2.7)",
|
|
82
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)"
|
|
83
|
-
},
|
|
84
|
-
"3.1.0": {
|
|
85
|
-
"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",
|
|
86
|
-
"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",
|
|
87
|
-
"ru": "(MMeinhardt1) feat: улучшения статистики — мощность потоков батареи, суточный импорт/экспорт из сети, длительности в формате h:mm, суммарное суточное время зарядки; суточная статистика теперь сохраняется при перезапуске адаптера. (ssbingo) chore: минимальные требования повышены до js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
88
|
-
"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",
|
|
89
|
-
"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",
|
|
90
|
-
"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",
|
|
91
|
-
"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",
|
|
92
|
-
"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",
|
|
93
|
-
"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",
|
|
94
|
-
"uk": "(MMeinhardt1) feat: покращення статистики — потужність потоків батареї, добовий імпорт/експорт із мережі, тривалості у форматі h:mm, сумарний добовий час заряджання; добова статистика тепер зберігається під час перезапуску адаптера. (ssbingo) chore: мінімальні вимоги підвищено до js-controller 6.0.11 / admin 8.0.0 / Node.js 22",
|
|
95
|
-
"zh-cn": "(MMeinhardt1) feat: 统计功能改进 — 电池流量功率、每日电网进口/出口、h:mm 时长格式、每日累计充电时长;每日统计现在可在适配器重启后保留。(ssbingo) chore: 最低要求提升至 js-controller 6.0.11 / admin 8.0.0 / Node.js 22"
|
|
96
|
-
},
|
|
97
|
-
"3.0.10": {
|
|
98
|
-
"en": "(ssbingo) chore: bump js-yaml from 4.1.1 to 4.3.0",
|
|
99
|
-
"de": "(ssbingo) chore: js-yaml von 4.1.1 auf 4.3.0 aktualisiert",
|
|
100
|
-
"ru": "(ssbingo) chore: обновление js-yaml с 4.1.1 до 4.3.0",
|
|
101
|
-
"pt": "(ssbingo) chore: atualização do js-yaml de 4.1.1 para 4.3.0",
|
|
102
|
-
"nl": "(ssbingo) chore: js-yaml bijgewerkt van 4.1.1 naar 4.3.0",
|
|
103
|
-
"fr": "(ssbingo) chore: mise à jour de js-yaml de 4.1.1 vers 4.3.0",
|
|
104
|
-
"it": "(ssbingo) chore: aggiornamento di js-yaml da 4.1.1 a 4.3.0",
|
|
105
|
-
"es": "(ssbingo) chore: actualización de js-yaml de 4.1.1 a 4.3.0",
|
|
106
|
-
"pl": "(ssbingo) chore: aktualizacja js-yaml z 4.1.1 do 4.3.0",
|
|
107
|
-
"uk": "(ssbingo) chore: оновлення js-yaml з 4.1.1 до 4.3.0",
|
|
108
|
-
"zh-cn": "(ssbingo) chore: js-yaml 从 4.1.1 升级到 4.3.0"
|
|
109
96
|
}
|
|
110
97
|
},
|
|
111
98
|
"titleLang": {
|
|
@@ -135,7 +122,7 @@
|
|
|
135
122
|
"zh-cn": "通过Modbus TCP/RTU连接Sigenergy太阳能系统(混合逆变器、电池、AC/DC充电器)的适配器"
|
|
136
123
|
},
|
|
137
124
|
"authors": [
|
|
138
|
-
"
|
|
125
|
+
"ssbingo <s.sternitzke@online.de>"
|
|
139
126
|
],
|
|
140
127
|
"keywords": [
|
|
141
128
|
"sigenergy",
|