iobroker.sprinklecontrol 1.0.7 → 1.0.9

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
@@ -33,6 +33,14 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
33
33
  Placeholder for the next version (at the beginning of the line):
34
34
  ### **WORK IN PROGRESS**
35
35
  -->
36
+ ### 1.0.9 (2026-07-01)
37
+ * (Dirk-Peter-md) Fixed error reading the soil moisture sensor
38
+
39
+ ### 1.0.8 (2026-06-12)
40
+ * (Dirk-Peter-md) Fixed error in "Command without response"
41
+ * (Dirk-Peter-md) Water Pressure Control Revised
42
+ * (Dirk-Peter-md) ioBroker-Bot [E6004], [W1127], [W1133], [W1134], [S6022] completed
43
+
36
44
  ### 1.0.7 (2026-05-24)
37
45
  * (Dirk-Peter-md) Added pressure monitoring.
38
46
 
@@ -45,8 +53,30 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
45
53
  * (Dirk-Peter-md) Second start time added
46
54
  * (Dirk-Peter-md) bug fixed in sprinklerState
47
55
 
48
- ### 1.0.4 (2026-04-26)
49
- * (Dirk-Peter-md) GitHub error message #274
56
+ ### Older versions
57
+ [CHANGELOG_OLD.md](CHANGELOG_OLD.md)
58
+
59
+ *************************************************************************************************************************************
60
+
61
+ ## License
62
+ [MIT License](LICENSE)
63
+
64
+ Copyright (c) 2020-2026 Dirk-Peter-md <dirk.peter@freenet.de>
65
+
66
+ Permission is hereby granted, free of charge, to any person obtaining a copy
67
+ of this software and associated documentation files (the "Software"), to deal
68
+ in the Software without restriction, including without limitation the rights
69
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
70
+ copies of the Software, and to permit persons to whom the Software is
71
+ furnished to do so, subject to the following conditions:
72
+
73
+ The above copyright notice and this permission notice shall be included in all
74
+ copies or substantial portions of the Software.
50
75
 
51
- ### 1.0.3 (2026-04-25)
52
- * (Dirk-Peter-md) Pressure relief valve added after irrigation.
76
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
81
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
82
+ SOFTWARE.
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Zusätzliche Einstellungen",
34
34
  "Flow amount in l/h": "Durchflussmenge in l/h",
35
35
  "Friday": "Freitag",
36
+ "Holiday Adapter Instance": "Feiertagsadapterinstanz",
37
+ "Holiday settings": "Feiertagseinstellungen",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Sensor für Luftfeuchtigkeit in %",
38
40
  "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.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Benachrichtigungen",
59
61
  "Object-ID sprinkler": "Objekt-ID-Sprinkler",
60
62
  "Ok": "OK",
63
+ "On public holidays, irrigation begins at the weekend start time.": "An Feiertagen beginnt die Bewässerung zur Startzeit am Wochenende.",
61
64
  "Precipitation threshold in mm": "Niederschlags-Schwellwert in mm",
62
65
  "Pressure relief in the lines before shutdown": "Druckentlastung der Leitungen vor der Abschaltung",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Druckentlastung! Schaltet nach dem Abschalten der Pumpe den größten Wasserverbraucher für 10 Sekunden ein.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Bewässerungszeit in min",
140
143
  "Weather forecast": "Wettervorhersage",
141
144
  "Wednesday": "Mittwoch",
145
+ "Weekend Watering Start Time": "Startzeit der Wochenendbewässerung",
146
+ "Weekend settings": "Wochenendeinstellungen",
142
147
  "Weekend start time": "Wochenendstart",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "WhatsApp-Instanz",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Extra Settings",
34
34
  "Flow amount in l/h": "Flow amount in l/h",
35
35
  "Friday": "Friday",
36
+ "Holiday Adapter Instance": "Holiday Adapter Instance",
37
+ "Holiday settings": "",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Sensor for humidity in %",
38
40
  "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.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Notifications",
59
61
  "Object-ID sprinkler": "Object-ID sprinkler",
60
62
  "Ok": "Ok",
63
+ "On public holidays, irrigation begins at the weekend start time.": "On public holidays, irrigation begins at the weekend start time.",
61
64
  "Precipitation threshold in mm": "Precipitation threshold in mm",
62
65
  "Pressure relief in the lines before shutdown": "Pressure relief in the lines before shutdown",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.",
@@ -104,7 +107,7 @@
104
107
  "Start time at the weekend": "Start time at the weekend",
105
108
  "Start time for irrigation": "Start time for irrigation",
106
109
  "Start time in the week": "Start time in the week",
107
- "Start time of public holidays as on weekends": "Start time of public holidays as on weekends",
110
+ "Start time of public holidays as on weekends": "",
108
111
  "Start, when the daily high temperature exceeds": "Start, when the daily high temperature exceeds",
109
112
  "Start, with external signal": "Start, with external signal",
110
113
  "Starting conditions": "Starting conditions",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Watering time in min ",
140
143
  "Weather forecast": "Weather forecast",
141
144
  "Wednesday": "Wednesday",
145
+ "Weekend Watering Start Time": "Weekend Watering Start Time",
146
+ "Weekend settings": "",
142
147
  "Weekend start time": "Weekend start time",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "WhatsApp instance",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Configuraciones extra",
