iobroker.homewizard 0.9.0 → 0.9.1

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
@@ -174,6 +174,10 @@ homewizard.0.
174
174
  Placeholder for the next version (at the beginning of the line):
175
175
  ### **WORK IN PROGRESS**
176
176
  -->
177
+ ### 0.9.1 (2026-05-23)
178
+
179
+ - CI check-and-lint updated to Node.js 24
180
+
177
181
  ### 0.9.0 (2026-05-22)
178
182
 
179
183
  - User-modified state names are no longer overwritten on adapter restart
@@ -191,10 +195,6 @@ homewizard.0.
191
195
 
192
196
  - Internal cleanup. No user-facing changes.
193
197
 
194
- ### 0.8.0 (2026-05-17)
195
-
196
- - Internal modernization. No user-facing changes. Requires Node.js 22+.
197
-
198
198
  ### Support Development
199
199
 
200
200
  This adapter is free and open source. If you find it useful, consider buying me a coffee:
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "homewizard",
4
- "version": "0.9.0",
4
+ "version": "0.9.1",
5
5
  "news": {
6
+ "0.9.1": {
7
+ "en": "CI check-and-lint updated to Node.js 24",
8
+ "de": "CI check-and-lint auf Node.js 24 aktualisiert",
9
+ "ru": "CI check-and-lint обновлён до Node.js 24",
10
+ "pt": "CI check-and-lint atualizado para Node.js 24",
11
+ "nl": "CI check-and-lint bijgewerkt naar Node.js 24",
12
+ "fr": "CI check-and-lint mis à jour vers Node.js 24",
13
+ "it": "CI check-and-lint aggiornato a Node.js 24",
14
+ "es": "CI check-and-lint actualizado a Node.js 24",
15
+ "pl": "CI check-and-lint zaktualizowano do Node.js 24",
16
+ "uk": "CI check-and-lint оновлено до Node.js 24",
17
+ "zh-cn": "CI check-and-lint 更新至 Node.js 24"
18
+ },
6
19
  "0.9.0": {
7
20
  "en": "Preserve user-modified state names; state translations use standard ioBroker i18n",
8
21
  "de": "Vom Benutzer geänderte Datenpunktnamen bleiben erhalten; Übersetzungen nutzen Standard-ioBroker-i18n",
@@ -69,30 +82,17 @@
69
82
  "zh-cn": "内部现代化。无用户可见更改。"
70
83
  },
71
84
  "0.7.8": {
72
- "en": "Debug log now traces every HTTPS API call and device-state lifecycle — easier diagnostics for chronic bouncing or pairing/recovery issues.",
73
- "de": "Debug-Log spurt jetzt jeden HTTPS-API-Call und den Device-State-Lifecyclebessere Diagnose bei chronischem Bouncing oder Pairing/Recovery-Problemen.",
74
- "ru": "Debug-лог теперь трассирует каждый HTTPS-API-вызов и жизненный цикл состояний устройства — лучше диагностировать хроническое прерывание и проблемы pairing/recovery.",
75
- "pt": "Log de debug agora rastreia cada chamada HTTPS da API e o ciclo de vida dos estados do dispositivo — diagnóstico mais fácil para bouncing crônico ou problemas de pairing/recovery.",
76
- "nl": "Debug-log traceert nu elke HTTPS-API-aanroep en de device-state-lifecycleeenvoudiger diagnose bij chronisch bouncing of pairing/recovery-problemen.",
77
- "fr": "Le log debug trace désormais chaque appel HTTPS de l'API et le cycle de vie des états — diagnostic facilité pour le bouncing chronique ou les problèmes de pairing/recovery.",
78
- "it": "Il log di debug ora traccia ogni chiamata HTTPS dell'API e il ciclo di vita degli stati — diagnosi più facile per bouncing cronico o problemi di pairing/recovery.",
79
- "es": "El log de debug ahora traza cada llamada HTTPS de la API y el ciclo de vida de los estados — diagnóstico más fácil para bouncing crónico o problemas de pairing/recovery.",
85
+ "en": "Debug log now traces every HTTPS API call and device state lifecycle — easier diagnosis of chronic bouncing or pairing/recovery issues.",
86
+ "de": "Debug-Log verfolgt jetzt jeden HTTPS-API-Aufruf und den Lebenszyklus von Geräte-Stateseinfachere Diagnose bei chronischem Bouncing oder Pairing-/Recovery-Problemen.",
87
+ "ru": "Debug-лог теперь трасирует каждый HTTPS-API-вызов и жизненный цикл состояний устройства — упрощённая диагностика хронического bouncing или проблем pairing/recovery.",
88
+ "pt": "Log de depuração agora rastreia cada chamada HTTPS API e o ciclo de vida dos estados do dispositivo — diagnóstico mais fácil de bouncing crónico ou problemas de emparelhamento/recuperação.",
89
+ "nl": "Debug-log trace nu elke HTTPS API-aanroep en de levenscyclus van apparaatstatussen eenvoudigere diagnose van chronisch bouncing of pairing/recovery-problemen.",
90
+ "fr": "Le journal de débogage trace désormais chaque appel HTTPS API et le cycle de vie des états d'appareil — diagnostic plus facile du bouncing chronique ou des problèmes de pairing/recovery.",
91
+ "it": "Il log di debug ora traccia ogni chiamata HTTPS API e il ciclo di vita degli stati dispositivo — diagnosi più semplice del bouncing cronico o dei problemi di pairing/recovery.",
92
+ "es": "El log de depuración ahora rastrea cada llamada HTTPS API y el ciclo de vida de los estados del dispositivo — diagnóstico más fácil del bouncing crónico o problemas de emparejamiento/recuperación.",
80
93
  "pl": "Log debug śledzi teraz każde wywołanie HTTPS API i cykl życia stanów urządzenia — łatwiejsza diagnostyka chronicznego bouncingu lub problemów z pairing/recovery.",
81
94
  "uk": "Debug-лог тепер трасує кожен HTTPS-API-виклик та життєвий цикл станів пристрою — простіша діагностика хронічного bouncing або проблем pairing/recovery.",
82
95
  "zh-cn": "调试日志现在跟踪每个 HTTPS API 调用和设备状态生命周期 — 更容易诊断持续断线或配对/恢复问题。"
83
- },
84
- "0.7.7": {
85
- "en": "Devices with chronic WiFi drop-outs no longer flood the log — max 1 warn/h per device, full timeline at debug level. Internal mode-switches moved to debug.",
86
- "de": "Geräte mit dauerhaft schlechtem WLAN spammen das Log nicht mehr — max 1 Warnung pro Stunde pro Gerät, voller Verlauf im Debug. Interne Modus-Wechsel auf Debug verschoben.",
87
- "ru": "Устройства с постоянными WiFi-обрывами больше не засоряют лог — макс. 1 предупреждение/час на устройство, полный лог на debug. Внутренние смены режима теперь на debug.",
88
- "pt": "Dispositivos com quedas constantes de WiFi já não enchem o log — máx. 1 aviso/hora por dispositivo, histórico completo em debug. Mudanças internas de modo movidas para debug.",
89
- "nl": "Apparaten met chronisch slechte WiFi vullen het log niet meer — max 1 waarschuwing/uur per apparaat, volledige tijdlijn op debug. Interne modus-wisselingen naar debug.",
90
- "fr": "Les appareils avec un WiFi chroniquement instable n'inondent plus le journal — max 1 avertissement/h par appareil, historique complet en debug. Les changements de mode internes passent en debug.",
91
- "it": "I dispositivi con WiFi cronicamente instabile non riempiono più il log — max 1 avviso/ora per dispositivo, cronologia completa in debug. Cambi di modalità interni spostati su debug.",
92
- "es": "Los dispositivos con WiFi crónicamente malo ya no inundan el log — máx. 1 aviso/h por dispositivo, historial completo en debug. Cambios de modo internos movidos a debug.",
93
- "pl": "Urządzenia z chronicznie słabym WiFi nie zalewają już logu — maks. 1 ostrzeżenie/h na urządzenie, pełna oś czasu na poziomie debug. Wewnętrzne zmiany trybu przeniesione na debug.",
94
- "uk": "Пристрої з хронічно поганим WiFi більше не заповнюють лог — максимум 1 попередження/год на пристрій, повний журнал на debug. Внутрішні зміни режиму перенесено на debug.",
95
- "zh-cn": "WiFi 长期不稳定的设备不再淹没日志——每台设备每小时至多 1 条警告,完整时间线保留在 debug 级别。内部模式切换改到 debug。"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.homewizard",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "ioBroker adapter for HomeWizard Energy devices with API v2",
5
5
  "author": {
6
6
  "name": "krobi",