Notice: Undefined variable: arrConditions in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataGet.php on line 152

Warning: count(): Parameter must be an array or an object that implements Countable in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataGet.php on line 152

Notice: Undefined index: tempMaxYday in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataLoad.php on line 68

Notice: Undefined index: tempMinYday in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataLoad.php on line 69

Notice: Undefined index: tempMinYday in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataLoad.php on line 69

Warning: A non-numeric value encountered in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataLoad.php on line 170

Warning: A non-numeric value encountered in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/wsDataLoad.php on line 170

Lesvos Island / Mitilini / Pligoni / SV8DTD



Thunder radar blitzortung!


Rain radar rain snow radar


Visit our other weather sites:

Template documentation
and downloads

And another site



There is a communication problem. Go directly to the Meteoalarm site : www.meteoalarm.eu and check the Weather-warnings there .

Display key values and files

uploadMH/todayTags.php - dated: 09-02-2023 00:46


Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home/sv2bzq/domains/mitilini.sv2bzq.gr/public_html/weather2/printSite.php on line 140
1
2
3
4
5
6
7
8
9
10
11
12
13
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<?php
#-----------------------------------------------------------------------
# display source of script if requested so
#-----------------------------------------------------------------------
if (isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) {
   
$filenameReal __FILE__;
   
$download_size filesize($filenameReal);
   
header('Pragma: public');
   
header('Cache-Control: private');
   
header('Cache-Control: no-cache, must-revalidate');
   
header("Content-type: text/plain");
   
header("Accept-Ranges: bytes");
   
header("Content-Length: $download_size");
   
header('Connection: close');
   
readfile($filenameReal);
   exit;
}
$pageName    'todayTags.php';
if (!isset(
$SITE)){echo "<h3>invalid call to script $pageName</h3>";exit;}
$pageVersion    '2.6 2015-11-06 14:48:57 ';
$SITE['wsModules'][$pageName] = 'version: ' $pageVersion;
$pageFile basename(__FILE__);            // check to see this is the real script
if ($pageFile <> $pageName) {$SITE['wsModules'][$pageFile]    = 'this file loaded instead of '.$pageName;}
echo 
'<!-- module '.$pageFile.' ==== '.$SITE['wsModules'][$pageFile]." -->".PHP_EOL;
#-----------------------------------------------------------------------
# 3.00 2014-09-22 release version
# --------------------------------------- version ----------------------
$ws['tags.php']        = $pageName.'-'.$pageVersion;
$ws['tagsToday']    = $pageName.'-'.$pageVersion;
# ----------------------------------------------------------------------
$ws['actTime']        = '20160609065527';
# ------------------------------------------ temperature ---------------
$ws['tempMinTodayTime']    = '20160609054535';
$ws['tempMinMonthTime']    = '20160609054535';
$ws['tempMinYearTime']    = '20160101072755';
$ws['tempMaxTodayTime']    = '20160609000454';
$ws['tempMaxMonthTime']    = '20160602153255';
$ws['tempMaxYearTime']    = '20160602153255';
$ws['dewpMinTodayTime']    = '20160609004405';
$ws['dewpMaxTodayTime']    = '20160609042057';
$ws['heatMaxTodayTime']    = '20160609000454';
$ws['heatMaxMonthTime']    = '20160602153255';
$ws['heatMaxYearTime']    = '20160602153255';
$ws['chilMinTodayTime']    = '20160609054633';
$ws['chilMinMonthTime'] = '20160609054633';
$ws['chilMinYearTime']    = '20160118125836';