34
34
  "Flow amount in l/h": "Cantidad de flujo en l/h",
35
35
  "Friday": "viernes",
36
+ "Holiday Adapter Instance": "Instancia de adaptador de vacaciones",
37
+ "Holiday settings": "Configuración de vacaciones",
36
38
  "Homematic [on_time]": "Homemático [on_time]",
37
39
  "Humidity sensor": "Sensor de humedad en%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Si no utiliza este procedimiento, puede dejar estos campos en blanco.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Notificaciones",
59
61
  "Object-ID sprinkler": "Aspersor de ID de objeto",
60
62
  "Ok": "Okay",
63
+ "On public holidays, irrigation begins at the weekend start time.": "Los días festivos, el riego comienza a la hora de inicio del fin de semana.",
61
64
  "Precipitation threshold in mm": "Umbral de precipitación en mm",
62
65
  "Pressure relief in the lines before shutdown": "Alivio de presión en las líneas antes de la parada.",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "¡Alivio de presión! Enciende el mayor consumidor de agua durante 10 segundos después de apagar la bomba.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Tiempo de riego en min",
140
143
  "Weather forecast": "Pronóstico del tiempo",
141
144
  "Wednesday": "miércoles",
145
+ "Weekend Watering Start Time": "Hora de inicio del riego del fin de semana",
146
+ "Weekend settings": "Configuraciones de fin de semana",
142
147
  "Weekend start time": "Hora de inicio de fin de semana",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Instancia de WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Paramètres supplémentaires",
34
34
  "Flow amount in l/h": "Débit en l/h",
35
35
  "Friday": "Vendredi",
36
+ "Holiday Adapter Instance": "Instance d’adaptateur de vacances",
37
+ "Holiday settings": "Paramètres de vacances",
36
38
  "Homematic [on_time]": "Homématique [on_time]",
37
39
  "Humidity sensor": "Capteur d'humidité en%'",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Si vous n'utilisez pas cette procédure, vous pouvez laisser ces champs vides.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Notifications",
59
61
  "Object-ID sprinkler": "Arroseur ID objet",
60
62
  "Ok": "D'accord",
63
+ "On public holidays, irrigation begins at the weekend start time.": "Les jours fériés, l'arrosage commence à l'heure de début du week-end.",
61
64
  "Precipitation threshold in mm": "Seuil de précipitation en mm",
62
65
  "Pressure relief in the lines before shutdown": "Décompression dans les conduites avant l'arrêt",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Soulagement de la pression ! Allume le plus gros consommateur d'eau pendant 10 secondes après l'arrêt de la pompe.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Temps d'arrosage en min",
140
143
  "Weather forecast": "Prévisions météorologiques",
141
144
  "Wednesday": "Mercredi",
145
+ "Weekend Watering Start Time": "Heure de début de l’arrosage le week-end",
146
+ "Weekend settings": "Paramètres du week-end",
142
147
  "Weekend start time": "Weekend start time",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Instance WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Impostazioni extra",
34
34
  "Flow amount in l/h": "Quantità di flusso in l/h",
35
35
  "Friday": "Venerdì",
36
+ "Holiday Adapter Instance": "Istanza dell'adattatore festivo",
37
+ "Holiday settings": "Impostazioni delle vacanze",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Sensore di umidità in%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Se non utilizzi questa procedura, puoi lasciare questi campi vuoti.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Notifiche",
59
61
  "Object-ID sprinkler": "Irrigatore ID oggetto",
60
62
  "Ok": "Ok",
63
+ "On public holidays, irrigation begins at the weekend start time.": "Nei giorni festivi l'irrigazione inizia all'orario di inizio del fine settimana.",
61
64
  "Precipitation threshold in mm": "Soglia di precipitazione in mm",
62
65
  "Pressure relief in the lines before shutdown": "Depressurizzazione nelle linee prima dell'arresto",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Alleviamento della pressione! Accende l'utenza d'acqua più grande per 10 secondi dopo lo spegnimento della pompa.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Tempo di irrigazione in min",
140
143
  "Weather forecast": "Previsioni del tempo",
141
144
  "Wednesday": "mercoledì",
145
+ "Weekend Watering Start Time": "Orario di inizio irrigazione del fine settimana",
146
+ "Weekend settings": "Impostazioni del fine settimana",
142
147
  "Weekend start time": "Tempo di inizio weekend",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Istanza WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Extra instellingen",
34
34
  "Flow amount in l/h": "Debiet in l/u",
35
35
  "Friday": "vrijdag",
36
+ "Holiday Adapter Instance": "Vakantie-adapterinstantie",
37
+ "Holiday settings": "Vakantie-instellingen",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Sensor voor vochtigheid in%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Als u deze procedure niet gebruikt, kunt u deze velden leeg laten.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Meldingen",
59
61
  "Object-ID sprinkler": "Object-ID sproeier",
60
62
  "Ok": "OK",
63
+ "On public holidays, irrigation begins at the weekend start time.": "Op feestdagen begint de irrigatie op de starttijd in het weekend.",
61
64
  "Precipitation threshold in mm": "Neerslagdrempel in mm",
62
65
  "Pressure relief in the lines before shutdown": "Drukontlasting in de leidingen vóór uitschakeling",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Drukverlichting! Schakelt de grootste waterverbruiker gedurende 10 seconden in nadat de pomp is uitgeschakeld.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Bewateringstijd in min",
