iobroker.pv-notifications 1.2.25 → 1.2.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
@@ -301,23 +301,6 @@ Between **12:00 and 15:00** (configurable), **all** notifications are suppressed
301
301
 
302
302
  **Note:** Quiet mode suppresses all notifications including 0% battery. Use it for times when you don't want to be disturbed at all (e.g. nap time, meetings).
303
303
 
304
- ## License
305
-
306
- MIT License
307
-
308
- Copyright (c) 2025-2026 Alex1808 via LLM: Qwen sadam6752@gmail.com
309
-
310
- Permission is hereby granted, free of charge, to any person obtaining a copy
311
- of this software and associated documentation files (the "Software"), to deal
312
- in the Software without restriction, including without limitation the rights
313
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
314
- copies of the Software, and to permit persons to whom the Software is
315
- furnished to do so, subject to the following conditions:
316
-
317
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
318
-
319
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
320
-
321
304
  ## Author
322
305
 
323
306
  Alex1808 via LLM: Qwen
@@ -331,6 +314,16 @@ sadam6752@gmail.com
331
314
  ### **WORK IN PROGRESS**
332
315
  -->
333
316
 
317
+ ### 1.2.26 (2026-08-01)
318
+ * (FIX) W5604: add missing i18n keys for sunset stats in 8 languages (es, fr, it, nl, pl, pt, uk, zh-cn)
319
+ * (FIX) W6019: move old changelog entries to CHANGELOG_OLD.md
320
+ * (FIX) W6021: move License section to end of README
321
+ * (FIX) W6030: add 1.2.25 changelog entry to README
322
+
323
+ ### 1.2.25 (2026-08-01)
324
+ * (FIX) Update @iobroker/adapter-core to 3.4.3
325
+ * (FIX) Remove old news entry 1.2.18 (max 7 entries allowed)
326
+
334
327
  ### 1.2.24 (2026-03-17)
335
328
  * (FIX) Added missing uk translations to news entries, fixed prettier formatting in main.js
336
329
 
@@ -352,125 +345,27 @@ sadam6752@gmail.com
352
345
  ### 1.2.18 (2026-03-16)
353
346
  * (FIX) Missing await in onBatterySOCChange, null-check in buildTestMessage, safe intermediateSteps parsing, remove dead code
354
347
 
355
- ### 1.2.17 (2026-03-15)
356
- * (FIX) Removed old versions from common.news to comply with W1032 (maximum 7 versions)
357
-
358
- ### 1.2.16 (2026-03-14)
359
- * (FIX) Removed empty line in battery full message for improved formatting
360
-
361
- ### 1.2.15 (2026-03-08)
362
- * (ADD) Added separator lines to battery full/empty and intermediate messages for improved readability
363
-
364
- ### 1.2.14 (2026-03-06)
365
- * (FIX) Fixed intermediate message formatting: Removed extra line break before weather data (weather today appears directly below separator)
366
-
367
- ### 1.2.13 (2026-03-03)
368
- * (ADD) Added current production (W) to test message, daily statistics and intermediate messages with improved layout
369
- * (FIX) README.md Changelog updated for repository checker (E6006 fix)
370
-
371
- ### 1.2.11 (2026-03-02)
372
-
373
- * (FIX) Daily statistics: Self-consumption cannot be negative (Math.max(0, totalProd - feedIn))
374
- * (FIX) Daily statistics: Added weather today to message (in addition to weather tomorrow)
375
- * (FIX) Weather error logging improved (warn instead of debug for better visibility)
376
-
377
- ### 1.2.10 (2026-03-02)
378
-
379
- * (FIX) Fixed duplicate news entry in io-package.json (E1036/E2005 fix)
380
- * (FIX) Added full translations for common.news (pt, nl, fr, it, es, pl, uk, zh-cn)
381
- * (FIX) Reduced news entries to 7 versions (W1032 fix)
382
-
383
- ### 1.2.7 (2026-03-02)
384
-
385
- * (FIX) Fixed io-package.json JSON syntax error (invalid duplicate news section removed)
386
-
387
- ### 1.2.6 (2026-03-02)
388
-
389
- * (FIX) Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)
390
-
391
- ### 1.2.5 (2026-03-02)
392
-
393
- * (FIX) Added size attributes (xs, xl) for monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime fields (E5507 fix)
394
-
395
- * (FIX) Added LICENSE file (E190 fix)
396
- * (FIX) Copyright formatting: Added two trailing spaces to copyright lines in README.md, doc/de/README.md, doc/ru/README.md (W6009/W6011/W7004 fix)
397
-
398
- ### 1.2.3 (2026-03-02)
399
-
400
- * (FIX) Added size attributes (xs, xl) for minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd fields (E5507 fix)
401
-
402
- ### 1.2.2 (2026-03-02)
348
+ > For older changelog entries see [CHANGELOG_OLD.md](CHANGELOG_OLD.md)
403
349
 
