Hi Gary … Thank you again !!
clientraw.txt location now changed (Thanks!!) Everything working like a charm … (day max/min outTemp times, dewpoint) Probably was the ajaxWEEWXwx.js because when I downloaded again and reinstall it all issues disappeared For my dashboard at https://tagarades-weather.epizy.com/WD/index.php I have downloaded the World Template .ZIP <https://saratoga-weather.org/wxtemplates/Base-World.zip> and the WeeWX .ZIP <https://saratoga-weather.org/wxtemplates/WEEWX-plugin.zip> (updated every 2,5min - archive interval-ftp) -is your Saratoga dashboard publicly accessible?---- I think yes , have you tried to access and faced some problem?? If you cant use the clientraw parser script try this address https://northmeteo.gr/weather_stations/tagarades/ (updated every 50 sec due to http post -post_clientraw) When I used the weewx-wd I changed wind [values] in ajaxWEEWXwx.js file because I had a problem that I cant remember and somewhere I read that is better to change var gust , var wind, with [2] and [1] (I guess that it was wrong) Anyway now I changed these to normal only in /WD address above Now I have 2 equal values for wind and gust all the time and the same I noticed in https://saratoga-weather.org/weewx/wxindex.php On Wednesday, March 9, 2022 at 1:38:00 PM UTC+2 gjr80 wrote: > Hi, > > I've spent a bit of time today observing your clientraw.txt and > Belchertown web site. On thing I have noted is that your clientraw.txt > only updates approximately every 1.5 to 2.5 minutes. This suggests that > loop packets are not coming in very often and they arrive irregularly. This > could be causing some odd effects, in particular with wind where there a > couple of fields that are calculated as aggregates over one minute. It > might be useful to see what loop packets you have coming in and what their > contents are. To do this stop WeeWX and then run WeeWX directly > <http://weewx.com/docs/usersguide.htm#Running_directly>. This will > display loop packets (lines starting with LOOP:) and archive records (lines > starting with REC:) on your console. If you like let WeeWX run for 15 > minutes or so and capture and post the screen out (as text). > > Just hitting the issues you have noted so far: > > clientraw.txt location. Can be controlled with the rtcr_path config items > as per my previous post. Any luck with this? > > day max/min outTemp times. As you posted earlier these time are now > updating. Throughout today (9th) when I have looked at your clientraw.txt > the max/min outTemp times have been correct. It is possible to have some > discrepancies with these values when WeeWX is first started but I'm not > sure that is what was happening here. I suggest we monitor this for the > next couple of days, particularly for the rest of the day after a WeeWX > restart. If the issue comes back I can give you an instrumented version of > rtcr.py to give us more detail on exactly what is happening. > > dewpoint. Appears to be fine as far as I can tell, every time I have > looked the dewpoint value in clientraw.txt has agreed with your station. > > avg wind speed/wind gust speed discrepancies. I gather here you are > looking at the Saratoga or Alternate dashboard? (is your Saratoga dashboard > publicly accessible? If it is could we have the address or if you don't > wish to make it public could you advise me via 'reply to author' or by > email to gjroderick at gmail dot com. There is a wealth of debug > information built into the dashboard). If I understand you correctly you > originally had field 140 (max gust in last minute) as average speed on the > dashboard but changed it to field 1 (average wind speed in last 60 > seconds). You also had field 1 (average wind speed in last 60 seconds) as > gust speed on the dashboard but changed it to field 2 (current wind speed). > If that is the case I am not surprised you were initially seeing average > wind speed higher than the gust speed as the you had a gust speed field > displaying as average and an average speed field displaying as gust speed. > I would be sticking with the original values in ajaxWEEWXwx.js (circa > lines 762-772): > > //Wind gust > var gust = convertWind(clientraw[140]); > var maxgust = convertWind(clientraw[71]); > if (maxgust > 0.0 ) { > set_ajax_obs("ajaxmaxgust",maxgust.toFixed(1) + uomWind); > } else { > set_ajax_obs("ajaxmaxgust",'None'); > } > > //Windspeed ... > var wind = convertWind(clientraw[2]); > > or perhaps changing gust to field 133 (max gust last hour) given your > rather long loop period. > > rainrate. Sounds like that is now working, unfortunately I have not > observed any rain on your site. > > Gary > On Wednesday, 9 March 2022 at 07:50:22 UTC+10 [email protected] wrote: > >> Hi Gary ... >> Time of min-max temp ...ok ... It wasnt the clientraw as you said but i >> reinstall the weewx plugin for Sarratoga template and all good >> Now i have also max rain/rate value correct but i dont know about >> rain/rate because it stop raining >> Wind values are mystery.... I edited the ajaxweewx js file and i put [1] >> for avg_speed instead of [140] and [2] for gust_speed instead of [1] >> >> >> On Tuesday, March 8, 2022 at 8:59:33 AM UTC+2 Stefanos Kalaitzis wrote: >> >>> Hi Gary ... Thanks !! >>> >>> Also Time of min-max temp still not updated >>> >>> On Tuesday, March 8, 2022 at 12:31:21 AM UTC+2 gjr80 wrote: >>> >>>> > How do you find me...?? >>>> That was not too difficult, your user name sounded very Greek so I >>>> looked at the WeeWX user map <http://weewx.com/stations.html> and >>>> there are not that many stations in Greece. I knew you were using SDR and >>>> there are not that many SDR stations around. Finding clientraw.txt was the >>>> clincher. >>>> >>>> > 1. I cant change path of clientrraw.txt (always is saved to >>>> puplic_html and i want to public_html/WD) even if i edit the rtcr.py >>>> I still need to finish off documenting the WeeWX-Saratoga options. You >>>> can change the location that clientraw.txt is saved using the >>>> rtcr_patth setting under [WeewxSaratoga] [[RealtimeClientraw]] in >>>> weewx.conf, eg: >>>> >>>> [WeewxSaratoga] >>>> .... >>>> [[RealtimeClientraw]] >>>> # Path to clientraw.txt. Can be an absolute or relative path. >>>> Relative >>>> # paths are relative to HTML_ROOT. Optional, default setting is >>>> to use >>>> # HTML_ROOT. >>>> rtcr_path = /home/weewx/public_html >>>> >>>> Until I finish documenting the options the best source of >>>> RealtimeClientraw (the service that WeeWX-Saratoga uses to generate >>>> clientraw.txt) is the comments at the top of rtcr.py. I don't >>>> recommend editing the rtcr.py code to force things, it is far to easy >>>> to break something else, it is a complex service. >>>> >>>> > 2. The dewpoint gets value 0 (i attached a screen shot when i made >>>> again the upgrade) >>>> I have a suspicion this could be related to the gaps I saw in some of >>>> your plots, depending on your system dewpoint may be a calculated >>>> value and if any of the prerequisites for its calculation are missing it >>>> will not be calculated and clientraw.txt will then display it as 0.0. >>>> >>>> > 3. When i made a split with python to clientraw.txt to data[174] for >>>> example i get 0 value >>>> It is possible there could be some corner cases that are causing a >>>> field to be omitted when clientraw.txt is generated, I would like to think >>>> I have hardened the code to prevent this but it is possible. If one field >>>> is omitted that shuffles every later field along and they become out of >>>> place. If you use a clientraw.txt parser like the one at Saratoga >>>> Weather <https://saratoga-weather.org/wdparser.php> it is usually >>>> pretty obvious where the omission is. We can work through this one now >>>> that >>>> you have installed v4.5.1 and WeeWX-Saratoga. >>>> >>>> > 4. Sometimes not always the avg_speed gets bigger values than the >>>> gust_speed. >>>> This should not happen, again can work through. >>>> >>>> > Probably when you saw my clientraw.txt that is correct was from the >>>> weewx-wd and not from Saratoga >>>> No, was definitely from WeeWX-Saratoga, if you look at the end of the >>>> file you will see something like: >>>> >>>> 102.9 16:37 06:52 68 !!WS0.3.3!! >>>> >>>> The 'WS0.3.3' indicates WeeWX-Saratoga v0.3.3, WeatherDisplay and >>>> WeeWX-WD generated clientraw.txt files terminate differently. >>>> >>>> > Now that it is raining , i noticed that rain rate and max rain rate >>>> have 0.0 value >>>> OK. I will work through this and the other issues you have raised. >>>> >>>> > That's all for now..... :p ......I hope that i didnt inconvenience you >>>> Not at all, it's can be difficult to write something like >>>> RealtimeClientraw and cover all the corner cases so you have to rely on >>>> people finding bugs. >>>> >>>> Gary >>>> >>>> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/4a387903-0ed9-40e7-a131-6f71a01ed169n%40googlegroups.com.
pi@raspberrypi:~ $ sudo /home/weewx/bin/weewxd /home/weewx/weewx.conf LOOP: 2022-03-09 22:48:45 EET (1646858925) altimeter: 1017.6360710399267, appTemp: 0.529513740268289, barometer: 1017.8077627198086, cloudbase: 1024.8351525864184, dateTime: 1646858925, dewpoint: -4.446502301652059, heatindex: 3.4999999999999982, humidex: 3.5, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.5, outTempDay: None, outTempNight: 3.5, pressure: 1010.8121042071183, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8637882451167833, windchill: 3.4999999999999982, windDir: 292.0, windGust: 0.6, windSpeed: 0.6 LOOP: 2022-03-09 22:48:57 EET (1646858937) barometer: 1017.8077627198086, dateTime: 1646858937, maxSolarRad: 0.0, rain: None, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 1.2, windSpeed: 1.1 LOOP: 2022-03-09 22:49:09 EET (1646858949) altimeter: 1017.697964071808, appTemp: 0.17951374026828937, barometer: 1017.8697428013904, cloudbase: 1024.8351525864184, dateTime: 1646858949, dewpoint: -4.446502301652059, heatindex: 3.4999999999999982, humidex: 3.5, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.5, outTempDay: None, outTempNight: 3.5, pressure: 1010.8736582834158, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8638955299846108, windchill: 3.4999999999999982, windDir: 270.0, windGust: 1.2, windSpeed: 1.1 LOOP: 2022-03-09 22:49:21 EET (1646858961) barometer: 1017.8697428013904, dateTime: 1646858961, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 0.5, windSpeed: 0.5 LOOP: 2022-03-09 22:49:33 EET (1646858973) altimeter: 1017.697964071808, appTemp: -0.45048625973171097, barometer: 1017.8697428013904, cloudbase: 1024.8351525864184, dateTime: 1646858973, dewpoint: -4.446502301652059, heatindex: 3.4999999999999982, humidex: 3.5, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.5, outTempDay: None, outTempNight: 3.5, pressure: 1010.8736582834158, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8638955299846108, windchill: 1.6208554031210671, windDir: 292.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 22:49:45 EET (1646858985) barometer: 1017.8697428013904, dateTime: 1646858985, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 22:49:57 EET (1646858997) altimeter: 1017.6978792752261, appTemp: -1.0506824372435704, barometer: 1017.8697428013904, cloudbase: 1024.0451958253173, dateTime: 1646858997, dewpoint: -4.540022981404917, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873573951218, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7769783615034613, windchill: 0.8287550303586104, windDir: 292.0, windGust: 2.8, windSpeed: 2.7 LOOP: 2022-03-09 22:50:09 EET (1646859009) barometer: 1017.8697428013904, dateTime: 1646859009, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 338.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 22:50:21 EET (1646859021) altimeter: 1017.6978792752261, appTemp: -1.1206824372435706, barometer: 1017.8697428013904, cloudbase: 1024.0451958253173, dateTime: 1646859021, dewpoint: -4.540022981404917, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873573951218, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7769783615034613, windchill: 0.7446554604586374, windDir: 0.0, windGust: 3.0, windSpeed: 2.8 REC: 2022-03-09 22:50:00 EET (1646859000) abs_humidity: 0.0034374762088483397, altimeter: 1017.6824696146922, appTemp: -0.19803530410967574, barometer: 1017.8520342066525, cloudbase: 1024.6376633961431, dateTime: 1646859000, dewpoint: -4.469882471590273, ET: None, heatindex: 3.4749999999999983, humidex: 3.475, inDewpoint: 7.123652362660118, inHumidity: 48.7, inTemp: 18.1, interval: 2.5, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.475, outTempDay: None, outTempNight: 3.475, pressure: 1010.858248681292, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, wet_bulb: 0.8421394166473666, windchill: 2.3624026083699188, windDir: 287.2123563246157, windGust: 2.8, windGustDir: 292.0, windrun: 0.2142857142857143, windSpeed: 1.4285714285714286 LOOP: 2022-03-09 22:50:33 EET (1646859033) barometer: 1017.8697428013904, dateTime: 1646859033, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 0.0, windGust: 3.0, windSpeed: 2.8 LOOP: 2022-03-09 22:50:45 EET (1646859045) altimeter: 1017.6978792752261, appTemp: -0.9806824372435705, barometer: 1017.8697428013904, cloudbase: 1024.0451958253173, dateTime: 1646859045, dewpoint: -4.540022981404917, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873573951218, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7769783615034613, windchill: 0.915513033613197, windDir: 292.0, windGust: 2.7, windSpeed: 2.6 LOOP: 2022-03-09 22:50:57 EET (1646859057) barometer: 1017.8697428013904, dateTime: 1646859057, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 3.2, windSpeed: 3.1 LOOP: 2022-03-09 22:51:09 EET (1646859069) altimeter: 1017.6978792752261, appTemp: -0.3506824372435706, barometer: 1017.8697428013904, cloudbase: 1024.0451958253173, dateTime: 1646859069, dewpoint: -4.540022981404917, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873573951218, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7769783615034613, windchill: 1.856932574821752, windDir: 248.0, windGust: 2.0, windSpeed: 1.7 LOOP: 2022-03-09 22:51:21 EET (1646859081) barometer: 1017.8697428013904, dateTime: 1646859081, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 2.0, windSpeed: 1.7 LOOP: 2022-03-09 22:51:33 EET (1646859093) altimeter: 1017.6978792752261, appTemp: 0.3493175627564291, barometer: 1017.8697428013904, cloudbase: 1024.0451958253173, dateTime: 1646859093, dewpoint: -4.540022981404917, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 56.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873573951218, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7769783615034613, windchill: 3.3999999999999986, windDir: 270.0, windGust: 0.7, windSpeed: 0.7 LOOP: 2022-03-09 22:51:45 EET (1646859105) barometer: 1017.8697428013904, dateTime: 1646859105, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 3.1, windSpeed: 2.9 LOOP: 2022-03-09 22:51:57 EET (1646859117) altimeter: 1017.6980934189068, appTemp: -1.1649803379086339, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859117, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 0.6630421480621211, windDir: 292.0, windGust: 3.1, windSpeed: 2.9 LOOP: 2022-03-09 22:52:09 EET (1646859129) barometer: 1017.8697428013904, dateTime: 1646859129, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 45.0, windGust: 2.1, windSpeed: 1.8 LOOP: 2022-03-09 22:52:21 EET (1646859141) altimeter: 1017.6980934189068, appTemp: 0.09501966209136548, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859141, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 3.3999999999999986, windDir: 315.0, windGust: 1.2, windSpeed: 1.1 LOOP: 2022-03-09 22:52:33 EET (1646859153) barometer: 1017.8697428013904, dateTime: 1646859153, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 338.0, windGust: 2.6, windSpeed: 2.5 LOOP: 2022-03-09 22:52:45 EET (1646859165) altimeter: 1017.6980934189068, appTemp: -0.8849803379086341, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859165, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.005120772061711, windDir: 338.0, windGust: 2.6, windSpeed: 2.5 REC: 2022-03-09 22:52:30 EET (1646859150) abs_humidity: 0.003440502962382257, altimeter: 1017.697950656453, appTemp: -0.5287817374652585, barometer: 1017.8697428013905, cloudbase: 1014.5097980741098, dateTime: 1646859150, dewpoint: -4.461812503621517, ET: None, heatindex: 3.3999999999999986, humidex: 3.4, inDewpoint: 7.123652362660118, inHumidity: 48.7, inTemp: 18.1, interval: 2.5, maxSolarRad: 0.0, outHumidity: 56.333333333333336, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8736449415296, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, wet_bulb: 0.7943129169430324, windchill: 1.8300238694926174, windDir: 304.67376236340885, windGust: 3.2, windGustDir: 248.0, windrun: 0.32625, windSpeed: 2.175 LOOP: 2022-03-09 22:52:57 EET (1646859177) barometer: 1017.8697428013904, dateTime: 1646859177, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.2, windSpeed: 2.2 LOOP: 2022-03-09 22:53:09 EET (1646859189) altimeter: 1017.6980934189068, appTemp: -0.46498033790863413, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859189, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.6166384921875239, windDir: 292.0, windGust: 2.3, windSpeed: 1.9 LOOP: 2022-03-09 22:53:21 EET (1646859201) barometer: 1017.8697428013904, dateTime: 1646859201, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.3, windSpeed: 1.9 LOOP: 2022-03-09 22:53:33 EET (1646859213) altimeter: 1017.6980934189068, appTemp: -0.324980337908634, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859213, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.856932574821752, windDir: 292.0, windGust: 2.0, windSpeed: 1.7 LOOP: 2022-03-09 22:53:45 EET (1646859225) barometer: 1017.8697428013904, dateTime: 1646859225, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.0, windSpeed: 1.7 LOOP: 2022-03-09 22:53:57 EET (1646859237) altimeter: 1017.6980934189068, appTemp: -1.094980337908634, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859237, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 0.7446554604586374, windDir: 292.0, windGust: 3.0, windSpeed: 2.8 LOOP: 2022-03-09 22:54:09 EET (1646859249) barometer: 1017.8697428013904, dateTime: 1646859249, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 3.0, windSpeed: 2.9 LOOP: 2022-03-09 22:54:21 EET (1646859261) altimeter: 1017.6980934189068, appTemp: -0.6049803379086338, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859261, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.3967304936769094, windDir: 248.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:54:33 EET (1646859273) barometer: 1017.8697428013904, dateTime: 1646859273, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:54:45 EET (1646859285) altimeter: 1017.6980934189068, appTemp: 0.30501966209136633, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859285, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 3.3999999999999986, windDir: 248.0, windGust: 0.8, windSpeed: 0.8 LOOP: 2022-03-09 22:54:57 EET (1646859297) barometer: 1017.8697428013904, dateTime: 1646859297, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.6, windSpeed: 2.5 LOOP: 2022-03-09 22:55:09 EET (1646859309) altimeter: 1017.6980934189068, appTemp: -0.8149803379086338, barometer: 1017.8697428013904, cloudbase: 995.4390025716951, dateTime: 1646859309, dewpoint: -4.305391548054717, heatindex: 3.3999999999999986, humidex: 3.4, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.8737869221529, rainRate: 0.0, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.0977916636341294, windDir: 315.0, windGust: 2.5, windSpeed: 2.4 LOOP: 2022-03-09 22:55:21 EET (1646859321) barometer: 1017.8697428013904, dateTime: 1646859321, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 2.5, windSpeed: 2.4 REC: 2022-03-09 22:55:00 EET (1646859300) abs_humidity: 0.003481325159109253, altimeter: 1017.6980934189068, appTemp: -0.5116470045753007, barometer: 1017.8697428013905, cloudbase: 995.4390025716951, dateTime: 1646859300, dewpoint: -4.305391548054717, ET: None, heatindex: 3.3999999999999986, humidex: 3.4, inDewpoint: 7.123652362660118, inHumidity: 48.7, inTemp: 18.1, interval: 2.5, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.4, outTempDay: None, outTempNight: 3.4, pressure: 1010.873786922153, rain: 0.0, rainRate: 0.0, rain_total: 412.80000000000007, usUnits: 17, wet_bulb: 0.8289820278221746, windchill: 1.670012965534422, windDir: 290.3623777301764, windGust: 3.0, windGustDir: 292.0, windrun: 0.31846153846153846, windSpeed: 2.123076923076923 LOOP: 2022-03-09 22:55:33 EET (1646859333) altimeter: 1017.6980076479415, appTemp: -0.7852941091608239, barometer: 1017.8697428013904, cloudbase: 994.6723128034457, dateTime: 1646859333, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.8737016209074, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417144775008897, windchill: 1.1759937093049742, windDir: 315.0, windGust: 2.2, windSpeed: 2.2 LOOP: 2022-03-09 22:55:45 EET (1646859345) barometer: 1017.8697428013904, dateTime: 1646859345, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 1.4, windSpeed: 1.2 LOOP: 2022-03-09 22:55:57 EET (1646859357) altimeter: 1017.6980076479415, appTemp: -0.0852941091608237, barometer: 1017.8697428013904, cloudbase: 994.6723128034457, dateTime: 1646859357, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.8737016209074, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417144775008897, windchill: 3.299999999999999, windDir: 315.0, windGust: 1.4, windSpeed: 1.2 LOOP: 2022-03-09 22:56:09 EET (1646859369) barometer: 1017.908233699859, dateTime: 1646859369, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.6, windSpeed: 2.5 LOOP: 2022-03-09 22:56:21 EET (1646859381) altimeter: 1017.7364444865232, appTemp: 0.054705890839175986, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859381, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 3.299999999999999, windDir: 292.0, windGust: 1.2, windSpeed: 1.0 LOOP: 2022-03-09 22:56:33 EET (1646859393) barometer: 1017.908233699859, dateTime: 1646859393, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:56:45 EET (1646859405) altimeter: 1017.7364444865232, appTemp: -0.7152941091608236, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859405, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 1.2798237310296183, windDir: 315.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:56:57 EET (1646859417) barometer: 1017.908233699859, dateTime: 1646859417, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 4.4, windSpeed: 3.8 LOOP: 2022-03-09 22:57:09 EET (1646859429) altimeter: 1017.7364444865232, appTemp: -1.4852941091608236, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859429, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 0.31091090098742075, windDir: 292.0, windGust: 3.4, windSpeed: 3.2 LOOP: 2022-03-09 22:57:21 EET (1646859441) barometer: 1017.908233699859, dateTime: 1646859441, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:57:33 EET (1646859453) altimeter: 1017.7364444865232, appTemp: -0.7152941091608236, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859453, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 1.2798237310296183, windDir: 292.0, windGust: 2.1, windSpeed: 2.1 LOOP: 2022-03-09 22:57:45 EET (1646859465) barometer: 1017.908233699859, dateTime: 1646859465, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 2.0, windSpeed: 1.7 REC: 2022-03-09 22:57:30 EET (1646859450) abs_humidity: 0.0034619345819198264, altimeter: 1017.7172403623932, appTemp: -0.6385751472854587, barometer: 1017.8921958254969, cloudbase: 994.8000944314872, dateTime: 1646859450, dewpoint: -4.383484480074006, ET: None, heatindex: 3.316666666666665, humidex: 3.316666666666667, inDewpoint: 7.123652362660118, inHumidity: 48.7, inTemp: 18.1, interval: 2.5, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.316666666666667, outTempDay: None, outTempNight: 3.316666666666667, pressure: 1010.8928290088376, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, wet_bulb: 0.7562913588486057, windchill: 1.74408666749269, windDir: 305.3854319846291, windGust: 4.4, windGustDir: 315.0, windrun: 0.3275, windSpeed: 2.183333333333333 LOOP: 2022-03-09 22:57:57 EET (1646859477) altimeter: 1017.7364444865232, appTemp: -1.1352941091608235, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859477, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 0.7096016147917044, windDir: 292.0, windGust: 2.8, windSpeed: 2.7 LOOP: 2022-03-09 22:58:09 EET (1646859489) barometer: 1017.908233699859, dateTime: 1646859489, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 3.6, windSpeed: 3.3 LOOP: 2022-03-09 22:58:21 EET (1646859501) altimeter: 1017.7364444865232, appTemp: -0.6452941091608237, barometer: 1017.908233699859, cloudbase: 994.6723128034457, dateTime: 1646859501, dewpoint: -4.399103066477863, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 57.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9119279630193, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7417790567558937, windchill: 1.3878934588600462, windDir: 248.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 22:58:33 EET (1646859513) barometer: 1017.908233699859, dateTime: 1646859513, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 22:58:45 EET (1646859525) altimeter: 1017.7366571257401, appTemp: -0.059772953181188804, barometer: 1017.908233699859, cloudbase: 966.5301320391759, dateTime: 1646859525, dewpoint: -4.1682775193042625, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9121394377378, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7941550081888117, windchill: 3.299999999999999, windDir: 0.0, windGust: 1.4, windSpeed: 1.2 LOOP: 2022-03-09 22:58:57 EET (1646859537) barometer: 1017.908233699859, dateTime: 1646859537, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.0, windSpeed: 1.8 LOOP: 2022-03-09 22:59:09 EET (1646859549) altimeter: 1017.7366571257401, appTemp: -0.47977295318118873, barometer: 1017.908233699859, cloudbase: 966.5301320391759, dateTime: 1646859549, dewpoint: -4.1682775193042625, heatindex: 3.299999999999999, humidex: 3.3, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.3, outTempDay: None, outTempNight: 3.3, pressure: 1010.9121394377378, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7941550081888117, windchill: 1.6184078067218541, windDir: 270.0, windGust: 2.0, windSpeed: 1.8 LOOP: 2022-03-09 22:59:21 EET (1646859561) barometer: 1017.908233699859, dateTime: 1646859561, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.0, windSpeed: 1.8 LOOP: 2022-03-09 22:59:33 EET (1646859573) altimeter: 1017.7365703930268, appTemp: -1.3602024057948685, barometer: 1017.908233699859, cloudbase: 965.7863605242121, dateTime: 1646859573, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.9120531800081, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7065391411814657, windchill: 0.42342434715981386, windDir: 292.0, windGust: 3.0, windSpeed: 2.9 LOOP: 2022-03-09 22:59:45 EET (1646859585) barometer: 1017.908233699859, dateTime: 1646859585, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.7, windSpeed: 2.6 LOOP: 2022-03-09 22:59:57 EET (1646859597) altimeter: 1017.7365703930268, appTemp: -1.1502024057948685, barometer: 1017.908233699859, cloudbase: 965.7863605242121, dateTime: 1646859597, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.9120531800081, rainRate: 0.0, usUnits: 17, wet_bulb: 0.7065391411814657, windchill: 0.677892552978309, windDir: 270.0, windGust: 2.7, windSpeed: 2.6 LOOP: 2022-03-09 23:00:09 EET (1646859609) barometer: 1017.8938678029388, dateTime: 1646859609, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 1.9, windSpeed: 1.7 LOOP: 2022-03-09 23:00:21 EET (1646859621) altimeter: 1017.7222246711864, appTemp: -0.8702024057948687, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859621, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.0586778604177698, windDir: 248.0, windGust: 2.2, windSpeed: 2.2 REC: 2022-03-09 23:00:00 EET (1646859600) abs_humidity: 0.0034859272495260628, altimeter: 1017.7365412138718, appTemp: -0.7922618636335123, barometer: 1017.9082336998587, cloudbase: 978.3785605053018, dateTime: 1646859600, dewpoint: -4.294031181432841, ET: None, heatindex: 3.27142857142857, humidex: 3.2714285714285714, inDewpoint: 7.091859127699191, inHumidity: 48.9, inTemp: 18.0, interval: 2.5, maxSolarRad: 0.0, outHumidity: 57.57142857142857, outTemp: 3.2714285714285714, outTempDay: None, outTempNight: 3.2714285714285714, pressure: 1010.9120241606499, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, wet_bulb: 0.7466750670011767, windchill: 1.342434787363049, windDir: 282.55964499182676, windGust: 3.6, windGustDir: 292.0, windrun: 0.3288461538461539, windSpeed: 2.1923076923076925 LOOP: 2022-03-09 23:00:33 EET (1646859633) barometer: 1017.8938678029388, dateTime: 1646859633, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 2.2, windSpeed: 2.2 LOOP: 2022-03-09 23:00:45 EET (1646859645) altimeter: 1017.7222246711864, appTemp: -0.8702024057948687, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859645, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.0586778604177698, windDir: 248.0, windGust: 2.2, windSpeed: 2.2 LOOP: 2022-03-09 23:00:57 EET (1646859657) barometer: 1017.8938678029388, dateTime: 1646859657, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 4.4, windSpeed: 3.5 LOOP: 2022-03-09 23:01:09 EET (1646859669) altimeter: 1017.7222246711864, appTemp: -0.8702024057948687, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859669, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.0586778604177698, windDir: 315.0, windGust: 2.5, windSpeed: 2.2 LOOP: 2022-03-09 23:01:21 EET (1646859681) barometer: 1017.8938678029388, dateTime: 1646859681, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 315.0, windGust: 3.1, windSpeed: 2.9 LOOP: 2022-03-09 23:01:33 EET (1646859693) altimeter: 1017.7222246711864, appTemp: -1.3602024057948685, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859693, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 0.42342434715981386, windDir: 315.0, windGust: 3.1, windSpeed: 2.9 LOOP: 2022-03-09 23:01:45 EET (1646859705) barometer: 1017.8938678029388, dateTime: 1646859705, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 3.1, windSpeed: 2.9 LOOP: 2022-03-09 23:01:57 EET (1646859717) altimeter: 1017.7222246711864, appTemp: -0.7302024057948686, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859717, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.2714124867295398, windDir: 270.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 23:02:09 EET (1646859729) barometer: 1017.8938678029388, dateTime: 1646859729, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 23:02:21 EET (1646859741) altimeter: 1017.7222246711864, appTemp: -0.5202024057948686, barometer: 1017.8938678029388, cloudbase: 965.7863605242121, dateTime: 1646859741, dewpoint: -4.2621770159938865, heatindex: 3.199999999999999, humidex: 3.2, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.2, outTempDay: None, outTempNight: 3.2, pressure: 1010.8977860212696, rainRate: 0.0, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.6267597502827238, windDir: 270.0, windGust: 1.9, windSpeed: 1.7 LOOP: 2022-03-09 23:02:33 EET (1646859753) barometer: 1017.8938678029388, dateTime: 1646859753, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 1.9, windSpeed: 1.7 LOOP: 2022-03-09 23:02:45 EET (1646859765) altimeter: 1017.7221384778223, appTemp: -1.1905669449902074, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859765, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 0.649753393631407, windDir: 248.0, windGust: 2.6, windSpeed: 2.5 REC: 2022-03-09 23:02:30 EET (1646859750) abs_humidity: 0.003495206273893804, altimeter: 1017.7222246711864, appTemp: -0.8702024057948687, barometer: 1017.8938678029389, cloudbase: 965.786360524212, dateTime: 1646859750, dewpoint: -4.262177015993886, ET: None, heatindex: 3.199999999999999, humidex: 3.1999999999999997, inDewpoint: 7.091859127699191, inHumidity: 48.9, inTemp: 18.0, interval: 2.5, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1999999999999997, outTempDay: None, outTempNight: 3.1999999999999997, pressure: 1010.8977860212696, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, wet_bulb: 0.706515723146622, windchill: 1.0829383609042311, windDir: 278.19082210972994, windGust: 4.4, windGustDir: 248.0, windrun: 0.3549999999999999, windSpeed: 2.3666666666666663 LOOP: 2022-03-09 23:02:57 EET (1646859777) barometer: 1017.8938678029388, dateTime: 1646859777, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 23:03:09 EET (1646859789) altimeter: 1017.7221384778223, appTemp: -0.8405669449902073, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859789, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 1.1549315145990293, windDir: 270.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 23:03:21 EET (1646859801) barometer: 1017.8938678029388, dateTime: 1646859801, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 270.0, windGust: 1.2, windSpeed: 1.0 LOOP: 2022-03-09 23:03:33 EET (1646859813) altimeter: 1017.7221384778223, appTemp: -1.3305669449902071, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859813, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 0.47129478365789623, windDir: 315.0, windGust: 2.8, windSpeed: 2.7 LOOP: 2022-03-09 23:03:45 EET (1646859825) barometer: 1017.8938678029388, dateTime: 1646859825, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 2.6, windSpeed: 2.5 LOOP: 2022-03-09 23:03:57 EET (1646859837) altimeter: 1017.7221384778223, appTemp: -1.1905669449902074, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859837, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 0.649753393631407, windDir: 248.0, windGust: 2.6, windSpeed: 2.5 LOOP: 2022-03-09 23:04:09 EET (1646859849) barometer: 1017.8938678029388, dateTime: 1646859849, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 2.0, windSpeed: 2.0 LOOP: 2022-03-09 23:04:21 EET (1646859861) altimeter: 1017.7221384778223, appTemp: 0.2794330550097923, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859861, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 3.099999999999999, windDir: 292.0, windGust: 0.4, windSpeed: 0.4 LOOP: 2022-03-09 23:04:33 EET (1646859873) barometer: 1017.8938678029388, dateTime: 1646859873, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 292.0, windGust: 0.4, windSpeed: 0.4 LOOP: 2022-03-09 23:04:45 EET (1646859885) altimeter: 1017.7221384778223, appTemp: 0.2794330550097923, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859885, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 3.099999999999999, windDir: 292.0, windGust: 0.4, windSpeed: 0.4 LOOP: 2022-03-09 23:04:57 EET (1646859897) barometer: 1017.8938678029388, dateTime: 1646859897, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 248.0, windGust: 0.7, windSpeed: 0.7 LOOP: 2022-03-09 23:05:09 EET (1646859909) altimeter: 1017.7221384778223, appTemp: -1.0505669449902073, barometer: 1017.8938678029388, cloudbase: 965.0428834274571, dateTime: 1646859909, dewpoint: -4.356078927537025, heatindex: 3.099999999999999, humidex: 3.1, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999361, rainRate: 0.0, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 0.840636039129142, windDir: 315.0, windGust: 2.3, windSpeed: 2.3 LOOP: 2022-03-09 23:05:21 EET (1646859921) barometer: 1017.8938678029388, dateTime: 1646859921, maxSolarRad: 0.0, rain: 0.0, rainRate: 0.0, rain_total: 412.8, usUnits: 17, windDir: 338.0, windGust: 3.1, windSpeed: 2.9 REC: 2022-03-09 23:05:00 EET (1646859900) abs_humidity: 0.0034718163864915132, altimeter: 1017.7221384778223, appTemp: -0.6655669449902074, barometer: 1017.8938678029389, cloudbase: 965.0428834274571, dateTime: 1646859900, dewpoint: -4.356078927537026, ET: None, heatindex: 3.099999999999999, humidex: 3.1, inDewpoint: 7.091859127699191, inHumidity: 48.9, inTemp: 18.0, interval: 2.5, maxSolarRad: 0.0, outHumidity: 58.0, outTemp: 3.1, outTempDay: None, outTempNight: 3.1, pressure: 1010.8977002999362, rain: 0.0, rainRate: 0.0, rain_total: 412.80000000000007, usUnits: 17, wet_bulb: 0.6188708625506686, windchill: 1.5209555142532898, windDir: 270.1080106865111, windGust: 2.8, windGustDir: 315.0, windrun: 0.2399999999999999, windSpeed: 1.5999999999999994