140
143
  "Weather forecast": "Weervoorspelling",
141
144
  "Wednesday": "woensdag",
145
+ "Weekend Watering Start Time": "Begintijd bewatering weekend",
146
+ "Weekend settings": "Weekendinstellingen",
142
147
  "Weekend start time": "Weekend begint de tijd",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "WhatsApp-instantie",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Dodatkowe ustawienia",
34
34
  "Flow amount in l/h": "Przepływ w l/h",
35
35
  "Friday": "piątek",
36
+ "Holiday Adapter Instance": "Instancja adaptera wakacyjnego",
37
+ "Holiday settings": "Ustawienia wakacyjne",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Czujnik wilgotności w%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Jeśli nie korzystasz z tej procedury, możesz pozostawić te pola puste.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Powiadomienia",
59
61
  "Object-ID sprinkler": "Zraszacz ID obiektów",
60
62
  "Ok": "Dobrze",
63
+ "On public holidays, irrigation begins at the weekend start time.": "W święta państwowe nawadnianie rozpoczyna się w weekend.",
61
64
  "Precipitation threshold in mm": "Próg opadów w mm",
62
65
  "Pressure relief in the lines before shutdown": "Redukcja ciśnienia w przewodach przed wyłączeniem",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Redukcja ciśnienia! Włącza największy odbiornik wody na 10 sekund po wyłączeniu pompy.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Czas podlewania w min",
140
143
  "Weather forecast": "Prognoza pogody",
141
144
  "Wednesday": "środa",
145
+ "Weekend Watering Start Time": "Weekendowy czas rozpoczęcia nawadniania",
146
+ "Weekend settings": "Ustawienia weekendowe",
142
147
  "Weekend start time": "Tydzień rozpoczyna się czas",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Instancja WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Configurações extras",
34
34
  "Flow amount in l/h": "Quantidade de fluxo em l/h",
35
35
  "Friday": "sexta-feira",
36
+ "Holiday Adapter Instance": "Instância do adaptador de férias",
37
+ "Holiday settings": "Configurações de feriado",
36
38
  "Homematic [on_time]": "Homemático [on_time]",
37
39
  "Humidity sensor": "Sensor de umidade em%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Se não usar este procedimento, você pode deixar esses campos em branco.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Notificações",
59
61
  "Object-ID sprinkler": "Aspersor de identificação de objeto",
60
62
  "Ok": "Está bem",
63
+ "On public holidays, irrigation begins at the weekend start time.": "Nos feriados, a irrigação começa no horário de início do fim de semana.",
61
64
  "Precipitation threshold in mm": "Limiar de precipitação em mm",
62
65
  "Pressure relief in the lines before shutdown": "Alívio de pressão nas linhas antes do desligamento",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Alívio de pressão! Liga o maior consumidor de água durante 10 segundos após a bomba ter sido desligada.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Tempo de rega em min",
140
143
  "Weather forecast": "Previsão do tempo",
141
144
  "Wednesday": "quarta-feira",
145
+ "Weekend Watering Start Time": "Hora de início da rega no fim de semana",
146
+ "Weekend settings": "Configurações de fim de semana",
142
147
  "Weekend start time": "Hora de início do fim de semana",
143
148
  "WhatsApp": "Whatsapp",
144
149
  "WhatsApp instance": "Instância WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Дополнительные настройки",
34
34
  "Flow amount in l/h": "Объем потока в л/ч",
35
35
  "Friday": "Пятница",
36
+ "Holiday Adapter Instance": "Экземпляр праздничного адаптера",
37
+ "Holiday settings": "Настройки праздника",
36
38
  "Homematic [on_time]": "Домашнее [on_time]",
37
39
  "Humidity sensor": "Датчик влажности в%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Если вы не используете эту процедуру, вы можете оставить эти поля пустыми.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Уведомления",
59
61
  "Object-ID sprinkler": "Спринклер с идентификатором объекта",
60
62
  "Ok": "Хорошо",
63
+ "On public holidays, irrigation begins at the weekend start time.": "В праздничные дни полив начинается в выходные дни.",
61
64
  "Precipitation threshold in mm": "Порог осадков в мм",
62
65
  "Pressure relief in the lines before shutdown": "Сброс давления в линиях перед остановом",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Сброс давления! Включает самый большой водопотребитель на 10 секунд после выключения насоса.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Время полива в мин.",
140
143
  "Weather forecast": "Прогноз погоды",
141
144
  "Wednesday": "среда",
145
+ "Weekend Watering Start Time": "Время начала полива на выходных",
146
+ "Weekend settings": "Настройки выходного дня",
142
147
  "Weekend start time": "Время начала выходных",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Экземпляр WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "Додаткові налаштування",
34
34
  "Flow amount in l/h": "Витрата в л/год",
35
35
  "Friday": "П'ятниця",
36
+ "Holiday Adapter Instance": "Екземпляр Holiday Adapter",
37
+ "Holiday settings": "Параметри відпустки",
36
38
  "Homematic [on_time]": "Homematic [on_time]",
37
39
  "Humidity sensor": "Датчик вологості в %",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "Якщо ви не використовуєте цю процедуру, ви можете залишити ці поля порожніми.",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "Сповіщення",
