iobroker.poolcontrol 1.3.24 → 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.
- package/README.md +176 -133
- package/io-package.json +14 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,161 +11,199 @@
|
|
|
11
11
|
|
|
12
12
|
## Description
|
|
13
13
|
|
|
14
|
-
The adapter ioBroker.poolcontrol is used for controlling and
|
|
15
|
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
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
|
-
-
|
|
36
|
-
- Collector warning
|
|
37
|
-
- Optional speech output
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
-
|
|
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
|
-
-
|
|
64
|
-
- Start logic
|
|
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
|
|
67
|
-
-
|
|
68
|
-
-
|
|
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
|
|
69
68
|
|
|
70
|
-
- **
|
|
71
|
-
-
|
|
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
|
|
79
|
+
|
|
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
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
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
|
|
103
|
+
- PV integration for circulation targets
|
|
80
104
|
|
|
81
|
-
- **
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
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)
|
|
85
114
|
|
|
86
|
-
**
|
|
87
|
-
|
|
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
|
|
88
121
|
|
|
89
|
-
|
|
90
|
-
|
|
122
|
+
|
|
123
|
+
### Analytics & Insights
|
|
91
124
|
|
|
92
125
|
- **Statistics System**
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
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)
|
|
97
139
|
|
|
98
|
-
- **
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
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
|
-
- **Speech Outputs**
|
|
138
|
-
- Output via Alexa or Telegram
|
|
139
|
-
- Announcements on pump start/stop, errors or temperature thresholds
|
|
140
|
+
- **Photovoltaic Insights**
|
|
141
|
+
- Runtime analysis
|
|
142
|
+
- Energy evaluations
|
|
143
|
+
- Savings calculations
|
|
144
|
+
- Starts and operating statistics
|
|
145
|
+
- HTML / JSON summaries
|
|
140
146
|
|
|
141
|
-
- **
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
147
|
+
- **VIS-ready Outputs**
|
|
148
|
+
- Structured text outputs
|
|
149
|
+
- HTML outputs
|
|
150
|
+
- JSON summaries
|
|
151
|
+
- Suitable for VIS / VIS2 / dashboards
|
|
146
152
|
|
|
147
|
-
This section is used exclusively for analysis and troubleshooting.
|
|
148
|
-
In normal operation, monitoring should remain disabled.
|
|
149
153
|
|
|
150
|
-
|
|
151
|
-
- Follow-pump devices
|
|
152
|
-
- Automatic ON/OFF with pump operation
|
|
153
|
-
- Validation of external targets
|
|
154
|
-
- Suitable for UV, water features and auxiliary systems
|
|
154
|
+
### Chemistry & AI
|
|
155
155
|
|
|
156
156
|
- **Water Chemistry Analysis**
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
-
|
|
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
|
|
160
169
|
- Measurement location logic
|
|
161
|
-
- Plausibility checks
|
|
162
170
|
- HTML / JSON / text outputs
|
|
171
|
+
|
|
172
|
+
**ORP / Redox**
|
|
173
|
+
- ORP evaluation
|
|
174
|
+
- pH reference support
|
|
175
|
+
- Informational only
|
|
176
|
+
- No chlorine control
|
|
163
177
|
- No automatic dosing
|
|
164
178
|
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
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
|
|
194
|
+
|
|
195
|
+
- **Speech Outputs**
|
|
196
|
+
- Alexa support
|
|
197
|
+
- Telegram support
|
|
198
|
+
- Notifications for pump, warnings and temperatures
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Information System
|
|
202
|
+
|
|
203
|
+
- Adapter information system
|
|
204
|
+
- Seasonal greetings
|
|
205
|
+
- Version information
|
|
206
|
+
|
|
169
207
|
---
|
|
170
208
|
|
|
171
209
|
|
|
@@ -188,7 +226,7 @@ Configuration is done via tabs in the Admin interface:
|
|
|
188
226
|
- Statistics export function (CSV/Excel)
|
|
189
227
|
- Diagnostic helper for automatic system checks
|
|
190
228
|
- Own widgets for VIS/VIS2 (graphical pool and solar visualization)
|
|
191
|
-
-
|
|
229
|
+
- Dedicated control modules for valves and counter-current systems
|
|
192
230
|
- Integration of additional sensor boxes (e.g., TempBox, PressureBox, LevelBox)
|
|
193
231
|
- AI and voice assistant extension (pool daily report, tips, voice commands)
|
|
194
232
|
|
|
@@ -202,11 +240,24 @@ New features are added regularly – please refer to the changelog.
|
|
|
202
240
|
---
|
|
203
241
|
|
|
204
242
|
## Documentation
|
|
205
|
-
|
|
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)
|
|
206
251
|
|
|
207
252
|
---
|
|
208
253
|
|
|
209
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
|
+
|
|
210
261
|
### 1.3.24 (2026-05-26)
|
|
211
262
|
|
|
212
263
|
- Updated release-script dependencies to current versions
|
|
@@ -259,14 +310,6 @@ Features:
|
|
|
259
310
|
- Protection against invalid internal follow-pump targets
|
|
260
311
|
- Persistent configuration values
|
|
261
312
|
|
|
262
|
-
### 1.3.20 (2026-05-13)
|
|
263
|
-
|
|
264
|
-
- Added runtime self-healing for missed pump start events.
|
|
265
|
-
- Stabilized runtime and circulation calculations for delayed or filtered pump switch updates.
|
|
266
|
-
- Fixed a rare synchronization issue where circulation counting could stop although pump live values were still available.
|
|
267
|
-
- Protected time control states from being overwritten during adapter updates.
|
|
268
|
-
- Preserved configured time windows, start/end times and weekdays during adapter reinstallations or updates.
|
|
269
|
-
|
|
270
313
|
## Archived Release History
|
|
271
314
|
|
|
272
315
|
For older releases and archived version history see:
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "1.3.
|
|
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
|
+
},
|
|
6
19
|
"1.3.24": {
|
|
7
20
|
"en": "Updated repository and maintainer components: updated release-script dependencies, improved README/changelog structure and reviewed repository checker suggestions",
|
|
8
21
|
"de": "Repository- und Maintainer-Komponenten aktualisiert: Release-Script-Abhängigkeiten aktualisiert, README-/Changelog-Struktur verbessert und Repository-Checker-Hinweise überarbeitet",
|
|
@@ -54,19 +67,6 @@
|
|
|
54
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.",
|
|
55
68
|
"uk": "Додано нові пристрої, що слідують за насосом. До трьох зовнішніх пристроїв тепер можуть автоматично працювати разом з головним насосом. Додано перевірку цільових станів (існування, тип boolean та можливість запису). Додано захист від внутрішніх циклів Follow-Pump.",
|
|
56
69
|
"zh-cn": "新增随泵运行设备。现在最多可让三个外部设备自动跟随主泵运行。增加了目标状态验证(存在性、布尔类型和可写性)。增加了内部 Follow-Pump 循环保护。"
|
|
57
|
-
},
|
|
58
|
-
"1.3.20": {
|
|
59
|
-
"en": "Added runtime self-healing for missed pump start events and protected time control states from being overwritten during adapter updates.",
|
|
60
|
-
"de": "Runtime-Selbstheilung für verpasste Pumpenstart-Ereignisse ergänzt und Zeitsteuerungs-Datenpunkte vor dem Überschreiben bei Adapter-Updates geschützt.",
|
|
61
|
-
"ru": "Добавлено самовосстановление во время выполнения для пропущенных событий запуска насоса и защищены состояния контроля времени от перезаписи во время обновлений адаптера.",
|
|
62
|
-
"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.",
|
|
63
|
-
"nl": "Zelfherstel tijdens runtime toegevoegd voor gemiste pompstartgebeurtenissen en beschermde tijdcontrolestatussen tegen overschrijving tijdens adapterupdates.",
|
|
64
|
-
"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.",
|
|
65
|
-
"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.",
|
|
66
|
-
"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.",
|
|
67
|
-
"pl": "Dodano funkcję samonaprawy w czasie wykonywania w przypadku nieodebranych zdarzeń uruchomienia pompy i zabezpieczono stany kontroli czasu przed nadpisaniem podczas aktualizacji adaptera.",
|
|
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.
|
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
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": "
|
|
34
|
+
"@types/node": "^22.0.0",
|
|
35
35
|
"baseline-browser-mapping": "^2.8.32",
|
|
36
36
|
"proxyquire": "^2.1.3"
|
|
37
37
|
},
|