iobroker.poolcontrol 1.3.23 → 1.3.25

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.
Files changed (3) hide show
  1. package/README.md +192 -123
  2. package/io-package.json +27 -27
  3. package/package.json +6 -5
package/README.md CHANGED
@@ -11,141 +11,198 @@
11
11
 
12
12
  ## Description
13
13
 
14
- The adapter ioBroker.poolcontrol is used for controlling and monitoring pool systems.
15
- It enables automation of pump, temperature, and solar control as well as energy consumption analysis.
14
+ The adapter ioBroker.poolcontrol is used for controlling, monitoring and analyzing pool systems.
15
+
16
+ It provides automation for pumps, heating, solar and photovoltaic control as well as monitoring, diagnostics, chemistry analysis and energy evaluations.
16
17
 
17
18
  ---
18
19
 
19
20
  ## Features
20
21
 
22
+ ### Control & Automation
23
+
21
24
  - **Pump Control**
22
25
  - Operating modes: Automatic, Automatic (PV), Manual, Time Control, Off
23
- - Automatic (PV) controls the pump depending on photovoltaic surplus
24
- - Error detection (no power consumption, power despite “OFF”, overload)
26
+ - Error detection (no power consumption, power despite OFF, overload)
25
27
  - Safety functions (frost protection, overheating protection)
26
- - Pump power recommendation for variable-speed pumps
27
-
28
- - **Temperature Management**
29
- - Up to 6 sensors (surface, bottom, flow, return, collector, outside temperature)
30
- - Daily minimum / maximum
31
- - Hourly change
32
- - Differences (e.g., collector – air, surface – bottom, flow – return)
28
+ - Priority ownership and helper coordination
29
+ - Pump power recommendations for variable-speed pumps
30
+ - Learning functions for power and flow behavior (`pump.learning.*`)
31
+
32
+ - **Time Control**
33
+ - Up to 3 freely configurable weekly time windows
34
+ - Persistent configuration values
35
+ - Protection against overwriting during updates
33
36
 
34
37
  - **Solar Control**
35
- - On/off thresholds with hysteresis
36
- - Collector warning (with automatic reset at 10% below threshold)
37
- - Optional speech output on warning
38
-
39
- - **Heating / Heat Pump Control (new, test phase)**
40
- - Automatic control of heating rod or heat pump based on pool temperature
41
- - Target temperature and maximum safety temperature configurable
42
- - Active only when:
43
- - pool season is active
44
- - pump mode **Automatic**
45
- - maintenance mode is not active
46
- - Priority logic:
47
- - Maintenance mode fully blocks heating control
48
- - Heating does not interfere with manual or time-based pump modes
49
- - Configurable pump overrun time after heating ends
50
- - Ownership protection:
51
- - The pump is only switched off if it was previously switched on by the heatHelper itself
52
- - Supports:
53
- - switchable sockets **or**
54
- - boolean control states of external heating systems
55
- - Internal status and diagnostic section under `heat.*`
56
- - Purely controlling, **no chemistry or solar logic**
57
-
58
- **Note:**
59
- This function is currently in a **test phase**.
60
- The logic is fully implemented but should initially only be used by interested test users.
38
+ - Collector on/off thresholds with hysteresis
39
+ - Collector warning threshold
40
+ - Optional speech output for warnings
41
+ - Automatic reset logic
42
+
43
+ - **Solar Extended**
44
+ - Separate control for external solar actuators
45
+ - Delta on/off thresholds
46
+ - Maximum pool temperature limits
47
+ - Diagnostic and reason states
48
+ - Priority and block logic
49
+ - Status section under `solar.extended.*`
61
50
 
62
51
  - **Photovoltaic Control (since v0.6.0)**
63
- - Automatic pump control based on PV generation and household consumption
64
- - Start logic: surplus (pump rated power + safety margin)
52
+ - Pump control based on PV surplus and household consumption
53
+ - Start logic using configurable surplus margins
65
54
  - Optional overrun during cloudy phases
