iobroker.poolcontrol 1.2.10 → 1.2.12
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 +12 -11
- package/io-package.json +39 -34
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -149,13 +149,6 @@ Details about the behavior of consumption and cost values (e.g., after restarts
|
|
|
149
149
|
|
|
150
150
|
---
|
|
151
151
|
|
|
152
|
-
## Installation
|
|
153
|
-
|
|
154
|
-
1. Install adapter via ioBroker Admin.
|
|
155
|
-
2. Create instance.
|
|
156
|
-
3. Configure in the Admin tab: pump power, sensors, solar, speech outputs, etc.
|
|
157
|
-
|
|
158
|
-
---
|
|
159
152
|
|
|
160
153
|
## Configuration
|
|
161
154
|
|
|
@@ -196,6 +189,18 @@ New features are added regularly – please refer to the changelog.
|
|
|
196
189
|
|
|
197
190
|
## Changelog
|
|
198
191
|
|
|
192
|
+
### 1.2.12
|
|
193
|
+
Release: 21.03.2026
|
|
194
|
+
- Repository cleanup and fixes for ioBroker repository checker
|
|
195
|
+
- Restored required native object in io-package.json
|
|
196
|
+
- Removed invalid properties and outdated entries
|
|
197
|
+
- Updated README
|
|
198
|
+
|
|
199
|
+
### 1.2.11
|
|
200
|
+
- Repository cleanup (ioBroker checker issues resolved)
|
|
201
|
+
- Removed invalid properties from io-package.json
|
|
202
|
+
- README updated
|
|
203
|
+
|
|
199
204
|
### 1.2.10 (2026-03-20)
|
|
200
205
|
- Improved German translations in the admin UI (jsonConfig)
|
|
201
206
|
- Fixed incorrect and misleading terminology (e.g. flow vs. temperature sensors)
|
|
@@ -205,10 +210,6 @@ New features are added regularly – please refer to the changelog.
|
|
|
205
210
|
Release: 19.03.2026
|
|
206
211
|
- fix: correct invalid common object in runtime channel.
|
|
207
212
|
|
|
208
|
-
### 1.2.8
|
|
209
|
-
Release: 19.03.2026
|
|
210
|
-
- Fixed invalid common object in runtime channel causing admin UI crash.
|
|
211
|
-
|
|
212
213
|
### 1.2.7
|
|
213
214
|
Released: 16.03.2026
|
|
214
215
|
- Corrected role definitions for writable states according to ioBroker guidelines
|
package/io-package.json
CHANGED
|
@@ -1,11 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.12",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.2.12": {
|
|
7
|
+
"en": "Repository cleanup and fixes for ioBroker repository checker. Restored required native object in io-package.json, removed invalid properties and updated README.",
|
|
8
|
+
"de": "Repository-Bereinigung und Fehlerbehebungen für den ioBroker Repository-Checker. Erforderliches native-Objekt in der io-package.json wiederhergestellt, ungültige Eigenschaften entfernt und README aktualisiert.",
|
|
9
|
+
"ru": "Очистка репозитория и исправления для средства проверки репозитория ioBroker. Восстановлен необходимый собственный объект в io-package.json, удалены недопустимые свойства и обновлен README.",
|
|
10
|
+
"pt": "Limpeza de repositório e correções para verificador de repositório ioBroker. Objeto nativo necessário restaurado em io-package.json, propriedades inválidas removidas e README atualizado.",
|
|
11
|
+
"nl": "Opschonen van opslagplaatsen en oplossingen voor ioBroker-repositorycontrole. Vereist native object in io-package.json hersteld, ongeldige eigenschappen verwijderd en README bijgewerkt.",
|
|
12
|
+
"fr": "Nettoyage du référentiel et correctifs pour le vérificateur de référentiel ioBroker. Objet natif requis restauré dans io-package.json, suppression des propriétés non valides et mise à jour du README.",
|
|
13
|
+
"it": "Pulizia del repository e correzioni per il controllo del repository ioBroker. Oggetto nativo richiesto ripristinato in io-package.json, proprietà non valide rimosse e README aggiornato.",
|
|
14
|
+
"es": "Limpieza del repositorio y correcciones para el verificador del repositorio de ioBroker. Se restauró el objeto nativo requerido en io-package.json, se eliminaron propiedades no válidas y se actualizó README.",
|
|
15
|
+
"pl": "Oczyszczenie repozytorium i poprawki dla modułu sprawdzania repozytorium ioBroker. Przywrócono wymagany obiekt natywny w io-package.json, usunięto nieprawidłowe właściwości i zaktualizowano plik README.",
|
|
16
|
+
"uk": "Очищення сховища та виправлення для засобу перевірки сховища ioBroker. Відновлено необхідний рідний об’єкт у io-package.json, видалено недійсні властивості та оновлено README.",
|
|
17
|
+
"zh-cn": "ioBroker 存储库检查器的存储库清理和修复。恢复了 io-package.json 中所需的本机对象,删除了无效属性并更新了 README。"
|
|
18
|
+
},
|
|
19
|
+
"1.2.11": {
|
|
20
|
+
"en": "Repository cleanup and fixes for ioBroker repository checker. Removed invalid properties from io-package.json and updated README.",
|
|
21
|
+
"de": "Repository-Bereinigung und Fehlerbehebungen für den ioBroker Repository-Checker. Ungültige Eigenschaften aus der io-package.json entfernt und README aktualisiert.",
|
|
22
|
+
"ru": "Очистка репозитория и исправления для средства проверки репозитория ioBroker. Удалены недопустимые свойства из io-package.json и обновлен README.",
|
|
23
|
+
"pt": "Limpeza de repositório e correções para verificador de repositório ioBroker. Propriedades inválidas removidas de io-package.json e README atualizado.",
|
|
24
|
+
"nl": "Opschonen van opslagplaatsen en oplossingen voor ioBroker-repositorycontrole. Ongeldige eigenschappen uit io-package.json verwijderd en README bijgewerkt.",
|
|
25
|
+
"fr": "Nettoyage du référentiel et correctifs pour le vérificateur de référentiel ioBroker. Suppression des propriétés invalides de io-package.json et mise à jour du README.",
|
|
26
|
+
"it": "Pulizia del repository e correzioni per il controllo del repository ioBroker. Rimosse proprietà non valide da io-package.json e README aggiornato.",
|
|
27
|
+
"es": "Limpieza del repositorio y correcciones para el verificador del repositorio de ioBroker. Se eliminaron propiedades no válidas de io-package.json y se actualizó README.",
|
|
28
|
+
"pl": "Oczyszczenie repozytorium i poprawki dla modułu sprawdzania repozytorium ioBroker. Usunięto nieprawidłowe właściwości z io-package.json i zaktualizowano plik README.",
|
|
29
|
+
"uk": "Очищення сховища та виправлення для засобу перевірки сховища ioBroker. Видалено недійсні властивості з io-package.json і оновлено README.",
|
|
30
|
+
"zh-cn": "ioBroker 存储库检查器的存储库清理和修复。从 io-package.json 中删除了无效属性并更新了 README。"
|
|
31
|
+
},
|
|
6
32
|
"1.2.10": {
|
|
7
33
|
"en": "Improved German translations and terminology in admin UI (jsonConfig). Fixed incorrect or misleading sensor names (e.g. flow vs temperature sensors) and improved overall wording and consistency.",
|
|
8
|
-
"de": "Verbesserte deutsche Übersetzungen und Begrifflichkeiten in der Admin-Oberfläche (jsonConfig). Falsche bzw. missverständliche Sensorbezeichnungen (z. B. Flow vs. Temperatursensoren) korrigiert und allgemeine Formulierungen sowie Konsistenz verbessert."
|
|
34
|
+
"de": "Verbesserte deutsche Übersetzungen und Begrifflichkeiten in der Admin-Oberfläche (jsonConfig). Falsche bzw. missverständliche Sensorbezeichnungen (z. B. Flow vs. Temperatursensoren) korrigiert und allgemeine Formulierungen sowie Konsistenz verbessert.",
|
|
35
|
+
"ru": "Улучшены немецкие переводы и терминология в пользовательском интерфейсе администратора (jsonConfig). Исправлены неправильные или вводящие в заблуждение названия датчиков (например, датчики расхода и температуры), а также улучшены общие формулировки и согласованность.",
|
|
36
|
+
"pt": "Traduções e terminologia em alemão aprimoradas na interface de administração (jsonConfig). Corrigimos nomes de sensores incorretos ou enganosos (por exemplo, sensores de fluxo versus temperatura) e melhoramos o texto e a consistência geral.",
|
|
37
|
+
"nl": "Verbeterde Duitse vertalingen en terminologie in de beheerdersinterface (jsonConfig). Foutieve of misleidende sensornamen opgelost (bijv. flow- versus temperatuursensoren) en verbeterde algemene bewoording en consistentie.",
|
|
38
|
+
"fr": "Traductions et terminologie allemandes améliorées dans l'interface utilisateur d'administration (jsonConfig). Correction des noms de capteurs incorrects ou trompeurs (par exemple, capteurs de débit ou de température) et amélioration de la formulation et de la cohérence globales.",
|
|
39
|
+
"it": "Traduzioni e terminologia tedesca migliorate nell'interfaccia utente di amministrazione (jsonConfig). Risolti i nomi dei sensori errati o fuorvianti (ad esempio sensori di flusso o di temperatura) e migliorata la formulazione e la coerenza generale.",
|
|
40
|
+
"es": "Traducciones y terminología alemanas mejoradas en la interfaz de usuario de administración (jsonConfig). Se corrigieron nombres de sensores incorrectos o engañosos (por ejemplo, sensores de flujo versus temperatura) y se mejoraron la redacción y coherencia generales.",
|
|
41
|
+
"pl": "Ulepszone niemieckie tłumaczenia i terminologia w interfejsie administratora (jsonConfig). Poprawiono nieprawidłowe lub wprowadzające w błąd nazwy czujników (np. czujniki przepływu i temperatury) oraz poprawiono ogólne sformułowanie i spójność.",
|
|
42
|
+
"uk": "Покращено німецький переклад і термінологію в інтерфейсі адміністратора (jsonConfig). Виправлено неправильні або оманливі назви датчиків (наприклад, датчики потоку чи температури) і покращено загальне формулювання та послідовність.",
|
|
43
|
+
"zh-cn": "改进了管理 UI (jsonConfig) 中的德语翻译和术语。修复了不正确或误导性的传感器名称(例如流量与温度传感器)并改进了整体措辞和一致性。"
|
|
9
44
|
},
|
|
10
45
|
"1.2.9": {
|
|
11
46
|
"en": "Fixed invalid common definition in runtime states that could crash the admin objects view.",
|
|
@@ -20,19 +55,6 @@
|
|
|
20
55
|
"uk": "Виправлено недійсне загальне визначення в станах виконання, яке могло привести до збою перегляду об’єктів адміністратора.",
|
|
21
56
|
"zh-cn": "修复了运行时状态中无效的通用定义,该定义可能会导致管理对象视图崩溃。"
|
|
22
57
|
},
|
|
23
|
-
"1.2.8": {
|
|
24
|
-
"en": "Fixed invalid common object in runtime channel causing admin UI crash.",
|
|
25
|
-
"de": "Fehler behoben: Ungültiges common-Objekt im runtime-Kanal führte zum Absturz der Admin-Oberfläche.",
|
|
26
|
-
"ru": "Исправлен недопустимый общий объект в канале среды выполнения, приводивший к сбою пользовательского интерфейса администратора.",
|
|
27
|
-
"pt": "Corrigido objeto comum inválido no canal de tempo de execução, causando falha na interface do administrador.",
|
|
28
|
-
"nl": "Een probleem opgelost waarbij een ongeldig gemeenschappelijk object in het runtime-kanaal een crash van de beheerdersinterface veroorzaakte.",
|
|
29
|
-
"fr": "Correction d'un objet commun non valide dans le canal d'exécution provoquant un crash de l'interface utilisateur de l'administrateur.",
|
|
30
|
-
"it": "Risolto il problema con l'oggetto comune non valido nel canale di runtime che causava l'arresto anomalo dell'interfaccia utente di amministrazione.",
|
|
31
|
-
"es": "Se corrigió un objeto común no válido en el canal de tiempo de ejecución que causaba un bloqueo de la interfaz de usuario del administrador.",
|
|
32
|
-
"pl": "Naprawiono nieprawidłowy wspólny obiekt w kanale wykonawczym powodujący awarię interfejsu administratora.",
|
|
33
|
-
"uk": "Виправлено недійсний загальний об’єкт у каналі виконання, що спричиняв збій інтерфейсу адміністратора.",
|
|
34
|
-
"zh-cn": "修复了运行时通道中无效的公共对象导致管理 UI 崩溃的问题。"
|
|
35
|
-
},
|
|
36
58
|
"1.2.7": {
|
|
37
59
|
"en": "Corrected role definitions for writable states according to ioBroker guidelines.",
|
|
38
60
|
"de": "Rollen-Definitionen für beschreibbare States gemäß ioBroker-Richtlinien korrigiert.",
|
|
@@ -58,19 +80,6 @@
|
|
|
58
80
|
"pl": "Naprawiono problemy z modułem sprawdzania adaptera, przekonwertowano pozostałe komunikaty dziennika na język angielski, zaktualizowano wtyczki skryptu wydania i konfigurację zależnego bota.",
|
|
59
81
|
"uk": "Виправлено проблеми перевірки адаптера, перетворено решту повідомлень журналу на англійську мову, оновлено плагіни сценарію випуску та конфігурацію dependabot.",
|
|
60
82
|
"zh-cn": "修复了适配器检查器问题,将剩余日志消息转换为英语,更新了发布脚本插件和 dependentabot 配置。"
|
|
61
|
-
},
|
|
62
|
-
"1.2.5": {
|
|
63
|
-
"en": "Fix: corrected synchronization of actuator configuration with internal states (active/name). Additional actuators could not be activated in some cases. Updated translations.",
|
|
64
|
-
"de": "Fix: Synchronisierung der Aktor-Konfiguration mit den internen States (active/name) korrigiert. Zusatzaktoren konnten in einigen Fällen nicht aktiviert werden. Übersetzungen aktualisiert.",
|
|
65
|
-
"ru": "Исправлено: исправлена синхронизация конфигурации привода с внутренними состояниями (активный/имя). В некоторых случаях дополнительные исполнительные механизмы не могли быть активированы. Обновлены переводы.",
|
|
66
|
-
"pt": "Correção: corrigida sincronização da configuração do atuador com estados internos (ativo/nome). Atuadores adicionais não puderam ser ativados em alguns casos. Traduções atualizadas.",
|
|
67
|
-
"nl": "Fix: gecorrigeerde synchronisatie van actuatorconfiguratie met interne statussen (actief/naam). In sommige gevallen konden extra actuatoren niet worden geactiveerd. Bijgewerkte vertalingen.",
|
|
68
|
-
"fr": "Correctif : correction de la synchronisation de la configuration de l'actionneur avec les états internes (actif/nom). Des actionneurs supplémentaires n'ont pas pu être activés dans certains cas. Traductions mises à jour.",
|
|
69
|
-
"it": "Fix: corretta sincronizzazione della configurazione dell'attuatore con gli stati interni (attivo/nome). In alcuni casi non è stato possibile attivare attuatori aggiuntivi. Traduzioni aggiornate.",
|
|
70
|
-
"es": "Solución: sincronización corregida de la configuración del actuador con los estados internos (activo/nombre). En algunos casos no se pudieron activar actuadores adicionales. Traducciones actualizadas.",
|
|
71
|
-
"pl": "Poprawka: poprawiona synchronizacja konfiguracji siłownika ze stanami wewnętrznymi (aktywny/nazwa). W niektórych przypadkach nie można było aktywować dodatkowych siłowników. Zaktualizowane tłumaczenia.",
|
|
72
|
-
"uk": "Виправлення: виправлена синхронізація конфігурації приводу з внутрішніми станами (активний/назва). У деяких випадках не вдається активувати додаткові приводи. Оновлені переклади.",
|
|
73
|
-
"zh-cn": "修复:更正了执行器配置与内部状态(活动/名称)的同步。在某些情况下无法激活附加执行器。更新了翻译。"
|
|
74
83
|
}
|
|
75
84
|
},
|
|
76
85
|
"titleLang": {
|
|
@@ -137,13 +146,9 @@
|
|
|
137
146
|
{
|
|
138
147
|
"admin": ">=7.6.20"
|
|
139
148
|
}
|
|
140
|
-
]
|
|
141
|
-
"installedFrom": "file:///opt/iobroker/ioBroker.poolcontrol"
|
|
142
|
-
},
|
|
143
|
-
"native": {
|
|
144
|
-
"option1": true,
|
|
145
|
-
"option2": "42"
|
|
149
|
+
]
|
|
146
150
|
},
|
|
151
|
+
"native": {},
|
|
147
152
|
"objects": [],
|
|
148
153
|
"instanceObjects": []
|
|
149
154
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.poolcontrol",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "Steuerung & Automatisierung für den Pool (Pumpe, Heizung, Ventile, Sensoren).",
|
|
5
5
|
"author": "DasBo1975 <dasbo1975@outlook.de>",
|
|
6
6
|
"homepage": "https://github.com/DasBo1975/ioBroker.poolcontrol",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"@alcalzone/release-script": "^5.1.1",
|
|
28
28
|
"@alcalzone/release-script-plugin-iobroker": "^5.1.2",
|
|
29
29
|
"@alcalzone/release-script-plugin-license": "^5.1.1",
|
|
30
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.1.1",
|
|
30
31
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
31
32
|
"@iobroker/eslint-config": "^2.2.0",
|
|
32
33
|
"@iobroker/testing": "^5.2.2",
|