iobroker.pv-notifications 1.2.24 → 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
@@ -1,5 +1,7 @@
1
1
  # ioBroker PV Notifications Adapter
2
2
 
3
+ ![Logo](admin/pv-notifications.png)
4
+
3
5
  Sends Telegram notifications for PV battery status (full, empty, intermediate levels).
4
6
 
5
7
  ## Features
@@ -299,23 +301,6 @@ Between **12:00 and 15:00** (configurable), **all** notifications are suppressed
299
301
 
300
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).
301
303
 
302
- ## License
303
-
304
- MIT License
305
-
306
- Copyright (c) 2025-2026 sadam6752-tech sadam6752@gmail.com
307
-
308
- Permission is hereby granted, free of charge, to any person obtaining a copy
309
- of this software and associated documentation files (the "Software"), to deal
310
- in the Software without restriction, including without limitation the rights
311
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
312
- copies of the Software, and to permit persons to whom the Software is
313
- furnished to do so, subject to the following conditions:
314
-
315
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
316
-
317
- 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.
318
-
319
304
  ## Author
320
305
 
321
306
  Alex1808 via LLM: Qwen
@@ -329,125 +314,58 @@ sadam6752@gmail.com
329
314
  ### **WORK IN PROGRESS**
330
315
  -->
331
316
 
332
- ### 1.2.17 (2026-03-15)
333
- * (FIX) Removed old versions from common.news to comply with W1032 (maximum 7 versions)
334
-
335
- ### 1.2.16 (2026-03-14)
336
- * (FIX) Removed empty line in battery full message for improved formatting
337
-
338
- ### 1.2.15 (2026-03-08)
339
- * (ADD) Added separator lines to battery full/empty and intermediate messages for improved readability
340
-
341
- ### 1.2.14 (2026-03-06)
342
- * (FIX) Fixed intermediate message formatting: Removed extra line break before weather data (weather today appears directly below separator)
343
-
344
- ### 1.2.13 (2026-03-03)
345
- * (ADD) Added current production (W) to test message, daily statistics and intermediate messages with improved layout
346
- * (FIX) README.md Changelog updated for repository checker (E6006 fix)
347
-
348
- ### 1.2.11 (2026-03-02)
349
-
350
- * (FIX) Daily statistics: Self-consumption cannot be negative (Math.max(0, totalProd - feedIn))
351
- * (FIX) Daily statistics: Added weather today to message (in addition to weather tomorrow)
352
- * (FIX) Weather error logging improved (warn instead of debug for better visibility)
353
-
354
- ### 1.2.10 (2026-03-02)
355
-
356
- * (FIX) Fixed duplicate news entry in io-package.json (E1036/E2005 fix)
357
- * (FIX) Added full translations for common.news (pt, nl, fr, it, es, pl, uk, zh-cn)
358
- * (FIX) Reduced news entries to 7 versions (W1032 fix)
359
-
360
- ### 1.2.7 (2026-03-02)
361
-
362
- * (FIX) Fixed io-package.json JSON syntax error (invalid duplicate news section removed)
363
-
364
- ### 1.2.6 (2026-03-02)
365
-
366
- * (FIX) Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)
367
-
368
- ### 1.2.5 (2026-03-02)
369
-
370
- * (FIX) Added size attributes (xs, xl) for monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime fields (E5507 fix)
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
371
322
 
372
- * (FIX) Added LICENSE file (E190 fix)
373
- * (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)
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)
374
326
 
375
- ### 1.2.3 (2026-03-02)
327
+ ### 1.2.24 (2026-03-17)
328
+ * (FIX) Added missing uk translations to news entries, fixed prettier formatting in main.js
376
329
 
377
- * (FIX) Added size attributes (xs, xl) for minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd fields (E5507 fix)
330
+ ### 1.2.23 (2026-03-17)
331
+ * (FIX) Statistics section layout: daily time, sunset checkbox and sunset object aligned on one row
378
332
 