59
61
  "Object-ID sprinkler": "Спринклер Object-ID",
60
62
  "Ok": "добре",
63
+ "On public holidays, irrigation begins at the weekend start time.": "У святкові дні полив починається у вихідний день.",
61
64
  "Precipitation threshold in mm": "Поріг опадів в мм",
62
65
  "Pressure relief in the lines before shutdown": "Скидання тиску в лініях перед відключенням",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "Зняття тиску! Вмикає найбільшого споживача води на 10 секунд після вимкнення насоса.",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "Час поливу в хв",
140
143
  "Weather forecast": "Прогноз погоди",
141
144
  "Wednesday": "Середа",
145
+ "Weekend Watering Start Time": "Час початку поливу на вихідних",
146
+ "Weekend settings": "Налаштування вихідного дня",
142
147
  "Weekend start time": "Час початку вихідних",
143
148
  "WhatsApp": "WhatsApp",
144
149
  "WhatsApp instance": "Екземпляр WhatsApp",
@@ -33,6 +33,8 @@
33
33
  "Extra Settings": "额外设定",
34
34
  "Flow amount in l/h": "流量(升/小时)",
35
35
  "Friday": "星期五",
36
+ "Holiday Adapter Instance": "假日适配器实例",
37
+ "Holiday settings": "节假日设置",
36
38
  "Homematic [on_time]": "家庭自制 [on_time]",
37
39
  "Humidity sensor": "湿度传感器%",
38
40
  "If you don't use this procedure, you can leave these fields blank.": "如果您不使用此过程,您可以将这些字段留空。",
@@ -58,6 +60,7 @@
58
60
  "Notifications": "通知事项",
59
61
  "Object-ID sprinkler": "对象ID洒水器",
60
62
  "Ok": "好",
63
+ "On public holidays, irrigation begins at the weekend start time.": "在公共假期,灌溉从周末开始时间开始。",
61
64
  "Precipitation threshold in mm": "以毫米为单位的降水阈值",
62
65
  "Pressure relief in the lines before shutdown": "停机前管线压力释放",
63
66
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": "压力缓解!泵关闭后,打开最大耗水量 10 秒。",
@@ -139,6 +142,8 @@
139
142
  "Watering time in min": "浇水时间(分钟)",
140
143
  "Weather forecast": "天气预报",
141
144
  "Wednesday": "周三",
145
+ "Weekend Watering Start Time": "周末浇水开始时间",
146
+ "Weekend settings": "周末设置",
142
147
  "Weekend start time": "周末开始时间",
143
148
  "WhatsApp": "WhatsApp的",
144
149
  "WhatsApp instance": "WhatsApp实例",
@@ -256,21 +256,11 @@
256
256
  <input type="checkbox" class="value" id="publicWeekend" />
257
257
  <span for="publicWeekend" class="translate">different start time on weekends</span>
258
258
  </div>
259
- <div class="input-field col s12 m4 l2 publicWeek">
260
- <input type="text" class="timepicker value" id="weekEndLiving" />
261
- <label for="weekEndLiving" class="translate"></label>
262
- <span class="translate">Start time at the weekend</span>
263
- </div>
264
259
  </div>
265
260
  <div class="row">
266
- <div class="input-field col s12 m12 l12 publicWeekHol">
261
+ <div class="input-field col s12 m12 l12">
267
262
  <input type="checkbox" class="value" id="publicHolidays" />
268
- <span for="publicHolidays" class="translate">Start time of public holidays as on weekends</span>
269
- </div>
270
- <div class="input-field col s12 m4 l2 publicHol">
271
- <select id="publicHolInstance" class="value"></select>
272
- <label for="publicHolInstance" class="translate"></label>
273
- <span class="translate">public holidays Instance</span>
263
+ <span for="publicHolidays" class="translate">On public holidays, irrigation begins at the weekend start time.</span>
274
264
  </div>
275
265
  </div>
276
266
  </div>
@@ -288,8 +278,50 @@
288
278
  <span class="translate">Second start time</span>
289
279
  </div>
290
280
  </div>
281
+ <div class="row">
282
+ <div class="input-field col s12 m12 l12">
283
+ <input type="checkbox" class="value" id="publicWeekend2" />
284
+ <span for="publicWeekend2" class="translate">different start time on weekends</span>
285
+ </div>
286
+ </div>
287
+ <div class="row">
288
+ <div class="input-field col s12 m12 l12">
289
+ <input type="checkbox" class="value" id="publicHolidays2" />
290
+ <span for="publicHolidays" class="translate">On public holidays, irrigation begins at the weekend start time.</span>
291
+ </div>
292
+ </div>
291
293
  </div>
292
294
  </li>
295
+ <!-- Weekend Settings -->
296
+ <li>
297
+ <div class="collapsible-header">
298
+ <i class="material-icons">expand_more</i><h6 class="translate">Weekend Watering Start Time</h6>
299
+ </div>
300
+ <div class="collapsible-body">
301
+ <div class="row">
302
+ <div class="input-field col s12 m4 l2">
303
+ <input type="text" class="timepicker value" id="weekEndLiving" />
304
+ <label for="weekEndLiving" class="translate"></label>
305
+ <span class="translate">Start time at the weekend</span>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </li>
310
+ <!-- Holiday Settings -->
311
+ <li>
312
+ <div class="collapsible-header">
313
+ <i class="material-icons">expand_more</i><h6 class="translate">Holiday Adapter Instance</h6>
314
+ </div>
315
+ <div class="collapsible-body">
316
+ <div class="row">
317
+ <div class="input-field col s12 m4 l2">
318
+ <select id="publicHolInstance" class="value"></select>
319
+ <label for="publicHolInstance" class="translate"></label>
320
+ <span class="translate">public holidays Instance</span>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ </li>
293
325
  <!-- Additional start time -->