if (
$SITE['uomTemp'] == '&deg;F'){  // other one is centigrade 
    
$ws['tempAct']        = '63.5';
    
$ws['tempActInside']    = '0';
    
$ws['tempActExtra1']    = '0';    
    
$ws['tempDelta']    = '2.3';
    
$ws['tempToday']    = '61.8';
    
$ws['tempMinToday']    = '60.3';
    
$ws['tempMinMonth']    = '60.3';
    
$ws['tempMinYear']    = '30.2';
    
$ws['tempMaxToday']    = '63.3';
    
$ws['tempMaxMonth']    = '97.0';
    
$ws['tempMaxYear']    = '97.0';

    
$ws['dewpAct']      = '50.2';
    
$ws['dewpDelta']    = '-0.2';
    
$ws['dewpMinToday']      = '47.8';
    
$ws['dewpMaxToday']      = '52.2';

    
$ws['heatAct']      = '63.5';
    
$ws['heatDelta']    = '2.3';
    
$ws['heatMaxToday']    = '63.3';
    
$ws['heatMaxMonth']    = '97.0';
    
$ws['heatMaxYear']    = '97.0';
    
    
$ws['chilAct']        = '63.0';
    
$ws['chilDelta']    = '35.1';
    
$ws['chilMinToday']    = '58.8';
    
$ws['chilMinMonth']    = '58.8';
    
$ws['chilMinYear']    = '17.1';

    
$ws['hudxAct']         = '65.8';
    
$ws['hudxDelta']     = '2.3';
    
$ws['hudxMaxToday']     = '65.8';
    
$ws['hudxMaxMonth']     = '99.5';
    
$ws['hudxMaxYear']     = '102.2';
} else {
    
$ws['tempAct']        = '17.5';
    
$ws['tempActInside']    = '[actual_thb0_temp_c]';
    
$ws['tempActExtra1']    = '0';
    
$ws['tempDelta']    = '1.3';
    
$ws['tempToday']    = '16.6';
    
$ws['tempMinToday']    = '15.7';
    
$ws['tempMinMonth']    = '15.7';
    
$ws['tempMinYear']    = '-1.0';
    
$ws['tempMaxToday']    = '17.4';
    
$ws['tempMaxMonth']    = '36.1';
    
$ws['tempMaxYear']    = '36.1';

    
$ws['dewpAct']      = '10.1';
    
$ws['dewpDelta']    = '-0.1';
    
$ws['dewpMinToday']      = '8.8';
    
$ws['dewpMaxToday']      = '11.2';

    
$ws['heatAct']      = '17.5';
    
$ws['heatDelta']    = '1.3';
    
$ws['heatMaxToday']    = '17.4';
    
$ws['heatMaxMonth']    = '36.1';
    
$ws['heatMaxYear']    = '36.1';
    
    
$ws['chilAct']        = '17.2';
    
$ws['chilDelta']    = '1.7';
    
$ws['chilMinToday']    = '14.9';
    
$ws['chilMinMonth']    = '14.9';
    
$ws['chilMinYear']    = '-8.3';

    
$ws['hudxAct']         = '18.8';
    
$ws['hudxDelta']     = '1.3';
    
$ws['hudxMaxToday']     = '18.8';
    
$ws['hudxMaxMonth']     = '37.5';
    
$ws['hudxMaxYear']     = '39.0';
}
# ------------------------------------------ pressure / baro -----------
$ws['baroMinTodayTime']        = '[day1_thb0_sealevelmin_time]';
$ws['baroMinMonthTime']        = '20160605135824';
$ws['baroMinYearTime']        = '20160112215020';
$ws['baroMaxTodayTime']        = '[day1_thb0_sealevelmax_time]';
$ws['baroMaxYearTime']        = '20160123223525';
$ws['baroMaxMonthTime']        = '20160605135824';
if (
$SITE['uomBaro'] == ' inHg'){  // ' hPa', of ' mb', of ' inHg'
    
$ws['baroAct']         = '[actual_thb0_sealevel_inhg]';
    
$ws['baroDelta']    = '[last60m_thb0_seapressdelta_inhg]';
    
$ws['baroMinToday']    = '[day1_thb0_sealevelmin_inhg]';
    
$ws['baroMinMonth']    = '22.89';
    
$ws['baroMinYear']     = '13.06';    
    
$ws['baroMaxToday']    = '[day1_thb0_sealevelmax_inhg]';
    
$ws['baroMaxMonth']    = '22.89';
    
$ws['baroMaxYear']     = '30.51';
} else {  
// default hpa equal to mb
    
$ws['baroAct']         = '[actual_thb0_sealevel_hpa]';
    
$ws['baroDelta']    = '[last60m_thb0_seapressdelta_hpa]';
    
$ws['baroMinToday']    = '[day1_thb0_sealevelmin_hpa]';
    
$ws['baroMinMonth']    = '775.1';
    
$ws['baroMinYear']     = '442.3';    
    
$ws['baroMaxToday']    = '[day1_thb0_sealevelmax_hpa]';
    
$ws['baroMaxMonth']    = '775.1';
    
$ws['baroMaxYear']     = '1033.2';
}
# ------------------------------------------ humidity  -----------------
$ws['humiMinTodayTime ']    = '20160609004405';
$ws['humiMaxTodayTime']     = '20160609042057';
$ws['humiAct']            = '62';
$ws['humiDelta']        = '0';
$ws['humiDelta']        = $ws['humiAct'] - '64.6';
$ws['humiMinToday']         = '58.0';
$ws['humiMaxToday']        = '72.0';
# ------------------------------------------ rain  ---------------------
$ws['rainDayMnth']         = '1';
$ws['rainDayYear']         = '57';
if (
$SITE['uomRain'] == ' in') {    // =' mm', =' in'
    
$ws['rainRateAct']     = '0.00';
    
$ws['rainRateToday']     = '0.00';
    
$ws['rainHour']        = '0.00';
    
$ws['rainToday']    = '0.00';
    
$ws['rainMonth']    = '0.15';
    
$ws['rainYear']        = '192.21';
# ------------------------------------------ EVAPOTRANSPIRATION --------
    
$ws['etToday']         = '0.000';
    
$ws['etMonth']         = '0.000';
} else {
    
$ws['rainRateAct']     = '0.0';
    
$ws['rainRateToday']     = '0.0';
    
$ws['rainHour']        = '0.00';
    
$ws['rainToday']    = '0.00';
    
$ws['rainMonth']    = '3.90';
    
$ws['rainYear']        = '4882.20';
# ------------------------------------------ EVAPOTRANSPIRATION --------
    
$ws['etToday']         = '0.00';
    
$ws['etMonth']         = '0.00';
}
# ------------------------------------------ wind  ---------------------
$ws['windActDsc']        = 'N';
$ws['windBeafort']        = '2';
$ws['gustMaxTodayTime']        = '20160609003023';
$ws['gustMaxMonthTime']        = '20160608193700';
$ws['gustMaxYearTime']        = '20160330140458';
if (
$SITE['uomWind'] == ' km/h') {     // =' km/h', =' kts', =' m/s', =' mph'
    
$ws['windAct']        = '8.6';
    
$ws['gustAct']        = '14.8';
    
$ws['gustActX']        = '12.8';   // to correct max a few code lines ahead    
    
$ws['gustMaxHour']    = '18.4';    
    
$ws['gustMaxToday']    = '28.1';
    
$ws['gustMaxMonth']    = '43.9';
    
$ws['gustMaxYear']    = '92.2';    
}  else if (
$SITE['uomWind'] == ' kts') {
    
$ws['windAct']        = '4.7';
    
$ws['gustAct']        = '8.0';
    
$ws['gustActX']        = '6.9';
    
$ws['gustMaxHour']    = '9.9';    
    
$ws['gustMaxToday']    = '15.2';
    
$ws['gustMaxMonth']    = '23.7';
    
$ws['gustMaxYear']    = '49.8';    
}  else if (
$SITE['uomWind'] == ' mph') {
    
$ws['windAct']        = '5.4';
    
$ws['gustAct']        = '9.2';
    
$ws['gustActX']        = '7.9';
    
$ws['gustMaxHour']    = '11.4';    
    
$ws['gustMaxToday']    = '17.4';
    
$ws['gustMaxMonth']    = '27.3';
    
$ws['gustMaxYear']    = '57.3';    
} else {    
// m/s default
    
$ws['windAct']        = '2.4';
    
$ws['gustAct']        = '4.1';
    
$ws['gustActX']        = '3.5'
    
$ws['gustMaxHour']    = '5.1';    
    
$ws['gustMaxToday']    = '7.8';
    
$ws['gustMaxMonth']    = '12.2';
    
$ws['gustMaxYear']    = '25.6';    

}
if (
$ws['gustAct'] <= $ws['gustActX'])    {$ws['gustAct'] = $ws['gustActX'];}
if (
$ws['gustAct'] <= $ws['windAct'])    {$ws['gustAct'] = $ws['windAct'];}
# ------------------------------------------  UV   ---------------------
$ws['uvMaxTodayTime']         = '20160609002100';
$ws['uvMaxMonthTime']         = '20160602135113';
$ws['uvMaxYearTime']         = '20160527234050';
$ws['uvAct']            = '0.0';
$ws['uvMaxToday']        = '2.0';
$ws['uvMaxMonth']        = '2.0';
$ws['uvMaxYear']        = '15.0';
# ------------------------------------------ Solar  --------------------
$ws['solarMaxTodayTime']     = '20160609002100';
$ws['solarMaxMonthTime']     = '20160602135113';
$ws['solarMaxYearTime']     = '20160514152504';
$ws['solarAct']            = '115.0';
$ws['solActPerc']        = '0';
$ws['solarMaxToday']        = '1175';
$ws['solarMaxMonth']        = '1175';
$ws['solarMaxYear']        = '1175';
# ------------------------------------------ cloud height --------------
if ($SITE['uomHeight'] = 'ft') {
    
$ws['cloudHeight']    = '2960';
} else {
    
$ws['cloudHeight']    = '925';
}
# ------------------------------------------ forecasts -----------------
$ws['fcstWD']               = '[actual_thb0_fc_wdlive]';
$ws['fcstTxt']               = '[actual_thb0_fc_text]:--';
# ------------------------------------------ sun and moon --------------
$ws['sunrise']            = '05:47';
$ws['sunset']            = '20:39';
$ws['moonrise']            = '10:16';
$ws['moonset']            = '0';
$ws['lunarPhase']        = '1';
$ws['lunarPhasePerc']        = '20.7';
$ws['lunarAge']            = '4';
# ------------------------------------------ some more -----------------
$ws['wsVersion']        = '5.0p b176';
$ws['wsHardware']         = 'Raspberry PI Model B+';
$ws['wsUptime']            = '24748';

