iobroker.sprinklecontrol 0.2.12 → 0.2.14
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/{Lizenz → LICENSE} +21 -21
- package/README.md +80 -129
- package/admin/i18n/de/translations.json +134 -0
- package/admin/i18n/en/translations.json +134 -0
- package/admin/i18n/es/translations.json +134 -0
- package/admin/i18n/fr/translations.json +134 -0
- package/admin/i18n/it/translations.json +134 -0
- package/admin/i18n/nl/translations.json +134 -0
- package/admin/i18n/pl/translations.json +134 -0
- package/admin/i18n/pt/translations.json +134 -0
- package/admin/i18n/ru/translations.json +134 -0
- package/admin/i18n/uk/translations.json +134 -0
- package/admin/i18n/zh-cn/translations.json +134 -0
- package/admin/index_m.html +904 -907
- package/admin/index_m.js +779 -780
- package/admin/style.css +453 -158
- package/admin/words.js +143 -136
- package/io-package.json +268 -189
- package/lib/adapter-config.d.ts +19 -16
- package/lib/evaporation.js +443 -412
- package/lib/myConfig.js +373 -359
- package/lib/sendMessageText.js +162 -199
- package/lib/tools.js +148 -118
- package/lib/valveControl.js +918 -888
- package/main.js +2041 -1764
- package/package.json +51 -30
- package/.commitmessage +0 -4
- package/.gitattributes +0 -2
- package/admin/admin.d.ts +0 -1
- package/docs/de/img/E-Mail.jpg +0 -0
- package/docs/de/img/Extraeinstellungen.jpg +0 -0
- package/docs/de/img/Pumpeneinstellung.jpg +0 -0
- package/docs/de/img/Pushover.jpg +0 -0
- package/docs/de/img/Select_ID.jpg +0 -0
- package/docs/de/img/Telegram.jpg +0 -0
- package/docs/de/img/Ventil-Haupteinstellung.jpg +0 -0
- package/docs/de/img/Ventil-Pumpeneinstellung.jpg +0 -0
- package/docs/de/img/WhatsApp.jpg +0 -0
- package/docs/de/img/Zeiteinstellung.jpg +0 -0
- package/docs/de/img/analog.jpg +0 -0
- package/docs/de/img/bistabil.jpg +0 -0
- package/docs/de/img/control.jpg +0 -0
- package/docs/de/img/festeTage.jpg +0 -0
- package/docs/de/img/main.jpg +0 -0
- package/docs/de/img/main_tab.jpg +0 -0
- package/docs/de/img/schaltverhalten.jpg +0 -0
- package/docs/de/img/sprinklecontrol.png +0 -0
- package/docs/de/img/verdunstDiagra.jpg +0 -0
- package/docs/de/img/verdunstung.jpg +0 -0
- package/docs/de/sprinklecontrol.md +0 -588
- package/docs/en/img/schaltverhalten.jpg +0 -0
- package/docs/en/img/screenshot1.jpg +0 -0
- package/docs/en/img/screenshot2.jpg +0 -0
- package/docs/en/img/screenshot3.jpg +0 -0
- package/docs/en/img/screenshot4.jpg +0 -0
- package/docs/en/img/screenshot5.jpg +0 -0
- package/docs/en/img/screenshot6.jpg +0 -0
- package/docs/en/img/screenshot7.jpg +0 -0
- package/docs/en/img/screenshot8.jpg +0 -0
- package/docs/en/img/sprinklecontrol.png +0 -0
- package/docs/en/sprinklecontrol.md +0 -230
- package/main.test.js +0 -30
package/{Lizenz → LICENSE}
RENAMED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c)
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020 - 2025 Dirk-Peter-md <dirk.peter@freenet.de>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,129 +1,80 @@
|
|
|
1
|
-

|
|
2
|
-
# ioBroker.sprinklecontrol
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-

|
|
7
|
-

