iobroker.pv-notifications 1.2.28 → 1.2.30
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 +5 -0
- package/admin/i18n/de.json +100 -98
- package/admin/i18n/en.json +100 -98
- package/admin/i18n/es.json +100 -98
- package/admin/i18n/fr.json +100 -98
- package/admin/i18n/it.json +100 -98
- package/admin/i18n/nl.json +100 -98
- package/admin/i18n/pl.json +100 -98
- package/admin/i18n/pt.json +100 -98
- package/admin/i18n/ru.json +100 -98
- package/admin/i18n/uk.json +100 -98
- package/admin/i18n/zh-cn.json +100 -98
- package/admin/jsonConfig.json +595 -585
- package/io-package.json +515 -501
- package/main.js +2177 -2123
- package/package.json +70 -70
package/README.md
CHANGED
|
@@ -314,6 +314,11 @@ sadam6752@gmail.com
|
|
|
314
314
|
### **WORK IN PROGRESS**
|
|
315
315
|
-->
|
|
316
316
|
|
|
317
|
+
### 1.2.29
|
|
318
|
+
* (FIX) Corrupted UTF-8 separator lines in the monthly stats message (showed as question marks in Telegram)
|
|
319
|
+
* (FIX) Corrupted Russian translations for "Current charge level" and "Own consumption"
|
|
320
|
+
* (FIX) Weather today in daily stats now shows the temperature as "(currently: X°C)" instead of implying a daily value
|
|
321
|
+
|
|
317
322
|
### 1.2.28
|
|
318
323
|
* (FIX) Migrate i18n to short format ({lang}.json); trim news to 7 entries
|
|
319
324
|
|
package/admin/i18n/de.json
CHANGED
|
@@ -1,98 +1,100 @@
|
|
|
1
|
-
{
|
|
2
|
-
"pv-notifications": "PV Notifications",
|
|
3
|
-
"header_telegram": "Telegram Konfiguration",
|
|
4
|
-
"label_telegramInstance": "Telegram Instanz",
|
|
5
|
-
"label_telegramUsers": "Telegram Benutzer (kommagetrennt)",
|
|
6
|
-
"tooltip_telegramUsers": "Z.B. User1, User2 oder -123456789 (ID)",
|
|
7
|
-
"header_datapoints": "Datenpunkte Konfiguration",
|
|
8
|
-
"label_batterySOC": "Batterie SOC Datenpunkt",
|
|
9
|
-
"tooltip_batterySOC": "Z.B. modbus.0.holdingRegisters.40083_Batterie_SOC",
|
|
10
|
-
"label_powerProduction": "Aktuelle PV-Leistung (W)",
|
|
11
|
-
"label_totalProduction": "Gesamtproduktion heute (kWh)",
|
|
12
|
-
"label_feedIn": "Einspeisung heute (kWh)",
|
|
13
|
-
"label_consumption": "Hausverbrauch heute (kWh)",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
1
|
+
{
|
|
2
|
+
"pv-notifications": "PV Notifications",
|
|
3
|
+
"header_telegram": "Telegram Konfiguration",
|
|
4
|
+
"label_telegramInstance": "Telegram Instanz",
|
|
5
|
+
"label_telegramUsers": "Telegram Benutzer (kommagetrennt)",
|
|
6
|
+
"tooltip_telegramUsers": "Z.B. User1, User2 oder -123456789 (ID)",
|
|
7
|
+
"header_datapoints": "Datenpunkte Konfiguration",
|
|
8
|
+
"label_batterySOC": "Batterie SOC Datenpunkt",
|
|
9
|
+
"tooltip_batterySOC": "Z.B. modbus.0.holdingRegisters.40083_Batterie_SOC",
|
|
10
|
+
"label_powerProduction": "Aktuelle PV-Leistung (W)",
|
|
11
|
+
"label_totalProduction": "Gesamtproduktion heute (kWh)",
|
|
12
|
+
"label_feedIn": "Einspeisung heute (kWh)",
|
|
13
|
+
"label_consumption": "Hausverbrauch heute (kWh)",
|
|
14
|
+
"label_currentConsumptionPower": "Aktueller Hausverbrauch (W)",
|
|
15
|
+
"tooltip_currentConsumptionPower": "Momentaner Verbrauch in W (sekündlicher Wert). Wird bei Batterie-Status-Meldungen (voll/leer) für den aktuellen Verbrauch verwendet. Wenn leer, wird ersatzweise PV-Leistung minus Einspeisung genutzt.",
|
|
16
|
+
"label_gridPower": "Netzbezug heute (kWh)",
|
|
17
|
+
"label_weeklyProduction": "Produktion diese Woche (kWh)",
|
|
18
|
+
"tooltip_weeklyProduction": "sourceanalytix...Produktion.currentWeek",
|
|
19
|
+
"label_weeklyConsumption": "Verbrauch diese Woche (kWh)",
|
|
20
|
+
"tooltip_weeklyConsumption": "sourceanalytix...Verbrauch.currentWeek",
|
|
21
|
+
"label_weeklyFeedIn": "Einspeisung diese Woche (kWh)",
|
|
22
|
+
"tooltip_weeklyFeedIn": "sourceanalytix...Einspeisung.currentWeek",
|
|
23
|
+
"label_weeklyGridPower": "Netzbezug diese Woche (kWh)",
|
|
24
|
+
"tooltip_weeklyGridPower": "sourceanalytix...Netzbezug.currentWeek",
|
|
25
|
+
"label_monthlyProduction": "Produktion diesen Monat (kWh)",
|
|
26
|
+
"tooltip_monthlyProduction": "sourceanalytix...Produktion.currentMonth",
|
|
27
|
+
"label_monthlyConsumption": "Verbrauch diesen Monat (kWh)",
|
|
28
|
+
"tooltip_monthlyConsumption": "sourceanalytix...Verbrauch.currentMonth",
|
|
29
|
+
"label_monthlyFeedIn": "Einspeisung diesen Monat (kWh)",
|
|
30
|
+
"tooltip_monthlyFeedIn": "sourceanalytix...Einspeisung.currentMonth",
|
|
31
|
+
"label_monthlyGridPower": "Netzbezug diesen Monat (kWh)",
|
|
32
|
+
"tooltip_monthlyGridPower": "sourceanalytix...Netzbezug.currentMonth",
|
|
33
|
+
"header_battery": "Batterie Konfiguration",
|
|
34
|
+
"label_batteryCapacityWh": "Batterie-Kapazität (Wh)",
|
|
35
|
+
"label_thresholdFull": "Schwellwert VOLL (%)",
|
|
36
|
+
"label_thresholdEmpty": "Schwellwert LEER (%)",
|
|
37
|
+
"label_thresholdResetFull": "Reset VOLL unter (%)",
|
|
38
|
+
"label_thresholdResetEmpty": "Reset LEER über (%)",
|
|
39
|
+
"header_intermediate": "Nachtmodus & Intermediate-Stufen",
|
|
40
|
+
"label_nightModeEnabled": "Nachtmodus aktivieren",
|
|
41
|
+
"tooltip_nightModeEnabled": "Wenn deaktiviert, werden Benachrichtigungen auch nachts gesendet",
|
|
42
|
+
"label_nightModeStart": "Start",
|
|
43
|
+
"tooltip_nightModeStart": "Startzeit für Nachtmodus (z.B. 00:00)",
|
|
44
|
+
"label_nightModeEnd": "Ende",
|
|
45
|
+
"tooltip_nightModeEnd": "Endezeit für Nachtmodus (z.B. 08:00)",
|
|
46
|
+
"label_nightModeIgnoreEmpty": "Nachtmodus für 0% Batterie ignorieren",
|
|
47
|
+
"tooltip_nightModeIgnoreEmpty": "Wenn aktiviert, wird bei 0% immer benachrichtigt (auch nachts)",
|
|
48
|
+
"label_quietModeEnabled": "Ruhemodus aktivieren",
|
|
49
|
+
"tooltip_quietModeEnabled": "Wenn aktiviert, werden keine Benachrichtigungen während der Ruhezeit gesendet",
|
|
50
|
+
"label_quietModeStart": "Start",
|
|
51
|
+
"tooltip_quietModeStart": "Startzeit für Ruhemodus (z.B. 22:00)",
|
|
52
|
+
"label_quietModeEnd": "Ende",
|
|
53
|
+
"tooltip_quietModeEnd": "Endezeit für Ruhemodus (z.B. 07:00)",
|
|
54
|
+
"label_intermediateSteps": "Intermediate-Stufen (kommagetrennt)",
|
|
55
|
+
"tooltip_intermediateSteps": "Z.B. 20,40,60,80",
|
|
56
|
+
"label_minIntervalFull": "Min. Intervall VOLL (Minuten)",
|
|
57
|
+
"label_minIntervalEmpty": "Min. Intervall LEER (Minuten)",
|
|
58
|
+
"label_minIntervalIntermediate": "Min. Intervall Intermediate (Minuten)",
|
|
59
|
+
"header_statistics": "Statistik & Zeitplanung",
|
|
60
|
+
"label_statsDayTime": "Tagesstatistik Uhrzeit",
|
|
61
|
+
"tooltip_statsDayTime": "Format: HH:MM (z.B. 22:00)",
|
|
62
|
+
"label_statsWeekDay": "Wochentag für Wochenstatistik",
|
|
63
|
+
"tooltip_statsWeekDay": "0=Montag, 1=Dienstag, ..., 6=Sonntag",
|
|
64
|
+
"label_statsWeekTime": "Uhrzeit für Wochenstatistik",
|
|
65
|
+
"tooltip_statsWeekTime": "Format: HH:MM (z.B. 10:00)",
|
|
66
|
+
"header_monthly": "Monatsstatistik (Optional)",
|
|
67
|
+
"label_monthlyStatsEnabled": "Monatsstatistik aktivieren",
|
|
68
|
+
"label_monthlyStatsDay": "Tag des Monats",
|
|
69
|
+
"tooltip_monthlyStatsDay": "1-31 (z.B. 1 = Erster des Monats)",
|
|
70
|
+
"label_monthlyStatsTime": "Uhrzeit",
|
|
71
|
+
"tooltip_monthlyStatsTime": "Format: HH:MM (z.B. 09:00)",
|
|
72
|
+
"header_weather": "Wetter (Optional)",
|
|
73
|
+
"label_weatherEnabled": "Wetterdaten in Nachrichten anzeigen",
|
|
74
|
+
"tooltip_weatherEnabled": "Wenn aktiviert, werden Wetterdaten in Tagesstatistik und Batterie-Status-Nachrichten angezeigt",
|
|
75
|
+
"label_weatherInIntermediate": "Intermediate-Stufen",
|
|
76
|
+
"tooltip_weatherInIntermediate": "Wetterdaten in Intermediate-Nachrichten (20%, 40%, 60%, 80%) anzeigen",
|
|
77
|
+
"label_weatherInDailyStats": "Tagesstatistik",
|
|
78
|
+
"tooltip_weatherInDailyStats": "Wetterdaten in Tagesstatistik (22:00) anzeigen",
|
|
79
|
+
"label_weatherTodayText": "Wetter heute",
|
|
80
|
+
"tooltip_weatherTodayText": "Z.B. daswetter.0.Day0.forecast.currentSymbol",
|
|
81
|
+
"label_weatherTodayTemp": "Temperatur heute (°C)",
|
|
82
|
+
"tooltip_weatherTodayTemp": "Z.B. daswetter.0.Day0.forecast.maxTemp",
|
|
83
|
+
"label_weatherTomorrowText": "Wetter morgen",
|
|
84
|
+
"tooltip_weatherTomorrowText": "Z.B. daswetter.0.Day1.forecast.currentSymbol",
|
|
85
|
+
"label_weatherTomorrowTemp": "Temperatur morgen (°C)",
|
|
86
|
+
"tooltip_weatherTomorrowTemp": "Z.B. daswetter.0.Day1.forecast.maxTemp",
|
|
87
|
+
"header_thresholds": "Schwellwerte für Empfehlungen",
|
|
88
|
+
"label_highProduction": "Hohe Produktion ab (W)",
|
|
89
|
+
"label_highConsumption": "Hoher Verbrauch ab (W)",
|
|
90
|
+
"label_testButton": "Test-Benachrichtigung",
|
|
91
|
+
"buttonText_testButton": "Test senden",
|
|
92
|
+
"tooltip_testButton": "Sendet eine Test-Benachrichtigung an alle konfigurierten Telegram-Benutzer",
|
|
93
|
+
"Test Notification": "Test-Benachrichtigung",
|
|
94
|
+
"Production today": "Produktion heute",
|
|
95
|
+
"Current production": "Aktuelle Produktion",
|
|
96
|
+
"label_statsUseSunset": "Nach Sonnenuntergang senden",
|
|
97
|
+
"tooltip_statsUseSunset": "Wenn aktiviert, wird die Tagesstatistik zur Uhrzeit des Sonnenuntergang-Objekts gesendet statt zur festen Uhrzeit oben",
|
|
98
|
+
"label_statsSunsetObject": "Sonnenuntergang-Objekt",
|
|
99
|
+
"tooltip_statsSunsetObject": "Objekt mit Sonnenuntergangszeit als HH:MM-String (z.B. daswetter.0.Day0.forecast.sunset)"
|
|
100
|
+
}
|
package/admin/i18n/en.json
CHANGED
|
@@ -1,98 +1,100 @@
|
|
|
1
|
-
{
|
|
2
|
-
"pv-notifications": "PV Notifications",
|
|
3
|
-
"header_telegram": "Telegram Configuration",
|
|
4
|
-
"label_telegramInstance": "Telegram Instance",
|
|
5
|
-
"label_telegramUsers": "Telegram Users (comma-separated)",
|
|
6
|
-
"tooltip_telegramUsers": "e.g. User1, User2 or -123456789 (ID)",
|
|
7
|
-
"header_datapoints": "Data Points Configuration",
|
|
8
|
-
"label_batterySOC": "Battery SOC Data Point",
|
|
9
|
-
"tooltip_batterySOC": "e.g. modbus.0.holdingRegisters.40083_Battery_SOC",
|
|
10
|
-
"label_powerProduction": "Current PV Power (W)",
|
|
11
|
-
"label_totalProduction": "Total Production Today (kWh)",
|
|
12
|
-
"label_feedIn": "Feed-in Today (kWh)",
|
|
13
|
-
"label_consumption": "House Consumption Today (kWh)",
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
1
|
+
{
|
|
2
|
+
"pv-notifications": "PV Notifications",
|
|
3
|
+
"header_telegram": "Telegram Configuration",
|
|
4
|
+
"label_telegramInstance": "Telegram Instance",
|
|
5
|
+
"label_telegramUsers": "Telegram Users (comma-separated)",
|
|
6
|
+
"tooltip_telegramUsers": "e.g. User1, User2 or -123456789 (ID)",
|
|
7
|
+
"header_datapoints": "Data Points Configuration",
|
|
8
|
+
"label_batterySOC": "Battery SOC Data Point",
|
|
9
|
+
"tooltip_batterySOC": "e.g. modbus.0.holdingRegisters.40083_Battery_SOC",
|
|
10
|
+
"label_powerProduction": "Current PV Power (W)",
|
|
11
|
+
"label_totalProduction": "Total Production Today (kWh)",
|
|
12
|
+
"label_feedIn": "Feed-in Today (kWh)",
|
|
13
|
+
"label_consumption": "House Consumption Today (kWh)",
|
|
14
|
+
"label_currentConsumptionPower": "Current House Consumption (W)",
|
|
15
|
+
"tooltip_currentConsumptionPower": "Instantaneous consumption in W (live value). Used for the current consumption in battery status messages (full/empty). If empty, PV power minus feed-in is used as a fallback.",
|
|
16
|
+
"label_gridPower": "Grid Consumption Today (kWh)",
|
|
17
|
+
"label_weeklyProduction": "Production This Week (kWh)",
|
|
18
|
+
"tooltip_weeklyProduction": "sourceanalytix...Production.currentWeek",
|
|
19
|
+
"label_weeklyConsumption": "Consumption This Week (kWh)",
|
|
20
|
+
"tooltip_weeklyConsumption": "sourceanalytix...Consumption.currentWeek",
|
|
21
|
+
"label_weeklyFeedIn": "Feed-in This Week (kWh)",
|
|
22
|
+
"tooltip_weeklyFeedIn": "sourceanalytix...Feed-in.currentWeek",
|
|
23
|
+
"label_weeklyGridPower": "Grid Consumption This Week (kWh)",
|
|
24
|
+
"tooltip_weeklyGridPower": "sourceanalytix...GridConsumption.currentWeek",
|
|
25
|
+
"label_monthlyProduction": "Production This Month (kWh)",
|
|
26
|
+
"tooltip_monthlyProduction": "sourceanalytix...Production.currentMonth",
|
|
27
|
+
"label_monthlyConsumption": "Consumption This Month (kWh)",
|
|
28
|
+
"tooltip_monthlyConsumption": "sourceanalytix...Consumption.currentMonth",
|
|
29
|
+
"label_monthlyFeedIn": "Feed-in This Month (kWh)",
|
|
30
|
+
"tooltip_monthlyFeedIn": "sourceanalytix...Feed-in.currentMonth",
|
|
31
|
+
"label_monthlyGridPower": "Grid Consumption This Month (kWh)",
|
|
32
|
+
"tooltip_monthlyGridPower": "sourceanalytix...GridConsumption.currentMonth",
|
|
33
|
+
"header_battery": "Battery Configuration",
|
|
34
|
+
"label_batteryCapacityWh": "Battery Capacity (Wh)",
|
|
35
|
+
"label_thresholdFull": "Threshold FULL (%)",
|
|
36
|
+
"label_thresholdEmpty": "Threshold EMPTY (%)",
|
|
37
|
+
"label_thresholdResetFull": "Reset FULL below (%)",
|
|
38
|
+
"label_thresholdResetEmpty": "Reset EMPTY above (%)",
|
|
39
|
+
"header_intermediate": "Night Mode & Intermediate Levels",
|
|
40
|
+
"label_nightModeEnabled": "Activate night mode",
|
|
41
|
+
"tooltip_nightModeEnabled": "If disabled, notifications will be sent at night too",
|
|
42
|
+
"label_nightModeStart": "Start",
|
|
43
|
+
"tooltip_nightModeStart": "Start time for night mode (e.g. 00:00)",
|
|
44
|
+
"label_nightModeEnd": "End",
|
|
45
|
+
"tooltip_nightModeEnd": "End time for night mode (e.g. 08:00)",
|
|
46
|
+
"label_nightModeIgnoreEmpty": "Ignore night mode for 0% battery",
|
|
47
|
+
"tooltip_nightModeIgnoreEmpty": "If enabled, 0% will always notify (even at night)",
|
|
48
|
+
"label_quietModeEnabled": "Activate quiet mode",
|
|
49
|
+
"tooltip_quietModeEnabled": "If enabled, no notifications will be sent during quiet time",
|
|
50
|
+
"label_quietModeStart": "Start",
|
|
51
|
+
"tooltip_quietModeStart": "Start time for quiet mode (e.g. 22:00)",
|
|
52
|
+
"label_quietModeEnd": "End",
|
|
53
|
+
"tooltip_quietModeEnd": "End time for quiet mode (e.g. 07:00)",
|
|
54
|
+
"label_intermediateSteps": "Intermediate levels (comma-separated)",
|
|
55
|
+
"tooltip_intermediateSteps": "e.g. 20,40,60,80",
|
|
56
|
+
"label_minIntervalFull": "Min. interval FULL (minutes)",
|
|
57
|
+
"label_minIntervalEmpty": "Min. interval EMPTY (minutes)",
|
|
58
|
+
"label_minIntervalIntermediate": "Min. interval Intermediate (minutes)",
|
|
59
|
+
"header_statistics": "Statistics & Scheduling",
|
|
60
|
+
"label_statsDayTime": "Daily statistics time",
|
|
61
|
+
"tooltip_statsDayTime": "Format: HH:MM (e.g. 22:00)",
|
|
62
|
+
"label_statsWeekDay": "Weekday for weekly statistics",
|
|
63
|
+
"tooltip_statsWeekDay": "0=Monday, 1=Tuesday, ..., 6=Sunday",
|
|
64
|
+
"label_statsWeekTime": "Time for weekly statistics",
|
|
65
|
+
"tooltip_statsWeekTime": "Format: HH:MM (e.g. 10:00)",
|
|
66
|
+
"header_monthly": "Monthly Statistics (Optional)",
|
|
67
|
+
"label_monthlyStatsEnabled": "Activate monthly statistics",
|
|
68
|
+
"label_monthlyStatsDay": "Day of month",
|
|
69
|
+
"tooltip_monthlyStatsDay": "1-31 (e.g. 1 = First of month)",
|
|
70
|
+
"label_monthlyStatsTime": "Time",
|
|
71
|
+
"tooltip_monthlyStatsTime": "Format: HH:MM (e.g. 09:00)",
|
|
72
|
+
"header_weather": "Weather (Optional)",
|
|
73
|
+
"label_weatherEnabled": "Show weather data in messages",
|
|
74
|
+
"tooltip_weatherEnabled": "If enabled, weather data will be shown in daily statistics and battery status messages",
|
|
75
|
+
"label_weatherInIntermediate": "Intermediate levels",
|
|
76
|
+
"tooltip_weatherInIntermediate": "Show weather data in intermediate messages (20%, 40%, 60%, 80%)",
|
|
77
|
+
"label_weatherInDailyStats": "Daily statistics",
|
|
78
|
+
"tooltip_weatherInDailyStats": "Show weather data in daily statistics (22:00)",
|
|
79
|
+
"label_weatherTodayText": "Weather today",
|
|
80
|
+
"tooltip_weatherTodayText": "e.g. daswetter.0.Day0.forecast.currentSymbol",
|
|
81
|
+
"label_weatherTodayTemp": "Temperature today (°C)",
|
|
82
|
+
"tooltip_weatherTodayTemp": "e.g. daswetter.0.Day0.forecast.maxTemp",
|
|
83
|
+
"label_weatherTomorrowText": "Weather tomorrow",
|
|
84
|
+
"tooltip_weatherTomorrowText": "e.g. daswetter.0.Day1.forecast.currentSymbol",
|
|
85
|
+
"label_weatherTomorrowTemp": "Temperature tomorrow (°C)",
|
|
86
|
+
"tooltip_weatherTomorrowTemp": "e.g. daswetter.0.Day1.forecast.maxTemp",
|
|
87
|
+
"header_thresholds": "Thresholds for recommendations",
|
|
88
|
+
"label_highProduction": "High production from (W)",
|
|
89
|
+
"label_highConsumption": "High consumption from (W)",
|
|
90
|
+
"label_testButton": "Test Notification",
|
|
91
|
+
"buttonText_testButton": "Send Test",
|
|
92
|
+
"tooltip_testButton": "Sends a test notification to all configured Telegram users",
|
|
93
|
+
"Test Notification": "Test Notification",
|
|
94
|
+
"Production today": "Production today",
|
|
95
|
+
"Current production": "Current production",
|
|
96
|
+
"label_statsUseSunset": "Send at sunset time",
|
|
97
|
+
"tooltip_statsUseSunset": "If enabled, daily statistics will be sent at the time shown in the sunset object instead of the fixed time above",
|
|
98
|
+
"label_statsSunsetObject": "Sunset time object",
|
|
99
|
+
"tooltip_statsSunsetObject": "Object containing sunset time as HH:MM string (e.g. daswetter.0.Day0.forecast.sunset)"
|
|
100
|
+
}
|