#-----------------------------------------------------------------------
# extras for soil measurement MH wsTodayTags.php
# 1.01h 2012-08-15 added soil  moistere + temp  & leaf moistere readings
#-----------------------------------------------------------------------
if ($SITE['uomTemp'] == '&deg;F'){  // other one is centigrade  
    # Temp sensor 1 actual value
    
$ws['soilTempAct'][1]        = '[actual_none_temp_f]';
    
# Temp sensor 1 maximum value for today month  year  alltime
    
$ws['soilTempMaxToday'][1]    = '[day1_none_tempmax_f]';
    
$ws['soilTempMaxMonth'][1]    = '[month1_none_tempmax_f]';
    
$ws['soilTempMaxYear'][1]    = '[year1_none_tempmax_f]';
    
$ws['soilTempMaxAlltime'][1]    = '[alltime_none_tempmax_f]';
    
# Temp sensor 1 minimum values 
    
$ws['soilTempMinToday'][1]    = '[day1_none_tempmin_f]';
    
$ws['soilTempMinMonth'][1]    = '[month1_none_tempmin_f]';
    
$ws['soilTempMinYear'][1]    = '[year1_none_tempmin_f]';
    
$ws['soilTempMinAlltime'][1]    = '[alltime_none_tempmin_f]';
} else {
    
$ws['soilTempAct'][1]        = '[actual_none_temp_c]';
    
$ws['soilTempMaxToday'][1]    = '[day1_none_tempmax_c]';
    
$ws['soilTempMaxMonth'][1]    = '[month1_none_tempmax_c]';
    
$ws['soilTempMaxYear'][1]    = '[year1_none_tempmax_c]';
    
$ws['soilTempMaxAlltime'][1]    = '[alltime_none_tempmax_c]';
    
$ws['soilTempMinToday'][1]    = '[day1_none_tempmin_c]';
    
$ws['soilTempMinMonth'][1]    = '[month1_none_tempmin_c]';
    
$ws['soilTempMinYear'][1]    = '[year1_none_tempmin_c]';
    
$ws['soilTempMinAlltime'][1]    = '[alltime_none_tempmin_c]';
}
$ws['soilTempMaxTodayTime'][1]    = '[day1_none_tempmax_time]';
$ws['soilTempMaxMonthTime'][1]    = '[month1_none_tempmax_time]';
$ws['soilTempMaxYearTime'][1]    = '[year1_none_tempmax_time]';
$ws['soilTempMaxAlltimeTime'][1]= '[alltime_none_tempmax_time]';
$ws['soilTempMinTodayTime'][1]    = '[day1_none_tempmin_time]';
$ws['soilTempMinMonthTime'][1]    = '[month1_none_tempmin_time]';
$ws['soilTempMinYearTime'][1]    = '[year1_none_tempmin_time]';
$ws['soilTempMinAlltimeTime'][1]= '[alltime_none_tempmin_time]';
#
# Moisture sensor 1 actual value
$ws['moistAct'][1]        = '[actual_none_hum_rel]';
# Moisture sensor 1 max values for today month and year alltime
$ws['moistMaxToday'][1]        = '[day1_none_hummax_rel]';
$ws['moistMaxMonth'][1]        = '[month1_none_hummax_rel]';
$ws['moistMaxYear'][1]        = '[year1_none_hummax_rel]';
$ws['moistMaxAlltime'][1]    = '[alltime_none_hummax_rel]';
$ws['moistMaxTodayTime'][1]    = '[day1_none_hummax_time]';
$ws['moistMaxMonthTime'][1]    = '[month1_none_hummax_time]';
$ws['moistMaxYearTime'][1]    = '[year1_none_hummax_time]';
$ws['moistMaxAlltimeTime'][1]    = '[alltime_none_hummax_time]';
# Moisture sensor 1 min values for today month and year alltime
$ws['moistMinToday'][1]        = '[day1_none_hummin_rel]';
$ws['moistMinMonth'][1]        = '[month1_none_hummin_rel]';
$ws['moistMinYear'][1]        = '[year1_none_hummin_rel]';
$ws['moistMinAlltime'][1]    = '[alltime_none_hummin_rel]';
$ws['moistMinTodayTime'][1]    = '[day1_none_hummin_time]';
$ws['moistminMonthTime'][1]    = '[month1_none_hummin_time]';
$ws['moistMinYearTime'][1]    = '[year1_none_hummin_time]';
$ws['moistMinAlltimeTime'][1]    = '[alltime_none_hummin_time]';