66
- - Ignore if daily circulation target reached
67
- - Configuration via two foreign object IDs (power_generated_id, power_house_id)
68
- - New pump mode Automatic (PV)
55
+ - Ignore mode when circulation target is reached
56
+ - Supports external energy object IDs
57
+ - Pump mode: `Automatic (PV)`
58
+
59
+ - **Heating / Heat Pump Control (test phase)**
60
+ - Automatic control of heating rod or heat pump
61
+ - Configurable target and safety temperatures
62
+ - Optional pump prerun and overrun
63
+ - Ownership protection
64
+ - Maintenance blocking logic
65
+ - Supports switchable outputs and boolean states
66
+ - Internal status and diagnostics under `heat.*`
67
+ - No chemistry or solar logic
68
+
69
+ - **Additional Actuators**
70
+ - Lighting control
71
+ - Extra pumps
72
+ - Follow-pump devices
73
+ - Automatic ON/OFF depending on pump operation
74
+ - Validation of external target states
75
+ - Suitable for UV systems, water features and auxiliary systems
76
+
77
+
78
+ ### Monitoring & Diagnostics
69
79
 
70
- - **Time Control**
71
- - Up to 3 freely configurable time windows per week
80
+ - **Temperature Management**
81
+ - Up to 6 sensors:
82
+ - surface
83
+ - ground / bottom
84
+ - flow
85
+ - return
86
+ - collector
87
+ - outside temperature
88
+ - Daily min/max values
89
+ - Hourly changes
90
+ - Temperature differences
91
+ - Last valid value tracking
92
+ - Source monitoring and diagnostics
93
+ - Recovery logic for missing updates
94
+ - Source status evaluation
72
95
 
73
96
  - **Runtime & Circulation**
74
- - Counts runtime (today, total)
75
- - Calculates daily circulation and remaining volume
76
- - Backwash reminder with configurable interval (e.g., every 7 days)
77
- - Display of last backwash including date
97
+ - Runtime counters (today / total)
98
+ - Circulation calculation and remaining volume
99
+ - Runtime self-healing
100
+ - Backwash reminder system
101
+ - Last backwash tracking
78
102
  - Automatic reset after completed backwash
79
- - PV mode considers circulation status (e.g., “Ignore when circulation reached”)
103
+ - PV integration for circulation targets
104
+
105
+ - **Pressure Sensor Integration (since v0.7.x)**
106
+ - Real-time pressure measurement
107
+ - Trend analysis
108
+ - Learning average values
109
+ - Self-learning min/max ranges
110
+ - Diagnostic states
111
+ - Pressure history and evaluation
112
+ - Support for external sensors and PoolControl PressureBox
113
+ - Informational only (no automatic control)
80
114
 
81
- - **Consumption & Costs**
82
- - Evaluation of an external kWh meter
83
- - Daily, weekly, monthly and yearly consumption
84
- - Calculation of electricity costs based on configurable price
115
+ - **SystemCheck**
116
+ - Diagnostic and debug area
117
+ - Monitoring of selected subsystems
118
+ - Internal debug log
119
+ - Manual log clearing
120
+ - Intended for analysis and troubleshooting
85
121
 
86
- **Note:**
87
- Details about the behavior of consumption and cost values (e.g., after restarts or when changing the electricity meter) can be found here:
88
122
 
89
- - [Documentation (English)](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/en/help.md)
90
- - [Dokumentation (Deutsch)](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/de/help.md)
123
+ ### Analytics & Insights
91
124
 
92
125
  - **Statistics System**