294
326
  <li>
295
327
  <div class="collapsible-header">
@@ -1018,31 +1050,31 @@
1018
1050
  <div class="row visFixDaysWeek">
1019
1051
  <div class="col s12 l12 input-field">
1020
1052
  <legend class="translate">Tick the days of the week you want</legend>
1021
- <div class="col s12 m2 l1 input-field">
1053
+ <div class="col s12 m3 l2 input-field">
1022
1054
  <input type="checkbox" class="form-control" id="sun">
1023
1055
  <span for="sun" class="translate">Sunday</span>
1024
1056
  </div>
1025
- <div class="col s12 m2 l1 input-field">
1057
+ <div class="col s12 m3 l2 input-field">
1026
1058
  <input type="checkbox" class="form-control" id="mon">
1027
1059
  <span for="mon" class="translate">Monday</span>
1028
1060
  </div>
1029
- <div class="col s12 m2 l1 input-field">
1061
+ <div class="col s12 m3 l2 input-field">
1030
1062
  <input type="checkbox" class="form-control" id="tue">
1031
1063
  <span for="tue" class="translate">Tuesday</span>
1032
1064
  </div>
1033
- <div class="col s12 m2 l1 input-field">
1065
+ <div class="col s12 m3 l2 input-field">
1034
1066
  <input type="checkbox" class="form-control" id="wed">
1035
1067
  <span for="wed" class="translate">Wednesday</span>
1036
1068
  </div>
1037
- <div class="col s12 m2 l1 input-field">
1069
+ <div class="col s12 m3 l2 input-field">
1038
1070
  <input type="checkbox" class="form-control" id="thur">
1039
1071
  <span for="thur" class="translate">Thursday</span>
1040
1072
  </div>
1041
- <div class="col s12 m2 l1 input-field">
1073
+ <div class="col s12 m3 l2 input-field">
1042
1074
  <input type="checkbox" class="form-control" id="fri">
1043
1075
  <span for="fri" class="translate">Friday</span>
1044
1076
  </div>
1045
- <div class="col s12 m2 l1 input-field">
1077
+ <div class="col s12 m3 l2 input-field">
1046
1078
  <input type="checkbox" class="form-control" id="sat">
1047
1079
  <span for="sat" class="translate">Saturday</span>
1048
1080
  </div>