#-----------------------------------------------------------------------

if ($SITE['uomTemp'] == '&deg;F'){  // other one is centigrade   // '[]';
    # Temp sensor 2 actual value
    
$ws['soilTempAct'][2]        = '[actual_none_temp_f]';
    
# Temp sensor 1 maximum value for today month  year  alltime
    
$ws['soilTempMaxToday'][2]    = '[day1_none_tempmax_f]';
    
$ws['soilTempMaxMonth'][2]    = '[month1_none_tempmax_f]';
    
$ws['soilTempMaxYear'][2]    = '[year1_none_tempmax_f]';
    
$ws['soilTempMaxAlltime'][2]    = '[alltime_none_tempmax_f]';
    
# Temp sensor 1 minimum values 
    
$ws['soilTempMinToday'][2]    = '[day1_none_tempmin_f]';
    
$ws['soilTempMinMonth'][2]    = '[month1_none_tempmin_f]';
    
$ws['soilTempMinYear'][2]    = '[year1_none_tempmin_f]';
    
$ws['soilTempMinAlltime'][2]    = '[alltime_none_tempmin_f]';
} else {
    
$ws['soilTempAct'][2]        = '[actual_none_temp_c]';
    
$ws['soilTempMaxToday'][2]    = '[day1_none_tempmax_c]';
    
$ws['soilTempMaxMonth'][2]    = '[month1_none_tempmax_c]';
    
$ws['soilTempMaxYear'][2]    = '[year1_none_tempmax_c]';
    
$ws['soilTempMaxAlltime'][2]    = '[alltime_none_tempmax_c]';
    
$ws['soilTempMinToday'][2]    = '[day1_none_tempmin_c]';
    
$ws['soilTempMinMonth'][2]    = '[month1_none_tempmin_c]';
    
$ws['soilTempMinYear'][2]    = '[year1_none_tempmin_c]';
    
$ws['soilTempMinAlltime'][2]    = '[alltime_none_tempmin_c]';
}
$ws['soilTempMaxTodayTime'][2]    = '[day1_none_tempmax_time]';
$ws['soilTempMaxMonthTime'][2]    = '[month1_none_tempmax_time]';
$ws['soilTempMaxYearTime'][2]    = '[year1_none_tempmax_time]';
$ws['soilTempMaxAlltimeTime'][2]= '[alltime_none_tempmax_time]';
$ws['soilTempMinTodayTime'][2]    = '[day1_none_tempmin_time]';
$ws['soilTempMinMonthTime'][2]    = '[month1_none_tempmin_time]';
$ws['soilTempMinYearTime'][2]    = '[year1_none_tempmin_time]';
$ws['soilTempMinAlltimeTime'][2]= '[alltime_none_tempmin_time]';

