iobroker.poolcontrol 1.3.24 → 1.3.26

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
@@ -11,161 +11,199 @@
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
69
68
 
70
- - **Time Control**
71
- - Up to 3 freely configurable time windows per week
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
- - 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
80
104
 
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
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)
114
+
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)
97
139
 
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
- - **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
- - **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
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
- - **Additional Actuators**
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
- - pH evaluation with manual or external sources
158
- - TDS analysis with trends (24h / 7d / 30d)
159
- - ORP / Redox evaluation with pH reference support
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
- - Source monitoring and diagnostics
166
- - Last valid value tracking
167
- - Recovery logic for missing updates
168
- - Source status monitoring
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
- - Control of pool lighting, valves and counter-current systems
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,30 @@ New features are added regularly – please refer to the changelog.
202
240
  ---
203
241
 
204
242
  ## Documentation
205
- - [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)
206
251
 
207
252
  ---
208
253
 
209
254
  ## Changelog
255
+ ### 1.3.26 (2026-05-28)
256
+
257
+ - Reworked multiple warnings and review notes from official ioBroker checks
258
+ - Internal cleanup and small structural improvements
259
+ - Further preparation for cleaner review and repository checks
260
+
261
+ ### 1.3.25 (2026-05-26)
262
+
263
+ - Updated README structure and feature overview
264
+ - Synchronized German and English function overviews
265
+ - Updated repository maintenance dependencies
266
+
210
267
  ### 1.3.24 (2026-05-26)
211
268
 
212
269
  - Updated release-script dependencies to current versions
@@ -232,41 +289,6 @@ New features are added regularly – please refer to the changelog.
232
289
  - Immediate update of ORP pH reference when pH enabled state or pH value changes
233
290
  - Fixed missing pH reference updates when ORP evaluation was blocked, invalid or waiting for measurement conditions
234
291
 
235
- ### 1.3.21 (2026-05-17)
236
-
237
- NEW: Follow-pump devices
238
-
239
- Added a new `actuators.follow_pump_devices` area.
240
-
241
- Up to three external devices can now automatically follow the operation of the main pump.
242
-
243
- Typical examples:
244
-
245
- - UV systems
246
- - Water features
247
- - Auxiliary filters
248
- - Additional circulation devices
249
-
250
- Features:
251
-
252
- - Automatic ON when the main pump starts
253
- - Automatic OFF when the main pump stops
254
- - Configurable target state per device
255
- - Validation of target states:
256
- - state exists
257
- - boolean type required
258
- - writable required
259
- - Protection against invalid internal follow-pump targets
260
- - Persistent configuration values
261
-
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
292
  ## Archived Release History
271
293
 
272
294
  For older releases and archived version history see:
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Oberflächentemperatursensor verwenden",
153
152
  "Voice": "Stimme",
154
153
  "Volume (0–100)": "Lautstärke (0–100)",
155
- "Wednesday": "Mittwoch",
156
- "poolcontrol adapter settings": "Adaptereinstellungen für Poolcontrol"
154
+ "Wednesday": "Mittwoch"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Usar sensor de superficie",
153
152
  "Voice": "Voz",
154
153
  "Volume (0–100)": "Volumen (0–100)",
155
- "Wednesday": "Miércoles",
156
- "poolcontrol adapter settings": "Ajustes del adaptador para poolcontrol"
154
+ "Wednesday": "Miércoles"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Utiliser le capteur de surface",
153
152
  "Voice": "Voix",
154
153
  "Volume (0–100)": "Volume (0 à 100)",
155
- "Wednesday": "Mercredi",
156
- "poolcontrol adapter settings": "Paramètres d'adaptateur pour poolcontrol"
154
+ "Wednesday": "Mercredi"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1.0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Usa il sensore di superficie",
153
152
  "Voice": "Voce",
154
153
  "Volume (0–100)": "Volume (0–100)",
155
- "Wednesday": "Mercoledì",
156
- "poolcontrol adapter settings": "Impostazioni dell'adattatore per poolcontrol"
154
+ "Wednesday": "Mercoledì"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Gebruik oppervlaktesensor",
153
152
  "Voice": "Stem",
154
153
  "Volume (0–100)": "Volume (0–100)",
155
- "Wednesday": "Woensdag",
156
- "poolcontrol adapter settings": "Adapterinstellingen voor poolcontrol"
154
+ "Wednesday": "Woensdag"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Użyj czujnika powierzchniowego",
153
152
  "Voice": "Głos",
154
153
  "Volume (0–100)": "Głośność (0–100)",
155
- "Wednesday": "Środa",
156
- "poolcontrol adapter settings": "Ustawienia adaptera dla poolcontrol"
154
+ "Wednesday": "Środa"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Usar sensor de superfície",
153
152
  "Voice": "Voz",
154
153
  "Volume (0–100)": "Volume (0–100)",
155
- "Wednesday": "Quarta-feira",
156
- "poolcontrol adapter settings": "Configurações do adaptador para poolcontrol"
154
+ "Wednesday": "Quarta-feira"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Использовать датчик поверхности",
153
152
  "Voice": "Голос",