404
- * (FIX) Weekly statistics: Now uses weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower fields instead of daily values
405
-
406
- ### 1.2.1 (2026-03-01)
407
-
408
- * (FIX) Added size attributes (xs, xl) for night mode and quiet mode fields in admin UI (E5507 fix)
409
-
410
- ### 1.2.0 (2026-03-01)
411
-
412
- * (ADD) common.news section added to io-package.json for repository checker (E136 fix)
413
-
414
- ### 1.1.1 (2026-03-01)
415
-
416
- * (FIX) Intermediate messages: Flag reset condition changed from `> 2` to `>= 2` for proper 2% tolerance
417
-
418
- ### 1.0.93 (2026-02-27)
419
-
420
- * (FIX) size attributes (xs, xl) added for number fields in jsonConfig.json (E5507)
421
- * (FIX) VSCode schema definitions updated for io-package.json and jsonConfig.json (W4040, W4042)
422
-
423
- ### 1.0.92 (2026-02-27)
424
-
425
- * (ADD) VSCode settings added with JSON schema definitions (S4036)
426
-
427
- ### 1.0.91 (2026-02-27)
428
-
429
- * (FIX) Old news removed from io-package.json (E2004, W1032)
430
- * (FIX) size attributes (xs, xl) added for all objectId fields in jsonConfig.json (E5507)
431
- * (FIX) .commitinfo added to .gitignore (S9006)
432
-
433
- ### 1.0.90 (2026-02-27)
434
-
435
- * (FIX) JSDoc parameter descriptions added for all functions
436
-
437
- ### 1.0.89 (2026-02-27)
438
-
439
- * (FIX) createState replaced with setObjectNotExists (W5034)
440
- * (FIX) size attributes (xs, xl) added to jsonConfig.json (E5507)
441
- * (FIX) Dependencies updated (@iobroker/adapter-core ^3.3.2, @alcalzone/release-script ^5.1.1)
442
- * (FIX) admin dependency updated to >=7.6.20 (W1056)
443
- * (FIX) Translations added for titleLang, desc, news (W1027, W1034, W1054)
444
-
445
- ### 1.0.85 (2026-02-26)
446
- * (FIX) Deprecated common.main removed from io-package.json (W1084)
350
+ ## Documentation in Other Languages
447
351
 
448
- ### 1.0.84 (2026-02-26)
449
- * (FIX) Node.js version updated to >=18
450
- * (FIX) Dependencies updated (@iobroker/adapter-core to 3.2.3, @iobroker/testing to 5.2.2)
451
- * (FIX) io-package.json schema fixed (licenseInformation added, deprecated fields removed)
452
- * (FIX) setInterval with clearInterval added for proper cleanup
453
- * (FIX) js-controller dependency updated to >=6.0.11
454
- * (FIX) admin dependency updated to >=7.6.17
352
+ - [🇬🇧 English](README.md)
353
+ - [🇩🇪 Deutsch](doc/de/README.md)
354
+ - [🇷🇺 Русский](doc/ru/README.md)
455
355
 
456
- ### 1.0.83 (2026-02-26)
457
- * (FIX) createState deprecated fixed (setObjectNotExists)
458
- * (FIX) All log messages translated to English
459
- * (FIX) README.md translated (EN + doc/de/ + doc/ru/ structure)
460
- * (FIX) Node.js 24 added to test matrix
461
- * (FIX) Manual installation guide removed
356
+ ## License
462
357
 
463
- ### 1.0.82 (2026-02-25)
464
- * (FIX) Copilot infrastructure and AI assistant guidelines added
358
+ MIT License
465
359
 
466
- ### 1.0.81 (2026-02-25)
467
- * (FIX) create-adapter infrastructure added (GitHub Actions, Dependabot, ESLint, Tests)
360
+ Copyright (c) 2025-2026 Alex1808 via LLM: Qwen sadam6752@gmail.com
468
361
 
469
- ### 1.0.80 (2026-02-25)
470
- * (FIX) Unified intermediate notifications format (all levels show charging/discharging status)
362
+ Permission is hereby granted, free of charge, to any person obtaining a copy
363
+ of this software and associated documentation files (the "Software"), to deal
364
+ in the Software without restriction, including without limitation the rights
365
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
366
+ copies of the Software, and to permit persons to whom the Software is
367
+ furnished to do so, subject to the following conditions:
471
368
 
472
- ## Documentation in Other Languages
369
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
473
370
 