#
# Moisture sensor 2 actual value
$ws['moistAct'][2]        = '[actual_none_hum_rel]';
# Moisture sensor 1 max values for today month and year alltime
$ws['moistMaxToday'][2]        = '[day1_none_hummax_rel]';
$ws['moistMaxMonth'][2]        = '[month1_none_hummax_rel]';
$ws['moistMaxYear'][2]        = '[year1_none_hummax_rel]';
$ws['moistMaxAlltime'][2]    = '[alltime_none_hummax_rel]';
$ws['moistMaxTodayTime'][2]    = '[day1_none_hummax_time]';
$ws['moistMaxMonthTime'][2]    = '[month1_none_hummax_time]';
$ws['moistMaxYearTime'][2]    = '[year1_none_hummax_time]';
$ws['moistMaxAlltimeTime'][2]    = '[alltime_none_hummax_time]';
# Moisture sensor 1 min values for today month and year alltime
$ws['moistMinToday'][2]        = '[day1_none_hummin_rel]';
$ws['moistMinMonth'][2]        = '[month1_none_hummin_rel]';
$ws['moistMinYear'][2]        = '[year1_none_hummin_rel]';
$ws['moistMinAlltime'][2]    = '[alltime_none_hummin_rel]';
$ws['moistMinTodayTime'][2]    = '[day1_none_hummin_time]';
$ws['moistMinMonthTime'][2]    = '[month1_none_hummin_time]';
$ws['moistMinYearTime'][2]    = '[year1_none_hummin_time]';
$ws['moistMinAlltimeTime'][2]    = '[alltime_none_hummin_time]';