93
- - Section `analytics.statistics.*` with daily, weekly and monthly values
94
- - Automatic calculation of min, max, average and runtime values
95
- - Fully persistent data points (overinstall protection)
96
- - HTML and JSON summaries per sensor and overall overview
126
+ - Daily / weekly / monthly statistics
127
+ - Min / max / average calculations
128
+ - Runtime evaluations
129
+ - Persistent states
130
+ - HTML and JSON summaries
131
+
132
+ - **Solar Insights**
133
+ - Solar runtime analysis
134
+ - Efficiency calculations
135
+ - Diagnostic outputs
136
+ - Daily logbook
137
+ - HTML / JSON / text outputs
138
+ - Informational only (no control)
139
+
140
+ - **Photovoltaic Insights**
141
+ - Runtime analysis
142
+ - Energy evaluations
143
+ - Savings calculations
144
+ - Starts and operating statistics
145
+ - HTML / JSON summaries
146
+
147
+ - **VIS-ready Outputs**
148
+ - Structured text outputs
149
+ - HTML outputs
150
+ - JSON summaries
151
+ - Suitable for VIS / VIS2 / dashboards
152
+
153
+
154
+ ### Chemistry & AI
155
+
156
+ - **Water Chemistry Analysis**
157
+
158
+ **pH**
159
+ - Manual or external sources
160
+ - Measurement location logic
161
+ - Stabilization logic
162
+ - Manual mixing run support
163
+ - No automatic dosing
164
+
165
+ **TDS**
166
+ - Manual or external sources
167
+ - Trend evaluation (24h / 7d / 30d)
168
+ - Reference values
169
+ - Measurement location logic
170
+ - HTML / JSON / text outputs
171
+
172
+ **ORP / Redox**
173
+ - ORP evaluation
174
+ - pH reference support
175
+ - Informational only
176
+ - No chlorine control
177
+ - No automatic dosing
178
+
179
+ - **AI System**
180
+ - Weather hints (Open-Meteo)
181
+ - Pool recommendations
182
+ - Daily summary
183
+ - Weekend report
184
+ - Forecast for tomorrow
185
+ - Optional speech outputs
186
+ - Duplicate context tracking
187
+
188
+ - **Chemistry Help**
189
+ - Interactive chemistry assistance
190
+ - Typical pool problem selection
191
+ - Cause and solution explanations
192
+ - No automatic dosing
193
+ - No device control
97
194
 
98
- - **Pressure Sensor Integration (since v0.7.x)**
99
- - Real-time filter pressure measurement
100
- - Trend analysis: rising / falling / stable
101
- - Moving learning average (avg_bar)
102
- - Self-learning min/max pressure values
103
- - Diagnostic text + last update
104
- - No automatic control – purely informational
105
- - Normal pressure range configurable by the user
106
-
107
- - **AI System (from v0.8.0)**
108
- - Modules: Weather hints (Open-Meteo), pool tips, daily summary, weekend report
109
- - Automatic text outputs with optional speech output
110
- - Hourly weather updates for continuous refresh
111
- - Anti-spam system to avoid duplicate hints
112
-
113
- - **Forecast for Tomorrow (aiForecastHelper, from v0.8.0)**
114
- - Automatically creates a daily weather forecast for the next day
115
- - Analysis of temperature, weather situation, rain probability and wind strength
116
- - Generates pool recommendations for the following day (e.g., close cover, little solar heat expected)
117
- - Fully event-based and only requires Open-Meteo data from ioBroker geodata
118
- - Separate switches under `ai.weather.switches.*` to enable/disable individual forecast functions
119
- - Results stored under `ai.weather.outputs.forecast_text`
120
-
121
- - **Chemistry Help (aiChemistryHelpHelper, from v0.8.x)**
122
- - Interactive, purely informative AI help for water chemistry
123
- - Selection of typical pool problems via selection field (e.g., pH too high/low, chlorine ineffective, green/cloudy water)
124
- - Clear cause and solution descriptions as text output
125
- - No automatic dosing
126
- - No product recommendations
127
- - No device control
128
- - No speech output (purely visual information)
129
- - Goal: understand causes and proceed systematically (measure → correct → filter → measure again)
130
- - Data points under `ai.chemistry_help.*`
131
-
132
- - **Info System (since v0.7.x)**
133
- - Adapter information system
134
- - Seasonal greetings (Christmas, New Year’s Eve, New Year, Easter)
135
- - Display of installed adapter version
136
-
137
195
  - **Speech Outputs**
138
- - Output via Alexa or Telegram
139
- - Announcements on pump start/stop, errors or temperature thresholds
196
+ - Alexa support
197
+ - Telegram support
198
+ - Notifications for pump, warnings and temperatures
199
+
140
200
 
141
- - **SystemCheck (Diagnostic Section)**
142
- - Internal diagnostic section for debug and monitoring functions
143
- - Selection of area to monitor (e.g., pump, solar, temperature)
144
- - Continuous log of the latest changes
145
- - Manual log clearing possible
201
+ ### Information System
146
202
 
147
- This section is used exclusively for analysis and troubleshooting.
148
- In normal operation, monitoring should remain disabled.
203
+ - Adapter information system
204
+ - Seasonal greetings
205
+ - Version information
149
206
 
150
207
  ---
151
208
 
@@ -169,7 +226,7 @@ Configuration is done via tabs in the Admin interface:
169
226
  - Statistics export function (CSV/Excel)