|
|
8
|
-
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
9
|
-
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
10
|
-
[](https://snyk.io/test/github/Dirk-Peter-md/ioBroker.sprinklecontrol)
|
|
11
|
-
[
|
|
2
|
+
# ioBroker.sprinklecontrol
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
9
|
+
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
10
|
+
[](https://snyk.io/test/github/Dirk-Peter-md/ioBroker.sprinklecontrol)
|
|
11
|
+
[](https://nodei.co/npm/iobroker.sprinklecontrol/)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## sprinklecontrol adapter for ioBroker
|
|
15
|
+
|
|
16
|
+
This adapter controls individual irrigation circuits in the garden. Depending on the weather and soil conditions, they start working at a specific time or at sunrise, as specified in the configuration.
|
|
17
|
+
|
|
18
|
+
Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
19
|
+
|
|
20
|
+
[Deutsche Beschreibung hier](docs/de/sprinklecontrol.md)
|
|
21
|
+
|
|
22
|
+
[English Description here](docs/en/sprinklecontrol.md)
|
|
23
|
+
|
|
24
|
+
[Deutsche Beschreibung auf GitHub](https://github.com/Dirk-Peter-md/ioBroker.sprinklecontrol/blob/master/docs/de/sprinklecontrol.md)
|
|
25
|
+
|
|
26
|
+
*************************************************************************************************************************************
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## Changelog
|
|
30
|
+
|
|
31
|
+
<!--
|
|
32
|
+
Placeholder for the next version (at the beginning of the line):
|
|
33
|
+
### **WORK IN PROGRESS**
|
|
34
|
+
-->
|
|
35
|
+
### 0.2.14 (2025-03-15)
|
|
36
|
+
* (Dirk-Peter-md) eslint-config added
|
|
37
|
+
* (Dirk-Peter-md) Dependencies updated
|
|
38
|
+
* (Dirk-Peter-md) Update License
|
|
39
|
+
* (Dirk-Peter-md) issue #92 Sprinkler im Gewächshaus solved
|
|
40
|
+
* (Dirk-Peter-md) add Button control.autoStart
|
|
41
|
+
|
|
42
|
+
### 0.2.13 (2022-09-06)
|
|
43
|
+
* (Dirk-Peter-md) various bugs fixed
|
|
44
|
+
* (Dirk-Peter-md) Preparing the stable release
|
|
45
|
+
|
|
46
|
+
### 0.2.12 (2022-07-17)
|
|
47
|
+
* (Dirk-Peter-md) fixDay(twoNd,threeRd) => postpone by one day
|
|
48
|
+
* (Dirk-Peter-md) Bug fixed => autoOn
|
|
49
|
+
* (Dirk-Peter-md) Additional post-watering => in case of high evaporation / switchable externally
|
|
50
|
+
|
|
51
|
+
### 0.2.11 (2022-05-22)
|
|
52
|
+
* (Dirk-Peter-md) Bug fixed => analog soil moisture sensor with negative characteristic
|
|
53
|
+
* (Dirk-Peter-md) Attention => maximum soil moisture in rain now in %
|
|
54
|
+
|
|
55
|
+
### 0.2.10 (2022-05-15)
|
|
56
|
+
* (Dirk-Peter-md) manual watering limited to a maximum of 100%
|
|
57
|
+
* (Dirk-Peter-md) Error whatsapp message fixed
|
|
58
|
+
|
|
59
|
+
## License
|
|
60
|
+
MIT License
|
|
61
|
+
|
|
62
|
+
Copyright (c) 2020 - 2025 Dirk Peter <dirk.peter@freenet.de>
|
|
63
|
+
|
|
64
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
65
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
66
|
+
in the Software without restriction, including without limitation the rights
|
|
67
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
68
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
69
|
+
furnished to do so, subject to the following conditions:
|
|
70
|
+
|
|
71
|
+
The above copyright notice and this permission notice shall be included in all
|
|
72
|
+
copies or substantial portions of the Software.
|
|
73
|
+
|
|
74
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
75
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
76
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
|
|
77
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
78
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
79
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
80
|
+
SOFTWARE.
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Activation of additional watering under objects:": "Aktivierung einer zusätzlichen Bewässerung unter Objekten:",
|
|
3
|
+
"Add cistern pump as priority pump": "Zisternenpumpe als Prioritätspumpe hinzufügen",
|
|
4
|
+
"Additional irrigation in case of high evaporation": "Zusätzliche Bewässerung bei hoher Verdunstung",
|
|
5
|
+
"Additional notification setting": "Zusätzliche Benachrichtigungseinstellung",
|
|
6
|
+
"Additional start time": "Zusätzliche Startzeit",
|
|
7
|
+
"Additional watering time in min": "Zusätzliche Bewässerungszeit in min",
|
|
8
|
+
"All Receiver": "Alle Empfänger",
|
|
9
|
+
"Astro settings": "Astro-Einstellungen",
|
|
10
|
+
"Booster": "Booster",
|
|
11
|
+
"Brightness sensor": "Sensor für Helligkeit",
|
|
12
|
+
"Calculation of evaporation": "Berechnung der Verdunstung",
|
|
13
|
+
"Cancel": "Abbrechen",
|
|
14
|
+
"Configuration of the analog soil moisture sensor": "Konfiguration des analogen Bodenfeuchtesensors",
|
|
15
|
+
"Control voltage of the valves": "Steuerspannung der Ventile",
|
|
16
|
+
"Controlling your Sprinkler …": "Kontrollieren Sie Ihren Sprinkler ..",
|
|
17
|
+
"E-mail": "Email",
|
|
18
|
+
"Edit Device:": "Gerät bearbeiten:",
|
|
19
|
+
"Enable / Disable Notifications": "Benachrichtigungen aktivieren / deaktivieren",
|
|
20
|
+
"Evaporation calculation sensors": "Sensoren \"(Homematic HmIP-SWO-PL)\" zur Berechnung der Verdunstung",
|
|
21
|
+
"Every second day": "Jeden zweiten Tag",
|
|
22
|
+
"Extra Settings": "Zusätzliche Einstellungen",
|
|
23
|
+
"Flow amount in l/h": "Durchflussmenge in l/h",
|
|
24
|
+
"Friday": "Freitag",
|
|
25
|
+
"Humidity sensor": "Sensor für Luftfeuchtigkeit in %",
|
|
26
|
+
"If you don't use this procedure, you can leave these fields blank.": "Wenn Sie dieses Verfahren nicht verwenden, können Sie diese Felder leer lassen.",
|
|
27
|
+
"Irrigation settings": "Bewässerungseinstellungen",
|
|
28
|
+
"Level of the cistern": "Sensor des Füllstands in der Zisterne",
|
|
29
|
+
"Long Notifications": "Lange Benachrichtigungen",
|
|
30
|
+
"Main pump": "Hauptpumpe",
|
|
31
|
+
"Main settings": "Haupteinstellungen",
|
|
32
|
+
"Maximum parallel operation of the valves": "Maximaler Parallelbetrieb der Ventile",
|
|
33
|
+
"Method of controlling soil moisture": "Methode zur Kontrolle der Bodenfeuchtigkeit",
|
|
34
|
+
"Minimum fill level of the cysts in %": "Mindestfüllstand der Zysten in %",
|
|
35
|
+
"Monday": "Montag",
|
|
36
|
+
"Name": "Name",
|
|
37
|
+
"No additional start time": "Keine zusätzliche Startzeit",
|
|
38
|
+
"Notification Sound": "Benachrichtigungston",
|
|
39
|
+
"Notification Style": "Benachrichtigungsstil",
|
|
40
|
+
"Notification only on errors": "Benachrichtigung nur bei Fehlern",
|
|
41
|
+
"Notifications": "Benachrichtigungen",
|
|
42
|
+
"Object-ID sprinkler": "Objekt-ID-Sprinkler",
|
|
43
|
+
"Ok": "OK",
|
|
44
|
+
"Precipitation threshold in mm": "Niederschlags-Schwellwert in mm",
|
|
45
|
+
"Pump Settings": "Pumpeneinstellungen",
|
|
46
|
+
"Pump settings": "Pumpeneinstellungen",
|
|
47
|
+
"Pushover": "Pushover",
|
|
48
|
+
"Pushover instance": "Pushover-Instanz",
|
|
49
|
+
"Rain forecast - path": "Regenvorhersage - Pfad",
|
|
50
|
+
"Saturday": "Samstag",
|
|
51
|
+
"Select": "Wählen",
|
|
52
|
+
"Select the weather forecast instance": "Wählen Sie die Wettervorhersageinstanz aus",
|
|
53
|
+
"Selection of notification": "Auswahl der Benachrichtigung",
|
|
54
|
+
"Selection of watering days in the week": "Auswahl der Bewässerungstage in der Woche",
|
|
55
|
+
"Sensor in the greenhouse": "Sensor im Gewächshaus",
|
|
56
|
+
"Settings for Pump": "Einstellungen für Pumpe",
|
|
57
|
+
"Settings for Valve": "Einstellungen für Ventil",
|
|
58
|
+
"Settings for WhatsApp": "Einstellungen für WhatsApp",
|
|
59
|
+
"Settings for email": "Einstellungen für E-Mail",
|
|
60
|
+
"Settings for pushover": "Einstellungen für Pushover",
|
|
61
|
+
"Settings for telegram": "Einstellungen für Telegram",
|
|
62
|
+
"Settings for the start time on public holidays": "Einstellungen für die Startzeit an Feiertagen",
|
|
63
|
+
"Short Notifications": "Kurze Benachrichtigungen",
|
|
64
|
+
"Silent Notice": "Stille Nachricht",
|
|
65
|
+
"Soil moisture sensor": "Bodenfeuchtesensor",
|
|
66
|
+
"Soil moisture sensor analog": "Bodenfeuchtesensor analog",
|
|
67
|
+
"Soil moisture sensor bistable": "Bodenfeuchtesensor bistabil",
|
|
68
|
+
"Sprinkler consumption": "Sprinklerverbrauch",
|
|
69
|
+
"Sprinkler control": "Sprinklersteuerung",
|
|
70
|
+
"Start at ETpCurrent greater than": "Start bei ETpCurrent größer als",
|
|
71
|
+
"Start on fixed days": "An festen Tagen starten",
|
|
72
|
+
"Start on fixed days (without sensors)": "Start an festen Tagen (ohne Sensoren)",
|
|
73
|
+
"Start on fixed days of the week (without sensors)": "Start an festen Wochentagen (ohne Sensoren)",
|
|
74
|
+
"Start time": "Startzeit",
|
|
75
|
+
"Start time at sunrise": "Startzeit bei Sonnenaufgang",
|
|
76
|
+
"Start time at sunset": "Startzeit bei Sonnenuntergang",
|
|
77
|
+
"Start time at the end of the golden hour": "Startzeit am Ende der goldenen Stunde",
|
|
78
|
+
"Start time at the weekend": "Startzeit am Wochenende",
|
|
79
|
+
"Start time for irrigation": "Startzeit für die Bewässerung",
|
|
80
|
+
"Start time in the week": "Startzeit in der Woche",
|
|
81
|
+
"Start time of public holidays as on weekends": "Startzeit an Feiertagen wie am Wochenende",
|
|
82
|
+
"Start, with external signal": "Start, mit externem Signal",
|
|
83
|
+
"Starting conditions": "Startbedingungen",
|
|
84
|
+
"Sunday": "Sonntag",
|
|
85
|
+
"Switch-on point (soil moisture) of the additional irrigation valves in %": "Einschaltpunkt (Bodenfeuchte) der zusätzlichen Bewässerungsventile in %",
|
|
86
|
+
"Switch-on point (soil moisture) of the irrigation valves in %": "Einschaltpunkt (Bodenfeuchtigkeit) des Bewässerungsventile in %",
|
|
87
|
+
"Switch-on point for watering": "Einschaltpunkt zum Gießen",
|
|
88
|
+
"Switching distance between the valves in ms": "Schaltabstand zwischen den Ventilen in ms",
|
|
89
|
+
"Telegram": "Telegram",
|
|
90
|
+
"Telegram Receiver": "Telegramempfänger",
|
|
91
|
+
"Telegram instance": "Telegraminstanz",
|
|
92
|
+
"Temperature sensor": "Sensor für Temperatur in °C",
|
|
93
|
+
"These sensors are only required for irrigation depending on the calculated evaporation values.": "Diese Sensoren werden nur für die Bewässerung in Abhängigkeit von den berechneten Verdunstungswerten benötigt.",
|
|
94
|
+
"Three days of rhythm": "Drei Tage Rhythmus",
|
|
95
|
+
"Thursday": "Donnerstag",
|
|
96
|
+
"Tick the days of the week you want": "Kreuzen Sie die gewünschten Wochentage an",
|
|
97
|
+
"Time Settings": "Zeit Einstellungen",
|
|
98
|
+
"Time shift in min": "Zeitverschiebung in min",
|
|
99
|
+
"Tuesday": "Dienstag",
|
|
100
|
+
"Use weather forecast": "Wettervorhersage verwenden",
|
|
101
|
+
"Waiting for the send (seconds)": "Warten auf den Versand (Sekunden)",
|
|
102
|
+
"Watering interval in min": "Bewässerungsintervall in min",
|
|
103
|
+
"Watering time in min": "Bewässerungszeit in min",
|
|
104
|
+
"Weather forecast": "Wettervorhersage",
|
|
105
|
+
"Wednesday": "Mittwoch",
|
|
106
|
+
"Weekend start time": "Wochenendstart",
|
|
107
|
+
"WhatsApp": "WhatsApp",
|
|
108
|
+
"WhatsApp instance": "WhatsApp-Instanz",
|
|
109
|
+
"Wind speed sensor": "Sensor für Windgeschwindigkeit in km / h",
|
|
110
|
+
"after irrigation = 100": "Bodenfeuchtigkeit = 100% nach Bewässerung",
|
|
111
|
+
"analog soil moisture sensor at 0 percent (sensor in the air)": "analoger Bodenfeuchtesensor bei 0 Prozent (Sensor in der Luft)",
|
|
112
|
+
"analog soil moisture sensor at 100 percent (sensor in the water)": "analoger Bodenfeuchtesensor bei 100 Prozent (Sensor im Wasser)",
|
|
113
|
+
"cistern pump": "Zisternenpumpe",
|
|
114
|
+
"device ID (optional)": "Geräte-ID (optional)",
|
|
115
|
+
"different start time on weekends": "andere Startzeit am Wochenende",
|
|
116
|
+
"email instance": "E-Mail-Instanz",
|
|
117
|
+
"email receiver": "E-Mail-Empfänger",
|
|
118
|
+
"email sender": "E-Mail-Absender",
|
|
119
|
+
"latitude": "Breite",
|
|
120
|
+
"longitude": "Längengrad",
|
|
121
|
+
"main settings": "Haupteinstellungen",
|
|
122
|
+
"maximum irrigation extension": "maximale Bewässerungsverlängerung in %",
|
|
123
|
+
"maximum pump capacity of the cistern in l/h": "maximale Pumpenleistung der Zisterne in l/h",
|
|
124
|
+
"maximum pump output of the main pump in l/h": "maximale Pumpenleistung der Hauptpumpe in l/h",
|
|
125
|
+
"maximum soil moisture": "maximale Bodenfeuchtigkeit",
|
|
126
|
+
"maximum soil moisture after the irrigation in (mm)": "maximale Bodenfeuchtigkeit nach der Bewässerung in (mm)",
|
|
127
|
+
"maximum soil moisture after the rain in (%)": "maximale Bodenfeuchtigkeit nach dem Regen in (%)",
|
|
128
|
+
"notifications type": "Benachrichtigungstyp",
|
|
129
|
+
"own data point": "eigener Datenpunkt",
|
|
130
|
+
"public holidays Instance": "Feiertage Instanz",
|
|
131
|
+
"rain counter sensor": "Niederschlagszähler in mm",
|
|
132
|
+
"start with a fixed start time": "Beginnen Sie mit einer festen Startzeit",
|
|
133
|
+
"weather forecast service": "Wettervorhersagedienst"
|
|
134
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Activation of additional watering under objects:": "Activation of additional watering under objects:",
|
|
3
|
+
"Add cistern pump as priority pump": "Add cistern pump as priority pump",
|
|
4
|
+
"Additional irrigation in case of high evaporation": "Additional irrigation in case of high evaporation",
|
|
5
|
+
"Additional notification setting": "Additional notification setting",
|
|
6
|
+
"Additional start time": "Additional start time",
|
|
7
|
+
"Additional watering time in min": "Additional watering time in min",
|
|
8
|
+
"All Receiver": "All Receiver",
|
|
9
|
+
"Astro settings": "Astro settings",
|
|
10
|
+
"Booster": "Booster",
|
|
11
|
+
"Brightness sensor": "Sensor for brightness",
|
|
12
|
+
"Calculation of evaporation": "Calculation of evaporation",
|
|
13
|
+
"Cancel": "Abort, stop",
|
|
14
|
+
"Configuration of the analog soil moisture sensor": "Configuration of the analog soil moisture sensor",
|
|
15
|
+
"Control voltage of the valves": "Control voltage of the valves",
|
|
16
|
+
"Controlling your Sprinkler …": "Controlling your Sprinkler …",
|
|
17
|
+
"E-mail": "E-mail",
|
|
18
|
+
"Edit Device:": "Edit Device:",
|
|
19
|
+
"Enable / Disable Notifications": "Enable / Disable Notifications",
|
|
20
|
+
"Evaporation calculation sensors": "Sensors \"(Homematic HmIP-SWO-PL)\" for calculating the evaporation",
|
|
21
|
+
"Every second day": "Every second day",
|
|
22
|
+
"Extra Settings": "Extra Settings",
|
|
23
|
+
"Flow amount in l/h": "Flow amount in l/h",
|
|
24
|
+
"Friday": "Friday",
|
|
25
|
+
"Humidity sensor": "Sensor for humidity in %",
|
|
26
|
+
"If you don't use this procedure, you can leave these fields blank.": "If you don't use this procedure, you can leave these fields blank.",
|
|
27
|
+
"Irrigation settings": "Irrigation settings",
|
|
28
|
+
"Level of the cistern": "Sensor of the level in the cistern",
|
|
29
|
+
"Long Notifications": "Long Notifications",
|
|
30
|
+
"Main pump": "Main pump",
|
|
31
|
+
"Main settings": "Main settings",
|
|
32
|
+
"Maximum parallel operation of the valves": "Maximum parallel operation of the valves",
|
|
33
|
+
"Method of controlling soil moisture": "Method of controlling soil moisture",
|
|
34
|
+
"Minimum fill level of the cysts in %": "Minimum fill level of the cysts in %",
|
|
35
|
+
"Monday": "Monday",
|
|
36
|
+
"Name": "name",
|
|
37
|
+
"No additional start time": "No additional start time",
|
|
38
|
+
"Notification Sound": "Notification Sound",
|
|
39
|
+
"Notification Style": "Notification Style",
|
|
40
|
+
"Notification only on errors": "Notification only on errors",
|
|
41
|
+
"Notifications": "Notifications",
|
|
42
|
+
"Object-ID sprinkler": "Object-ID sprinkler",
|
|
43
|
+
"Ok": "Ok",
|
|
44
|
+
"Precipitation threshold in mm": "Precipitation threshold in mm",
|
|
45
|
+
"Pump Settings": "Pump Settings",
|
|
46
|
+
"Pump settings": "Pump settings",
|
|
47
|
+
"Pushover": "Pushover",
|
|
48
|
+
"Pushover instance": "Pushover instance",
|
|
49
|
+
"Rain forecast - path": "Rain forecast - path",
|
|
50
|
+
"Saturday": "Saturday",
|
|
51
|
+
"Select": "Select",
|
|
52
|
+
"Select the weather forecast instance": "Select the weather forecast instance",
|
|
53
|
+
"Selection of notification": "Selection of notification",
|
|
54
|
+
"Selection of watering days in the week": "Selection of watering days in the week",
|
|
55
|
+
"Sensor in the greenhouse": "Sensor in the greenhouse",
|
|
56
|
+
"Settings for Pump": "Settings for Pump",
|
|
57
|
+
"Settings for Valve": "Settings for Valve",
|
|
58
|
+
"Settings for WhatsApp": "Settings for WhatsApp",
|
|
59
|
+
"Settings for email": "Settings for email",
|
|
60
|
+
"Settings for pushover": "Settings for pushover",
|
|
61
|
+
"Settings for telegram": "Settings for telegram",
|
|
62
|
+
"Settings for the start time on public holidays": "Settings for the start time on public holidays",
|
|
63
|
+
"Short Notifications": "Short Notifications",
|
|
64
|
+
"Silent Notice": "Silent Notice",
|
|
65
|
+
"Soil moisture sensor": "Soil moisture sensor",
|
|
66
|
+
"Soil moisture sensor analog": "Soil moisture sensor analog",
|
|
67
|
+
"Soil moisture sensor bistable": "Soil moisture sensor bistable",
|
|
68
|
+
"Sprinkler consumption": "Sprinkler consumption",
|
|
69
|
+
"Sprinkler control": "Sprinkler control",
|
|
70
|
+
"Start at ETpCurrent greater than": "Start at ETpCurrent greater than",
|
|
71
|
+
"Start on fixed days": "Start on fixed days",
|
|
72
|
+
"Start on fixed days (without sensors)": "Start on fixed days (without sensors)",
|
|
73
|
+
"Start on fixed days of the week (without sensors)": "Start on fixed days of the week (without sensors)",
|
|
74
|
+
"Start time": "Start time",
|
|
75
|
+
"Start time at sunrise": "Start time at sunrise",
|
|
76
|
+
"Start time at sunset": "Start time at sunset",
|
|
77
|
+
"Start time at the end of the golden hour": "Start time at the end of the golden hour",
|
|
78
|
+
"Start time at the weekend": "Start time at the weekend",
|
|
79
|
+
"Start time for irrigation": "Start time for irrigation",
|
|
80
|
+
"Start time in the week": "Start time in the week",
|
|
81
|
+
"Start time of public holidays as on weekends": "Start time of public holidays as on weekends",
|
|
82
|
+
"Start, with external signal": "Start, with external signal",
|
|
83
|
+
"Starting conditions": "Starting conditions",
|
|
84
|
+
"Sunday": "Sunday",
|
|
85
|
+
"Switch-on point (soil moisture) of the additional irrigation valves in %": "Switch-on point (soil moisture) of the additional irrigation valves in %",
|
|
86
|
+
"Switch-on point (soil moisture) of the irrigation valves in %": "Switch-on point (soil moisture) of the irrigation valves in %",
|
|
87
|
+
"Switch-on point for watering": "Switch-on point for watering",
|
|
88
|
+
"Switching distance between the valves in ms": "Switching distance between the valves in ms",
|
|
89
|
+
"Telegram": "Telegram",
|
|
90
|
+
"Telegram Receiver": "Telegram Receiver",
|
|
91
|
+
"Telegram instance": "Telegram instance",
|
|
92
|
+
"Temperature sensor": "Sensor for temperature in °C",
|
|
93
|
+
"These sensors are only required for irrigation depending on the calculated evaporation values.": "These sensors are only required for irrigation depending on the calculated evaporation values.",
|
|
94
|
+
"Three days of rhythm": "Three days of rhythm",
|
|
95
|
+
"Thursday": "Thursday",
|
|
96
|
+
"Tick the days of the week you want": "Tick the days of the week you want",
|
|
97
|
+
"Time Settings": "Time Settings",
|
|
98
|
+
"Time shift in min": "Time shift in min",
|
|
99
|
+
"Tuesday": "Tuesday",
|
|
100
|
+
"Use weather forecast": "Use weather forecast",
|
|
101
|
+
"Waiting for the send (seconds)": "Waiting for the send (seconds)",
|
|
102
|
+
"Watering interval in min": "Watering interval in min",
|
|
103
|
+
"Watering time in min": "Watering time in min ",
|
|
104
|
+
"Weather forecast": "Weather forecast",
|
|
105
|
+
"Wednesday": "Wednesday",
|
|
106
|
+
"Weekend start time": "Weekend start time",
|
|
107
|
+
"WhatsApp": "WhatsApp",
|
|
108
|
+
"WhatsApp instance": "WhatsApp instance",
|
|
109
|
+
"Wind speed sensor": "Sensor for wind speed in km / h",
|
|
110
|
+
"after irrigation = 100": "Soil moisture = 100% after irrigation",
|
|
111
|
+
"analog soil moisture sensor at 0 percent (sensor in the air)": "analog soil moisture sensor at 0 percent (sensor in the air)",
|
|
112
|
+
"analog soil moisture sensor at 100 percent (sensor in the water)": "analog soil moisture sensor at 100 percent (sensor in the water)",
|
|
113
|
+
"cistern pump": "cistern pump",
|
|
114
|
+
"device ID (optional)": "device ID (optional)",
|
|
115
|
+
"different start time on weekends": "different start time on weekends",
|
|
116
|
+
"email instance": "email instance",
|
|
117
|
+
"email receiver": "email receiver",
|
|
118
|
+
"email sender": "email sender",
|
|
119
|
+
"latitude": "latitude",
|
|
120
|
+
"longitude": "longitude",
|
|
121
|
+
"main settings": "main settings",
|
|
122
|
+
"maximum irrigation extension": "maximum irrigation extension in %",
|
|
123
|
+
"maximum pump capacity of the cistern in l/h": "maximum pump capacity of the cistern in l/h",
|
|
124
|
+
"maximum pump output of the main pump in l/h": "maximum pump output of the main pump in l/h",
|
|
125
|
+
"maximum soil moisture": "maximum soil moisture",
|
|
126
|
+
"maximum soil moisture after the irrigation in (mm)": "maximum soil moisture after the irrigation in (mm)",
|
|
127
|
+
"maximum soil moisture after the rain in (%)": "maximum soil moisture after the rain in (%)",
|
|
128
|
+
"notifications type": "notifications type",
|
|
129
|
+
"own data point": "own data point",
|
|
130
|
+
"public holidays Instance": "public holidays Instance",
|
|
131
|
+
"rain counter sensor": "Precipitation counter in mm",
|
|
132
|
+
"start with a fixed start time": "start with a fixed start time",
|
|
133
|
+
"weather forecast service": "weather forecast service"
|
|
134
|
+
}
|