#-----------------------------------------------------------------------
# leaf sensor 1 - 4   Only one supported yet  , adjust for extra sensors

$ws['leafAct'][1]        = '[actual_none_hum_rel]';
$ws['leafWetLast10'][1]     = '[xx]';    // Minutes last 10 minutes leaf wetness was above zero
$ws['leafWetLast60'][1]     = '[xx]';    // Minutes last 10 minutes leaf wetness was above zero

$ws['leafMaxToday'][1]        = '[day1_none_hummax_rel]';
$ws['leafMaxMonth'][1]        = '[month1_none_hummax_rel]';
$ws['leafMaxYear'][1]        = '[year1_none_hummax_rel]';
$ws['leafMaxYear'][1]        = '[alltime_none_hummax_rel]';

$ws['leafMinToday'][1]        = '[day1_none_hummin_rel]';
$ws['leafMinMonth'][1]        = '[month1_none_hummin_rel]';
$ws['leafMinYear'][1]        = '[year1_none_hummin_rel]';
$ws['leafMinActual'][1]        = '[alltime_none_hummin_rel]';

$ws['leafMaxTodayTime'][1]    = '[day1_none_hummax_time]';
$ws['leafMaxMonthTime'][1]    = '[month1_none_hummax_time]'
$ws['leafMaxYearTime'][1]    = '[year1_none_hummax_time]'
$ws['leafMaxAlltimeTime'][1]    = '[alltime_none_hummax_time]'

$ws['leafMminTodayTime'][1]    = '[day1_none_hummin_time]';
$ws['leafMminMonthTime'][1]    = '[month1_none_hummin_time]'
$ws['leafMminYearTime'][1]    = '[year1_none_hummin_time]'
$ws['leafMminAlltimeTime'][1]    = '[alltime_none_hummin_time]'

# ------------------------------------------ for trendpage -------------
$ws['seqmin1_temp']         = '17.4 17.2 17.2 17.2 17.3 17.1 17.1 17.1 17.2 17.0 17.0 17.0 17.2 17.0 17.0 17.1 17.1 17.0 17.0 17.0 17.0 17.0 17.0 17.0 17.2 17.0 17.0 17.0 17.1 16.9 16.8 16.9 17.0 16.8 16.7 16.7 16.7 16.6 16.5 16.6 16.6 16.4 16.3 16.3 16.5 16.2 16.2 16.2 16.2 16.1 16.1 16.0 16.0 16.0 16.0 16.0 16.0 15.9 15.9 ';
$ws['seqmin1_windspeed']     = '4.3 4.1 3.7 4.7 6.4 5.2 5.5 4.3 3.3 3.6 5.5 3.9 3.9 5.5 4.4 3.0 3.9 3.6 3.8 3.8 5.6 5.6 4.8 3.9 3.3 3.3 4.8 4.3 6.1 2.3 3.0 3.9 5.0 4.2 4.5 3.3 3.3 3.3 3.3 1.8 2.0 2.0 3.3 1.9 2.7 3.2 2.9 3.5 3.3 1.7 4.1 5.4 5.0 4.3 4.1 3.3 3.3 2.9 3.1 ';
$ws['seqmin1_gustspeed']    = '6.3 4.9 5.5 8.9 10.4 7.0 8.0 9.1 5.9 6.2 6.8 6.6 6.6 8.7 7.3 5.6 6.5 5.6 6.3 6.1 8.6 8.6 9.6 6.6 6.0 5.6 7.3 7.9 8.3 3.6 4.5 7.7 7.0 5.9 6.3 6.5 5.8 5.7 6.0 3.7 4.3 4.3 5.3 3.9 4.4 4.8 5.7 6.5 5.2 3.3 6.1 8.2 7.2 9.2 6.8 4.7 4.7 6.1 6.2 ';
$ws['seqmin1_windmaindir']     = '0 0 293 0 293 23 23 45 45 45 0 0 45 315 45 45 135 315 0 135 0 0 68 225 338 0 0 0 45 68 0 270 0 45 68 293 293 23 0 45 45 45 338 0 158 0 270 293 225 0 315 338 45 45 248 0 270 0 0 ';
$ws['seqmin1_hum']        = '62.0 62.0 61.2 61.2 62.0 62.0 62.8 63.0 63.0 63.0 63.0 62.0 63.0 63.0 63.0 63.0 63.0 63.0 62.2 62.0 62.0 62.0 62.0 62.0 62.0 62.0 62.8 62.0 62.2 63.0 63.0 63.8 64.5 65.0 64.2 64.2 65.0 65.0 65.0 65.0 64.5 64.0 64.8 65.0 65.0 65.8 66.0 66.0 66.0 66.0 66.0 66.2 67.0 67.0 67.8 68.0 68.0 68.8 69.0 ';
$ws['seqmin1_press']        = '-';
$ws['seqmin1_raintotal']    = '0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ';
$ws['seqmin1_UV']        = '0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ';
$ws['seqmin1_solar']        = '79.2 41.5 72.0 78.0 46.0 64.5 86.4 86.5 68.0 37.0 31.5 33.0 51.2 61.0 43.0 28.0 30.0 28.5 25.6 26.0 47.5 46.0 44.5 44.0 22.0 23.8 42.0 41.0 22.5 23.0 38.0 50.8 49.0 47.0 32.5 30.0 40.0 25.8 26.0 34.0 32.0 30.0 28.0 26.0 23.8 22.0 20.0 18.5 17.0 15.0 13.4 12.0 10.5 9.0 6.5 4.0 3.0 2.5 2.0 ';

