iobroker.sprinklecontrol 0.2.6 → 0.2.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/.commitmessage +4 -0
- package/Lizenz +1 -1
- package/README.md +13 -6
- package/admin/index_m.html +9 -15
- package/admin/style.css +8 -0
- package/admin/words.js +118 -118
- package/docs/de/img/Extraeinstellungen.jpg +0 -0
- package/docs/de/sprinklecontrol.md +91 -54
- package/io-package.json +44 -6
- package/lib/evaporation.js +28 -32
- package/lib/myConfig.js +22 -20
- package/lib/sendMessageText.js +11 -19
- package/lib/valveControl.js +47 -61
- package/main.js +682 -606
- package/package.json +64 -62
package/.commitmessage
ADDED
package/Lizenz
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2022 Dirk Peter <dirk.peter@freenet.de>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -30,10 +30,20 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
## Changelog
|
|
33
|
+
|
|
33
34
|
<!--
|
|
34
|
-
|
|
35
|
-
|
|
35
|
+
Placeholder for the next version (at the beginning of the line):
|
|
36
|
+
### **WORK IN PROGRESS**
|
|
36
37
|
-->
|
|
38
|
+
### 0.2.9 (2022-04-10)
|
|
39
|
+
* (Dirk-Peter-md) Bug-Initialisierungsroutine
|
|
40
|
+
|
|
41
|
+
### 0.2.8 (2022-03-20)
|
|
42
|
+
* (Dirk-Peter-md) Adaptation for js controller 4
|
|
43
|
+
* (Dirk-Peter-md) switched main.js to async
|
|
44
|
+
|
|
45
|
+
### 0.2.7 (16.10.2021)
|
|
46
|
+
* (Dirk-Peter-md) zusätzliche Testnachrichten gelöscht, Readme aktualisiert
|
|
37
47
|
|
|
38
48
|
### 0.2.6 (03.10.2021)
|
|
39
49
|
* (Dirk-Peter-md) inGreenhouse in Bewässerungsverfahren "Calculation" hinzugefügt
|
|
@@ -97,12 +107,10 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
97
107
|
|
|
98
108
|
*************************************************************************************************************************************
|
|
99
109
|
|
|
100
|
-
|
|
101
|
-
|
|
102
110
|
## License
|
|
103
111
|
MIT License
|
|
104
112
|
|
|
105
|
-
Copyright (c)
|
|
113
|
+
Copyright (c) 2022 Dirk Peter <dirk.peter@freenet.de>
|
|
106
114
|
|
|
107
115
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
108
116
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -121,4 +129,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
121
129
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
122
130
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
123
131
|
SOFTWARE.
|
|
124
|
-
|
package/admin/index_m.html
CHANGED
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
<th data-name="fri" id="events_col_26" data-type="checkbox" style="width: 0" class="translate"></th>
|
|
101
101
|
<th data-name="sat" id="events_col_27" data-type="checkbox" style="width: 0" class="translate"></th>
|
|
102
102
|
<!-- **************************************** *** ******************** *** **************************************** -->
|
|
103
|
-
|
|
104
103
|
</tr>
|
|
105
104
|
</thead>
|
|
106
105
|
</table>
|
|
@@ -279,20 +278,6 @@
|
|
|
279
278
|
</div>
|
|
280
279
|
</div>
|
|
281
280
|
</div>
|
|
282
|
-
<!-- Debug Einstellungen -->
|
|
283
|
-
<div class="col s12 m6 l4">
|
|
284
|
-
<div class="row">
|
|
285
|
-
<div class="col s12">
|
|
286
|
-
<h6 class="translate sub-title">Debug settings</h6>
|
|
287
|
-
</div>
|
|
288
|
-
</div>
|
|
289
|
-
<div class="row">
|
|
290
|
-
<div class="col s4 input-field">
|
|
291
|
-
<input type="checkbox" class="value" id="debug" />
|
|
292
|
-
<span for="debug" class="translate">debug</span>
|
|
293
|
-
</div>
|
|
294
|
-
</div>
|
|
295
|
-
</div>
|
|
296
281
|
<!-- notifications on/off -->
|
|
297
282
|
<div class="col s12 m6 l4">
|
|
298
283
|
<div class="row">
|
|
@@ -313,6 +298,15 @@
|
|
|
313
298
|
<h6 class="translate sub-title">Evaporation calculation sensors</h6>
|
|
314
299
|
</div>
|
|
315
300
|
</div>
|
|
301
|
+
<div class="row">
|
|
302
|
+
<div class="col s12">
|
|
303
|
+
<div class="card-panel" style="background-color:#46a0e9; border-radius:15px;border-bottom: medium solid #174475;">
|
|
304
|
+
<span class="white-text translate">These sensors are only required for irrigation depending on the calculated evaporation values.</span>
|
|
305
|
+
<br>
|
|
306
|
+
<span class="white-text translate">If you don't use this procedure, you can leave these fields blank.</span>
|
|
307
|
+
</div>
|
|
308
|
+
</div>
|
|
309
|
+
</div>
|
|
316
310
|
<div class="row">
|
|
317
311
|
<div class="col s10 m4 l4 input-field">
|
|
318
312
|
<input type="text" class="value" id="sensorOutsideTemperature" />
|
package/admin/style.css
CHANGED
|
@@ -24,6 +24,14 @@
|
|
|
24
24
|
.m .row .col.m1 { width: 14%;}
|
|
25
25
|
#tab-area { padding-left:0;padding-right:0; margin-top: 0; margin-bottom: 1px; background-color:#174475; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) }
|
|
26
26
|
|
|
27
|
+
/* Tabs menu react-dark */
|
|
28
|
+
.m.react-dark .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
|
|
29
|
+
.m.react-dark .tabs { background-color: #272727 !important;}
|
|
30
|
+
|
|
31
|
+
/* Tabs menu react-blue */
|
|
32
|
+
.m.react-blue .tabs .tab a.active, .m .tabs .tab a:hover { color: #2196f3; }
|
|
33
|
+
.m.react-blue .tabs { background-color: #272727 !important;}
|
|
34
|
+
|
|
27
35
|
.m .col .select-wrapper + label {
|
|
28
36
|
top: -26px;
|
|
29
37
|
}
|