379
- ### 1.2.2 (2026-03-02)
333
+ ### 1.2.22 (2026-03-17)
334
+ * (ADD) Sunset-based daily statistics: optional checkbox to send daily stats at sunset time from a configurable object instead of fixed time
380
335
 
381
- * (FIX) Weekly statistics: Now uses weeklyProduction/weeklyConsumption/weeklyFeedIn/weeklyGridPower fields instead of daily values
336
+ ### 1.2.21 (2026-03-17)
337
+ * (FIX) Use extendObject instead of setObjectNotExists for states with unit/role to update existing instances
382
338
 
383
- ### 1.2.1 (2026-03-01)
339
+ ### 1.2.20 (2026-03-17)
340
+ * (FIX) Remove unused admin files, reduce info logs to debug, English state names with units, channel objects for statistics/info, button read:false, this.setInterval, translate fallback to English
384
341
 
385
- * (FIX) Added size attributes (xs, xl) for night mode and quiet mode fields in admin UI (E5507 fix)
342
+ ### 1.2.19 (2026-03-16)
343
+ * (FIX) Added v1.2.18 entry to news section in io-package.json
386
344
 
387
- ### 1.2.0 (2026-03-01)
345
+ ### 1.2.18 (2026-03-16)
346
+ * (FIX) Missing await in onBatterySOCChange, null-check in buildTestMessage, safe intermediateSteps parsing, remove dead code
388
347
 
389
- * (ADD) common.news section added to io-package.json for repository checker (E136 fix)
348
+ > For older changelog entries see [CHANGELOG_OLD.md](CHANGELOG_OLD.md)
390
349
 
391
- ### 1.1.1 (2026-03-01)
392
-
393
- * (FIX) Intermediate messages: Flag reset condition changed from `> 2` to `>= 2` for proper 2% tolerance
394
-
395
- ### 1.0.93 (2026-02-27)
396
-
397
- * (FIX) size attributes (xs, xl) added for number fields in jsonConfig.json (E5507)
398
- * (FIX) VSCode schema definitions updated for io-package.json and jsonConfig.json (W4040, W4042)
399
-
400
- ### 1.0.92 (2026-02-27)
401
-
402
- * (ADD) VSCode settings added with JSON schema definitions (S4036)
403
-
404
- ### 1.0.91 (2026-02-27)
405
-
406
- * (FIX) Old news removed from io-package.json (E2004, W1032)
407
- * (FIX) size attributes (xs, xl) added for all objectId fields in jsonConfig.json (E5507)
408
- * (FIX) .commitinfo added to .gitignore (S9006)
409
-
410
- ### 1.0.90 (2026-02-27)
411
-
412
- * (FIX) JSDoc parameter descriptions added for all functions
413
-
414
- ### 1.0.89 (2026-02-27)
415
-
416
- * (FIX) createState replaced with setObjectNotExists (W5034)
417
- * (FIX) size attributes (xs, xl) added to jsonConfig.json (E5507)
418
- * (FIX) Dependencies updated (@iobroker/adapter-core ^3.3.2, @alcalzone/release-script ^5.1.1)
419
- * (FIX) admin dependency updated to >=7.6.20 (W1056)
420
- * (FIX) Translations added for titleLang, desc, news (W1027, W1034, W1054)
421
-
422
- ### 1.0.85 (2026-02-26)
423
- * (FIX) Deprecated common.main removed from io-package.json (W1084)
350
+ ## Documentation in Other Languages
424
351
 
425
- ### 1.0.84 (2026-02-26)
426
- * (FIX) Node.js version updated to >=18
427
- * (FIX) Dependencies updated (@iobroker/adapter-core to 3.2.3, @iobroker/testing to 5.2.2)
428
- * (FIX) io-package.json schema fixed (licenseInformation added, deprecated fields removed)
429
- * (FIX) setInterval with clearInterval added for proper cleanup
430
- * (FIX) js-controller dependency updated to >=6.0.11
431
- * (FIX) admin dependency updated to >=7.6.17
352
+ - [🇬🇧 English](README.md)
353
+ - [🇩🇪 Deutsch](doc/de/README.md)
354
+ - [🇷🇺 Русский](doc/ru/README.md)
432
355
 