$ws['seqmin15_temp']         = '17.1 16.9 16.4 15.9 15.8 16.0 16.1 16.3 16.3 16.3 16.3 16.3 16.3 16.4 16.6 16.6 16.5 16.6 16.6 16.7 16.8 16.9 17.0 17.1 17.2 17.3 17.4 17.5 17.5 17.6 17.8 17.9 18.1 18.2 18.3 18.5 18.7 19.0 19.2 19.5 19.7 19.9 20.3 21.1 21.9 22.2 22.4 22.6 22.8 23.3 23.2 23.1 23.5 23.6 23.5 23.7 23.7 23.5 23.3 23.2 23.3 23.5 23.5 23.3 23.2 23.2 22.9 22.7 22.7 22.5 22.4 22.2 22.1 21.8 21.6 21.3 21.2 21.2 21.0 20.8 20.6 20.5 20.6 20.5 20.2 19.9 19.9 19.6 19.5 19.5 19.4 19.5 19.1 18.8 ';
$ws['seqmin15_windspeed']     = '4.2 4.1 2.8 3.8 2.9 3.5 3.9 4.8 5.0 5.3 4.8 5.2 5.7 5.8 6.8 5.2 5.1 4.2 4.5 3.9 5.5 5.0 6.0 6.1 6.5 6.5 7.1 6.9 8.0 8.1 7.1 8.1 9.5 8.8 10.1 10.0 10.2 9.6 10.6 9.2 9.5 10.3 8.7 9.6 9.6 9.5 10.1 9.6 9.7 8.2 8.9 9.1 8.8 8.3 7.6 8.4 7.5 8.0 9.5 9.3 8.4 8.3 7.6 8.4 7.7 8.1 7.9 8.2 8.0 8.6 8.0 8.8 7.8 8.7 9.0 8.6 9.1 8.3 8.6 9.1 8.9 8.8 7.5 6.2 6.8 7.2 7.6 6.7 8.2 6.4 7.3 5.4 5.9 5.9 ';
$ws['seqmin15_gustspeed']    = '6.9 6.7 5.0 6.6 4.8 5.7 7.1 7.8 8.1 8.3 8.0 8.5 8.7 9.7 10.0 7.9 8.0 7.2 7.3 6.6 8.4 8.6 9.0 9.5 10.8 9.7 10.3 10.8 12.8 13.2 10.5 12.8 14.1 13.0 15.3 16.4 15.7 16.3 16.0 14.7 15.2 15.8 13.1 15.7 14.9 15.5 15.5 14.8 14.9 12.5 14.3 13.9 14.1 12.2 12.1 13.3 11.0 12.9 13.8 13.9 12.9 13.5 12.0 12.9 11.7 12.3 12.0 12.6 11.7 13.5 12.0 13.5 12.5 12.8 13.3 12.8 13.5 13.2 13.5 13.7 13.4 12.9 11.9 9.9 10.7 11.7 12.2 11.1 12.7 9.9 11.1 8.9 9.2 9.7 ';
$ws['seqmin15_windmaindir']     = '45 0 0 0 0 0 338 0 0 0 0 0 0 0 45 0 0 0 0 0 0 0 45 0 0 45 90 45 45 0 0 0 45 45 0 45 45 45 45 45 90 0 90 45 45 45 45 45 45 0 0 45 0 0 45 0 0 45 45 45 45 45 45 90 45 45 90 45 45 45 45 45 0 45 45 45 0 90 45 45 0 0 0 45 0 0 0 45 0 0 315 23 0 0 ';
$ws['seqmin15_hum']        = '62.7 63.0 65.3 68.2 69.1 68.1 68.0 69.6 71.5 70.2 70.3 69.6 68.9 67.5 66.3 66.2 64.7 65.0 65.3 65.0 63.6 62.2 61.0 60.5 59.9 61.4 60.8 61.1 60.7 60.8 61.0 59.7 58.1 58.3 58.3 58.7 57.8 56.4 54.2 50.5 51.2 53.2 50.3 45.1 42.2 39.7 38.8 39.7 40.5 40.1 37.7 38.6 37.4 37.1 37.8 38.2 38.2 38.9 39.9 39.3 40.1 38.2 39.7 40.0 39.6 40.4 41.1 41.3 40.9 40.4 39.5 39.8 39.2 41.7 42.4 42.1 42.3 43.2 44.9 45.3 46.4 47.2 45.6 45.3 46.9 49.2 50.9 49.3 49.7 50.0 49.3 49.0 50.1 52.4 ';
$ws['seqmin15_press']        = '-';
$ws['seqmin15_raintotal']    = '0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ';
$ws['seqmin15_UV']        = '0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.6 0.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ';
$ws['seqmin15_solar']        = '46.0 37.1 24.6 3.6 0.0 0.0 0.0 0.0 0.0 0.0 18.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18.7 0.0 0.0 0.0 18.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.8 6.0 12.3 23.6 52.7 63.6 77.8 96.1 124.0 151.5 180.3 208.5 236.7 267.6 297.0 324.8 353.4 378.5 403.5 426.5 449.5 472.0 492.0 508.2 522.2 536.9 546.7 555.5 562.0 566.1 568.0 565.8 562.9 555.0 527.6 536.3 524.7 510.6 492.3 477.1 462.1 451.9 442.1 424.2 404.7 367.0 307.8 268.8 235.2 208.1 188.9 176.0 168.4 155.3 ';