170
227
  - Diagnostic helper for automatic system checks
171
228
  - Own widgets for VIS/VIS2 (graphical pool and solar visualization)
172
- - Control of pool lighting, valves and counter-current systems
229
+ - Dedicated control modules for valves and counter-current systems
173
230
  - Integration of additional sensor boxes (e.g., TempBox, PressureBox, LevelBox)
174
231
  - AI and voice assistant extension (pool daily report, tips, voice commands)
175
232
 
@@ -183,11 +240,30 @@ New features are added regularly – please refer to the changelog.
183
240
  ---
184
241
 
185
242
  ## Documentation
186
- - [help.md (detailed description and notes)](./help.md)
243
+
244
+ ### English
245
+ - [Documentation / Help](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/en/help.md)
246
+ - [Function Overview](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/en/function_overview.md)
247
+
248
+ ### Deutsch
249
+ - [Dokumentation / Hilfe](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/de/help.md)
250
+ - [Funktionsübersicht](https://github.com/DasBo1975/ioBroker.poolcontrol/blob/main/docs/de/funktionsuebersicht.md)
187
251
 
188
252
  ---
189
253
 
190
254
  ## Changelog
255
+ ### 1.3.25 (2026-05-26)
256
+
257
+ - Updated README structure and feature overview
258
+ - Synchronized German and English function overviews
259
+ - Updated repository maintenance dependencies
260
+
261
+ ### 1.3.24 (2026-05-26)
262
+
263
+ - Updated release-script dependencies to current versions
264
+ - Improved README and changelog structure
265
+ - Repository checker recommendations reviewed
266
+
191
267
  ### 1.3.23 (2026-05-26)
192
268
 
193
269
  - Added extended temperature diagnostics for all temperature sensors:
@@ -234,20 +310,13 @@ Features:
234
310
  - Protection against invalid internal follow-pump targets
235
311
  - Persistent configuration values
236
312
 
237
- ### 1.3.20 (2026-05-13)
313
+ ## Archived Release History
238
314
 
239
- - Added runtime self-healing for missed pump start events.
240
- - Stabilized runtime and circulation calculations for delayed or filtered pump switch updates.
241
- - Fixed a rare synchronization issue where circulation counting could stop although pump live values were still available.
242
- - Protected time control states from being overwritten during adapter updates.
243
- - Preserved configured time windows, start/end times and weekdays during adapter reinstallations or updates.
315
+ For older releases and archived version history see:
244
316
 
245
- ### 1.3.19 (2026-05-13)
317
+ [CHANGELOG_OLD.md](./CHANGELOG_OLD.md)
246
318
 
247
- - Added runtime self-healing for missed pump start events
248
- - Stabilized runtime and circulation calculations for delayed or filtered pump switch updates
249
- - Fixed a rare synchronization issue where circulation counting could stop although pump live values were still available
250
- - Improved internal runtime synchronization
319
+ ---
251
320
 
252
321
  ## Support
253
322
  - [ioBroker Forum](https://forum.iobroker.net/)
@@ -269,7 +338,7 @@ The user is responsible for the **safe installation and operation of their hardw
269
338
 
270
339
  ---
271
340
 
272
- ## License & Legal
341
+ ## Legal Notice
273
342
 
274
343
  PoolControl is an open-source project developed by D. Bertin (DasBo1975).
275
344
 
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "poolcontrol",
4
- "version": "1.3.23",
4
+ "version": "1.3.25",
5
5
  "news": {
6
+ "1.3.25": {
7
+ "en": "Updated documentation and repository maintenance: improved README structure, synchronized function overviews and updated development dependencies",
8
+ "de": "Dokumentation und Repository-Wartung aktualisiert: README-Struktur verbessert, Funktionsübersichten synchronisiert und Entwicklungsabhängigkeiten aktualisiert",
9
+ "ru": "Обновленная документация и обслуживание репозитория: улучшенная структура README, синхронизированные обзоры функций и обновленные зависимости разработки.",
10
+ "pt": "Documentação atualizada e manutenção de repositório: estrutura README aprimorada, visões gerais de funções sincronizadas e dependências de desenvolvimento atualizadas",
11
+ "nl": "Bijgewerkte documentatie en repository-onderhoud: verbeterde README-structuur, gesynchroniseerde functieoverzichten en bijgewerkte ontwikkelingsafhankelijkheden",
12
+ "fr": "Documentation mise à jour et maintenance du référentiel : structure README améliorée, aperçus des fonctions synchronisés et dépendances de développement mises à jour",
13
+ "it": "Documentazione aggiornata e manutenzione del repository: struttura README migliorata, panoramiche delle funzioni sincronizzate e dipendenze di sviluppo aggiornate",
14
+ "es": "Documentación actualizada y mantenimiento del repositorio: estructura README mejorada, descripciones generales de funciones sincronizadas y dependencias de desarrollo actualizadas",
15
+ "pl": "Zaktualizowana dokumentacja i konserwacja repozytorium: ulepszona struktura README, zsynchronizowane przeglądy funkcji i zaktualizowane zależności programistyczne",
16
+ "uk": "Оновлена ​​документація та обслуговування репозиторію: покращена структура README, синхронізовані огляди функцій та оновлені залежності розробки",
17
+ "zh-cn": "更新的文档和存储库维护:改进的自述文件结构、同步的功能概述和更新的开发依赖项"
18
+ },
19
+ "1.3.24": {
20
+ "en": "Updated repository and maintainer components: updated release-script dependencies, improved README/changelog structure and reviewed repository checker suggestions",
21
+ "de": "Repository- und Maintainer-Komponenten aktualisiert: Release-Script-Abhängigkeiten aktualisiert, README-/Changelog-Struktur verbessert und Repository-Checker-Hinweise überarbeitet",
22
+ "ru": "Обновлены компоненты репозитория и сопровождающего: обновлены зависимости сценариев выпуска, улучшена структура README/журнала изменений и рассмотрены предложения по проверке репозитория.",
23
+ "pt": "Repositório atualizado e componentes do mantenedor: dependências de script de lançamento atualizadas, estrutura README/changelog aprimorada e sugestões revisadas do verificador de repositório",
24
+ "nl": "Bijgewerkte repository- en onderhoudercomponenten: bijgewerkte release-scriptafhankelijkheden, verbeterde README/changelog-structuur en herziene suggesties voor repositorycontrole",
25
+ "fr": "Composants du référentiel et du responsable mis à jour : dépendances de script de version mises à jour, structure README/changelog améliorée et suggestions révisées du vérificateur de référentiel",
26
+ "it": "Componenti del repository e del manutentore aggiornati: dipendenze aggiornate degli script di rilascio, struttura README/log delle modifiche migliorata e suggerimenti rivisti per il controllo del repository",
27
+ "es": "Componentes actualizados del repositorio y del mantenedor: dependencias actualizadas del script de lanzamiento, estructura README/registro de cambios mejorada y sugerencias revisadas del verificador del repositorio",
28
+ "pl": "Zaktualizowane komponenty repozytorium i opiekuna: zaktualizowane zależności skryptu wydania, ulepszona struktura README/dziennika zmian i sprawdzone sugestie dotyczące sprawdzania repozytorium",
29
+ "uk": "Оновлений репозиторій і компоненти супроводжувача: оновлені залежності сценарію випуску, покращена структура README/журналу змін і переглянуті пропозиції перевірки сховища",
30
+ "zh-cn": "更新了存储库和维护者组件:更新了发布脚本依赖项,改进了自述文件/变更日志结构并审查了存储库检查器建议"
31
+ },
6
32
  "1.3.23": {
7
33
  "en": "Temperature diagnostics extended: Added new diagnostic states for all temperature sensors (last valid value, timestamp, minutes since last value, source status). Added self-healing/recovery mechanism for stalled or missing temperature events. Temperature helper updated to ioBroker-compliant timers.",
8
34
  "de": "Temperaturbereich erweitert: Neue Diagnosewerte für alle Temperatursensoren ergänzt (letzter gültiger Wert, Zeitstempel, Minuten seit letztem Wert, Quellenstatus). Zusätzlich Selbstheilungs-/Recovery-Mechanismus für ausgefallene oder hängende Temperatur-Events ergänzt. Temperaturhelper auf ioBroker-konforme Timer umgestellt.",
@@ -41,32 +67,6 @@
41
67
  "pl": "Dodano nowe urządzenia podążające za pompą. Do trzech urządzeń zewnętrznych może teraz automatycznie podążać za pracą głównej pompy. Dodano sprawdzanie stanów docelowych (istnienie, typ boolean i możliwość zapisu). Dodano ochronę przed wewnętrznymi pętlami Follow-Pump.",
42
68
  "uk": "Додано нові пристрої, що слідують за насосом. До трьох зовнішніх пристроїв тепер можуть автоматично працювати разом з головним насосом. Додано перевірку цільових станів (існування, тип boolean та можливість запису). Додано захист від внутрішніх циклів Follow-Pump.",
43
69
  "zh-cn": "新增随泵运行设备。现在最多可让三个外部设备自动跟随主泵运行。增加了目标状态验证(存在性、布尔类型和可写性)。增加了内部 Follow-Pump 循环保护。"
44
- },
45
- "1.3.20": {
46
- "en": "Added runtime self-healing for missed pump start events and protected time control states from being overwritten during adapter updates.",
47
- "de": "Runtime-Selbstheilung für verpasste Pumpenstart-Ereignisse ergänzt und Zeitsteuerungs-Datenpunkte vor dem Überschreiben bei Adapter-Updates geschützt.",
48
- "ru": "Добавлено самовосстановление во время выполнения для пропущенных событий запуска насоса и защищены состояния контроля времени от перезаписи во время обновлений адаптера.",
49
- "pt": "Adicionada autocorreção em tempo de execução para eventos de inicialização de bomba perdidos e estados de controle de tempo protegidos contra substituição durante atualizações do adaptador.",
50
- "nl": "Zelfherstel tijdens runtime toegevoegd voor gemiste pompstartgebeurtenissen en beschermde tijdcontrolestatussen tegen overschrijving tijdens adapterupdates.",
51
- "fr": "Ajout de l'auto-réparation au moment de l'exécution pour les événements de démarrage de pompe manqués et des états de contrôle du temps protégés contre l'écrasement lors des mises à jour de l'adaptateur.",
52
- "it": "Aggiunta l'autoriparazione del runtime per gli eventi di mancato avvio della pompa e gli stati di controllo temporale protetti dalla sovrascrittura durante gli aggiornamenti dell'adattatore.",
53
- "es": "Se agregó autorreparación en tiempo de ejecución para eventos de inicio de bomba perdidos y estados de control de tiempo protegidos para que no se sobrescriban durante las actualizaciones del adaptador.",
54
- "pl": "Dodano funkcję samonaprawy w czasie wykonywania w przypadku nieodebranych zdarzeń uruchomienia pompy i zabezpieczono stany kontroli czasu przed nadpisaniem podczas aktualizacji adaptera.",
55
- "uk": "Додано самовідновлення під час виконання для пропущених подій запуску насоса та захищено стани керування часом від перезапису під час оновлення адаптера.",
56
- "zh-cn": "添加了针对错过的泵启动事件的运行时自我修复,并保护时间控制状态在适配器更新期间不被覆盖。"
57
- },
58
- "1.3.19": {
59
- "en": "Added runtime self-healing for missed pump start events. Stabilized runtime and circulation calculations for delayed or filtered pump switch updates. Fixed a rare synchronization issue where circulation counting could stop although pump live values were still available. Improved internal runtime synchronization.",
60
- "de": "Runtime-Selbstheilung für verpasste Pumpenstart-Ereignisse ergänzt. Laufzeit- und Umwälzberechnung bei verzögerten oder gefilterten Pumpenschalter-Updates stabilisiert. Seltenen Synchronisationsfehler behoben, bei dem die Umwälzberechnung trotz aktiver Pumpen-Livewerte stehen bleiben konnte. Interne Runtime-Synchronisierung verbessert.",
61
- "ru": "Добавлено самовосстановление во время выполнения для пропущенных событий запуска насоса. Стабилизированные расчеты времени работы и циркуляции для отложенных или отфильтрованных обновлений переключателей насосов. Исправлена ​​редкая проблема синхронизации, из-за которой подсчет циркуляции мог остановиться, хотя текущие значения насоса все еще были доступны. Улучшена внутренняя синхронизация времени выполнения.",
62
- "pt": "Adicionada autocorreção em tempo de execução para eventos de inicialização de bomba perdidos. Cálculos de tempo de execução e circulação estabilizados para atualizações de interruptores de bomba filtrados ou atrasados. Foi corrigido um raro problema de sincronização em que a contagem de circulação poderia parar embora os valores ativos da bomba ainda estivessem disponíveis. Sincronização de tempo de execução interna aprimorada.",
63
- "nl": "Zelfherstel tijdens runtime toegevoegd voor gemiste pompstartgebeurtenissen. Gestabiliseerde looptijd- en circulatieberekeningen voor vertraagde of gefilterde updates van pompschakelaars. Er is een zeldzaam synchronisatieprobleem opgelost waarbij het tellen van de circulatie kon stoppen, hoewel de live-waarden van de pomp nog steeds beschikbaar waren. Verbeterde interne runtime-synchronisatie.",
64
- "fr": "Ajout de l'auto-réparation du temps d'exécution pour les événements de démarrage de pompe manqués. Calculs de temps de fonctionnement et de circulation stabilisés pour les mises à jour retardées ou filtrées des interrupteurs de pompe. Correction d'un problème de synchronisation rare où le comptage de circulation pouvait s'arrêter même si les valeurs en direct de la pompe étaient toujours disponibles. Synchronisation d'exécution interne améliorée.",
65
- "it": "Aggiunta l'autoriparazione del tempo di esecuzione per gli eventi di avvio della pompa mancati. Calcoli di autonomia e circolazione stabilizzati per aggiornamenti ritardati o filtrati dell'interruttore della pompa. Risolto un raro problema di sincronizzazione per cui il conteggio della circolazione poteva interrompersi anche se i valori in tempo reale della pompa erano ancora disponibili. Sincronizzazione runtime interna migliorata.",
66
- "es": "Se agregó autorreparación en tiempo de ejecución para eventos de inicio de bomba perdidos. Cálculos de circulación y tiempo de funcionamiento estabilizados para actualizaciones retrasadas o filtradas del interruptor de la bomba. Se solucionó un problema de sincronización poco común por el cual el conteo de circulación podía detenerse aunque los valores activos de la bomba todavía estaban disponibles. Sincronización interna del tiempo de ejecución mejorada.",
67
- "pl": "Dodano funkcję samonaprawy w czasie wykonywania w przypadku zdarzeń związanych z nieudanym uruchomieniem pompy. Stabilizowane obliczenia czasu pracy i cyrkulacji dla opóźnionych lub filtrowanych aktualizacji przełączników pomp. Naprawiono rzadki problem z synchronizacją, w wyniku którego zliczanie cyrkulacji mogło zostać zatrzymane, mimo że wartości bieżące pompy były nadal dostępne. Ulepszona wewnętrzna synchronizacja środowiska wykonawczego.",
68
- "uk": "Додано самовідновлення під час виконання для пропущених подій запуску насоса. Стабілізований час роботи та обчислення циркуляції для відкладених або фільтрованих оновлень перемикача насоса. Виправлено рідкісну проблему синхронізації, через яку підрахунок циркуляції міг припинитися, хоча поточні значення насоса все ще були доступні. Покращена внутрішня синхронізація часу виконання.",
69
- "zh-cn": "为错过的泵启动事件添加了运行时自我修复功能。延迟或过滤泵开关更新的稳定运行时间和循环计算。修复了一个罕见的同步问题,即尽管泵的实时值仍然可用,但循环计数可能会停止。改进了内部运行时同步。"
70
70
  }
71
71
  },
72
72
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.poolcontrol",
3
- "version": "1.3.23",
3
+ "version": "1.3.25",
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",
@@ -24,13 +24,14 @@
24
24
  "@iobroker/adapter-core": "^3.3.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@alcalzone/release-script": "^5.1.1",
28
- "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
29
- "@alcalzone/release-script-plugin-license": "^5.1.1",
30
- "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
27
+ "@alcalzone/release-script": "^5.2.0",
28
+ "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
29
+ "@alcalzone/release-script-plugin-license": "^5.2.0",
30
+ "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
31
31
  "@iobroker/adapter-dev": "^1.5.0",
32
32
  "@iobroker/eslint-config": "^2.2.0",
33
33
  "@iobroker/testing": "^5.2.2",
34
+ "@types/node": "^22.0.0",
34
35
  "baseline-browser-mapping": "^2.8.32",
35
36
  "proxyquire": "^2.1.3"
36
37
  },