433
- ### 1.0.83 (2026-02-26)
434
- * (FIX) createState deprecated fixed (setObjectNotExists)
435
- * (FIX) All log messages translated to English
436
- * (FIX) README.md translated (EN + doc/de/ + doc/ru/ structure)
437
- * (FIX) Node.js 24 added to test matrix
438
- * (FIX) Manual installation guide removed
356
+ ## License
439
357
 
440
- ### 1.0.82 (2026-02-25)
441
- * (FIX) Copilot infrastructure and AI assistant guidelines added
358
+ MIT License
442
359
 
443
- ### 1.0.81 (2026-02-25)
444
- * (FIX) create-adapter infrastructure added (GitHub Actions, Dependabot, ESLint, Tests)
360
+ Copyright (c) 2025-2026 Alex1808 via LLM: Qwen sadam6752@gmail.com
445
361
 
446
- ### 1.0.80 (2026-02-25)
447
- * (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:
448
368
 
449
- ## 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.
450
370
 
451
- - [🇬🇧 English](README.md)
452
- - [🇩🇪 Deutsch](doc/de/README.md)
453
- - [🇷🇺 Русский](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,88 +1,98 @@
1
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_weatherTodayText": "Clima hoy",
72
- "tooltip_weatherTodayText": "ej. daswetter.0.Day0.forecast.currentSymbol",
73
- "label_weatherTodayTemp": "Temperatura hoy (°C)",
74
- "tooltip_weatherTodayTemp": "ej. daswetter.0.Day0.forecast.maxTemp",
75
- "label_weatherTomorrowText": "Clima mañana",
76
- "tooltip_weatherTomorrowText": "ej. daswetter.0.Day1.forecast.currentSymbol",
77
- "label_weatherTomorrowTemp": "Temperatura mañana (°C)",
78
- "tooltip_weatherTomorrowTemp": "ej. daswetter.0.Day1.forecast.maxTemp",
79
- "header_thresholds": "Umbrales para recomendaciones",
80
- "label_highProduction": "Alta producción desde (W)",
81
- "label_highConsumption": "Alto consumo desde (W)",
82
- "label_testButton": "Notificación de Prueba",
83
- "buttonText_testButton": "Enviar Prueba",
84
- "tooltip_testButton": "Envía una notificación de prueba a todos los usuarios de Telegram configurados",
85
- "Test Notification": "Notificación de Prueba",
86
- "Production today": "Producción hoy",
87
- "Current production": "Producción actual"
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)"
88
98
  }
@@ -1,88 +1,98 @@
1
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_weatherTodayText": "Météo aujourd'hui",
72
- "tooltip_weatherTodayText": "par ex. daswetter.0.Day0.forecast.currentSymbol",
73
- "label_weatherTodayTemp": "Température aujourd'hui (°C)",
74
- "tooltip_weatherTodayTemp": "par ex. daswetter.0.Day0.forecast.maxTemp",
75
- "label_weatherTomorrowText": "Météo demain",
76
- "tooltip_weatherTomorrowText": "par ex. daswetter.0.Day1.forecast.currentSymbol",
77
- "label_weatherTomorrowTemp": "Température demain (°C)",
78
- "tooltip_weatherTomorrowTemp": "par ex. daswetter.0.Day1.forecast.maxTemp",
79
- "header_thresholds": "Seuils pour les recommandations",
80
- "label_highProduction": "Production élevée à partir de (W)",
81
- "label_highConsumption": "Consommation élevée à partir de (W)",
82
- "label_testButton": "Notification de Test",
83
- "buttonText_testButton": "Envoyer Test",
84
- "tooltip_testButton": "Envoie une notification de test à tous les utilisateurs Telegram configurés",
85
- "Test Notification": "Notification de Test",
86
- "Production today": "Production aujourd'hui",
87
- "Current production": "Production actuelle"
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)"
88
98
  }