iobroker.sprinklecontrol 0.2.14 → 0.2.16
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 +9 -8
- package/admin/i18n/de/translations.json +3 -1
- package/admin/i18n/en/translations.json +3 -1
- package/admin/i18n/es/translations.json +3 -1
- package/admin/i18n/fr/translations.json +3 -1
- package/admin/i18n/it/translations.json +3 -1
- package/admin/i18n/nl/translations.json +3 -1
- package/admin/i18n/pl/translations.json +3 -1
- package/admin/i18n/pt/translations.json +3 -1
- package/admin/i18n/ru/translations.json +3 -1
- package/admin/i18n/uk/translations.json +3 -1
- package/admin/i18n/zh-cn/translations.json +3 -1
- package/admin/index_m.html +11 -1
- package/admin/words.js +134 -133
- package/io-package.json +29 -27
- package/lib/evaporation.js +16 -4
- package/lib/myConfig.js +10 -11
- package/lib/valveControl.js +57 -26
- package/main.js +87 -83
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
9
9
|
[](https://www.npmjs.com/package/iobroker.sprinklecontrol)
|
|
10
10
|
[](https://snyk.io/test/github/Dirk-Peter-md/ioBroker.sprinklecontrol)
|
|
11
|
+

|
|
11
12
|
[](https://nodei.co/npm/iobroker.sprinklecontrol/)
|
|
12
13
|
|
|
13
14
|
|
|
@@ -32,6 +33,14 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
32
33
|
Placeholder for the next version (at the beginning of the line):
|
|
33
34
|
### **WORK IN PROGRESS**
|
|
34
35
|
-->
|
|
36
|
+
### 0.2.16 (2025-06-08)
|
|
37
|
+
* (Dirk-Peter-md) issue #95 Pump lead time added
|
|
38
|
+
|
|
39
|
+
### 0.2.15 (2025-06-01)
|
|
40
|
+
* (Dirk-Peter-md) Readme updated
|
|
41
|
+
* (Dirk-Peter-md) Fixed an error when switching off with autoOnOff
|
|
42
|
+
* (Dirk-Peter-md) ioBroker-Bot [W028]
|
|
43
|
+
|
|
35
44
|
### 0.2.14 (2025-03-15)
|
|
36
45
|
* (Dirk-Peter-md) eslint-config added
|
|
37
46
|
* (Dirk-Peter-md) Dependencies updated
|
|
@@ -48,14 +57,6 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
48
57
|
* (Dirk-Peter-md) Bug fixed => autoOn
|
|
49
58
|
* (Dirk-Peter-md) Additional post-watering => in case of high evaporation / switchable externally
|
|
50
59
|
|
|
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
60
|
## License
|
|
60
61
|
MIT License
|
|
61
62
|
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "Feiertage Instanz",
|
|
131
131
|
"rain counter sensor": "Niederschlagszähler in mm",
|
|
132
132
|
"start with a fixed start time": "Beginnen Sie mit einer festen Startzeit",
|
|
133
|
-
"weather forecast service": "Wettervorhersagedienst"
|
|
133
|
+
"weather forecast service": "Wettervorhersagedienst",
|
|
134
|
+
"Lead time of the main pump in s": "Vorlaufzeit der Hauptpumpe in s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Vorlaufzeit der Zisternepumpe in s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "public holidays Instance",
|
|
131
131
|
"rain counter sensor": "Precipitation counter in mm",
|
|
132
132
|
"start with a fixed start time": "start with a fixed start time",
|
|
133
|
-
"weather forecast service": "weather forecast service"
|
|
133
|
+
"weather forecast service": "weather forecast service",
|
|
134
|
+
"Lead time of the main pump in s": "Lead time of the main pump in s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Lead time of the cistern pump in s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "días festivos Instancia",
|
|
131
131
|
"rain counter sensor": "Contador de precipitaciones en mm",
|
|
132
132
|
"start with a fixed start time": "comenzar con una hora de inicio fija",
|
|
133
|
-
"weather forecast service": "servicio de pronóstico del tiempo"
|
|
133
|
+
"weather forecast service": "servicio de pronóstico del tiempo",
|
|
134
|
+
"Lead time of the main pump in s": "Tiempo de entrega de la bomba principal en S",
|
|
135
|
+
"Lead time of the cistern pump in s": "Tiempo de entrega de la bomba de cisterna en S"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "jours fériés Instance",
|
|
131
131
|
"rain counter sensor": "Compteur de précipitations en mm",
|
|
132
132
|
"start with a fixed start time": "commencer avec une heure de début fixe",
|
|
133
|
-
"weather forecast service": "service de prévisions météorologiques"
|
|
133
|
+
"weather forecast service": "service de prévisions météorologiques",
|
|
134
|
+
"Lead time of the main pump in s": "Temps de livraison de la pompe principale en s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Temps de livraison de la pompe de la citerne en s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "istanza festiva",
|
|
131
131
|
"rain counter sensor": "Contatore delle precipitazioni in mm",
|
|
132
132
|
"start with a fixed start time": "iniziare con un orario di inizio fisso",
|
|
133
|
-
"weather forecast service": "servizio di previsioni del tempo"
|
|
133
|
+
"weather forecast service": "servizio di previsioni del tempo",
|
|
134
|
+
"Lead time of the main pump in s": "Tempo di consegna della pompa principale in s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Tempo di consegna della pompa di cisterna in s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "feestdagen exemplaar",
|
|
131
131
|
"rain counter sensor": "Neerslagmeter in mm",
|
|
132
132
|
"start with a fixed start time": "begin met een vaste starttijd",
|
|
133
|
-
"weather forecast service": "weersvoorspellingsservice"
|
|
133
|
+
"weather forecast service": "weersvoorspellingsservice",
|
|
134
|
+
"Lead time of the main pump in s": "Doorlooptijd van de hoofdpomp in S",
|
|
135
|
+
"Lead time of the cistern pump in s": "Doorlooptijd van de reserveurpomp in S"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "wystąpienie w święta państwowe",
|
|
131
131
|
"rain counter sensor": "Licznik opadów w mm",
|
|
132
132
|
"start with a fixed start time": "zacznij od ustalonego czasu rozpoczęcia",
|
|
133
|
-
"weather forecast service": "usługa prognozy pogody"
|
|
133
|
+
"weather forecast service": "usługa prognozy pogody",
|
|
134
|
+
"Lead time of the main pump in s": "Czas realizacji pompy głównej w s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Czas realizacji pompy cysterna w s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "feriados públicos Instância",
|
|
131
131
|
"rain counter sensor": "Contador de precipitação em mm",
|
|
132
132
|
"start with a fixed start time": "comece com um horário de início fixo",
|
|
133
|
-
"weather forecast service": "serviço de previsão do tempo"
|
|
133
|
+
"weather forecast service": "serviço de previsão do tempo",
|
|
134
|
+
"Lead time of the main pump in s": "Líder do tempo da bomba principal em S",
|
|
135
|
+
"Lead time of the cistern pump in s": "Líder do tempo da bomba cisterna em S"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "государственные праздники",
|
|
131
131
|
"rain counter sensor": "Счетчик осадков в мм",
|
|
132
132
|
"start with a fixed start time": "начать с фиксированного времени начала",
|
|
133
|
-
"weather forecast service": "служба прогноза погоды"
|
|
133
|
+
"weather forecast service": "служба прогноза погоды",
|
|
134
|
+
"Lead time of the main pump in s": "Время выполнения основного насоса в s",
|
|
135
|
+
"Lead time of the cistern pump in s": "Время заказа цистернного насоса в s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "державні свята Приклад",
|
|
131
131
|
"rain counter sensor": "Лічильник опадів у мм",
|
|
132
132
|
"start with a fixed start time": "почати з фіксованим часом початку",
|
|
133
|
-
"weather forecast service": "служба прогнозу погоди"
|
|
133
|
+
"weather forecast service": "служба прогнозу погоди",
|
|
134
|
+
"Lead time of the main pump in s": "Час виконання головного насоса в S",
|
|
135
|
+
"Lead time of the cistern pump in s": "Час виконання цистернного насоса в s"
|
|
134
136
|
}
|
|
@@ -130,5 +130,7 @@
|
|
|
130
130
|
"public holidays Instance": "公共假期实例",
|
|
131
131
|
"rain counter sensor": "降水计数器,单位:mm",
|
|
132
132
|
"start with a fixed start time": "从固定的开始时间开始",
|
|
133
|
-
"weather forecast service": "天气预报服务"
|
|
133
|
+
"weather forecast service": "天气预报服务",
|
|
134
|
+
"Lead time of the main pump in s": "主泵的交货时间",
|
|
135
|
+
"Lead time of the cistern pump in s": "s泵的交货时间"
|
|
134
136
|
}
|
package/admin/index_m.html
CHANGED
|
@@ -154,6 +154,11 @@
|
|
|
154
154
|
<label for="triggerMainPumpPower" class="translate"></label>
|
|
155
155
|
<span class="translate">maximum pump output of the main pump in l/h</span>
|
|
156
156
|
</div>
|
|
157
|
+
<div class="col s12 m6 l2 input-field">
|
|
158
|
+
<input type="number" class="value" id="mainPumpLeadTime" min=1 max=60 placeholder="1-60" step="1" value="15" />
|
|
159
|
+
<label for="mainPumpLeadTime" class="translate"></label>
|
|
160
|
+
<span class="translate">Lead time of the main pump in s</span>
|
|
161
|
+
</div>
|
|
157
162
|
</div>
|
|
158
163
|
<div class="row">
|
|
159
164
|
<div class="col s12 input-field">
|
|
@@ -176,6 +181,11 @@
|
|
|
176
181
|
<label for="triggerCisternPumpPower" class="translate"></label>
|
|
177
182
|
<span class="translate">maximum pump capacity of the cistern in l/h</span>
|
|
178
183
|
</div>
|
|
184
|
+
<div class="col s12 m6 l2 input-field">
|
|
185
|
+
<input type="number" class="value" id="cisternPumpLeadTime" min=1 max=60 placeholder="1-60" step="1" value="10" />
|
|
186
|
+
<label for="cisternPumpLeadTime" class="translate"></label>
|
|
187
|
+
<span class="translate">Lead time of the cistern pump in s</span>
|
|
188
|
+
</div>
|
|
179
189
|
</div>
|
|
180
190
|
<div class="row">
|
|
181
191
|
<div class="input-field col s10 m5 l5">
|
|
@@ -190,7 +200,7 @@
|
|
|
190
200
|
<input type="number" class="value" id="triggerMinCisternLevel" min=0 max=100 placeholder="0-100" step="5" />
|
|
191
201
|
<label for="triggerMinCisternLevel" class="translate"></label>
|
|
192
202
|
<span class="translate">Minimum fill level of the cysts in %</span>
|
|
193
|
-
</div>
|
|
203
|
+
</div>
|
|
194
204
|
</div>
|
|
195
205
|
</div>
|
|
196
206
|
</div>
|