iobroker.poolcontrol 1.3.14 → 1.3.17
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 +76 -100
- package/io-package.json +40 -40
- package/lib/helpers/chemistryOrpHelper.js +805 -0
- package/lib/helpers/chemistryPhHelper.js +274 -21
- package/lib/helpers/pumpHelper2.js +21 -11
- package/lib/helpers/speechTextHelper.js +83 -8
- package/lib/i18n/de.json +35 -1
- package/lib/i18n/en.json +35 -1
- package/lib/i18n/es.json +31 -1
- package/lib/i18n/fr.json +31 -1
- package/lib/i18n/it.json +31 -1
- package/lib/i18n/nl.json +31 -1
- package/lib/i18n/pl.json +31 -1
- package/lib/i18n/pt.json +31 -1
- package/lib/i18n/ru.json +31 -1
- package/lib/i18n/uk.json +31 -1
- package/lib/i18n/zh-cn.json +31 -1
- package/lib/stateDefinitions/chemistryOrpStates.js +1068 -0
- package/lib/stateDefinitions/chemistryPhStates.js +214 -0
- package/lib/stateDefinitions/speechStates.js +151 -0
- package/main.js +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,6 +188,82 @@ New features are added regularly – please refer to the changelog.
|
|
|
188
188
|
---
|
|
189
189
|
|
|
190
190
|
## Changelog
|
|
191
|
+
### 1.3.17 (2026-05-11)
|
|
192
|
+
|
|
193
|
+
- Fixed release/upload issue from v1.3.16.
|
|
194
|
+
- Fixed circulation calculation in time mode when live flow values were not recalculated after helper-driven pump starts.
|
|
195
|
+
- Improved speech system stability.
|
|
196
|
+
- Stabilized runtime persistence.
|
|
197
|
+
- Reduced repeated solar notifications.
|
|
198
|
+
- Added internal stability improvements.
|
|
199
|
+
|
|
200
|
+
- Added new ORP/Redox chemistry preparation:
|
|
201
|
+
- new `chemistryOrpStates.js`
|
|
202
|
+
- new `chemistryOrpHelper.js`
|
|
203
|
+
- integrated ORP handling into `main.js`
|
|
204
|
+
- supports disabled/manual/state input modes
|
|
205
|
+
- ORP value handling in mV
|
|
206
|
+
- pH reference from `chemistry.ph.enabled` and `chemistry.ph.input.current_value`
|
|
207
|
+
- measurement location, pump and stabilization logic aligned with pH/TDS
|
|
208
|
+
- ORP evaluation without automatic dosing or chlorine control
|
|
209
|
+
- ORP 24h/7d/30d trend support
|
|
210
|
+
- ORP history support
|
|
211
|
+
- ORP text/HTML/JSON outputs
|
|
212
|
+
|
|
213
|
+
- Added ORP i18n texts.
|
|
214
|
+
- Aligned pH structure with TDS/ORP:
|
|
215
|
+
- added `chemistry.ph.history.*`
|
|
216
|
+
- added `chemistry.ph.trend.*`
|
|
217
|
+
- added `chemistry.ph.outputs.*`
|
|
218
|
+
- extended pH helper with history, trend and summary logic
|
|
219
|
+
- existing pH input, evaluation and mix-run logic remain backward compatible
|
|
220
|
+
|
|
221
|
+
### 1.3.16 (2026-05-11)
|
|
222
|
+
|
|
223
|
+
- Fixed circulation calculation in time mode when live flow values were not recalculated after helper-driven pump starts.
|
|
224
|
+
- Improved speech system stability.
|
|
225
|
+
- Stabilized runtime persistence.
|
|
226
|
+
- Reduced repeated solar notifications.
|
|
227
|
+
- Added internal stability improvements.
|
|
228
|
+
|
|
229
|
+
- Added new ORP/Redox chemistry preparation:
|
|
230
|
+
- new `chemistryOrpStates.js`
|
|
231
|
+
- new `chemistryOrpHelper.js`
|
|
232
|
+
- integrated ORP handling into `main.js`
|
|
233
|
+
- supports disabled/manual/state input modes
|
|
234
|
+
- ORP value handling in mV
|
|
235
|
+
- pH reference from `chemistry.ph.enabled` and `chemistry.ph.input.current_value`
|
|
236
|
+
- measurement location, pump and stabilization logic aligned with pH/TDS
|
|
237
|
+
- ORP evaluation without automatic dosing or chlorine control
|
|
238
|
+
- ORP 24h/7d/30d trend support
|
|
239
|
+
- ORP history support
|
|
240
|
+
- ORP text/HTML/JSON outputs
|
|
241
|
+
|
|
242
|
+
- Added ORP i18n texts.
|
|
243
|
+
- Aligned pH structure with TDS/ORP:
|
|
244
|
+
- added `chemistry.ph.history.*`
|
|
245
|
+
- added `chemistry.ph.trend.*`
|
|
246
|
+
- added `chemistry.ph.outputs.*`
|
|
247
|
+
- extended pH helper with history, trend and summary logic
|
|
248
|
+
- existing pH input, evaluation and mix-run logic remain backward compatible
|
|
249
|
+
|
|
250
|
+
### 1.3.15 (2026-05-08)
|
|
251
|
+
|
|
252
|
+
- Added speech source cooldown handling for solar and time announcements
|
|
253
|
+
- Added configurable `speech.sources.*` states for source-based speech control
|
|
254
|
+
- Reduced excessive solar speech notifications during unstable weather conditions
|
|
255
|
+
- Added persistent numeric runtime second states:
|
|
256
|
+
- `runtime.total_seconds`
|
|
257
|
+
- `runtime.today_seconds`
|
|
258
|
+
- `runtime.current_session_seconds`
|
|
259
|
+
- `runtime.season_total_seconds`
|
|
260
|
+
- Improved runtime restore handling using numeric fallback logic
|
|
261
|
+
- Fixed live runtime display consistency for total, today and season runtimes
|
|
262
|
+
- Improved season runtime handling using `status.season_active`
|
|
263
|
+
- Converted runtime helper timers to ioBroker adapter timer methods
|
|
264
|
+
- Improved runtime timer cleanup and reset protection
|
|
265
|
+
- Improved speech logging for skipped and cooldown-limited announcements
|
|
266
|
+
|
|
191
267
|
### 1.3.14 (2026-05-08)
|
|
192
268
|
|
|
193
269
|
- Improved runtime handling and persistence
|
|
@@ -201,106 +277,6 @@ New features are added regularly – please refer to the changelog.
|
|
|
201
277
|
- Fixed invalid `common.installedFrom` entry in `io-package.json`
|
|
202
278
|
- Added German and English function overview documentation
|
|
203
279
|
|
|
204
|
-
### 1.3.12 (2026-05-02)
|
|
205
|
-
|
|
206
|
-
**Solar Insights – Calculation fix & structure improvement**
|
|
207
|
-
|
|
208
|
-
- Fixed incorrect thermal power and energy calculation
|
|
209
|
-
- Previously used collector – pool temperature → caused unrealistic values
|
|
210
|
-
- Switched to correct physical calculation: return – flow (water delta)
|
|
211
|
-
- Thermal power is now only calculated when:
|
|
212
|
-
- valid flow is available
|
|
213
|
-
- delta T > 0
|
|
214
|
-
- Prevents unrealistic values (e.g. hundreds of kW or >100 kWh daily gain)
|
|
215
|
-
- Stabilized daily gain and peak power calculation
|
|
216
|
-
- No accumulation with invalid or missing data
|
|
217
|
-
- Improved sensor logic:
|
|
218
|
-
- introduced `flow` and `water_delta`
|
|
219
|
-
- clear separation between flow and temperature delta
|
|
220
|
-
- Increased transparency:
|
|
221
|
-
- new output: `thermal_delta_source = return_flow_delta`
|
|
222
|
-
- HTML and JSON outputs extended
|
|
223
|
-
- Added new i18n key:
|
|
224
|
-
- `solar_insights_label_thermal_delta_source`
|
|
225
|
-
|
|
226
|
-
**Photovoltaic Insights – Runtime & stability fix**
|
|
227
|
-
|
|
228
|
-
- Fixed incorrect runtime calculation
|
|
229
|
-
- Root cause: runtime was only calculated on state changes
|
|
230
|
-
- Added internal periodic recalculation (every 60 seconds during PV runtime)
|
|
231
|
-
- Runtime is now accumulated continuously and correctly
|
|
232
|
-
- Logic unchanged:
|
|
233
|
-
- only real PV surplus runtime is counted (`pv_surplus_active && photovoltaicHelper`)
|
|
234
|
-
- no afterrun included
|
|
235
|
-
- Improved calculation:
|
|
236
|
-
- runtime is now independent from pump power availability
|
|
237
|
-
- energy is only calculated with valid pump power
|
|
238
|
-
- Increased stability:
|
|
239
|
-
- improved start detection (`starts_today`)
|
|
240
|
-
- more reliable time delta handling
|
|
241
|
-
- Added daily reset:
|
|
242
|
-
- all daily values reset at midnight
|
|
243
|
-
- runtime, energy, savings, starts and active state cleared
|
|
244
|
-
- internal helper states reset
|
|
245
|
-
|
|
246
|
-
### 1.3.11 (2026-05-02)
|
|
247
|
-
|
|
248
|
-
- (DasBo) New: pH evaluation module (`chemistry.ph`)
|
|
249
|
-
- supports manual input and external state sources
|
|
250
|
-
- includes validation, measurement location handling and plausibility checks
|
|
251
|
-
- evaluation logic with status and user recommendations (no automatic dosing)
|
|
252
|
-
- manual mixing run with proper pump ownership handling
|
|
253
|
-
- includes history tracking (last valid value, previous value, time differences)
|
|
254
|
-
- fully integrated with i18n translations
|
|
255
|
-
|
|
256
|
-
- (DasBo) New: TDS evaluation module (`chemistry.tds`)
|
|
257
|
-
- supports manual input and external state sources
|
|
258
|
-
- includes validation, measurement location and flow-dependent evaluation
|
|
259
|
-
- reference value tracking (initial water quality baseline)
|
|
260
|
-
- long-term trend analysis (24h, 7d, 30d)
|
|
261
|
-
- evaluation based on absolute value, trend and reference delta (no automatic control)
|
|
262
|
-
- stores measurement history (up to 30 days)
|
|
263
|
-
- summary outputs (text, JSON, HTML)
|
|
264
|
-
- fully integrated with i18n translations
|
|
265
|
-
|
|
266
|
-
- (DasBo) Fix: solar speech toggle (standard vs. extended)
|
|
267
|
-
- solarExtendedHelper no longer writes to `speech.solar_active` when `solar.control_mode = standard`
|
|
268
|
-
- prevents conflicting updates between `solarHelper` and `solarExtendedHelper`
|
|
269
|
-
- eliminates repeated "solar on/off" speech messages
|
|
270
|
-
- improves separation of solar control modes
|
|
271
|
-
- stabilizes speech output behavior
|
|
272
|
-
|
|
273
|
-
### 1.3.10 (2026-05-01)
|
|
274
|
-
|
|
275
|
-
New: Photovoltaic Insights
|
|
276
|
-
- Introduced a new analytics module `analytics.insights.photovoltaic`
|
|
277
|
-
- Tracks PV-based pump runtime, energy usage and estimated savings
|
|
278
|
-
- New helper: `photovoltaicInsightsHelper`
|
|
279
|
-
- New states: inputs, calculation, results, debug
|
|
280
|
-
- Includes summary outputs (text, JSON, HTML)
|
|
281
|
-
- Fully integrated with i18n translations
|
|
282
|
-
|
|
283
|
-
Improvement: Active Helper Handling
|
|
284
|
-
- Added consistent `pump.active_helper` ownership handling for:
|
|
285
|
-
- photovoltaicHelper
|
|
286
|
-
- solarHelper
|
|
287
|
-
- solarExtendedHelper
|
|
288
|
-
- Each helper now:
|
|
289
|
-
- sets its own identifier when controlling the pump
|
|
290
|
-
- releases it when stopping
|
|
291
|
-
- does not override other active helpers
|
|
292
|
-
- Ensures correct priority handling and prevents conflicts
|
|
293
|
-
|
|
294
|
-
Improvement: PV Runtime Evaluation
|
|
295
|
-
- Photovoltaic runtime is now only counted when:
|
|
296
|
-
- PV surplus is active
|
|
297
|
-
- AND photovoltaicHelper actually owns the pump
|
|
298
|
-
- Enables accurate runtime, energy and savings calculation
|
|
299
|
-
|
|
300
|
-
Fix: PV Circulation Logic
|
|
301
|
-
- Fixed issue where pump stopped despite `photovoltaic.ignore_on_circulation = false`
|
|
302
|
-
- Circulation check is now only applied when explicitly enabled
|
|
303
|
-
|
|
304
280
|
## Support
|
|
305
281
|
- [ioBroker Forum](https://forum.iobroker.net/)
|
|
306
282
|
- [GitHub Issues](https://github.com/DasBo1975/ioBroker.poolcontrol/issues)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.17",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.3.17": {
|
|
7
|
+
"en": "Fixed release packaging issue from v1.3.16. Improved speech system stability, stabilized runtime persistence, reduced repeated solar notifications, fixed circulation calculation in time mode and prepared new ORP/Redox chemistry analysis area.",
|
|
8
|
+
"de": "Release-/Uploadproblem aus v1.3.16 behoben. Sprachsystem verbessert, Runtime-Persistenz stabilisiert, wiederholte Solarbenachrichtigungen reduziert, Umwälzberechnung im Zeitmodus korrigiert und neuer ORP-/Redox-Chemiebereich vorbereitet.",
|
|
9
|
+
"ru": "Исправлена проблема с упаковкой выпуска версии 1.3.16. Улучшена стабильность речевой системы, стабилизировано постоянство времени выполнения, уменьшено количество повторных уведомлений о солнечной радиации, исправлен расчет циркуляции во временном режиме и подготовлена новая область химического анализа ОВП/окислительно-восстановительного потенциала.",
|
|
10
|
+
"pt": "Problema de empacotamento de lançamento corrigido da v1.3.16. Melhor estabilidade do sistema de fala, persistência de tempo de execução estabilizada, redução de notificações solares repetidas, cálculo de circulação fixo no modo de tempo e nova área de análise química ORP/Redox preparada.",
|
|
11
|
+
"nl": "Probleem met releaseverpakking vanaf v1.3.16 opgelost. Verbeterde stabiliteit van het spraaksysteem, gestabiliseerde runtime-persistentie, minder herhaalde zonnemeldingen, vaste circulatieberekening in tijdmodus en voorbereid voor een nieuw ORP/Redox-chemieanalysegebied.",
|
|
12
|
+
"fr": "Correction d'un problème d'emballage de version à partir de la v1.3.16. Amélioration de la stabilité du système vocal, persistance d'exécution stabilisée, réduction des notifications solaires répétées, calcul de la circulation fixe en mode temps et préparation d'une nouvelle zone d'analyse chimique ORP/Redox.",
|
|
13
|
+
"it": "Risolto il problema relativo al pacchetto di rilascio dalla v1.3.16. Stabilità del sistema vocale migliorata, persistenza del tempo di esecuzione stabilizzata, notifiche solari ripetute ridotte, calcolo della circolazione fissa in modalità temporale e nuova area di analisi chimica ORP/Redox preparata.",
|
|
14
|
+
"es": "Se solucionó el problema del paquete de lanzamiento desde v1.3.16. Se mejoró la estabilidad del sistema de voz, se estabilizó la persistencia del tiempo de ejecución, se redujeron las notificaciones solares repetidas, se arregló el cálculo de la circulación en el modo de tiempo y se preparó una nueva área de análisis de química ORP/Redox.",
|
|
15
|
+
"pl": "Naprawiono problem z pakowaniem wersji od wersji 1.3.16. Poprawiona stabilność systemu mowy, ustabilizowana trwałość czasu działania, zmniejszona liczba powtarzających się powiadomień słonecznych, stałe obliczanie cyrkulacji w trybie czasowym i przygotowany nowy obszar analizy chemicznej ORP/Redox.",
|
|
16
|
+
"uk": "Виправлена проблема упаковки випуску з версії 1.3.16. Покращена стабільність мовної системи, стабілізована стійкість під час виконання, зменшено кількість повторюваних сонячних сповіщень, виправлено обчислення циркуляції в часовому режимі та підготовлено нову область аналізу ORP/Redox.",
|
|
17
|
+
"zh-cn": "修复了 v1.3.16 版本的打包问题。提高了语音系统的稳定性,稳定了运行时间的持久性,减少了重复的太阳通知,修复了时间模式下的循环计算,并准备了新的ORP/氧化还原化学分析区域。"
|
|
18
|
+
},
|
|
19
|
+
"1.3.16": {
|
|
20
|
+
"en": "Improved speech system stability, stabilized runtime persistence, reduced repeated solar notifications, fixed circulation calculation in time mode and prepared new ORP/Redox chemistry analysis area.",
|
|
21
|
+
"de": "Sprachsystem verbessert, Runtime-Persistenz stabilisiert, wiederholte Solarbenachrichtigungen reduziert, Umwälzberechnung im Zeitmodus korrigiert und neuer ORP-/Redox-Chemiebereich vorbereitet.",
|
|
22
|
+
"ru": "Улучшена стабильность речевой системы, стабилизировано постоянство времени выполнения, уменьшено количество повторных уведомлений о солнечной радиации, исправлен расчет циркуляции во временном режиме и подготовлена новая область химического анализа ОВП/окислительно-восстановительного потенциала.",
|
|
23
|
+
"pt": "Melhor estabilidade do sistema de fala, persistência de tempo de execução estabilizada, redução de notificações solares repetidas, cálculo de circulação fixo no modo de tempo e nova área de análise química ORP/Redox preparada.",
|
|
24
|
+
"nl": "Verbeterde stabiliteit van het spraaksysteem, gestabiliseerde runtime-persistentie, minder herhaalde zonnemeldingen, vaste circulatieberekening in tijdmodus en voorbereid voor een nieuw ORP/Redox-chemieanalysegebied.",
|
|
25
|
+
"fr": "Amélioration de la stabilité du système vocal, persistance d'exécution stabilisée, réduction des notifications solaires répétées, calcul de la circulation fixe en mode temps et préparation d'une nouvelle zone d'analyse chimique ORP/Redox.",
|
|
26
|
+
"it": "Stabilità del sistema vocale migliorata, persistenza del tempo di esecuzione stabilizzata, notifiche solari ripetute ridotte, calcolo della circolazione fissa in modalità temporale e nuova area di analisi chimica ORP/Redox preparata.",
|
|
27
|
+
"es": "Se mejoró la estabilidad del sistema de voz, se estabilizó la persistencia del tiempo de ejecución, se redujeron las notificaciones solares repetidas, se arregló el cálculo de la circulación en el modo de tiempo y se preparó una nueva área de análisis de química ORP/Redox.",
|
|
28
|
+
"pl": "Poprawiona stabilność systemu mowy, ustabilizowana trwałość czasu działania, zmniejszona liczba powtarzających się powiadomień słonecznych, stałe obliczanie cyrkulacji w trybie czasowym i przygotowany nowy obszar analizy chemicznej ORP/Redox.",
|
|
29
|
+
"uk": "Покращена стабільність мовної системи, стабілізована стійкість під час виконання, зменшено кількість повторюваних сонячних сповіщень, виправлено обчислення циркуляції в часовому режимі та підготовлено нову область аналізу ORP/Redox.",
|
|
30
|
+
"zh-cn": "提高了语音系统的稳定性,稳定了运行时间的持久性,减少了重复的太阳通知,修复了时间模式下的循环计算,并准备了新的ORP/氧化还原化学分析区域。"
|
|
31
|
+
},
|
|
32
|
+
"1.3.15": {
|
|
33
|
+
"en": "Added speech source cooldown handling, improved solar/time speech control, added persistent runtime second states, improved runtime restore logic and converted runtime timers to ioBroker adapter timers.",
|
|
34
|
+
"de": "Sprachquellen mit Cooldown-Steuerung ergänzt, Solar-/Zeit-Sprachsteuerung verbessert, persistente Runtime-Sekundenstates hinzugefügt, Runtime-Wiederherstellung verbessert und Runtime-Timer auf ioBroker-Adapter-Timer umgestellt.",
|
|
35
|
+
"ru": "Добавлена обработка перезарядки источника речи, улучшено управление речью по солнечной энергии и времени, добавлены постоянные секунды времени выполнения, улучшена логика восстановления времени выполнения и преобразованы таймеры времени выполнения в таймеры адаптера ioBroker.",
|
|
36
|
+
"pt": "Adicionado tratamento de resfriamento da fonte de fala, controle de fala solar/tempo aprimorado, segundos estados de tempo de execução persistentes adicionados, lógica de restauração de tempo de execução aprimorada e temporizadores de tempo de execução convertidos em temporizadores de adaptador ioBroker.",
|
|
37
|
+
"nl": "Afkoeling van spraakbronnen toegevoegd, verbeterde spraakcontrole op zonne-energie/tijd, persistente tweede runtime-statussen toegevoegd, verbeterde runtime-herstellogica en geconverteerde runtime-timers naar ioBroker-adaptertimers.",
|
|
38
|
+
"fr": "Ajout de la gestion du temps de recharge de la source vocale, du contrôle vocal solaire/temporel amélioré, ajout des seconds états d'exécution persistants, amélioration de la logique de restauration de l'exécution et conversion des minuteries d'exécution en minuteries d'adaptateur ioBroker.",
|
|
39
|
+
"it": "Aggiunta la gestione del raffreddamento della sorgente vocale, controllo vocale solare/ora migliorato, aggiunti secondi stati di runtime persistenti, logica di ripristino del runtime migliorata e timer di runtime convertiti in timer dell'adattatore ioBroker.",
|
|
40
|
+
"es": "Se agregó manejo de enfriamiento de la fuente de voz, control de voz solar/tiempo mejorado, se agregaron segundos estados de tiempo de ejecución persistentes, lógica de restauración de tiempo de ejecución mejorada y temporizadores de tiempo de ejecución convertidos en temporizadores de adaptador ioBroker.",
|
|
41
|
+
"pl": "Dodano obsługę schładzania źródła mowy, ulepszoną kontrolę mowy w czasie słonecznym/czasem, dodano trwałe drugie stany czasu wykonania, ulepszoną logikę przywracania w czasie wykonywania i przekonwertowano liczniki czasu działania na liczniki czasu adaptera ioBroker.",
|
|
42
|
+
"uk": "Додано обробку перезарядки джерела мовлення, покращено керування мовленням із сонячними променями/часом, додано постійні другі стани під час виконання, покращено логіку відновлення під час виконання та перетворено таймери часу виконання на таймери адаптера ioBroker.",
|
|
43
|
+
"zh-cn": "添加了语音源冷却处理、改进了太阳/时间语音控制、添加了持久运行时第二状态、改进了运行时恢复逻辑并将运行时计时器转换为 ioBroker 适配器计时器。"
|
|
44
|
+
},
|
|
6
45
|
"1.3.14": {
|
|
7
46
|
"en": "Improved runtime handling and persistence. Fixed season runtime calculation to use the correct season state, improved live runtime updates, added robust numeric runtime second states for safer persistence and recovery, and converted runtime timers to adapter-managed timers for better ioBroker compatibility.",
|
|
8
47
|
"de": "Laufzeit-Handling und Persistenz verbessert. Saisonlaufzeit nutzt jetzt den korrekten Saison-Status, Live-Laufzeiten wurden vereinheitlicht, robuste Sekunden-States fuer Laufzeiten zur sicheren Wiederherstellung hinzugefuegt und Runtime-Timer auf adapterverwaltete Timer fuer bessere ioBroker-Kompatibilitaet umgestellt.",
|
|
@@ -28,45 +67,6 @@
|
|
|
28
67
|
"pl": "Dodano dokumentację przeglądu funkcji w języku niemieckim i angielskim. Naprawiono nieprawidłowy wpis common.installedFrom w io-package.json.",
|
|
29
68
|
"uk": "Додано документацію щодо огляду функцій німецькою та англійською мовами. Виправлено недійсний запис common.installedFrom у io-package.json.",
|
|
30
69
|
"zh-cn": "添加了德语和英语功能概述文档。修复了 io-package.json 中无效的 common.installedFrom 条目。"
|
|
31
|
-
},
|
|
32
|
-
"1.3.12": {
|
|
33
|
-
"en": "Solar Insights calculation fixed and photovoltaic runtime tracking stabilized",
|
|
34
|
-
"de": "Solar Insights Berechnung korrigiert und Photovoltaik-Laufzeit stabilisiert",
|
|
35
|
-
"ru": "Исправлен расчет Solar Insights и стабилизировано отслеживание времени работы фотоэлектрических систем.",
|
|
36
|
-
"pt": "Cálculo do Solar Insights corrigido e rastreamento de tempo de execução fotovoltaico estabilizado",
|
|
37
|
-
"nl": "Solar Insights-berekening vast en tracking van fotovoltaïsche looptijd gestabiliseerd",
|
|
38
|
-
"fr": "Calcul de Solar Insights corrigé et suivi de la durée de fonctionnement photovoltaïque stabilisé",
|
|
39
|
-
"it": "Calcolo Solar Insights fisso e monitoraggio dell'autonomia fotovoltaica stabilizzato",
|
|
40
|
-
"es": "Cálculo de Solar Insights fijo y seguimiento del tiempo de funcionamiento fotovoltaico estabilizado",
|
|
41
|
-
"pl": "Naprawiono obliczenia Solar Insights i ustabilizowano śledzenie czasu działania fotowoltaiki",
|
|
42
|
-
"uk": "Виправлено розрахунок Solar Insights і стабілізовано відстеження часу роботи фотоелектричної системи",
|
|
43
|
-
"zh-cn": "Solar Insights 计算固定,光伏运行时间跟踪稳定"
|
|
44
|
-
},
|
|
45
|
-
"1.3.11": {
|
|
46
|
-
"en": "New: Added pH evaluation module (chemistry.ph) with manual and external input, validation, measurement location handling and recommendations. New: Added TDS evaluation module (chemistry.tds) with trend analysis (24h, 7d, 30d), reference tracking and summary outputs (text/JSON/HTML). Fix: Resolved solar speech toggle issue between standard and extended mode. solarExtendedHelper no longer overwrites speech.solar_active in standard mode.",
|
|
47
|
-
"de": "Neu: pH-Auswertungsmodul (chemistry.ph) mit manueller und externer Eingabe, Validierung, Messort-Berücksichtigung und Handlungsempfehlungen. Neu: TDS-Auswertungsmodul (chemistry.tds) mit Trendanalyse (24h, 7 Tage, 30 Tage), Referenzwert-Verfolgung und Zusammenfassungen (Text/JSON/HTML). Fix: Problem mit Solar-Sprachausgabe zwischen Standard- und Extended-Modus behoben. Der solarExtendedHelper überschreibt speech.solar_active im Standard-Modus nicht mehr.",
|
|
48
|
-
"ru": "Новое: добавлен модуль оценки pH (chemistry.ph) с ручным и внешним вводом, проверкой, обработкой места измерения и рекомендациями. Новое: добавлен модуль оценки TDS (chemistry.tds) с анализом тенденций (24 часа, 7 дней, 30 дней), отслеживанием ссылок и сводными результатами (текст/JSON/HTML). Исправлено: решена проблема переключения солнечной речи между стандартным и расширенным режимом. SolarExtendedHelper больше не перезаписывает voice.solar_active в стандартном режиме.",
|
|
49
|
-
"pt": "Novo: Adicionado módulo de avaliação de pH (chemistry.ph) com entrada manual e externa, validação, manuseio do local de medição e recomendações. Novo: Adicionado módulo de avaliação TDS (chemistry.tds) com análise de tendências (24h, 7d, 30d), rastreamento de referência e resultados resumidos (texto/JSON/HTML). Correção: Resolvido problema de alternância de fala solar entre o modo padrão e estendido. solarExtendedHelper não substitui mais Speech.solar_active no modo padrão.",
|
|
50
|
-
"nl": "Nieuw: pH-evaluatiemodule toegevoegd (chemistry.ph) met handmatige en externe invoer, validatie, afhandeling van meetlocaties en aanbevelingen. Nieuw: TDS-evaluatiemodule toegevoegd (chemistry.tds) met trendanalyse (24 uur, 7 dagen, 30 dagen), referentietracking en samenvattingsresultaten (tekst/JSON/HTML). Oplossing: het probleem met het wisselen van spraak op zonne-energie tussen de standaard- en de uitgebreide modus is opgelost. solarExtendedHelper overschrijft speech.solar_active niet langer in de standaardmodus.",
|
|
51
|
-
"fr": "Nouveau : ajout d'un module d'évaluation du pH (chemistry.ph) avec saisie manuelle et externe, validation, gestion des emplacements de mesure et recommandations. Nouveau : Ajout du module d'évaluation TDS (chemistry.tds) avec analyse des tendances (24h, 7j, 30j), suivi des références et sorties récapitulatives (texte/JSON/HTML). Correction : Résolution du problème de basculement de la parole solaire entre le mode standard et le mode étendu. solarExtendedHelper n’écrase plus Speech.solar_active en mode standard.",
|
|
52
|
-
"it": "Novità: aggiunto il modulo di valutazione del pH (chemistry.ph) con input manuale ed esterno, convalida, gestione del luogo di misurazione e raccomandazioni. Novità: aggiunto il modulo di valutazione TDS (chemistry.tds) con analisi dei trend (24 ore, 7 giorni, 30 giorni), tracciamento dei riferimenti e output di riepilogo (testo/JSON/HTML). Correzione: risolto il problema di commutazione del parlato solare tra la modalità standard e quella estesa. solarExtendedHelper non sovrascrive più Speech.solar_active in modalità standard.",
|
|
53
|
-
"es": "Nuevo: Módulo de evaluación de pH agregado (chemistry.ph) con entrada manual y externa, validación, manejo de la ubicación de medición y recomendaciones. Nuevo: Módulo de evaluación TDS agregado (chemistry.tds) con análisis de tendencias (24h, 7d, 30d), seguimiento de referencias y resultados resumidos (texto/JSON/HTML). Solución: se resolvió el problema de alternar la voz solar entre el modo estándar y extendido. solarExtendedHelper ya no sobrescribe Speech.solar_active en modo estándar.",
|
|
54
|
-
"pl": "Nowość: Dodano moduł oceny pH (chemistry.ph) z ręcznym i zewnętrznym wprowadzaniem danych, walidacją, obsługą miejsca pomiaru i zaleceniami. Nowość: Dodano moduł oceny TDS (chemistry.tds) z analizą trendów (24h, 7d, 30d), śledzeniem referencji i wynikami podsumowującymi (tekst/JSON/HTML). Poprawka: rozwiązano problem z przełączaniem mowy słonecznej między trybem standardowym i rozszerzonym. solarExtendedHelper nie zastępuje już mowy.solar_active w trybie standardowym.",
|
|
55
|
-
"uk": "Нове: додано модуль оцінки pH (chemistry.ph) із ручним і зовнішнім введенням, перевіркою, обробкою місця вимірювання та рекомендаціями. Нове: додано модуль оцінки TDS (chemistry.tds) з аналізом тенденцій (24 години, 7 днів, 30 днів), відстеженням посилань і підсумковими виходами (текст/JSON/HTML). Виправлення: вирішено проблему перемикання сонячної мови між стандартним і розширеним режимами. solarExtendedHelper більше не перезаписує speak.solar_active у стандартному режимі.",
|
|
56
|
-
"zh-cn": "新增内容:添加了 pH 评估模块 (chemistry.ph),具有手动和外部输入、验证、测量位置处理和建议。新增内容:添加了 TDS 评估模块 (chemistry.tds),具有趋势分析(24 小时、7 天、30 天)、参考跟踪和摘要输出(文本/JSON/HTML)。修复:解决了标准模式和扩展模式之间的太阳能语音切换问题。在标准模式下,solarExtendedHelper 不再覆盖pepe.solar_active。"
|
|
57
|
-
},
|
|
58
|
-
"1.3.10": {
|
|
59
|
-
"en": "Added photovoltaic insights (runtime, energy, savings) with new analytics states and helper. Improved active_helper ownership handling across photovoltaic, solar and extended solar helpers. Fixed PV circulation logic when ignore_on_circulation is disabled.",
|
|
60
|
-
"de": "Photovoltaik-Einblicke (Laufzeit, Energie, Einsparungen) mit neuen Analysezuständen und Hilfsfunktionen hinzugefügt. Verbesserte Handhabung des Active_Helper-Besitzes für Photovoltaik-, Solar- und erweiterte Solar-Helfer. Die PV-Zirkulationslogik wurde korrigiert, wenn „ignore_on_circulation“ deaktiviert ist.",
|
|
61
|
-
"ru": "Добавлены данные по фотоэлектрической энергии (время работы, энергия, экономия) с новыми аналитическими состояниями и помощником. Улучшено управление владением active_helper для фотоэлектрических, солнечных и расширенных солнечных помощников. Исправлена логика циркуляции PV, когда ignore_on_circulation отключен.",
|
|
62
|
-
"pt": "Adicionados insights fotovoltaicos (tempo de execução, energia, economia) com novos estados analíticos e auxiliares. Melhor gerenciamento de propriedade de active_helper em ajudantes fotovoltaicos, solares e solares estendidos. Lógica de circulação fotovoltaica corrigida quando ignore_on_circulation está desativado.",
|
|
63
|
-
"nl": "Fotovoltaïsche inzichten toegevoegd (runtime, energie, besparingen) met nieuwe analysestatussen en helper. Verbeterde afhandeling van active_helper-eigendom voor fotovoltaïsche, zonne-energie en uitgebreide zonne-helpers. Vaste PV-circulatielogica wanneer negeer_on_circulatie is uitgeschakeld.",
|
|
64
|
-
"fr": "Ajout d'informations photovoltaïques (durée de fonctionnement, énergie, économies) avec de nouveaux états d'analyse et une nouvelle aide. Amélioration de la gestion de la propriété active_helper pour les assistants photovoltaïques, solaires et solaires étendus. Correction de la logique de circulation PV lorsque ignore_on_circulation est désactivé.",
|
|
65
|
-
"it": "Aggiunti approfondimenti sul fotovoltaico (autonomia, energia, risparmio) con nuovi stati di analisi e supporto. Migliorata la gestione della proprietà di active_helper tra gli helper fotovoltaici, solari e solari estesi. Risolta la logica di circolazione FV quando ignore_on_circulation è disabilitato.",
|
|
66
|
-
"es": "Se agregaron conocimientos fotovoltaicos (tiempo de ejecución, energía, ahorros) con nuevos estados analíticos y ayuda. Se mejoró el manejo de la propiedad de active_helper en los asistentes fotovoltaicos, solares y solares extendidos. Se corrigió la lógica de circulación de PV cuando ignore_on_circulation estaba deshabilitado.",
|
|
67
|
-
"pl": "Dodano statystyki fotowoltaiczne (czas pracy, energia, oszczędności) z nowymi stanami analitycznymi i pomocą. Ulepszona obsługa własności active_helper w przypadku fotowoltaiki, energii słonecznej i rozszerzonych pomocników energii słonecznej. Naprawiono logikę cyrkulacji PV, gdy ignorowanie_cyrkulacji jest wyłączone.",
|
|
68
|
-
"uk": "Додано статистику фотоелектричної системи (час роботи, енергія, економія) з новими аналітичними станами та помічником. Покращено керування правами власності active_helper на фотоелектричні, сонячні та розширені сонячні помічники. Виправлена логіка циркуляції PV, коли ignore_on_circulation вимкнено.",
|
|
69
|
-
"zh-cn": "通过新的分析状态和帮助器添加了光伏见解(运行时间、能源、节省)。改进了跨光伏、太阳能和扩展太阳能助手的 active_helper 所有权处理。修复了禁用ignore_on_circulation时的PV循环逻辑。"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"titleLang": {
|