iobroker.sigenergy 1.8.21 → 1.8.23

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 ssbingo <s.sternitzke@online.de>
3
+ Copyright (c) 2026 ssbingo <s.sternitzke@online.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -141,6 +141,12 @@ Status and power readings for the DC charger.
141
141
  ---
142
142
 
143
143
  ## Changelog
144
+ ## 1.8.23 (2026-03-26)
145
+ - (ssbingo) Fixed copyright year to 2026 in LICENSE and README; technical corrections: CI/CD workflow, linting, tests
146
+
147
+ ## 1.8.22 (2026-03-26)
148
+ - (ssbingo) Technical corrections: CI/CD workflow (OIDC publish), linting setup, standard tests restored
149
+
144
150
  ## 1.8.21 (2026-03-26)
145
151
  - (ssbingo) Technical corrections: CI/CD workflow (OIDC publish), linting setup, standard tests restored
146
152
 
@@ -488,7 +494,7 @@ Status and power readings for the DC charger.
488
494
  ## License
489
495
  MIT License
490
496
 
491
- Copyright (c) 2025 ssbingo <s.sternitzke@online.de>
497
+ Copyright (c) 2026 ssbingo <s.sternitzke@online.de>
492
498
 
493
499
  Permission is hereby granted, free of charge, to any person obtaining a copy
494
500
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "sigenergy",
4
- "version": "1.8.21",
4
+ "version": "1.8.23",
5
5
  "news": {
6
- "1.8.21": {
7
- "en": "(ssbingo) Technical corrections: CI/CD workflow (OIDC publish), linting setup, standard tests restored",
8
- "de": "(ssbingo) Technische Korrekturen: CI/CD-Workflow (OIDC-Publish), Linting-Setup, Standard-Tests wiederhergestellt",
9
- "ru": "(ssbingo) Технические исправления: рабочий процесс CI/CD (публикация OIDC), настройка линтинга, стандартные тесты восстановлены",
10
- "pt": "(ssbingo) Correções técnicas: fluxo de trabalho CI/CD (publicação OIDC), configuração de linting, testes padrão restaurados",
11
- "nl": "(ssbingo) Technische correcties: CI/CD-workflow (OIDC-publicatie), linting-setup, standaardtests hersteld",
12
- "fr": "(ssbingo) Corrections techniques : workflow CI/CD (publication OIDC), configuration du linting, tests standard restaurés",
13
- "it": "(ssbingo) Correzioni tecniche: workflow CI/CD (pubblicazione OIDC), configurazione linting, test standard ripristinati",
14
- "es": "(ssbingo) Correcciones técnicas: flujo de trabajo CI/CD (publicación OIDC), configuración de linting, pruebas estándar restauradas",
15
- "pl": "(ssbingo) Korekty techniczne: przepływ pracy CI/CD (publikacja OIDC), konfiguracja lintingu, przywrócono standardowe testy",
16
- "uk": "(ssbingo) Технічні виправлення: робочий процес CI/CD (публікація OIDC), налаштування лінтингу, стандартні тести відновлено",
17
- "zh-cn": "(ssbingo) 技术修正:CI/CD工作流(OIDC发布)、代码检查配置、标准测试已恢复"
6
+ "1.8.23": {
7
+ "en": "(ssbingo) Fixed copyright year to 2026 in LICENSE and README; technical corrections: CI/CD workflow, linting, tests",
8
+ "de": "(ssbingo) Copyright-Jahr auf 2026 korrigiert in LICENSE und README; technische Korrekturen: CI/CD-Workflow, Linting, Tests",
9
+ "ru": "(ssbingo) Исправлен год авторского права на 2026 в LICENSE и README; технические исправления: CI/CD, линтинг, тесты",
10
+ "pt": "(ssbingo) Ano de copyright corrigido para 2026 em LICENSE e README; correções técnicas: CI/CD, linting, testes",
11
+ "nl": "(ssbingo) Copyrightjaar gecorrigeerd naar 2026 in LICENSE en README; technische correcties: CI/CD, linting, tests",
12
+ "fr": "(ssbingo) Année de copyright corrigée à 2026 dans LICENSE et README ; corrections techniques : CI/CD, linting, tests",
13
+ "it": "(ssbingo) Anno di copyright corretto a 2026 in LICENSE e README; correzioni tecniche: CI/CD, linting, test",
14
+ "es": "(ssbingo) Año de copyright corregido a 2026 en LICENSE y README; correcciones técnicas: CI/CD, linting, pruebas",
15
+ "pl": "(ssbingo) Poprawiono rok praw autorskich na 2026 w LICENSE i README; korekty techniczne: CI/CD, linting, testy",
16
+ "uk": "(ssbingo) Виправлено рік авторського права на 2026 у LICENSE та README; технічні виправлення: CI/CD, лінтинг, тести",
17
+ "zh-cn": "(ssbingo) 修正LICENSE和README中的版权年份为2026;技术修正:CI/CD工作流、代码检查、测试"
18
18
  }
19
19
  },
20
20
  "titleLang": {
package/main.js CHANGED
@@ -800,7 +800,7 @@ class Sigenergy extends utils.Adapter {
800
800
  merged.length === 0
801
801
  ? `No SigenMicro devices found in range ${from}–${to}. Check connection and ID range.`
802
802
  : `Found ${merged.length} device(s): ${deviceList}.` +
803
- ` Use the SigenMicro admin tab to enable/disable devices.`;
803
+ ` Use the SigenMicro admin tab to enable/disable devices.`;
804
804
  if (obj.callback) {
805
805
  this.sendTo(obj.from, obj.command, { success: true, message }, obj.callback);
806
806
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sigenergy",
3
- "version": "1.8.21",
3
+ "version": "1.8.23",
4
4
  "description": "ioBroker adapter for Sigenergy solar energy systems via Modbus TCP/RTU",
5
5
  "author": {
6
6
  "name": "ssbingo",