$ws['seqday1_rain_total']    = '0.00 0.00 3.90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12.30 2.70 0.00 0.00 0.00 0.00 1.80 0.00 3.90 0.30 0.90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 9.90 0.00 0.00 0.00 0.00 0.00 ';
$ws['seqmonth1_rain_total']    = '31.80 9.60 245.10 4326.90 264.90 3.00 71.10 ';
$ws['seqday1_tempMin_total']    = '17.3 19.5 20.2 19.3 19.2 20.1 19.9 19.0 20.5 19.3 17.4 16.5 17.2 17.0 17.1 15.6 15.1 14.2 16.1 15.1 14.5 14.7 16.1 16.2 17.3 18.3 18.8 16.8 16.0 16.3 15.6 16.8 13.1 12.9 12.4 13.3 16.3 13.8 13.7 15.7 17.8 ';
$ws['seqday1_tempMax_total']    = '24.0 27.5 27.7 32.6 31.4 33.2 36.1 32.4 34.3 32.2 33.1 28.2 26.8 26.8 26.6 29.6 27.8 20.9 24.3 28.8 27.3 24.4 26.1 28.7 28.2 27.0 27.4 27.1 27.1 24.6 26.0 17.1 22.2 18.9 18.3 19.4 21.6 21.6 23.0 23.3 19.3 ';

$ws['check_ok']         = '3.00';
// end of todayTtags.txt/todayTtags.php
?>

uploadMH/ydayTags.php can not be found


You find our weather info also at:


European Weather Network

Weather Underground

Citizen Weather Observer Program (CWOP)

Equipment we use:


Weather-station
Davis VP2

Weather-program
Meteohub

Weather-server
RaspBerry PI

Provider
My provider

Davis VP2

Meteohub

RaspBerry PI

My provider