474
- - [🇬🇧 English](README.md)
475
- - [🇩🇪 Deutsch](doc/de/README.md)
476
- - [🇷🇺 Русский](doc/ru/README.md)
371
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,94 +1,98 @@
1
- {
2
- "pv-notifications": "Notificaciones PV",
3
- "header_telegram": "Configuración de Telegram",
4
- "label_telegramInstance": "Instancia de Telegram",
5
- "label_telegramUsers": "Usuarios de Telegram (separados por comas)",
6
- "tooltip_telegramUsers": "ej. Usuario1, Usuario2 o -123456789 (ID)",
7
- "header_datapoints": "Configuración de Puntos de Datos",
8
- "label_batterySOC": "Punto de Datos SOC de Batería",
9
- "tooltip_batterySOC": "ej. modbus.0.holdingRegisters.40083_Battery_SOC",
10
- "label_powerProduction": "Potencia PV Actual (W)",
11
- "label_totalProduction": "Producción Total Hoy (kWh)",
12
- "label_feedIn": "Inyección Hoy (kWh)",
13
- "label_consumption": "Consumo del Hogar Hoy (kWh)",
14
- "label_gridPower": "Consumo de Red Hoy (kWh)",
15
- "label_weeklyProduction": "Producción Esta Semana (kWh)",
16
- "tooltip_weeklyProduction": "sourceanalytix...Production.currentWeek",
17
- "label_weeklyConsumption": "Consumo Esta Semana (kWh)",
18
- "tooltip_weeklyConsumption": "sourceanalytix...Consumption.currentWeek",
19
- "label_weeklyFeedIn": "Inyección Esta Semana (kWh)",
20
- "tooltip_weeklyFeedIn": "sourceanalytix...Feed-in.currentWeek",
21
- "label_weeklyGridPower": "Consumo de Red Esta Semana (kWh)",
22
- "tooltip_weeklyGridPower": "sourceanalytix...GridConsumption.currentWeek",
23
- "label_monthlyProduction": "Producción Este Mes (kWh)",
24
- "tooltip_monthlyProduction": "sourceanalytix...Production.currentMonth",
25
- "label_monthlyConsumption": "Consumo Este Mes (kWh)",
26
- "tooltip_monthlyConsumption": "sourceanalytix...Consumption.currentMonth",
27
- "label_monthlyFeedIn": "Inyección Este Mes (kWh)",
28
- "tooltip_monthlyFeedIn": "sourceanalytix...Feed-in.currentMonth",
29
- "label_monthlyGridPower": "Consumo de Red Este Mes (kWh)",
30
- "tooltip_monthlyGridPower": "sourceanalytix...GridConsumption.currentMonth",
31
- "header_battery": "Configuración de Batería",
32
- "label_batteryCapacityWh": "Capacidad de Batería (Wh)",
33
- "label_thresholdFull": "Umbral LLENO (%)",
34
- "label_thresholdEmpty": "Umbral VACÍO (%)",
35
- "label_thresholdResetFull": "Restablecer LLENO por debajo de (%)",
36
- "label_thresholdResetEmpty": "Restablecer VACÍO por encima de (%)",
37
- "header_intermediate": "Modo Nocturno y Niveles Intermedios",
38
- "label_nightModeEnabled": "Activar modo nocturno",
39
- "tooltip_nightModeEnabled": "Si está desactivado, las notificaciones se enviarán también por la noche",
40
- "label_nightModeStart": "Inicio",
41
- "tooltip_nightModeStart": "Hora de inicio del modo nocturno (ej. 00:00)",
42
- "label_nightModeEnd": "Fin",
43
- "tooltip_nightModeEnd": "Hora de fin del modo nocturno (ej. 08:00)",
44
- "label_nightModeIgnoreEmpty": "Ignorar modo nocturno para batería 0%",
45
- "tooltip_nightModeIgnoreEmpty": "Si está activado, 0% siempre notificará (incluso por la noche)",
46
- "label_quietModeEnabled": "Activar modo silencioso",
47
- "tooltip_quietModeEnabled": "Si está activado, no se enviarán notificaciones durante el tiempo de silencio",
48
- "label_quietModeStart": "Inicio",
49
- "tooltip_quietModeStart": "Hora de inicio del modo silencioso (ej. 22:00)",
50
- "label_quietModeEnd": "Fin",
51
- "tooltip_quietModeEnd": "Hora de fin del modo silencioso (ej. 07:00)",
52
- "label_intermediateSteps": "Niveles intermedios (separados por comas)",
53
- "tooltip_intermediateSteps": "ej. 20,40,60,80",
54
- "label_minIntervalFull": "Intervalo mín. LLENO (minutos)",
55
- "label_minIntervalEmpty": "Intervalo mín. VACÍO (minutos)",
56
- "label_minIntervalIntermediate": "Intervalo mín. Intermedio (minutos)",
57
- "header_statistics": "Estadísticas y Programación",
58
- "label_statsDayTime": "Hora de estadísticas diarias",
59
- "tooltip_statsDayTime": "Formato: HH:MM (ej. 22:00)",
60
- "label_statsWeekDay": "Día de la semana para estadísticas semanales",
61
- "tooltip_statsWeekDay": "0=Lunes, 1=Martes, ..., 6=Domingo",
62
- "label_statsWeekTime": "Hora para estadísticas semanales",
63
- "tooltip_statsWeekTime": "Formato: HH:MM (ej. 10:00)",
64
- "header_monthly": "Estadísticas Mensuales (Opcional)",
65
- "label_monthlyStatsEnabled": "Activar estadísticas mensuales",
66
- "label_monthlyStatsDay": "Día del mes",
67
- "tooltip_monthlyStatsDay": "1-31 (ej. 1 = Primer día del mes)",
68
- "label_monthlyStatsTime": "Hora",
69
- "tooltip_monthlyStatsTime": "Formato: HH:MM (ej. 09:00)",
70
- "header_weather": "Clima (Opcional)",
71
- "label_weatherEnabled": "Mostrar datos meteorológicos en mensajes",
72
- "tooltip_weatherEnabled": "Si está activado, los datos meteorológicos se mostrarán en las estadísticas diarias y mensajes de estado de batería",
73
- "label_weatherInIntermediate": "Niveles intermedios",
74
- "tooltip_weatherInIntermediate": "Mostrar datos meteorológicos en mensajes de niveles intermedios (20%, 40%, 60%, 80%)",
75
- "label_weatherInDailyStats": "Estadísticas diarias",
76
- "tooltip_weatherInDailyStats": "Mostrar datos meteorológicos en las estadísticas diarias (22:00)",
77
- "label_weatherTodayText": "Clima hoy",
78
- "tooltip_weatherTodayText": "ej. daswetter.0.Day0.forecast.currentSymbol",
79
- "label_weatherTodayTemp": "Temperatura hoy (°C)",
80
- "tooltip_weatherTodayTemp": "ej. daswetter.0.Day0.forecast.maxTemp",
81
- "label_weatherTomorrowText": "Clima mañana",
82
- "tooltip_weatherTomorrowText": "ej. daswetter.0.Day1.forecast.currentSymbol",
83
- "label_weatherTomorrowTemp": "Temperatura mañana (°C)",
84
- "tooltip_weatherTomorrowTemp": "ej. daswetter.0.Day1.forecast.maxTemp",
85
- "header_thresholds": "Umbrales para recomendaciones",
86
- "label_highProduction": "Alta producción desde (W)",
87
- "label_highConsumption": "Alto consumo desde (W)",
88
- "label_testButton": "Notificación de Prueba",
89
- "buttonText_testButton": "Enviar Prueba",
90
- "tooltip_testButton": "Envía una notificación de prueba a todos los usuarios de Telegram configurados",
91
- "Test Notification": "Notificación de Prueba",
92
- "Production today": "Producción hoy",
93
- "Current production": "Producción actual"
94
- }
1
+ {
2
+ "pv-notifications": "Notificaciones PV",
3
+ "header_telegram": "Configuración de Telegram",
4
+ "label_telegramInstance": "Instancia de Telegram",
5
+ "label_telegramUsers": "Usuarios de Telegram (separados por comas)",
6
+ "tooltip_telegramUsers": "ej. Usuario1, Usuario2 o -123456789 (ID)",
7
+ "header_datapoints": "Configuración de Puntos de Datos",
8
+ "label_batterySOC": "Punto de Datos SOC de Batería",
9
+ "tooltip_batterySOC": "ej. modbus.0.holdingRegisters.40083_Battery_SOC",
10
+ "label_powerProduction": "Potencia PV Actual (W)",
11
+ "label_totalProduction": "Producción Total Hoy (kWh)",
12
+ "label_feedIn": "Inyección Hoy (kWh)",
13
+ "label_consumption": "Consumo del Hogar Hoy (kWh)",
14
+ "label_gridPower": "Consumo de Red Hoy (kWh)",
15
+ "label_weeklyProduction": "Producción Esta Semana (kWh)",
16
+ "tooltip_weeklyProduction": "sourceanalytix...Production.currentWeek",
17
+ "label_weeklyConsumption": "Consumo Esta Semana (kWh)",
18
+ "tooltip_weeklyConsumption": "sourceanalytix...Consumption.currentWeek",
19
+ "label_weeklyFeedIn": "Inyección Esta Semana (kWh)",
20
+ "tooltip_weeklyFeedIn": "sourceanalytix...Feed-in.currentWeek",
21
+ "label_weeklyGridPower": "Consumo de Red Esta Semana (kWh)",
22
+ "tooltip_weeklyGridPower": "sourceanalytix...GridConsumption.currentWeek",
23
+ "label_monthlyProduction": "Producción Este Mes (kWh)",
24
+ "tooltip_monthlyProduction": "sourceanalytix...Production.currentMonth",
25
+ "label_monthlyConsumption": "Consumo Este Mes (kWh)",
26
+ "tooltip_monthlyConsumption": "sourceanalytix...Consumption.currentMonth",
27
+ "label_monthlyFeedIn": "Inyección Este Mes (kWh)",
28
+ "tooltip_monthlyFeedIn": "sourceanalytix...Feed-in.currentMonth",
29
+ "label_monthlyGridPower": "Consumo de Red Este Mes (kWh)",
30
+ "tooltip_monthlyGridPower": "sourceanalytix...GridConsumption.currentMonth",
31
+ "header_battery": "Configuración de Batería",
32
+ "label_batteryCapacityWh": "Capacidad de Batería (Wh)",
33
+ "label_thresholdFull": "Umbral LLENO (%)",
34
+ "label_thresholdEmpty": "Umbral VACÍO (%)",
35
+ "label_thresholdResetFull": "Restablecer LLENO por debajo de (%)",
36
+ "label_thresholdResetEmpty": "Restablecer VACÍO por encima de (%)",
37
+ "header_intermediate": "Modo Nocturno y Niveles Intermedios",
38
+ "label_nightModeEnabled": "Activar modo nocturno",
39
+ "tooltip_nightModeEnabled": "Si está desactivado, las notificaciones se enviarán también por la noche",
40
+ "label_nightModeStart": "Inicio",
41
+ "tooltip_nightModeStart": "Hora de inicio del modo nocturno (ej. 00:00)",
42
+ "label_nightModeEnd": "Fin",
43
+ "tooltip_nightModeEnd": "Hora de fin del modo nocturno (ej. 08:00)",
44
+ "label_nightModeIgnoreEmpty": "Ignorar modo nocturno para batería 0%",
45
+ "tooltip_nightModeIgnoreEmpty": "Si está activado, 0% siempre notificará (incluso por la noche)",
46
+ "label_quietModeEnabled": "Activar modo silencioso",
47
+ "tooltip_quietModeEnabled": "Si está activado, no se enviarán notificaciones durante el tiempo de silencio",
48
+ "label_quietModeStart": "Inicio",
49
+ "tooltip_quietModeStart": "Hora de inicio del modo silencioso (ej. 22:00)",
50
+ "label_quietModeEnd": "Fin",
51
+ "tooltip_quietModeEnd": "Hora de fin del modo silencioso (ej. 07:00)",
52
+ "label_intermediateSteps": "Niveles intermedios (separados por comas)",
53
+ "tooltip_intermediateSteps": "ej. 20,40,60,80",
54
+ "label_minIntervalFull": "Intervalo mín. LLENO (minutos)",
55
+ "label_minIntervalEmpty": "Intervalo mín. VACÍO (minutos)",
56
+ "label_minIntervalIntermediate": "Intervalo mín. Intermedio (minutos)",
57
+ "header_statistics": "Estadísticas y Programación",
58
+ "label_statsDayTime": "Hora de estadísticas diarias",
59
+ "tooltip_statsDayTime": "Formato: HH:MM (ej. 22:00)",
60
+ "label_statsWeekDay": "Día de la semana para estadísticas semanales",
61
+ "tooltip_statsWeekDay": "0=Lunes, 1=Martes, ..., 6=Domingo",
62
+ "label_statsWeekTime": "Hora para estadísticas semanales",
63
+ "tooltip_statsWeekTime": "Formato: HH:MM (ej. 10:00)",
64
+ "header_monthly": "Estadísticas Mensuales (Opcional)",
65
+ "label_monthlyStatsEnabled": "Activar estadísticas mensuales",
66
+ "label_monthlyStatsDay": "Día del mes",
67
+ "tooltip_monthlyStatsDay": "1-31 (ej. 1 = Primer día del mes)",
68
+ "label_monthlyStatsTime": "Hora",
69
+ "tooltip_monthlyStatsTime": "Formato: HH:MM (ej. 09:00)",
70
+ "header_weather": "Clima (Opcional)",
71
+ "label_weatherEnabled": "Mostrar datos meteorológicos en mensajes",
72
+ "tooltip_weatherEnabled": "Si está activado, los datos meteorológicos se mostrarán en las estadísticas diarias y mensajes de estado de batería",
73
+ "label_weatherInIntermediate": "Niveles intermedios",
74
+ "tooltip_weatherInIntermediate": "Mostrar datos meteorológicos en mensajes de niveles intermedios (20%, 40%, 60%, 80%)",
75
+ "label_weatherInDailyStats": "Estadísticas diarias",
76
+ "tooltip_weatherInDailyStats": "Mostrar datos meteorológicos en las estadísticas diarias (22:00)",
77
+ "label_weatherTodayText": "Clima hoy",
78
+ "tooltip_weatherTodayText": "ej. daswetter.0.Day0.forecast.currentSymbol",
79
+ "label_weatherTodayTemp": "Temperatura hoy (°C)",
80
+ "tooltip_weatherTodayTemp": "ej. daswetter.0.Day0.forecast.maxTemp",
81
+ "label_weatherTomorrowText": "Clima mañana",
82
+ "tooltip_weatherTomorrowText": "ej. daswetter.0.Day1.forecast.currentSymbol",
83
+ "label_weatherTomorrowTemp": "Temperatura mañana (°C)",
84
+ "tooltip_weatherTomorrowTemp": "ej. daswetter.0.Day1.forecast.maxTemp",
85
+ "header_thresholds": "Umbrales para recomendaciones",
86
+ "label_highProduction": "Alta producción desde (W)",
87
+ "label_highConsumption": "Alto consumo desde (W)",
88
+ "label_testButton": "Notificación de Prueba",
89
+ "buttonText_testButton": "Enviar Prueba",
90
+ "tooltip_testButton": "Envía una notificación de prueba a todos los usuarios de Telegram configurados",
91
+ "Test Notification": "Notificación de Prueba",
92
+ "Production today": "Producción hoy",
93
+ "Current production": "Producción actual",
94
+ "label_statsUseSunset": "Enviar al atardecer",
95
+ "tooltip_statsUseSunset": "Si está activado, las estadísticas diarias se enviarán a la hora del atardecer del objeto en lugar de la hora fija indicada",
96
+ "label_statsSunsetObject": "Objeto hora del atardecer",
97
+ "tooltip_statsSunsetObject": "Objeto que contiene la hora del atardecer como cadena HH:MM (p. ej. daswetter.0.Day0.forecast.sunset)"
98
+ }
@@ -1,94 +1,98 @@
1
- {
2
- "pv-notifications": "Notifications PV",
3
- "header_telegram": "Configuration Telegram",
4
- "label_telegramInstance": "Instance Telegram",
5
- "label_telegramUsers": "Utilisateurs Telegram (séparés par des virgules)",
6
- "tooltip_telegramUsers": "par ex. Utilisateur1, Utilisateur2 ou -123456789 (ID)",
7
- "header_datapoints": "Configuration des Points de Données",
8
- "label_batterySOC": "Point de Données SOC Batterie",
9
- "tooltip_batterySOC": "par ex. modbus.0.holdingRegisters.40083_Battery_SOC",
10
- "label_powerProduction": "Puissance PV Actuelle (W)",
11
- "label_totalProduction": "Production Totale Aujourd'hui (kWh)",
12
- "label_feedIn": "Injection Aujourd'hui (kWh)",
13
- "label_consumption": "Consommation Maison Aujourd'hui (kWh)",
14
- "label_gridPower": "Consommation Réseau Aujourd'hui (kWh)",
15
- "label_weeklyProduction": "Production Cette Semaine (kWh)",
16
- "tooltip_weeklyProduction": "sourceanalytix...Production.currentWeek",
17
- "label_weeklyConsumption": "Consommation Cette Semaine (kWh)",
18
- "tooltip_weeklyConsumption": "sourceanalytix...Consumption.currentWeek",
19
- "label_weeklyFeedIn": "Injection Cette Semaine (kWh)",
20
- "tooltip_weeklyFeedIn": "sourceanalytix...Feed-in.currentWeek",
21
- "label_weeklyGridPower": "Consommation Réseau Cette Semaine (kWh)",
22
- "tooltip_weeklyGridPower": "sourceanalytix...GridConsumption.currentWeek",
23
- "label_monthlyProduction": "Production Ce Mois (kWh)",
24
- "tooltip_monthlyProduction": "sourceanalytix...Production.currentMonth",
25
- "label_monthlyConsumption": "Consommation Ce Mois (kWh)",
26
- "tooltip_monthlyConsumption": "sourceanalytix...Consumption.currentMonth",
27
- "label_monthlyFeedIn": "Injection Ce Mois (kWh)",
28
- "tooltip_monthlyFeedIn": "sourceanalytix...Feed-in.currentMonth",
29
- "label_monthlyGridPower": "Consommation Réseau Ce Mois (kWh)",
30
- "tooltip_monthlyGridPower": "sourceanalytix...GridConsumption.currentMonth",
31
- "header_battery": "Configuration Batterie",
32
- "label_batteryCapacityWh": "Capacité Batterie (Wh)",
33
- "label_thresholdFull": "Seuil PLEIN (%)",
34
- "label_thresholdEmpty": "Seuil VIDE (%)",
35
- "label_thresholdResetFull": "Réinitialiser PLEIN en dessous de (%)",
36
- "label_thresholdResetEmpty": "Réinitialiser VIDE au-dessus de (%)",
37
- "header_intermediate": "Mode Nuit et Niveaux Intermédiaires",
38
- "label_nightModeEnabled": "Activer le mode nuit",
39
- "tooltip_nightModeEnabled": "Si désactivé, les notifications seront envoyées la nuit aussi",
40
- "label_nightModeStart": "Début",
41
- "tooltip_nightModeStart": "Heure de début du mode nuit (par ex. 00:00)",
42
- "label_nightModeEnd": "Fin",
43
- "tooltip_nightModeEnd": "Heure de fin du mode nuit (par ex. 08:00)",
44
- "label_nightModeIgnoreEmpty": "Ignorer le mode nuit pour batterie 0%",
45
- "tooltip_nightModeIgnoreEmpty": "Si activé, 0% notifiera toujours (même la nuit)",
46
- "label_quietModeEnabled": "Activer le mode silencieux",
47
- "tooltip_quietModeEnabled": "Si activé, aucune notification ne sera envoyée pendant le mode silencieux",
48
- "label_quietModeStart": "Début",
49
- "tooltip_quietModeStart": "Heure de début du mode silencieux (par ex. 22:00)",
50
- "label_quietModeEnd": "Fin",
51
- "tooltip_quietModeEnd": "Heure de fin du mode silencieux (par ex. 07:00)",
52
- "label_intermediateSteps": "Niveaux intermédiaires (séparés par des virgules)",
53
- "tooltip_intermediateSteps": "par ex. 20,40,60,80",
54
- "label_minIntervalFull": "Intervalle min. PLEIN (minutes)",
55
- "label_minIntervalEmpty": "Intervalle min. VIDE (minutes)",
56
- "label_minIntervalIntermediate": "Intervalle min. Intermédiaire (minutes)",
57
- "header_statistics": "Statistiques et Planification",
58
- "label_statsDayTime": "Heure des statistiques quotidiennes",
59
- "tooltip_statsDayTime": "Format: HH:MM (par ex. 22:00)",
60
- "label_statsWeekDay": "Jour de la semaine pour les statistiques hebdomadaires",
61
- "tooltip_statsWeekDay": "0=Lundi, 1=Mardi, ..., 6=Dimanche",
62
- "label_statsWeekTime": "Heure pour les statistiques hebdomadaires",
63
- "tooltip_statsWeekTime": "Format: HH:MM (par ex. 10:00)",
64
- "header_monthly": "Statistiques Mensuelles (Optionnel)",
65
- "label_monthlyStatsEnabled": "Activer les statistiques mensuelles",
66
- "label_monthlyStatsDay": "Jour du mois",
67
- "tooltip_monthlyStatsDay": "1-31 (par ex. 1 = Premier jour du mois)",
68
- "label_monthlyStatsTime": "Heure",
69
- "tooltip_monthlyStatsTime": "Format: HH:MM (par ex. 09:00)",
70
- "header_weather": "Météo (Optionnel)",
71
- "label_weatherEnabled": "Afficher les données météo dans les messages",
72
- "tooltip_weatherEnabled": "Si activé, les données météo seront affichées dans les statistiques quotidiennes et les messages d'état de la batterie",
73
- "label_weatherInIntermediate": "Niveaux intermédiaires",
74
- "tooltip_weatherInIntermediate": "Afficher les données météo dans les messages de niveaux intermédiaires (20%, 40%, 60%, 80%)",
75
- "label_weatherInDailyStats": "Statistiques quotidiennes",
76
- "tooltip_weatherInDailyStats": "Afficher les données météo dans les statistiques quotidiennes (22:00)",
77
- "label_weatherTodayText": "Météo aujourd'hui",
78
- "tooltip_weatherTodayText": "par ex. daswetter.0.Day0.forecast.currentSymbol",
79
- "label_weatherTodayTemp": "Température aujourd'hui (°C)",
80
- "tooltip_weatherTodayTemp": "par ex. daswetter.0.Day0.forecast.maxTemp",
81
- "label_weatherTomorrowText": "Météo demain",
82
- "tooltip_weatherTomorrowText": "par ex. daswetter.0.Day1.forecast.currentSymbol",
83
- "label_weatherTomorrowTemp": "Température demain (°C)",
84
- "tooltip_weatherTomorrowTemp": "par ex. daswetter.0.Day1.forecast.maxTemp",
85
- "header_thresholds": "Seuils pour les recommandations",
86
- "label_highProduction": "Production élevée à partir de (W)",
87
- "label_highConsumption": "Consommation élevée à partir de (W)",
88
- "label_testButton": "Notification de Test",
89
- "buttonText_testButton": "Envoyer Test",
90
- "tooltip_testButton": "Envoie une notification de test à tous les utilisateurs Telegram configurés",
91
- "Test Notification": "Notification de Test",
92
- "Production today": "Production aujourd'hui",
93
- "Current production": "Production actuelle"
94
- }
1
+ {
2
+ "pv-notifications": "Notifications PV",
3
+ "header_telegram": "Configuration Telegram",
4
+ "label_telegramInstance": "Instance Telegram",
5
+ "label_telegramUsers": "Utilisateurs Telegram (séparés par des virgules)",
6
+ "tooltip_telegramUsers": "par ex. Utilisateur1, Utilisateur2 ou -123456789 (ID)",
7
+ "header_datapoints": "Configuration des Points de Données",
8
+ "label_batterySOC": "Point de Données SOC Batterie",
9
+ "tooltip_batterySOC": "par ex. modbus.0.holdingRegisters.40083_Battery_SOC",
10
+ "label_powerProduction": "Puissance PV Actuelle (W)",
11
+ "label_totalProduction": "Production Totale Aujourd'hui (kWh)",
12
+ "label_feedIn": "Injection Aujourd'hui (kWh)",
13
+ "label_consumption": "Consommation Maison Aujourd'hui (kWh)",
14
+ "label_gridPower": "Consommation Réseau Aujourd'hui (kWh)",
15
+ "label_weeklyProduction": "Production Cette Semaine (kWh)",
16
+ "tooltip_weeklyProduction": "sourceanalytix...Production.currentWeek",
17
+ "label_weeklyConsumption": "Consommation Cette Semaine (kWh)",
18
+ "tooltip_weeklyConsumption": "sourceanalytix...Consumption.currentWeek",
19
+ "label_weeklyFeedIn": "Injection Cette Semaine (kWh)",
20
+ "tooltip_weeklyFeedIn": "sourceanalytix...Feed-in.currentWeek",
21
+ "label_weeklyGridPower": "Consommation Réseau Cette Semaine (kWh)",
22
+ "tooltip_weeklyGridPower": "sourceanalytix...GridConsumption.currentWeek",
23
+ "label_monthlyProduction": "Production Ce Mois (kWh)",
24
+ "tooltip_monthlyProduction": "sourceanalytix...Production.currentMonth",
25
+ "label_monthlyConsumption": "Consommation Ce Mois (kWh)",
26
+ "tooltip_monthlyConsumption": "sourceanalytix...Consumption.currentMonth",
27
+ "label_monthlyFeedIn": "Injection Ce Mois (kWh)",
28
+ "tooltip_monthlyFeedIn": "sourceanalytix...Feed-in.currentMonth",
29
+ "label_monthlyGridPower": "Consommation Réseau Ce Mois (kWh)",
30
+ "tooltip_monthlyGridPower": "sourceanalytix...GridConsumption.currentMonth",
31
+ "header_battery": "Configuration Batterie",
32
+ "label_batteryCapacityWh": "Capacité Batterie (Wh)",
33
+ "label_thresholdFull": "Seuil PLEIN (%)",
34
+ "label_thresholdEmpty": "Seuil VIDE (%)",
35
+ "label_thresholdResetFull": "Réinitialiser PLEIN en dessous de (%)",
36
+ "label_thresholdResetEmpty": "Réinitialiser VIDE au-dessus de (%)",
37
+ "header_intermediate": "Mode Nuit et Niveaux Intermédiaires",
38
+ "label_nightModeEnabled": "Activer le mode nuit",
39
+ "tooltip_nightModeEnabled": "Si désactivé, les notifications seront envoyées la nuit aussi",
40
+ "label_nightModeStart": "Début",
41
+ "tooltip_nightModeStart": "Heure de début du mode nuit (par ex. 00:00)",
42
+ "label_nightModeEnd": "Fin",
43
+ "tooltip_nightModeEnd": "Heure de fin du mode nuit (par ex. 08:00)",
44
+ "label_nightModeIgnoreEmpty": "Ignorer le mode nuit pour batterie 0%",
45
+ "tooltip_nightModeIgnoreEmpty": "Si activé, 0% notifiera toujours (même la nuit)",
46
+ "label_quietModeEnabled": "Activer le mode silencieux",
47
+ "tooltip_quietModeEnabled": "Si activé, aucune notification ne sera envoyée pendant le mode silencieux",
48
+ "label_quietModeStart": "Début",
49
+ "tooltip_quietModeStart": "Heure de début du mode silencieux (par ex. 22:00)",
50
+ "label_quietModeEnd": "Fin",
51
+ "tooltip_quietModeEnd": "Heure de fin du mode silencieux (par ex. 07:00)",
52
+ "label_intermediateSteps": "Niveaux intermédiaires (séparés par des virgules)",
53
+ "tooltip_intermediateSteps": "par ex. 20,40,60,80",
54
+ "label_minIntervalFull": "Intervalle min. PLEIN (minutes)",
55
+ "label_minIntervalEmpty": "Intervalle min. VIDE (minutes)",
56
+ "label_minIntervalIntermediate": "Intervalle min. Intermédiaire (minutes)",
57
+ "header_statistics": "Statistiques et Planification",
58
+ "label_statsDayTime": "Heure des statistiques quotidiennes",
59
+ "tooltip_statsDayTime": "Format: HH:MM (par ex. 22:00)",
60
+ "label_statsWeekDay": "Jour de la semaine pour les statistiques hebdomadaires",
61
+ "tooltip_statsWeekDay": "0=Lundi, 1=Mardi, ..., 6=Dimanche",
62
+ "label_statsWeekTime": "Heure pour les statistiques hebdomadaires",
63
+ "tooltip_statsWeekTime": "Format: HH:MM (par ex. 10:00)",
64
+ "header_monthly": "Statistiques Mensuelles (Optionnel)",
65
+ "label_monthlyStatsEnabled": "Activer les statistiques mensuelles",
66
+ "label_monthlyStatsDay": "Jour du mois",
67
+ "tooltip_monthlyStatsDay": "1-31 (par ex. 1 = Premier jour du mois)",
68
+ "label_monthlyStatsTime": "Heure",
69
+ "tooltip_monthlyStatsTime": "Format: HH:MM (par ex. 09:00)",
70
+ "header_weather": "Météo (Optionnel)",
71
+ "label_weatherEnabled": "Afficher les données météo dans les messages",
72
+ "tooltip_weatherEnabled": "Si activé, les données météo seront affichées dans les statistiques quotidiennes et les messages d'état de la batterie",
73
+ "label_weatherInIntermediate": "Niveaux intermédiaires",
74
+ "tooltip_weatherInIntermediate": "Afficher les données météo dans les messages de niveaux intermédiaires (20%, 40%, 60%, 80%)",
75
+ "label_weatherInDailyStats": "Statistiques quotidiennes",
76
+ "tooltip_weatherInDailyStats": "Afficher les données météo dans les statistiques quotidiennes (22:00)",
77
+ "label_weatherTodayText": "Météo aujourd'hui",
78
+ "tooltip_weatherTodayText": "par ex. daswetter.0.Day0.forecast.currentSymbol",
79
+ "label_weatherTodayTemp": "Température aujourd'hui (°C)",
80
+ "tooltip_weatherTodayTemp": "par ex. daswetter.0.Day0.forecast.maxTemp",
81
+ "label_weatherTomorrowText": "Météo demain",
82
+ "tooltip_weatherTomorrowText": "par ex. daswetter.0.Day1.forecast.currentSymbol",
83
+ "label_weatherTomorrowTemp": "Température demain (°C)",
84
+ "tooltip_weatherTomorrowTemp": "par ex. daswetter.0.Day1.forecast.maxTemp",
85
+ "header_thresholds": "Seuils pour les recommandations",
86
+ "label_highProduction": "Production élevée à partir de (W)",
87
+ "label_highConsumption": "Consommation élevée à partir de (W)",
88
+ "label_testButton": "Notification de Test",
89
+ "buttonText_testButton": "Envoyer Test",
90
+ "tooltip_testButton": "Envoie une notification de test à tous les utilisateurs Telegram configurés",
91
+ "Test Notification": "Notification de Test",
92
+ "Production today": "Production aujourd'hui",
93
+ "Current production": "Production actuelle",
94
+ "label_statsUseSunset": "Envoyer au coucher du soleil",
95
+ "tooltip_statsUseSunset": "Si activé, les statistiques journalières seront envoyées à l heure du coucher du soleil de l objet plutôt qu à l heure fixe ci-dessus",
96
+ "label_statsSunsetObject": "Objet heure du coucher du soleil",
97
+ "tooltip_statsSunsetObject": "Objet contenant l heure du coucher du soleil sous forme de chaîne HH:MM (ex. daswetter.0.Day0.forecast.sunset)"
98
+ }