package/admin/index_m.js CHANGED
@@ -1,4 +1,4 @@
1
- /*
1
+ /**
2
2
  * @license
3
3
  * iobroker.sprinklecontrol - Copyright (c) by Dirk-Peter-md
4
4
  * Please visit https://github.com/Dirk-Peter-md/ioBroker.sprinklecontrol for licence-agreement and further information
@@ -592,12 +592,6 @@ function showHideSettings() {
592
592
  $('.publicWeekHol').hide();
593
593
  }
594
594
 
595
- if ($('#publicHolidays').prop('checked') && mPublicWeekend) {
596
- $('.publicHol').show();
597
- } else {
598
- $('.publicHol').hide();
599
- }
600
-
601
595
  // individuelle Wettervorhersage
602
596
  $('#weatherForecastService').on('change', function () {
603
597
  if ($(this).val() === 'noWeatherData') {
package/admin/words.js CHANGED
@@ -42,6 +42,8 @@ systemDictionary = {
42
42
  "Extra Settings": { "en": "Extra Settings", "de": "Zusätzliche Einstellungen", "ru": "Дополнительные настройки", "pt": "Configurações extras", "nl": "Extra instellingen", "fr": "Paramètres supplémentaires", "it": "Impostazioni extra", "es": "Configuraciones extra", "pl": "Dodatkowe ustawienia", "uk": "Додаткові налаштування", "zh-cn": "额外设定"},
43
43
  "Flow amount in l/h": { "en": "Flow amount in l/h", "de": "Durchflussmenge in l/h", "ru": "Объем потока в л/ч", "pt": "Quantidade de fluxo em l/h", "nl": "Debiet in l/u", "fr": "Débit en l/h", "it": "Quantità di flusso in l/h", "es": "Cantidad de flujo en l/h", "pl": "Przepływ w l/h", "uk": "Витрата в л/год", "zh-cn": "流量(升/小时)"},
44
44
  "Friday": { "en": "Friday", "de": "Freitag", "ru": "Пятница", "pt": "sexta-feira", "nl": "vrijdag", "fr": "Vendredi", "it": "Venerdì", "es": "viernes", "pl": "piątek", "uk": "П'ятниця", "zh-cn": "星期五"},
45
+ "Holiday Adapter Instance": { "en": "Holiday Adapter Instance", "de": "Feiertagsadapterinstanz", "ru": "Экземпляр праздничного адаптера", "pt": "Instância do adaptador de férias", "nl": "Vakantie-adapterinstantie", "fr": "Instance d’adaptateur de vacances", "it": "Istanza dell'adattatore festivo", "es": "Instancia de adaptador de vacaciones", "pl": "Instancja adaptera wakacyjnego", "uk": "Екземпляр Holiday Adapter", "zh-cn": "假日适配器实例"},
46
+ "Holiday settings": { "en": "", "de": "Feiertagseinstellungen", "ru": "Настройки праздника", "pt": "Configurações de feriado", "nl": "Vakantie-instellingen", "fr": "Paramètres de vacances", "it": "Impostazioni delle vacanze", "es": "Configuración de vacaciones", "pl": "Ustawienia wakacyjne", "uk": "Параметри відпустки", "zh-cn": "节假日设置"},
45
47
  "Homematic [on_time]": { "en": "Homematic [on_time]", "de": "Homematic [on_time]", "ru": "Домашнее [on_time]", "pt": "Homemático [on_time]", "nl": "Homematic [on_time]", "fr": "Homématique [on_time]", "it": "Homematic [on_time]", "es": "Homemático [on_time]", "pl": "Homematic [on_time]", "uk": "Homematic [on_time]", "zh-cn": "家庭自制 [on_time]"},
46
48
  "Humidity sensor": { "en": "Sensor for humidity in %", "de": "Sensor für Luftfeuchtigkeit in %", "ru": "Датчик влажности в%", "pt": "Sensor de umidade em%", "nl": "Sensor voor vochtigheid in%", "fr": "Capteur d'humidité en%'", "it": "Sensore di umidità in%", "es": "Sensor de humedad en%", "pl": "Czujnik wilgotności w%", "uk": "Датчик вологості в %", "zh-cn": "湿度传感器%"},
47
49
  "If you don't use this procedure, you can leave these fields blank.": {"en": "If you don't use this procedure, you can leave these fields blank.", "de": "Wenn Sie dieses Verfahren nicht verwenden, können Sie diese Felder leer lassen.", "ru": "Если вы не используете эту процедуру, вы можете оставить эти поля пустыми.", "pt": "Se não usar este procedimento, você pode deixar esses campos em branco.", "nl": "Als u deze procedure niet gebruikt, kunt u deze velden leeg laten.", "fr": "Si vous n'utilisez pas cette procédure, vous pouvez laisser ces champs vides.", "it": "Se non utilizzi questa procedura, puoi lasciare questi campi vuoti.", "es": "Si no utiliza este procedimiento, puede dejar estos campos en blanco.", "pl": "Jeśli nie korzystasz z tej procedury, możesz pozostawić te pola puste.", "uk": "Якщо ви не використовуєте цю процедуру, ви можете залишити ці поля порожніми.", "zh-cn": "如果您不使用此过程,您可以将这些字段留空。"},
@@ -67,6 +69,7 @@ systemDictionary = {
67
69
  "Notifications": { "en": "Notifications", "de": "Benachrichtigungen", "ru": "Уведомления", "pt": "Notificações", "nl": "Meldingen", "fr": "Notifications", "it": "Notifiche", "es": "Notificaciones", "pl": "Powiadomienia", "uk": "Сповіщення", "zh-cn": "通知事项"},
68
70
  "Object-ID sprinkler": { "en": "Object-ID sprinkler", "de": "Objekt-ID-Sprinkler", "ru": "Спринклер с идентификатором объекта", "pt": "Aspersor de identificação de objeto", "nl": "Object-ID sproeier", "fr": "Arroseur ID objet", "it": "Irrigatore ID oggetto", "es": "Aspersor de ID de objeto", "pl": "Zraszacz ID obiektów", "uk": "Спринклер Object-ID", "zh-cn": "对象ID洒水器"},
69
71
  "Ok": { "en": "Ok", "de": "OK", "ru": "Хорошо", "pt": "Está bem", "nl": "OK", "fr": "D'accord", "it": "Ok", "es": "Okay", "pl": "Dobrze", "uk": "добре", "zh-cn": "好"},
72
+ "On public holidays, irrigation begins at the weekend start time.": {"en": "On public holidays, irrigation begins at the weekend start time.", "de": "An Feiertagen beginnt die Bewässerung zur Startzeit am Wochenende.", "ru": "В праздничные дни полив начинается в выходные дни.", "pt": "Nos feriados, a irrigação começa no horário de início do fim de semana.", "nl": "Op feestdagen begint de irrigatie op de starttijd in het weekend.", "fr": "Les jours fériés, l'arrosage commence à l'heure de début du week-end.", "it": "Nei giorni festivi l'irrigazione inizia all'orario di inizio del fine settimana.", "es": "Los días festivos, el riego comienza a la hora de inicio del fin de semana.", "pl": "W święta państwowe nawadnianie rozpoczyna się w weekend.", "uk": "У святкові дні полив починається у вихідний день.", "zh-cn": "在公共假期,灌溉从周末开始时间开始。"},
70
73
  "Precipitation threshold in mm": { "en": "Precipitation threshold in mm", "de": "Niederschlags-Schwellwert in mm", "ru": "Порог осадков в мм", "pt": "Limiar de precipitação em mm", "nl": "Neerslagdrempel in mm", "fr": "Seuil de précipitation en mm", "it": "Soglia di precipitazione in mm", "es": "Umbral de precipitación en mm", "pl": "Próg opadów w mm", "uk": "Поріг опадів в мм", "zh-cn": "以毫米为单位的降水阈值"},
71
74
  "Pressure relief in the lines before shutdown": { "en": "Pressure relief in the lines before shutdown", "de": "Druckentlastung der Leitungen vor der Abschaltung", "ru": "Сброс давления в линиях перед остановом", "pt": "Alívio de pressão nas linhas antes do desligamento", "nl": "Drukontlasting in de leidingen vóór uitschakeling", "fr": "Décompression dans les conduites avant l'arrêt", "it": "Depressurizzazione nelle linee prima dell'arresto", "es": "Alivio de presión en las líneas antes de la parada.", "pl": "Redukcja ciśnienia w przewodach przed wyłączeniem", "uk": "Скидання тиску в лініях перед відключенням", "zh-cn": "停机前管线压力释放"},
72
75
  "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.": {"en": "Pressure relief! Switches on the largest water consumer for 10 seconds after the pump has been switched off.", "de": "Druckentlastung! Schaltet nach dem Abschalten der Pumpe den größten Wasserverbraucher für 10 Sekunden ein.", "ru": "Сброс давления! Включает самый большой водопотребитель на 10 секунд после выключения насоса.", "pt": "Alívio de pressão! Liga o maior consumidor de água durante 10 segundos após a bomba ter sido desligada.", "nl": "Drukverlichting! Schakelt de grootste waterverbruiker gedurende 10 seconden in nadat de pomp is uitgeschakeld.", "fr": "Soulagement de la pression ! Allume le plus gros consommateur d'eau pendant 10 secondes après l'arrêt de la pompe.", "it": "Alleviamento della pressione! Accende l'utenza d'acqua più grande per 10 secondi dopo lo spegnimento della pompa.", "es": "¡Alivio de presión! Enciende el mayor consumidor de agua durante 10 segundos después de apagar la bomba.", "pl": "Redukcja ciśnienia! Włącza największy odbiornik wody na 10 sekund po wyłączeniu pompy.", "uk": "Зняття тиску! Вмикає найбільшого споживача води на 10 секунд після вимкнення насоса.", "zh-cn": "压力缓解!泵关闭后,打开最大耗水量 10 秒。"},
@@ -113,7 +116,7 @@ systemDictionary = {
113
116
  "Start time at the weekend": { "en": "Start time at the weekend", "de": "Startzeit am Wochenende", "ru": "Время начала на выходных", "pt": "Hora de início no fim de semana", "nl": "Starttijd in het weekend", "fr": "Heure de départ le week-end", "it": "Ora di inizio nel fine settimana", "es": "Hora de inicio del fin de semana", "pl": "Rozpocznij czas w weekend", "uk": "Час початку у вихідні", "zh-cn": "周末开始时间"},
114
117
  "Start time for irrigation": { "en": "Start time for irrigation", "de": "Startzeit für die Bewässerung", "ru": "Время начала полива", "pt": "Hora de início da irrigação", "nl": "Starttijd voor irrigatie", "fr": "Heure de début de l'irrigation", "it": "Ora di inizio per l'irrigazione", "es": "Hora de inicio de riego", "pl": "Czas rozpoczęcia nawadniania", "uk": "Час початку поливу", "zh-cn": "灌溉开始时间"},
115
118
  "Start time in the week": { "en": "Start time in the week", "de": "Startzeit in der Woche", "ru": "Время начала недели", "pt": "Hora de início da semana", "nl": "Starttijd in de week", "fr": "Heure de début dans la semaine", "it": "Ora di inizio della settimana", "es": "Hora de inicio en la semana", "pl": "Rozpocznij godzinę w tygodniu", "uk": "Час початку на тижні", "zh-cn": "一周的开始时间"},
116
- "Start time of public holidays as on weekends": { "en": "Start time of public holidays as on weekends", "de": "Startzeit an Feiertagen wie am Wochenende", "ru": "Время начала государственных праздников, как в выходные дни", "pt": "Hora de início dos feriados, como nos finais de semana", "nl": "Starttijd van feestdagen zoals in het weekend", "fr": "Heure de début des jours fériés comme le week-end", "it": "Ora di inizio dei giorni festivi come nei fine settimana", "es": "Hora de inicio de los días festivos como los fines de semana.", "pl": "Rozpocznij dni ustawowo wolne od pracy jak w weekendy", "uk": "Час початку святкових днів як у вихідні дні", "zh-cn": "公众假期的开始时间为周末"},
119
+ "Start time of public holidays as on weekends": { "en": "", "de": "Startzeit an Feiertagen wie am Wochenende", "ru": "Время начала государственных праздников, как в выходные дни", "pt": "Hora de início dos feriados, como nos finais de semana", "nl": "Starttijd van feestdagen zoals in het weekend", "fr": "Heure de début des jours fériés comme le week-end", "it": "Ora di inizio dei giorni festivi come nei fine settimana", "es": "Hora de inicio de los días festivos como los fines de semana.", "pl": "Rozpocznij dni ustawowo wolne od pracy jak w weekendy", "uk": "Час початку святкових днів як у вихідні дні", "zh-cn": "公众假期的开始时间为周末"},
117
120
  "Start, when the daily high temperature exceeds": {"en": "Start, when the daily high temperature exceeds", "de": "Start, wenn die Tageshöchsttemperatur überschritten wird", "ru": "Старт, когда дневная высокая температура превысит", "pt": "Comece, quando a alta temperatura diária exceder", "nl": "Begin wanneer de dagelijkse hoge temperatuur hoger wordt", "fr": "Commencez lorsque la température élevée quotidienne dépasse", "it": "Iniziare quando la temperatura elevata giornaliera supera", "es": "Inicio, cuando la temperatura máxima diaria supere", "pl": "Rozpocznij, gdy przekroczona zostanie dobowa wysoka temperatura", "uk": "Почати, коли добова температура перевищить", "zh-cn": "当日最高气温超过"},
118
121
  "Start, with external signal": { "en": "Start, with external signal", "de": "Start, mit externem Signal", "ru": "Начните, с внешним сигналом", "pt": "Iniciar, com sinal externo", "nl": "Begin met externe signaal", "fr": "Démarrer, avec signal externe", "it": "Avviare, con segnale esterno", "es": "Inicio, con señal externa", "pl": "Zaczynając od sygnału zewnętrznego", "uk": "Пуск, із зовнішнім сигналом", "zh-cn": "从外部信号开始"},
119
122
  "Starting conditions": { "en": "Starting conditions", "de": "Startbedingungen", "ru": "Начало условий", "pt": "Condições de início", "nl": "Beginnende omstandigheden", "fr": "Conditions de démarrage", "it": "Condizioni di partenza", "es": "Condiciones de inicio", "pl": "Warunki startowe", "uk": "Стартові умови", "zh-cn": "启动条件"},
@@ -148,6 +151,8 @@ systemDictionary = {
148
151
  "Watering time in min": { "en": "Watering time in min ", "de": "Bewässerungszeit in min", "ru": "Время полива в мин.", "pt": "Tempo de rega em min", "nl": "Bewateringstijd in min", "fr": "Temps d'arrosage en min", "it": "Tempo di irrigazione in min", "es": "Tiempo de riego en min", "pl": "Czas podlewania w min", "uk": "Час поливу в хв", "zh-cn": "浇水时间(分钟)"},
149
152
  "Weather forecast": { "en": "Weather forecast", "de": "Wettervorhersage", "ru": "Прогноз погоды", "pt": "Previsão do tempo", "nl": "Weervoorspelling", "fr": "Prévisions météorologiques", "it": "Previsioni del tempo", "es": "Pronóstico del tiempo", "pl": "Prognoza pogody", "uk": "Прогноз погоди", "zh-cn": "天气预报"},
150
153
  "Wednesday": { "en": "Wednesday", "de": "Mittwoch", "ru": "среда", "pt": "quarta-feira", "nl": "woensdag", "fr": "Mercredi", "it": "mercoledì", "es": "miércoles", "pl": "środa", "uk": "Середа", "zh-cn": "周三"},
154
+ "Weekend Watering Start Time": { "en": "Weekend Watering Start Time", "de": "Startzeit der Wochenendbewässerung", "ru": "Время начала полива на выходных", "pt": "Hora de início da rega no fim de semana", "nl": "Begintijd bewatering weekend", "fr": "Heure de début de l’arrosage le week-end", "it": "Orario di inizio irrigazione del fine settimana", "es": "Hora de inicio del riego del fin de semana", "pl": "Weekendowy czas rozpoczęcia nawadniania", "uk": "Час початку поливу на вихідних", "zh-cn": "周末浇水开始时间"},
155
+ "Weekend settings": { "en": "", "de": "Wochenendeinstellungen", "ru": "Настройки выходного дня", "pt": "Configurações de fim de semana", "nl": "Weekendinstellingen", "fr": "Paramètres du week-end", "it": "Impostazioni del fine settimana", "es": "Configuraciones de fin de semana", "pl": "Ustawienia weekendowe", "uk": "Налаштування вихідного дня", "zh-cn": "周末设置"},
151
156
  "Weekend start time": { "en": "Weekend start time", "de": "Wochenendstart", "ru": "Время начала выходных", "pt": "Hora de início do fim de semana", "nl": "Weekend begint de tijd", "fr": "Weekend start time", "it": "Tempo di inizio weekend", "es": "Hora de inicio de fin de semana", "pl": "Tydzień rozpoczyna się czas", "uk": "Час початку вихідних", "zh-cn": "周末开始时间"},
152
157
  "WhatsApp": { "en": "WhatsApp", "de": "WhatsApp", "ru": "WhatsApp", "pt": "Whatsapp", "nl": "WhatsApp", "fr": "WhatsApp", "it": "WhatsApp", "es": "WhatsApp", "pl": "WhatsApp", "uk": "WhatsApp", "zh-cn": "WhatsApp的"},
153
158
  "WhatsApp instance": { "en": "WhatsApp instance", "de": "WhatsApp-Instanz", "ru": "Экземпляр WhatsApp", "pt": "Instância WhatsApp", "nl": "WhatsApp-instantie", "fr": "Instance WhatsApp", "it": "Istanza WhatsApp", "es": "Instancia de WhatsApp", "pl": "Instancja WhatsApp", "uk": "Екземпляр WhatsApp", "zh-cn": "WhatsApp实例"},