154
153
  "Volume (0–100)": "Громкость (0–100)",
155
- "Wednesday": "Среда",
156
- "poolcontrol adapter settings": "Настройки адаптера для poolcontrol"
154
+ "Wednesday": "Среда"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0,5x",
4
3
  "1.0x": "1,0x",
5
4
  "1.5x": "1,5x",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "Використовуйте датчик поверхні",
153
152
  "Voice": "Голос",
154
153
  "Volume (0–100)": "Обсяг (0–100)",
155
- "Wednesday": "Середа",
156
- "poolcontrol adapter settings": "Налаштування адаптера для poolcontrol"
154
+ "Wednesday": "Середа"
157
155
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- " ": " ",
3
2
  "0.5x": "0.5倍",
4
3
  "1.0x": "1.0倍",
5
4
  "1.5x": "1.5倍",
@@ -152,6 +151,5 @@
152
151
  "Use Surface Sensor": "使用表面传感器",
153
152
  "Voice": "嗓音",
154
153
  "Volume (0–100)": "音量 (0–100)",
155
- "Wednesday": "周三",
156
- "poolcontrol adapter settings": "poolcontrol的适配器设置"
154
+ "Wednesday": "周三"
157
155
  }
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "poolcontrol",
4
- "version": "1.3.24",
4
+ "version": "1.3.26",
5
5
  "news": {
6
+ "1.3.26": {
7
+ "en": "Reworked several warnings and review notes from official ioBroker checks. Various small improvements and internal cleanups.",
8
+ "de": "Mehrere Warnungen und Review-Hinweise aus offiziellen ioBroker-Checks überarbeitet. Diverse kleine Verbesserungen und interne Bereinigungen.",
9
+ "ru": "Переработано несколько предупреждений и примечаний к обзору официальных проверок ioBroker. Различные мелкие улучшения и внутренние чистки.",
10
+ "pt": "Vários avisos e notas de revisão das verificações oficiais do ioBroker foram reformulados. Várias pequenas melhorias e limpezas internas.",
11
+ "nl": "Verschillende waarschuwingen en beoordelingsnotities van officiële ioBroker-controles herwerkt. Diverse kleine verbeteringen en interne opruimingen.",
12
+ "fr": "Retravaillé plusieurs avertissements et notes de révision des contrôles officiels d'ioBroker. Diverses petites améliorations et nettoyages internes.",
13
+ "it": "Rielaborati diversi avvisi e note di revisione dai controlli ufficiali di ioBroker. Varie piccole migliorie e pulizie interne.",
14
+ "es": "Se modificaron varias advertencias y notas de revisión de las comprobaciones oficiales de ioBroker. Varias pequeñas mejoras y limpiezas internas.",
15
+ "pl": "Przerobiono kilka ostrzeżeń i uwag z oficjalnych kontroli ioBroker. Różne drobne ulepszenia i wewnętrzne porządki.",
16
+ "uk": "Перероблено кілька попереджень і приміток до огляду з офіційних перевірок ioBroker. Різні невеликі покращення та внутрішні очищення.",
17
+ "zh-cn": "重新设计了官方 ioBroker 检查中的几条警告和审查说明。各种小的改进和内部清理。"
18
+ },
19
+ "1.3.25": {
20
+ "en": "Updated documentation and repository maintenance: improved README structure, synchronized function overviews and updated development dependencies",
21
+ "de": "Dokumentation und Repository-Wartung aktualisiert: README-Struktur verbessert, Funktionsübersichten synchronisiert und Entwicklungsabhängigkeiten aktualisiert",
22
+ "ru": "Обновленная документация и обслуживание репозитория: улучшенная структура README, синхронизированные обзоры функций и обновленные зависимости разработки.",
23
+ "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",
24
+ "nl": "Bijgewerkte documentatie en repository-onderhoud: verbeterde README-structuur, gesynchroniseerde functieoverzichten en bijgewerkte ontwikkelingsafhankelijkheden",
25
+ "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",
26
+ "it": "Documentazione aggiornata e manutenzione del repository: struttura README migliorata, panoramiche delle funzioni sincronizzate e dipendenze di sviluppo aggiornate",
27
+ "es": "Documentación actualizada y mantenimiento del repositorio: estructura README mejorada, descripciones generales de funciones sincronizadas y dependencias de desarrollo actualizadas",
28
+ "pl": "Zaktualizowana dokumentacja i konserwacja repozytorium: ulepszona struktura README, zsynchronizowane przeglądy funkcji i zaktualizowane zależności programistyczne",
29
+ "uk": "Оновлена ​​документація та обслуговування репозиторію: покращена структура README, синхронізовані огляди функцій та оновлені залежності розробки",
30
+ "zh-cn": "更新的文档和存储库维护:改进的自述文件结构、同步的功能概述和更新的开发依赖项"
31
+ },
6
32
  "1.3.24": {
7
33
  "en": "Updated repository and maintainer components: updated release-script dependencies, improved README/changelog structure and reviewed repository checker suggestions",
8
34
  "de": "Repository- und Maintainer-Komponenten aktualisiert: Release-Script-Abhängigkeiten aktualisiert, README-/Changelog-Struktur verbessert und Repository-Checker-Hinweise überarbeitet",
@@ -41,32 +67,6 @@
41
67
  "pl": "Ulepszona synchronizacja odniesienia pH ORP. Pomocnik ORP aktualizuje teraz wartość odniesienia pH niezależnie od przetwarzania wartości ORP i natychmiast odzwierciedla zmiany stanu pH.",
42
68
  "uk": "Покращена синхронізація еталонного pH ОВП. Помічник ОВП тепер оновлює еталонний рН незалежно від обробки значення ОВП і негайно відображає зміни стану рН.",
43
69
  "zh-cn": "改进了 ORP pH 参考同步。 ORP 助手现在独立于 ORP 值处理更新 pH 参考值,并立即反映 pH 状态变化。"
44
- },
45
- "1.3.21": {
46
- "en": "Added new follow-pump devices. Up to three external devices can now automatically follow the main pump operation. Added validation for target states including existence, boolean type and writable checks. Added protection against internal follow-pump loops.",
47
- "de": "Neue Geräte mit Pumpenlauf hinzugefügt. Bis zu drei externe Geräte können jetzt automatisch dem Lauf der Hauptpumpe folgen. Zusätzlich wurden Prüfungen für Ziel-Datenpunkte (Existenz, Boolean-Typ und Schreibbarkeit) ergänzt. Schutz gegen interne Follow-Pump-Schleifen hinzugefügt.",
48
- "ru": "Добавлены новые устройства, следующие за работой насоса. До трёх внешних устройств теперь могут автоматически следовать за работой основного насоса. Добавлена проверка целевых состояний (существование, тип boolean и возможность записи). Добавлена защита от внутренних циклов Follow-Pump.",
49
- "pt": "Adicionados novos dispositivos dependentes da bomba. Até três dispositivos externos podem agora seguir automaticamente o funcionamento da bomba principal. Adicionadas verificações para estados alvo (existência, tipo booleano e permissão de escrita). Adicionada proteção contra loops internos Follow-Pump.",
50
- "nl": "Nieuwe apparaten met pompkoppeling toegevoegd. Tot drie externe apparaten kunnen nu automatisch de hoofdpomp volgen. Validatie voor doelstatussen toegevoegd inclusief bestaan, boolean-type en schrijfbaarheid. Bescherming tegen interne Follow-Pump-lussen toegevoegd.",
51
- "fr": "Ajout de nouveaux appareils liés à la pompe. Jusqu'à trois appareils externes peuvent désormais suivre automatiquement le fonctionnement de la pompe principale. Validation des états cibles ajoutée (existence, type booléen et écriture). Protection contre les boucles internes Follow-Pump ajoutée.",
52
- "it": "Aggiunti nuovi dispositivi collegati alla pompa. Fino a tre dispositivi esterni possono ora seguire automaticamente il funzionamento della pompa principale. Aggiunti controlli per gli stati di destinazione (esistenza, tipo booleano e scrivibilità). Aggiunta protezione contro i loop interni Follow-Pump.",
53
- "es": "Añadidos nuevos dispositivos dependientes de la bomba. Hasta tres dispositivos externos ahora pueden seguir automáticamente el funcionamiento de la bomba principal. Se añadieron validaciones para estados destino (existencia, tipo booleano y escritura). Añadida protección contra bucles internos Follow-Pump.",
54
- "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
- "uk": "Додано нові пристрої, що слідують за насосом. До трьох зовнішніх пристроїв тепер можуть автоматично працювати разом з головним насосом. Додано перевірку цільових станів (існування, тип boolean та можливість запису). Додано захист від внутрішніх циклів Follow-Pump.",
56
- "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/lib/i18n/de.json CHANGED
@@ -13,12 +13,10 @@
13
13
  "Skin or eye irritation when swimming": "Haut- oder Augenreizungen beim Schwimmen",
14
14
  "Water values are often unstable": "Wasserwerte sind häufig instabil",
15
15
  "Issue unclear / not specific": "Problem unklar / nicht eindeutig",
16
-
17
16
  "Important:": "Wichtig:",
18
17
  "Always proceed step by step: measure first → correct in small steps → let the water circulate → measure again.": "Immer schrittweise vorgehen: erst messen → klein korrigieren → umwälzen lassen → erneut messen.",
19
18
  "Always follow the product instructions (concentration and pool volume may differ).": "Immer die Angaben auf dem Produkt beachten (Konzentration und Beckenvolumen können abweichen).",
20
19
  "If you are unsure, correct more slowly rather than forcing it.": "Wenn du unsicher bist: lieber langsamer korrigieren als mit Gewalt.",
21
-
22
20
  "Problem: pH value is too low (water is too acidic).": "Problem: pH-Wert ist zu niedrig (Wasser ist zu sauer).",
23
21
  "What this means:": "Was das bedeutet:",
24
22
  "A pH value that is too low can attack materials (metals / built-in parts) more strongly and can increase irritation during bathing. It can also make the overall water balance unstable.": "Ein zu niedriger pH-Wert kann Materialien (Metalle / Einbauteile) stärker angreifen und Reizungen beim Baden begünstigen. Außerdem kann die Wasserbalance instabil werden.",
@@ -29,7 +27,6 @@
29
27
  "Typical corrective direction:": "Übliche Lösungsrichtung:",
30
28
  "Raise the pH gradually with a pH increaser / pH plus product.": "pH-Wert schrittweise mit pH-Plus anheben.",
31
29
  "If the pH keeps dropping again, also check total alkalinity / the buffer, otherwise every pH correction will only hold for a short time.": "Wenn der pH-Wert immer wieder fällt, auch die Alkalinität prüfen, sonst hält die Korrektur nicht lange.",
32
-
33
30
  "Problem: pH value is too high (water is too alkaline).": "Problem: pH-Wert ist zu hoch (Wasser ist zu basisch).",
34
31
  "If the pH value is too high, chlorine / disinfection often works less effectively and cloudiness / precipitation (for example lime) can occur more easily. Eyes and skin may also become irritated.": "Bei zu hohem pH-Wert wirkt Chlor schlechter und es kann zu Trübungen oder Ausfällungen (z. B. Kalk) kommen. Auch Augen und Haut können gereizt werden.",
35
32
  "Strong outgassing / a lot of bubbling (CO₂ escapes → pH rises)": "Starkes Ausgasen / viel Sprudel (CO₂ entweicht → pH steigt)",
@@ -37,7 +34,6 @@
37
34
  "Some pools / materials can initially push the pH upward": "Einige Becken oder Materialien können den pH-Wert anfangs erhöhen",
38
35
  "Lower the pH in small steps with a pH reducer / pH minus product.": "pH-Wert in kleinen Schritten mit pH-Minus senken.",
39
36
  "If the pH repeatedly rises again, also consider alkalinity / water hardness, because this strongly affects stability.": "Wenn der pH-Wert immer wieder steigt, auch Alkalinität und Wasserhärte prüfen.",
40
-
41
37
  "Problem: Chlorine level is too low.": "Problem: Chlorwert ist zu niedrig.",
42
38
  "Too little effective chlorine can allow germs and algae to multiply more easily. Often the first signs are tired-looking water: less clarity, more odor, and deposits forming faster.": "Zu wenig wirksames Chlor lässt Keime und Algen leichter wachsen. Erste Anzeichen sind oft trübes Wasser, Geruch und schnellerer Belag.",
43
39
  "A lot of sun / UV exposure (chlorine breaks down faster)": "Viel Sonne / UV (Chlor baut sich schneller ab)",
@@ -45,7 +41,6 @@
45
41
  "Unfavorable pH value (chlorine works less effectively)": "Ungünstiger pH-Wert (Chlor wirkt schlechter)",
46
42
  "Bring disinfection back into a normal range and check the pH in parallel.": "Desinfektion wieder in den Normalbereich bringen und pH prüfen.",
47
43
  "If chlorine keeps dropping permanently, also check causes such as organic load, filter condition, and circulation.": "Wenn Chlor dauerhaft sinkt, Ursachen wie Belastung, Filterzustand und Umwälzung prüfen.",
48
-
49
44
  "Problem: Chlorine level is too high.": "Problem: Chlorwert ist zu hoch.",
50
45
  "A chlorine level that is too high can irritate eyes and skin, cause strong odor, and put more stress on materials and covers. In this situation, adding even more chemicals is almost never the right direction.": "Zu viel Chlor kann Augen und Haut reizen, starken Geruch verursachen und Materialien belasten. Mehr Chemie ist hier fast nie sinnvoll.",
51
46
  "Too much chlorine added / shock treatment too high": "Zu viel Chlor zugegeben / Schockbehandlung zu hoch",
@@ -53,7 +48,21 @@
53
48
  "Do not add more chlorine.": "Kein weiteres Chlor zugeben.",
54
49
  "Let time do the work (sun / UV reduces chlorine) and keep the water circulating well.": "Zeit wirken lassen (Sonne / UV baut Chlor ab) und gut umwälzen.",
55
50
  "Only evaluate further corrections (for example pH) once chlorine is back in a normal range.": "Weitere Korrekturen erst vornehmen, wenn Chlor wieder im Normalbereich ist.",
56
-
51
+ "Problem: Chlorine level does not rise despite dosing.": "Problem: Chlorwert steigt trotz Dosierung nicht.",
52
+ "This often happens when the water has a high chlorine demand: the added chlorine is consumed immediately before a stable free chlorine level can remain measurable.": "Das passiert häufig, wenn das Wasser einen hohen Chlorbedarf hat: Zugegebenes Chlor wird sofort verbraucht, bevor ein stabiler freier Chlorwert messbar bleibt.",
53
+ "High organic load (dirt, biofilm, heavy use)": "Hohe organische Belastung (Schmutz, Biofilm, starke Nutzung)",
54
+ "Early / invisible algae growth": "Beginnender oder noch nicht sichtbarer Algenwuchs",
55
+ "Strongly incorrect pH value (effectiveness reduced)": "Deutlich falscher pH-Wert (Wirkung reduziert)",
56
+ "First check the basic values (pH, filter / circulation, visual inspection for deposits).": "Zuerst die Grundwerte prüfen (pH, Filter / Umwälzung, Sichtprüfung auf Beläge).",
57
+ "Get the water clean again (clean / backwash the filter, brush the pool), so chlorine is not only being consumed immediately.": "Das Wasser wieder sauber bekommen (Filter reinigen / rückspülen, Becken bürsten), damit Chlor nicht sofort wieder verbraucht wird.",
58
+ "If no effect can be measured permanently, there is often an oxidative demand present (chlorine is immediately bound / broken down) – then only consistent reduction of the causes and measuring again will help.": "Wenn dauerhaft keine Wirkung messbar ist, liegt oft ein oxidativer Bedarf vor (Chlor wird sofort gebunden / abgebaut). Dann hilft nur, die Ursachen konsequent zu reduzieren und erneut zu messen.",
59
+ "Problem: Strong chlorine smell despite the measured value.": "Problem: Starker Chlorgeruch trotz Messwert.",
60
+ "The typical indoor pool smell often does not come from too much good chlorine, but from bound chlorine compounds (chloramines). These are formed when chlorine combines with nitrogen / organic matter from sweat and similar contamination.": "Der typische Schwimmbadgeruch kommt oft nicht von zu viel wirksamem Chlor, sondern von gebundenen Chlorverbindungen (Chloraminen). Diese entstehen, wenn Chlor mit Stickstoff / organischen Stoffen aus Schweiß und ähnlichen Verunreinigungen reagiert.",
61
+ "High bathing load / organic input": "Hohe Badebelastung / organischer Eintrag",
62
+ "Too little fresh water / breakdown / filter care": "Zu wenig Frischwasser / Abbau / Filterpflege",
63
+ "Poor ventilation (for indoor pools) increases the perceived smell": "Schlechte Lüftung (bei Innenpools) verstärkt den wahrgenommenen Geruch",
64
+ "The goal is to reduce bound contamination: good circulation / filtration, pool cleaning, and possibly a fresh water share.": "Ziel ist, gebundene Verunreinigungen zu reduzieren: gute Umwälzung / Filtration, Beckenreinigung und gegebenenfalls ein Frischwasseranteil.",
65
+ "Also check the pH in parallel, because an incorrect pH further reduces disinfection performance.": "Parallel auch den pH-Wert prüfen, weil ein falscher pH-Wert die Desinfektionsleistung weiter reduziert.",
57
66
  "Problem: Water is green.": "Problem: Wasser ist grün.",
58
67
  "Green water is very often a sign of algae growth (often caused by too little effective chlorine and / or poor circulation).": "Grünes Wasser ist meist ein Zeichen für Algenwachstum (oft durch zu wenig Chlor oder schlechte Umwälzung).",
59
68
  "Free chlorine too low or already consumed": "Freies Chlor zu niedrig oder bereits verbraucht",
@@ -63,10 +72,57 @@
63
72
  "Check the water values (especially pH and chlorine) and improve circulation / filter condition.": "Wasserwerte prüfen (pH und Chlor) und Umwälzung / Filter verbessern.",
64
73
  "Brush / vacuum the pool thoroughly so deposits do not survive.": "Becken gründlich bürsten / absaugen.",
65
74
  "Then let the filter run patiently until the water becomes clear again.": "Dann geduldig filtern lassen, bis das Wasser wieder klar ist.",
66
-
75
+ "Problem: Water is cloudy / gray / milky.": "Problem: Wasser ist trüb / grau / milchig.",
76
+ "Cloudy water is often caused by fine suspended particles or chemical imbalances (for example pH / alkalinity / lime) that the filter cannot handle well.": "Trübes Wasser entsteht oft durch feine Schwebstoffe oder chemische Ungleichgewichte (zum Beispiel pH / Alkalinität / Kalk), die der Filter nicht gut erfassen kann.",
77
+ "Dirty filter / filter runtime too short": "Verschmutzter Filter / zu kurze Filterlaufzeit",
78
+ "pH / alkalinity outside the stable range": "pH / Alkalinität außerhalb des stabilen Bereichs",
79
+ "High water hardness (lime) – especially together with high pH": "Hohe Wasserhärte (Kalk), besonders zusammen mit hohem pH-Wert",
80
+ "Too little disinfection → biological cloudiness is possible": "Zu wenig Desinfektion → biologische Trübung ist möglich",
81
+ "Check the filter condition (cleaning / backwashing) and ensure sufficient circulation.": "Filterzustand prüfen (Reinigung / Rückspülen) und ausreichende Umwälzung sicherstellen.",
82
+ "Check the basic values pH / chlorine and stabilize them.": "Grundwerte pH / Chlor prüfen und stabilisieren.",
83
+ "If the cloudiness looks mineral (milky / white), also consider water hardness / balance.": "Wenn die Trübung mineralisch wirkt (milchig / weiß), auch Wasserhärte und Wasserbalance berücksichtigen.",
84
+ "Problem: Algae visible on walls or floor.": "Problem: Algen sichtbar an Wänden oder Boden.",
85
+ "Visible algae are a clear sign that disinfection / circulation was not sufficient or that local dead zones are forming (corners / pipes).": "Sichtbare Algen sind ein klares Zeichen, dass Desinfektion / Umwälzung nicht ausgereicht haben oder lokale Totzonen entstehen (Ecken / Leitungen).",
86
+ "Chlorine too low or already consumed": "Chlor zu niedrig oder bereits verbraucht",
87
+ "pH too high (chlorine works less effectively)": "pH zu hoch (Chlor wirkt schlechter)",
88
+ "Too little brushing / pool care, poor circulation": "Zu wenig Bürsten / Beckenpflege, schlechte Umwälzung",
89
+ "Mechanics first: brush / vacuum consistently, maintain the filter.": "Zuerst mechanisch arbeiten: konsequent bürsten / absaugen und den Filter pflegen.",
90
+ "Then stabilize the values (pH / chlorine) and improve circulation.": "Danach die Werte stabilisieren (pH / Chlor) und die Umwälzung verbessern.",
91
+ "The goal is to remove algae not only chemically, but also mechanically.": "Ziel ist, Algen nicht nur chemisch, sondern auch mechanisch zu entfernen.",
92
+ "Problem: Foam on the water surface.": "Problem: Schaum auf der Wasseroberfläche.",
93
+ "Foam is often caused by surfactants / organic matter (sunscreen, body care products, cleaning residues), some algaecides / polymers, or also air in the system. It is usually not a chlorine problem, but rather a substances-in-the-water problem.": "Schaum entsteht oft durch Tenside / organische Stoffe (Sonnencreme, Körperpflegeprodukte, Reinigungsreste), manche Algizide / Polymere oder auch Luft im System. Es ist meist kein Chlorproblem, sondern eher ein Problem durch Stoffe im Wasser.",
94
+ "A lot of lotions / oils in the water, high organic load": "Viele Lotionen / Öle im Wasser, hohe organische Belastung",
95
+ "Certain anti-algae products can promote foam": "Bestimmte Anti-Algen-Produkte können Schaum begünstigen",
96
+ "Air entering the system (small leaks) → foam appears stronger": "Lufteintrag im System (kleine Undichtigkeiten) → Schaum wirkt stärker",
97
+ "Skim off the surface, keep the filter clean, and reduce organic input.": "Oberfläche abschöpfen, Filter sauber halten und organischen Eintrag reduzieren.",
98
+ "Keep an eye on pH / chlorine as well (stable values help break down organic matter faster).": "Auch pH / Chlor im Blick behalten (stabile Werte helfen, organische Stoffe schneller abzubauen).",
99
+ "If foam remains permanently, systematically narrow down the source (products / contamination / technology).": "Wenn Schaum dauerhaft bleibt, die Ursache systematisch eingrenzen (Produkte / Verunreinigung / Technik).",
100
+ "Problem: Skin or eye irritation while swimming.": "Problem: Haut- oder Augenreizungen beim Schwimmen.",
101
+ "Irritation can have several causes: pH that is too high or very low, too high a disinfectant concentration, or bound chlorine compounds (chloramines) caused by organic contamination.": "Reizungen können mehrere Ursachen haben: einen zu hohen oder sehr niedrigen pH-Wert, eine zu hohe Desinfektionsmittelkonzentration oder gebundene Chlorverbindungen (Chloramine) durch organische Belastung.",
102
+ "pH outside the comfortable range": "pH außerhalb des angenehmen Bereichs",
103
+ "Chlorine clearly too high": "Chlor deutlich zu hoch",
104
+ "Chlorine smell / chloramines caused by strong organic input": "Chlorgeruch / Chloramine durch starken organischen Eintrag",
105
+ "Measure first (pH and chlorine) and bring the values back into a normal range.": "Zuerst messen (pH und Chlor) und die Werte wieder in einen normalen Bereich bringen.",
106
+ "Keep the pool / filter clean so that organic contamination does not turn into bound compounds.": "Becken / Filter sauber halten, damit organische Verunreinigungen nicht zu gebundenen Verbindungen werden.",
107
+ "If irritation is strong, pause swimming until the water values are stable.": "Bei starken Reizungen das Baden pausieren, bis die Wasserwerte stabil sind.",
108
+ "Problem: Water values are often unstable (change quickly).": "Problem: Wasserwerte sind häufig instabil (ändern sich schnell).",
109
+ "If pH / chlorine fluctuate strongly all the time, the water often lacks stability: the buffer (alkalinity) is too low / too high, the load changes frequently, or circulation / filtration is not constant enough.": "Wenn pH / Chlor ständig stark schwanken, fehlt dem Wasser oft Stabilität: Der Puffer (Alkalinität) ist zu niedrig / zu hoch, die Belastung ändert sich häufig oder Umwälzung / Filtration sind nicht konstant genug.",
110
+ "Total alkalinity too low → pH jumps / tips over quickly": "Gesamtalkalinität zu niedrig → pH springt / kippt schnell",
111
+ "Many small corrections without enough circulation time": "Viele kleine Korrekturen ohne ausreichende Umwälzzeit",
112
+ "Poor filter condition / filter times too short": "Schlechter Filterzustand / zu kurze Filterzeiten",
113
+ "Strong external influences (rain, heat, heavy use)": "Starke äußere Einflüsse (Regen, Hitze, intensive Nutzung)",
114
+ "First get the basics stable (buffer / filter / regularity), then only fine-tune.": "Zuerst die Grundlagen stabil bekommen (Puffer / Filter / Regelmäßigkeit), danach nur noch fein nachjustieren.",
115
+ "Always correct in small steps and allow enough time for mixing.": "Immer in kleinen Schritten korrigieren und genug Zeit zum Durchmischen lassen.",
116
+ "Problem: It is unclear what exactly is wrong.": "Problem: Es ist unklar, was genau nicht stimmt.",
117
+ "Procedure (minimal and sensible):": "Vorgehen (minimal und sinnvoll):",
118
+ "Visual check: Green? Cloudy? Deposits? Foam?": "Sichtprüfung: Grün? Trüb? Beläge? Schaum?",
119
+ "Two measured values are enough for the start: pH + free chlorine.": "Für den Anfang reichen zwei Messwerte: pH + freies Chlor.",
120
+ "Check the technology: Is circulation running? Is the filter clean? Is backwashing needed?": "Technik prüfen: Läuft die Umwälzung? Ist der Filter sauber? Ist Rückspülen nötig?",
121
+ "Typical rule of thumb:": "Typische Faustregel:",
122
+ "Visual problems (green / cloudy) are very often a combination of disinfection + pH + filtration.": "Sichtbare Probleme (grün / trüb) sind sehr oft eine Kombination aus Desinfektion + pH + Filtration.",
123
+ "Odor / irritation is often not too much chlorine, but incorrectly bound / organically loaded water.": "Geruch / Reizungen bedeuten oft nicht zu viel Chlor, sondern falsch gebundenes oder organisch belastetes Wasser.",
67
124
  "Note: This problem is not known yet.": "Hinweis: Dieses Problem ist noch nicht bekannt.",
68
125
  "Please select one of the existing items or use \"Issue unclear / not specific\".": "Bitte einen vorhandenen Punkt auswählen oder \"Problem unklar\" nutzen.",
69
-
70
126
  "Extended solar configuration invalid": "Konfiguration der erweiterten Solarsteuerung ungültig",
71
127
  "Solar Extended configuration invalid": "Konfiguration von Solar Extended ungültig",
72
128
  "Priority blocked by controlHelper": "Durch controlHelper blockiert",
@@ -102,7 +158,6 @@
102
158
  "extended blocked by actor write error": "Extended durch Aktor-Schreibfehler blockiert",
103
159
  "extended active": "Extended aktiv",
104
160
  "extended inactive": "Extended inaktiv",
105
-
106
161
  "solar_insights_summary_note_block_7": "Block 7 schreibt direkte Referenzwerte, geschätzte thermische Leistung, geschätzten Tagesertrag, geschätztes Effizienzverhältnis, die Nutzung des Rücklaufsensors sowie wetterbasierte Bewertungskennzeichen.",
107
162
  "solar_insights_label_mode": "Modus",
108
163
  "solar_insights_label_solar_ran_today": "Solar lief heute",
@@ -141,7 +196,6 @@
141
196
  "solar_insights_debug_block_7_updated": "Solar-Insights Block 7 aktualisiert. Verwendete Sensoren:",
142
197
  "solar_insights_debug_block_7_error": "Solar-Insights Block 7 Fehler:",
143
198
  "solar_insights_html_note_block_7": "Geschätzter Tagesertrag, geschätztes Effizienzverhältnis, Nutzung des Rücklaufsensors und wetterbasierte Bewertungskennzeichen sind aktiv.",
144
-
145
199
  "solar_log_value_unknown": "unbekannt",
146
200
  "solar_log_confidence_text": "Die aktuelle Vertrauensstufe dieser Bewertung liegt bei etwa %s Prozent.",
147
201
  "solar_log_text_no_runtime_today": "Solar ist heute nicht gelaufen, daher kann kein sinnvoller Solarertrag für den Tag angegeben werden.",
@@ -169,7 +223,6 @@
169
223
  "solar_log_text_weather_supported": "Für diese Bewertung ist eine wetterbasierte Plausibilisierung aktiv.",
170
224
  "solar_log_text_small_gain_detail": "Der aktuell geschätzte Tagesertrag liegt bei etwa %s Wh, das entspricht etwa %s kWh.",
171
225
  "solar_log_text_quality_level": "Die aktuelle Qualitätsstufe der Bewertung ist %s.",
172
-
173
226
  "photovoltaic_insights_calculation_mode_daily": "Tägliche PV-Überschussanalyse",
174
227
  "photovoltaic_insights_price_source_adapter_config": "Adapter-Konfiguration",
175
228
  "photovoltaic_insights_calculation_note_block_2": "Der Berechnungsblock bereitet die Quelleninformationen für die Photovoltaik-Insights-Analyse vor.",
@@ -188,7 +241,6 @@
188
241
  "photovoltaic_insights_debug_text_no_pv_runtime": "Aktuell wird keine PV-Laufzeit gezählt, weil entweder kein PV-Überschuss aktiv ist oder der Photovoltaik-Helper die Pumpe nicht besitzt.",
189
242
  "photovoltaic_insights_debug_reason_daily_reset": "Täglicher Reset",
190
243
  "photovoltaic_insights_debug_text_daily_reset": "Die täglichen Photovoltaik-Insights-Werte wurden zurückgesetzt.",
191
-
192
244
  "pH source state configured.": "pH-Quell-Datenpunkt konfiguriert.",
193
245
  "pH source state could not be subscribed.": "pH-Quell-Datenpunkt konnte nicht abonniert werden.",
194
246
  "No pH source state configured.": "Kein pH-Quell-Datenpunkt konfiguriert.",
@@ -219,12 +271,10 @@
219
271
  "pH mixing run finished. Pump was already running and was not switched off by the pH helper.": "pH-Mischlauf beendet. Die Pumpe lief bereits und wurde vom pH-Helper nicht ausgeschaltet.",
220
272
  "pH trend": "pH-Trend",
221
273
  "Overall pH status": "Gesamtstatus pH",
222
-
223
274
  "pH is rising very quickly. Check dosing, alkalinity and water balance.": "Der pH-Wert steigt sehr schnell an. Prüfe Dosierung, Alkalinität und Wasserbalance.",
224
275
  "pH is rising noticeably. Observe the trend and check alkalinity and water balance.": "Der pH-Wert steigt merklich an. Beobachte den Trend und prüfe Alkalinität und Wasserbalance.",
225
276
  "pH is slowly rising. Continue observing the trend.": "Der pH-Wert steigt langsam an. Beobachte den Trend weiter.",
226
277
  "pH is falling. This can be plausible after pH correction or fresh water.": "Der pH-Wert fällt. Das kann nach einer pH-Korrektur oder Frischwasserzugabe plausibel sein.",
227
-
228
278
  "Not enough pH history is available yet. Collect more valid measurements.": "Es sind noch nicht genügend pH-Historienwerte vorhanden. Sammle weitere gültige Messwerte.",
229
279
  "No TDS source state configured.": "Kein TDS-Quell-Datenpunkt konfiguriert.",
230
280
  "TDS source state configured.": "TDS-Quell-Datenpunkt konfiguriert.",
@@ -247,7 +297,7 @@
247
297
  "Not enough TDS history is available yet. Collect more valid measurements.": "Es sind noch nicht genügend TDS-Verlaufsdaten vorhanden. Weitere gültige Messwerte sammeln.",
248
298
  "TDS is falling. This can be plausible after fresh water or a partial water change.": "TDS sinkt. Das kann nach Frischwasser oder einem Teilwasserwechsel plausibel sein.",
249
299
  "Current TDS value": "Aktueller TDS-Wert",
250
- "not enough data": "nicht genug Daten",
300
+ "not enough data": "nicht genügend Daten",
251
301
  "Initial reference": "Initialer Referenzwert",
252
302
  "not set": "nicht gesetzt",
253
303
  "Delta since reference": "Differenz seit Referenzwert",
@@ -255,7 +305,6 @@
255
305
  "Trend status": "Trendstatus",
256
306
  "Overall status": "Gesamtstatus",
257
307
  "Recommendation": "Empfehlung",
258
-
259
308
  "No ORP source state configured.": "Kein ORP-Quelldatenpunkt konfiguriert.",
260
309
  "ORP source state configured.": "ORP-Quelldatenpunkt konfiguriert.",
261
310
  "ORP source state could not be subscribed.": "ORP-Quelldatenpunkt konnte nicht abonniert werden.",
@@ -275,10 +324,8 @@
275
324
  "ORP value is high. Check whether the measurement is plausible and evaluate the water values together.": "ORP-Wert hoch. Bitte prüfen, ob die Messung plausibel ist und die Wasserwerte gemeinsam bewerten.",
276
325
  "ORP value is within the configured reference range.": "ORP-Wert befindet sich im konfigurierten Referenzbereich.",
277
326
  "unknown": "unbekannt",
278
- "not enough data": "nicht genügend Daten",
279
327
  "Current ORP value": "Aktueller ORP-Wert",
280
328
  "pH reference": "pH-Referenz",
281
329
  "Status": "Status",
282
- "Recommendation": "Empfehlung",
283
330
  "ORP evaluation is disabled.": "ORP-Auswertung ist deaktiviert."
284
- }
331
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.poolcontrol",
3
- "version": "1.3.24",
3
+ "version": "1.3.26",
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": ">=22",
34
+ "@types/node": "^22.0.0",
35
35
  "baseline-browser-mapping": "^2.8.32",
36
36
  "proxyquire": "^2.1.3"
37
37
  },