// $WX[] array size = 653 entries.
$WX['date'] = '2025-07-18'; // local date
$WX['time'] = '19:11:24'; // local time
$WX['dateUTC'] = '2025-07-19'; // UTC date
$WX['timeUTC'] = '00:11:24'; // UTCtime
$WX['uomTemp'] = '°F'; // UOM temperature
$WX['uomWind'] = 'mph'; // UOM wind
$WX['uomBaro'] = 'inHg'; // UOM barometer
$WX['uomRain'] = 'in'; // UOM rain
$WX['mbsystem-swversion'] = '6.1'; // Meteobridge version string (example: "1.1")
$WX['mbsystem-buildnum'] = '5033'; // build number as integer (example: 1673)
$WX['mbsystem-platform'] = 'VOCORE2'; // string that specifies hw platform (example: "TL-MR3020")
$WX['mbsystem-station'] = 'Vantage'; // string that specifies selected weather station (expample: "WMR-200")
$WX['mbsystem-language'] = 'English'; // language used on Meteobridge web interface (example: "English")
$WX['mbsystem-timezone'] = 'America/Chicago'; // defined timezone (example: "Europe/Berlin")
$WX['mbsystem-latitude'] = '30.053661'; // latitude as float (example: 53.875120)
$WX['mbsystem-longitude'] = '-95.496189'; // longitude as float (example: 9.885357)
$WX['mbsystem-lastgooddata'] = '3'; // seconds passed since last piece of meaningfull sensor data recorded, returns -1 if no sensor data recorded so far
$WX['mbsystem-uptime'] = '13857232'; // uptime of Meteobridge in seconds
$WX['mbsystem-cpuload1m'] = '0.3'; // shows average cpu load during last 1 minute
$WX['mbsystem-cpuload5m'] = '0.2'; // shows average cpu load during last 5 minutes
$WX['mbsystem-cpuload15m'] = '0.2'; // shows average cpu load during last 15 minutes
$WX['mbsystem-lunarage'] = '23'; // days passes since new moon as integer (example: 28)
$WX['mbsystem-lunarpercent'] = '38.8'; // lunarphase given as percentage from 0% (new moon) to 100% (full moon)
$WX['mbsystem-lunarsegment'] = '6'; // lunarphase segment as integer (0 = new moon, 1-3 = growing moon: quarter, half, three quarters, 4 = full moon, 5-7 = shrinking moon: three quarter, half, quarter)
$WX['mbsystem-daylength'] = '13:51'; // length of day (example: "11:28")
$WX['mbsystem-civildaylength'] = '14:44'; // alternative method for daylength computation (example: "12:38")
$WX['mbsystem-nauticaldaylength'] = '15:48'; // alternative method for daylength computation (example: "14:00")
$WX['mbsystem-sunrise'] = '06:33'; // time of sunrise in local time. Can be converted to UTC by applying "=utc" to the variable (example: "06:47", resp. "05:47")
$WX['mbsystem-sunset'] = '20:24'; // time of sunset in local time. Can be converted to UTC by applying "=utc" to the variable (example: "18:15", resp. "17:15")
$WX['mbsystem-civilsunrise'] = '06:06'; // alternative computation for sunrise.
$WX['mbsystem-civilsunset'] = '20:50'; // alternative computation for sunset.
$WX['mbsystem-nauticalsunrise'] = '05:34'; // alternative computation for sunrise.
$WX['mbsystem-nauticalsunset'] = '21:22'; // alternative alternative computation for sunset..
$WX['mbsystem-daynightflag'] = 'D'; // returns "D" when there is daylight, otherwise "N".
$WX['mbsystem-moonrise'] = '00:46'; // time of moonrise in local time. Please notice that not every day has a moonrise time, therefore, variable can be non-existent on certain days (example: "05:46", resp. "04:46")
$WX['mbsystem-moonset'] = '14:28'; // time of moonset in local time. Please notice that not every day has a moonset time, therefore, variable can be non-existent on certain days.
$WX['mbsystem-solarmax'] = '1075'; // maximum possible solar radiation on that day at that point of the earth. Needs latitude and longitude set and pressure data available.
$WX['forecast-rule'] = '44'; // Davis forecast rule number
$WX['forecast-text'] = 'Increasing clouds with little temperature change. Precipitation possible within 24 to 48 hours.'; // Davis forecast reports in English
$WX['forecast-texteshtml'] = 'Nubes en evolución con ligeros cambios de temperatura. Precipitación posible dentro de 24 a 48 horas.'; // Davis forecast reports in Spanish
$WX['th0temp-act'] = '88.0'; // outdoor temperature most recent
$WX['th0temp-val5'] = '88.0'; // outdoor temperature value 5 minutes ago
$WX['th0temp-val10'] = '88.2'; // outdoor temperature value 10 minutes ago
$WX['th0temp-val15'] = '88.3'; // outdoor temperature value 15 minutes ago
$WX['th0temp-val30'] = '88.5'; // outdoor temperature value 30 minutes ago
$WX['th0temp-val60'] = '88.9'; // outdoor temperature value 60 minutes ago
$WX['th0temp-delta2h'] = '27.3'; // outdoor temperature delta 2 hours ago
$WX['th0temp-delta3h'] = '24.8'; // outdoor temperature delta 3 hours ago
$WX['th0temp-delta6h'] = '32.4'; // outdoor temperature delta 6 hours ago
$WX['th0temp-delta12h'] = '41.0'; // outdoor temperature delta 12 hours ago
$WX['th0temp-delta24h'] = '31.5'; // outdoor temperature delta 24 hours ago
$WX['th0temp-avg@h48'] = '92.1'; // outdoor temperature avg 48 hours ago
$WX['th0temp-avg@h72'] = '89.8'; // outdoor temperature avg 72 hours ago
$WX['th0temp-avg@h96'] = '75.5'; // outdoor temperature avg 96 hours ago
$WX['th0temp-avg@h120'] = '76.8'; // outdoor temperature avg 120 hours ago
$WX['th0temp-avg@h144'] = '87.5'; // outdoor temperature avg 144 hours ago
$WX['th0temp-avg@h168'] = '86.5'; // outdoor temperature avg 168 hours ago
$WX['th0temp-hmin'] = '88.0'; // outdoor temperature min of this hour
$WX['th0temp-hmintime'] = '20250718191019'; // outdoor temperature timestamp min of this hour
$WX['th0temp-hmax'] = '88.3'; // outdoor temperature max of this hour
$WX['th0temp-hmaxtime'] = '20250718190106'; // outdoor temperature timestamp max of this hour
$WX['th0temp-dmin'] = '78.6'; // outdoor temperature min of today
$WX['th0temp-dmintime'] = '20250718065251'; // outdoor temperature timestamp min of today
$WX['th0temp-dmax'] = '95.5'; // outdoor temperature max of today
$WX['th0temp-dmaxtime'] = '20250718161053'; // outdoor temperature timestamp max of today
$WX['th0temp-ydmin'] = '74.8'; // outdoor temperature min of yesterday
$WX['th0temp-ydmintime'] = '20250717063113'; // outdoor temperature timestamp min of yesterday
$WX['th0temp-ydmax'] = '92.3'; // outdoor temperature max of yesterday
$WX['th0temp-ydmaxtime'] = '20250717160206'; // outdoor temperature timestamp max of yesterday
$WX['th0temp-mmin'] = '73.8'; // outdoor temperature min of this month
$WX['th0temp-mmintime'] = '20250714053640'; // outdoor temperature timestamp min of this month
$WX['th0temp-mmax'] = '96.6'; // outdoor temperature max of this month
$WX['th0temp-mmaxtime'] = '20250701172138'; // outdoor temperature timestamp max of this month
$WX['th0temp-ymin'] = '18.9'; // outdoor temperature min of this year
$WX['th0temp-ymintime'] = '20250122074717'; // outdoor temperature timestamp min of this year
$WX['th0temp-ymax'] = '97.3'; // outdoor temperature max of this year
$WX['th0temp-ymaxtime'] = '20250520165202'; // outdoor temperature timestamp max of this year
$WX['th0temp-amin'] = '15.3'; // outdoor temperature min of all time
$WX['th0temp-amintime'] = '20221223072604'; // outdoor temperature timestamp min of all time
$WX['th0temp-amax'] = '112.3'; // outdoor temperature max of all time
$WX['th0temp-amaxtime'] = '20220712130941'; // outdoor temperature timestamp max of all time
$WX['th0temp-starttime'] = '20150201005219'; // outdoor temperature timestamp of first recorded data
$WX['th0hum-act'] = '73'; // outdoor humidity most recent
$WX['th0hum-val5'] = '73'; // outdoor humidity value 5 minutes ago
$WX['th0hum-val10'] = '72'; // outdoor humidity value 10 minutes ago
$WX['th0hum-val15'] = '72'; // outdoor humidity value 15 minutes ago
$WX['th0hum-val30'] = '69'; // outdoor humidity value 30 minutes ago
$WX['th0hum-val60'] = '70'; // outdoor humidity value 60 minutes ago
$WX['th0hum-delta2h'] = '10'; // outdoor humidity delta 2 hours ago
$WX['th0hum-delta3h'] = '14'; // outdoor humidity delta 3 hours ago
$WX['th0hum-delta6h'] = '-6'; // outdoor humidity delta 6 hours ago
$WX['th0hum-delta12h'] = '-17'; // outdoor humidity delta 12 hours ago
$WX['th0hum-delta24h'] = '0'; // outdoor humidity delta 24 hours ago
$WX['th0hum-avg@h48'] = '60'; // outdoor humidity avg 48 hours ago
$WX['th0hum-avg@h72'] = '60'; // outdoor humidity avg 72 hours ago
$WX['th0hum-avg@h96'] = '93'; // outdoor humidity avg 96 hours ago
$WX['th0hum-avg@h120'] = '88'; // outdoor humidity avg 120 hours ago
$WX['th0hum-avg@h144'] = '70'; // outdoor humidity avg 144 hours ago
$WX['th0hum-avg@h168'] = '76'; // outdoor humidity avg 168 hours ago
$WX['th0hum-hmin'] = '72'; // outdoor humidity min of this hour
$WX['th0hum-hmintime'] = '20250718190106'; // outdoor humidity timestamp min of this hour
$WX['th0hum-hmax'] = '74'; // outdoor humidity max of this hour
$WX['th0hum-hmaxtime'] = '20250718190830'; // outdoor humidity timestamp max of this hour
$WX['th0hum-dmin'] = '57'; // outdoor humidity min of today
$WX['th0hum-dmintime'] = '20250718160714'; // outdoor humidity timestamp min of today
$WX['th0hum-dmax'] = '91'; // outdoor humidity max of today
$WX['th0hum-dmaxtime'] = '20250718083112'; // outdoor humidity timestamp max of today
$WX['th0hum-ydmin'] = '61'; // outdoor humidity min of yesterday
$WX['th0hum-ydmintime'] = '20250717163558'; // outdoor humidity timestamp min of yesterday
$WX['th0hum-ydmax'] = '96'; // outdoor humidity max of yesterday
$WX['th0hum-ydmaxtime'] = '20250717073905'; // outdoor humidity timestamp max of yesterday
$WX['th0hum-mmin'] = '46'; // outdoor humidity min of this month
$WX['th0hum-mmintime'] = '20250715175702'; // outdoor humidity timestamp min of this month
$WX['th0hum-mmax'] = '98'; // outdoor humidity max of this month
$WX['th0hum-mmaxtime'] = '20250715082004'; // outdoor humidity timestamp max of this month
$WX['th0hum-ymin'] = '17'; // outdoor humidity min of this year
$WX['th0hum-ymintime'] = '20250319151421'; // outdoor humidity timestamp min of this year
$WX['th0hum-ymax'] = '98'; // outdoor humidity max of this year
$WX['th0hum-ymaxtime'] = '20250715082004'; // outdoor humidity timestamp max of this year
$WX['th0hum-amin'] = '13'; // outdoor humidity min of all time
$WX['th0hum-amintime'] = '20151013220119'; // outdoor humidity timestamp min of all time
$WX['th0hum-amax'] = '100'; // outdoor humidity max of all time
$WX['th0hum-amaxtime'] = '20190101112710'; // outdoor humidity timestamp max of all time
$WX['th0hum-starttime'] = '20150201000009'; // outdoor humidity timestamp of first recorded data
$WX['th0dew-act'] = '78.3'; // outdoor dewpoint most recent
$WX['th0dew-val5'] = '78.3'; // outdoor dewpoint value 5 minutes ago
$WX['th0dew-val10'] = '77.9'; // outdoor dewpoint value 10 minutes ago
$WX['th0dew-val15'] = '78.1'; // outdoor dewpoint value 15 minutes ago
$WX['th0dew-val30'] = '77.0'; // outdoor dewpoint value 30 minutes ago
$WX['th0dew-val60'] = '77.9'; // outdoor dewpoint value 60 minutes ago
$WX['th0dew-delta2h'] = '32.0'; // outdoor dewpoint delta 2 hours ago
$WX['th0dew-delta3h'] = '31.6'; // outdoor dewpoint delta 3 hours ago
$WX['th0dew-delta6h'] = '30.0'; // outdoor dewpoint delta 6 hours ago
$WX['th0dew-delta12h'] = '34.5'; // outdoor dewpoint delta 12 hours ago
$WX['th0dew-delta24h'] = '31.7'; // outdoor dewpoint delta 24 hours ago
$WX['th0dew-avg@h48'] = '76.0'; // outdoor dewpoint avg 48 hours ago
$WX['th0dew-avg@h72'] = '73.9'; // outdoor dewpoint avg 72 hours ago
$WX['th0dew-avg@h96'] = '73.3'; // outdoor dewpoint avg 96 hours ago
$WX['th0dew-avg@h120'] = '73.0'; // outdoor dewpoint avg 120 hours ago
$WX['th0dew-avg@h144'] = '76.4'; // outdoor dewpoint avg 144 hours ago
$WX['th0dew-avg@h168'] = '77.9'; // outdoor dewpoint avg 168 hours ago
$WX['th0dew-hmin'] = '77.9'; // outdoor dewpoint min of this hour
$WX['th0dew-hmintime'] = '20250718190112'; // outdoor dewpoint timestamp min of this hour
$WX['th0dew-hmax'] = '78.6'; // outdoor dewpoint max of this hour
$WX['th0dew-hmaxtime'] = '20250718190830'; // outdoor dewpoint timestamp max of this hour
$WX['th0dew-dmin'] = '75.0'; // outdoor dewpoint min of today
$WX['th0dew-dmintime'] = '20250718063617'; // outdoor dewpoint timestamp min of today
$WX['th0dew-dmax'] = '82.0'; // outdoor dewpoint max of today
$WX['th0dew-dmaxtime'] = '20250718152545'; // outdoor dewpoint timestamp max of today
$WX['th0dew-ydmin'] = '73.2'; // outdoor dewpoint min of yesterday
$WX['th0dew-ydmintime'] = '20250717063113'; // outdoor dewpoint timestamp min of yesterday
$WX['th0dew-ydmax'] = '80.2'; // outdoor dewpoint max of yesterday
$WX['th0dew-ydmaxtime'] = '20250717153325'; // outdoor dewpoint timestamp max of yesterday
$WX['th0dew-mmin'] = '69.4'; // outdoor dewpoint min of this month
$WX['th0dew-mmintime'] = '20250715175652'; // outdoor dewpoint timestamp min of this month
$WX['th0dew-mmax'] = '82.2'; // outdoor dewpoint max of this month
$WX['th0dew-mmaxtime'] = '20250715102747'; // outdoor dewpoint timestamp max of this month
$WX['th0dew-ymin'] = '14.0'; // outdoor dewpoint min of this year
$WX['th0dew-ymintime'] = '20250120053719'; // outdoor dewpoint timestamp min of this year
$WX['th0dew-ymax'] = '82.4'; // outdoor dewpoint max of this year
$WX['th0dew-ymaxtime'] = '20250619165406'; // outdoor dewpoint timestamp max of this year
$WX['th0dew-amin'] = '3.9'; // outdoor dewpoint min of all time
$WX['th0dew-amintime'] = '20221223072604'; // outdoor dewpoint timestamp min of all time
$WX['th0dew-amax'] = '84.7'; // outdoor dewpoint max of all time
$WX['th0dew-amaxtime'] = '20160629170840'; // outdoor dewpoint timestamp max of all time
$WX['th0dew-starttime'] = '20150201000009'; // outdoor dewpoint timestamp of first recorded data
$WX['thb0temp-act'] = '91.0'; // indoor temperature most recent
$WX['thb0temp-val5'] = '91.0'; // indoor temperature value 5 minutes ago
$WX['thb0temp-val10'] = '90.7'; // indoor temperature value 10 minutes ago
$WX['thb0temp-val15'] = '90.3'; // indoor temperature value 15 minutes ago
$WX['thb0temp-val30'] = '90.1'; // indoor temperature value 30 minutes ago
$WX['thb0temp-val60'] = '91.0'; // indoor temperature value 60 minutes ago
$WX['thb0temp-hmin'] = '90.7'; // indoor temperature min of this hour
$WX['thb0temp-hmintime'] = '20250718190118'; // indoor temperature timestamp min of this hour
$WX['thb0temp-hmax'] = '91.2'; // indoor temperature max of this hour
$WX['thb0temp-hmaxtime'] = '20250718190925'; // indoor temperature timestamp max of this hour
$WX['thb0temp-dmin'] = '86.7'; // indoor temperature min of today
$WX['thb0temp-dmintime'] = '20250718024007'; // indoor temperature timestamp min of today
$WX['thb0temp-dmax'] = '92.8'; // indoor temperature max of today
$WX['thb0temp-dmaxtime'] = '20250718095721'; // indoor temperature timestamp max of today
$WX['thb0temp-ydmin'] = '88.0'; // indoor temperature min of yesterday
$WX['thb0temp-ydmintime'] = '20250717023419'; // indoor temperature timestamp min of yesterday
$WX['thb0temp-ydmax'] = '94.1'; // indoor temperature max of yesterday
$WX['thb0temp-ydmaxtime'] = '20250717173133'; // indoor temperature timestamp max of yesterday
$WX['thb0temp-mmin'] = '86.2'; // indoor temperature min of this month
$WX['thb0temp-mmintime'] = '20250713054620'; // indoor temperature timestamp min of this month
$WX['thb0temp-mmax'] = '99.7'; // indoor temperature max of this month
$WX['thb0temp-mmaxtime'] = '20250702170519'; // indoor temperature timestamp max of this month
$WX['thb0temp-ymin'] = '79.9'; // indoor temperature min of this year
$WX['thb0temp-ymintime'] = '20250122084905'; // indoor temperature timestamp min of this year
$WX['thb0temp-ymax'] = '99.7'; // indoor temperature max of this year
$WX['thb0temp-ymaxtime'] = '20250702170519'; // indoor temperature timestamp max of this year
$WX['thb0temp-amin'] = '68.2'; // indoor temperature min of all time
$WX['thb0temp-amintime'] = '20180308055800'; // indoor temperature timestamp min of all time
$WX['thb0temp-amax'] = '101.5'; // indoor temperature max of all time
$WX['thb0temp-amaxtime'] = '20230820181442'; // indoor temperature timestamp max of all time
$WX['thb0temp-starttime'] = '20150201005603'; // indoor temperature timestamp of first recorded data
$WX['thb0hum-act'] = '37'; // indoor humidity most recent
$WX['thb0hum-val5'] = '37'; // indoor humidity value 5 minutes ago
$WX['thb0hum-val10'] = '37'; // indoor humidity value 10 minutes ago
$WX['thb0hum-val15'] = '37'; // indoor humidity value 15 minutes ago
$WX['thb0hum-val30'] = '35'; // indoor humidity value 30 minutes ago
$WX['thb0hum-val60'] = '35'; // indoor humidity value 60 minutes ago
$WX['thb0hum-hmin'] = '37'; // indoor humidity min of this hour
$WX['thb0hum-hmintime'] = '20250718191025'; // indoor humidity timestamp min of this hour
$WX['thb0hum-hmax'] = '37'; // indoor humidity max of this hour
$WX['thb0hum-hmaxtime'] = '20250718191025'; // indoor humidity timestamp max of this hour
$WX['thb0hum-dmin'] = '33'; // indoor humidity min of today
$WX['thb0hum-dmintime'] = '20250718042019'; // indoor humidity timestamp min of today
$WX['thb0hum-dmax'] = '40'; // indoor humidity max of today
$WX['thb0hum-dmaxtime'] = '20250718131742'; // indoor humidity timestamp max of today
$WX['thb0hum-ydmin'] = '33'; // indoor humidity min of yesterday
$WX['thb0hum-ydmintime'] = '20250717221913'; // indoor humidity timestamp min of yesterday
$WX['thb0hum-ydmax'] = '43'; // indoor humidity max of yesterday
$WX['thb0hum-ydmaxtime'] = '20250717121403'; // indoor humidity timestamp max of yesterday
$WX['thb0hum-mmin'] = '31'; // indoor humidity min of this month
$WX['thb0hum-mmintime'] = '20250708232038'; // indoor humidity timestamp min of this month
$WX['thb0hum-mmax'] = '46'; // indoor humidity max of this month
$WX['thb0hum-mmaxtime'] = '20250715180621'; // indoor humidity timestamp max of this month
$WX['thb0hum-ymin'] = '16'; // indoor humidity min of this year
$WX['thb0hum-ymintime'] = '20250122102907'; // indoor humidity timestamp min of this year
$WX['thb0hum-ymax'] = '46'; // indoor humidity max of this year
$WX['thb0hum-ymaxtime'] = '20250715180621'; // indoor humidity timestamp max of this year
$WX['thb0hum-amin'] = '14'; // indoor humidity min of all time
$WX['thb0hum-amintime'] = '20240116105545'; // indoor humidity timestamp min of all time
$WX['thb0hum-amax'] = '72'; // indoor humidity max of all time
$WX['thb0hum-amaxtime'] = '20180305162300'; // indoor humidity timestamp max of all time
$WX['thb0hum-starttime'] = '20150201000003'; // indoor humidity timestamp of first recorded data
$WX['thb0dew-act'] = '61.2'; // indoor dewpoint most recent
$WX['thb0dew-val5'] = '61.2'; // indoor dewpoint value 5 minutes ago
$WX['thb0dew-val10'] = '60.8'; // indoor dewpoint value 10 minutes ago
$WX['thb0dew-val15'] = '60.4'; // indoor dewpoint value 15 minutes ago
$WX['thb0dew-val30'] = '58.8'; // indoor dewpoint value 30 minutes ago
$WX['thb0dew-val60'] = '59.5'; // indoor dewpoint value 60 minutes ago
$WX['thb0dew-hmin'] = '60.8'; // indoor dewpoint min of this hour
$WX['thb0dew-hmintime'] = '20250718190118'; // indoor dewpoint timestamp min of this hour
$WX['thb0dew-hmax'] = '61.3'; // indoor dewpoint max of this hour
$WX['thb0dew-hmaxtime'] = '20250718190925'; // indoor dewpoint timestamp max of this hour
$WX['thb0dew-dmin'] = '54.5'; // indoor dewpoint min of today
$WX['thb0dew-dmintime'] = '20250718042019'; // indoor dewpoint timestamp min of today
$WX['thb0dew-dmax'] = '63.9'; // indoor dewpoint max of today
$WX['thb0dew-dmaxtime'] = '20250718131742'; // indoor dewpoint timestamp max of today
$WX['thb0dew-ydmin'] = '56.1'; // indoor dewpoint min of yesterday
$WX['thb0dew-ydmintime'] = '20250717023217'; // indoor dewpoint timestamp min of yesterday
$WX['thb0dew-ydmax'] = '67.3'; // indoor dewpoint max of yesterday
$WX['thb0dew-ydmaxtime'] = '20250717121403'; // indoor dewpoint timestamp max of yesterday
$WX['thb0dew-mmin'] = '53.6'; // indoor dewpoint min of this month
$WX['thb0dew-mmintime'] = '20250713023814'; // indoor dewpoint timestamp min of this month
$WX['thb0dew-mmax'] = '73.6'; // indoor dewpoint max of this month
$WX['thb0dew-mmaxtime'] = '20250715180621'; // indoor dewpoint timestamp max of this month
$WX['thb0dew-ymin'] = '30.9'; // indoor dewpoint min of this year
$WX['thb0dew-ymintime'] = '20250122090206'; // indoor dewpoint timestamp min of this year
$WX['thb0dew-ymax'] = '73.6'; // indoor dewpoint max of this year
$WX['thb0dew-ymaxtime'] = '20250715180621'; // indoor dewpoint timestamp max of this year
$WX['thb0dew-amin'] = '28.9'; // indoor dewpoint min of all time
$WX['thb0dew-amintime'] = '20240117052931'; // indoor dewpoint timestamp min of all time
$WX['thb0dew-amax'] = '75.0'; // indoor dewpoint max of all time
$WX['thb0dew-amaxtime'] = '20240709211041'; // indoor dewpoint timestamp max of all time
$WX['thb0dew-starttime'] = '20150201005603'; // indoor dewpoint timestamp of first recorded data
$WX['thb0press-act'] = '29.93'; // station pressure most recent
$WX['thb0press-val5'] = '29.93'; // station pressure value 5 minutes ago
$WX['thb0press-val10'] = '29.93'; // station pressure value 10 minutes ago
$WX['thb0press-val15'] = '29.93'; // station pressure value 15 minutes ago
$WX['thb0press-val30'] = '29.92'; // station pressure value 30 minutes ago
$WX['thb0press-val60'] = '29.92'; // station pressure value 60 minutes ago
$WX['thb0press-hmin'] = '29.93'; // station pressure min of this hour
$WX['thb0press-hmintime'] = '20250718190417'; // station pressure timestamp min of this hour
$WX['thb0press-hmax'] = '29.93'; // station pressure max of this hour
$WX['thb0press-hmaxtime'] = '20250718191025'; // station pressure timestamp max of this hour
$WX['thb0press-dmin'] = '29.88'; // station pressure min of today
$WX['thb0press-dmintime'] = '20250718013921'; // station pressure timestamp min of today
$WX['thb0press-dmax'] = '29.99'; // station pressure max of today
$WX['thb0press-dmaxtime'] = '20250718110724'; // station pressure timestamp max of today
$WX['thb0press-ydmin'] = '29.83'; // station pressure min of yesterday
$WX['thb0press-ydmintime'] = '20250717194721'; // station pressure timestamp min of yesterday
$WX['thb0press-ydmax'] = '29.94'; // station pressure max of yesterday
$WX['thb0press-ydmaxtime'] = '20250717123025'; // station pressure timestamp max of yesterday
$WX['thb0press-mmin'] = '29.79'; // station pressure min of this month
$WX['thb0press-mmintime'] = '20250716182522'; // station pressure timestamp min of this month
$WX['thb0press-mmax'] = '30.06'; // station pressure max of this month
$WX['thb0press-mmaxtime'] = '20250708141220'; // station pressure timestamp max of this month
$WX['thb0press-ymin'] = '29.32'; // station pressure min of this year
$WX['thb0press-ymintime'] = '20250315061402'; // station pressure timestamp min of this year
$WX['thb0press-ymax'] = '30.58'; // station pressure max of this year
$WX['thb0press-ymaxtime'] = '20250121112504'; // station pressure timestamp max of this year
$WX['thb0press-amin'] = '29.06'; // station pressure min of all time
$WX['thb0press-amintime'] = '20240708101453'; // station pressure timestamp min of all time
$WX['thb0press-amax'] = '30.61'; // station pressure max of all time
$WX['thb0press-amaxtime'] = '20221223100838'; // station pressure timestamp max of all time
$WX['thb0press-starttime'] = '20150201000003'; // station pressure timestamp of first recorded data
$WX['thb0seapress-act'] = '30.08'; // sealevel pressure most recent
$WX['thb0seapress-val5'] = '30.08'; // sealevel pressure value 5 minutes ago
$WX['thb0seapress-val10'] = '30.07'; // sealevel pressure value 10 minutes ago
$WX['thb0seapress-val15'] = '30.07'; // sealevel pressure value 15 minutes ago
$WX['thb0seapress-val30'] = '30.06'; // sealevel pressure value 30 minutes ago
$WX['thb0seapress-val60'] = '30.06'; // sealevel pressure value 60 minutes ago
$WX['thb0seapress-delta2h'] = '0.02'; // sealevel pressure delta 2 hours ago
$WX['thb0seapress-delta3h'] = '0.02'; // sealevel pressure delta 3 hours ago
$WX['thb0seapress-delta6h'] = '-0.04'; // sealevel pressure delta 6 hours ago
$WX['thb0seapress-delta12h'] = '0.00'; // sealevel pressure delta 12 hours ago
$WX['thb0seapress-delta24h'] = '0.10'; // sealevel pressure delta 24 hours ago
$WX['thb0seapress-avg@h48'] = '29.94'; // sealevel pressure avg 48 hours ago
$WX['thb0seapress-avg@h72'] = '29.99'; // sealevel pressure avg 72 hours ago
$WX['thb0seapress-avg@h96'] = '30.06'; // sealevel pressure avg 96 hours ago
$WX['thb0seapress-avg@h120'] = '30.02'; // sealevel pressure avg 120 hours ago
$WX['thb0seapress-avg@h144'] = '30.02'; // sealevel pressure avg 144 hours ago
$WX['thb0seapress-avg@h168'] = '30.03'; // sealevel pressure avg 168 hours ago
$WX['thb0seapress-hmin'] = '30.07'; // sealevel pressure min of this hour
$WX['thb0seapress-hmintime'] = '20250718190417'; // sealevel pressure timestamp min of this hour
$WX['thb0seapress-hmax'] = '30.08'; // sealevel pressure max of this hour
$WX['thb0seapress-hmaxtime'] = '20250718191025'; // sealevel pressure timestamp max of this hour
$WX['thb0seapress-dmin'] = '30.02'; // sealevel pressure min of today
$WX['thb0seapress-dmintime'] = '20250718013921'; // sealevel pressure timestamp min of today
$WX['thb0seapress-dmax'] = '30.13'; // sealevel pressure max of today
$WX['thb0seapress-dmaxtime'] = '20250718110724'; // sealevel pressure timestamp max of today
$WX['thb0seapress-ydmin'] = '29.97'; // sealevel pressure min of yesterday
$WX['thb0seapress-ydmintime'] = '20250717194721'; // sealevel pressure timestamp min of yesterday
$WX['thb0seapress-ydmax'] = '30.08'; // sealevel pressure max of yesterday
$WX['thb0seapress-ydmaxtime'] = '20250717123025'; // sealevel pressure timestamp max of yesterday
$WX['thb0seapress-mmin'] = '29.93'; // sealevel pressure min of this month
$WX['thb0seapress-mmintime'] = '20250716182522'; // sealevel pressure timestamp min of this month
$WX['thb0seapress-mmax'] = '30.20'; // sealevel pressure max of this month
$WX['thb0seapress-mmaxtime'] = '20250708141220'; // sealevel pressure timestamp max of this month
$WX['thb0seapress-ymin'] = '29.46'; // sealevel pressure min of this year
$WX['thb0seapress-ymintime'] = '20250315061402'; // sealevel pressure timestamp min of this year
$WX['thb0seapress-ymax'] = '30.75'; // sealevel pressure max of this year
$WX['thb0seapress-ymaxtime'] = '20250121112504'; // sealevel pressure timestamp max of this year
$WX['thb0seapress-amin'] = '29.20'; // sealevel pressure min of all time
$WX['thb0seapress-amintime'] = '20240708101453'; // sealevel pressure timestamp min of all time
$WX['thb0seapress-amax'] = '30.77'; // sealevel pressure max of all time
$WX['thb0seapress-amaxtime'] = '20221223100834'; // sealevel pressure timestamp max of all time
$WX['thb0seapress-starttime'] = '20150201000003'; // sealevel pressure timestamp of first recorded data
$WX['wind0wind-act'] = '2.0'; // windspeed most recent
$WX['wind0wind-val5'] = '0.0'; // windspeed value 5 minutes ago
$WX['wind0wind-val10'] = '2.9'; // windspeed value 10 minutes ago
$WX['wind0wind-val15'] = '0.0'; // windspeed value 15 minutes ago
$WX['wind0wind-val30'] = '0.0'; // windspeed value 30 minutes ago
$WX['wind0wind-val60'] = '0.9'; // windspeed value 60 minutes ago
$WX['wind0wind-hmin'] = '0.0'; // windspeed min of this hour
$WX['wind0wind-hmintime'] = '20250718191015'; // windspeed timestamp min of this hour
$WX['wind0wind-hmax'] = '8.1'; // windspeed max of this hour
$WX['wind0wind-hmaxtime'] = '20250718190043'; // windspeed timestamp max of this hour
$WX['wind0wind-dmin'] = '0.0'; // windspeed min of today
$WX['wind0wind-dmintime'] = '20250718191015'; // windspeed timestamp min of today
$WX['wind0wind-dmax'] = '10.1'; // windspeed max of today
$WX['wind0wind-dmaxtime'] = '20250718172523'; // windspeed timestamp max of today
$WX['wind0wind-ydmin'] = '0.0'; // windspeed min of yesterday
$WX['wind0wind-ydmintime'] = '20250717235918'; // windspeed timestamp min of yesterday
$WX['wind0wind-ydmax'] = '10.1'; // windspeed max of yesterday
$WX['wind0wind-ydmaxtime'] = '20250717143111'; // windspeed timestamp max of yesterday
$WX['wind0wind-mmin'] = '0.0'; // windspeed min of this month
$WX['wind0wind-mmintime'] = '20250718191015'; // windspeed timestamp min of this month
$WX['wind0wind-mmax'] = '17.9'; // windspeed max of this month
$WX['wind0wind-mmaxtime'] = '20250711171618'; // windspeed timestamp max of this month
$WX['wind0wind-ymin'] = '0.0'; // windspeed min of this year
$WX['wind0wind-ymintime'] = '20250718191015'; // windspeed timestamp min of this year
$WX['wind0wind-ymax'] = '29.1'; // windspeed max of this year
$WX['wind0wind-ymaxtime'] = '20250318171332'; // windspeed timestamp max of this year
$WX['wind0wind-amin'] = '0.0'; // windspeed min of all time
$WX['wind0wind-amintime'] = '20250718191015'; // windspeed timestamp min of all time
$WX['wind0wind-amax'] = '58.0'; // windspeed max of all time
$WX['wind0wind-amaxtime'] = '20240708094857'; // windspeed timestamp max of all time
$WX['wind0wind-starttime'] = '20150201001145'; // windspeed timestamp of first recorded data
$WX['wind0avgwind-act'] = '0.9'; // average windspeed most recent
$WX['wind0avgwind-val5'] = '0.9'; // average windspeed value 5 minutes ago
$WX['wind0avgwind-val10'] = '2.0'; // average windspeed value 10 minutes ago
$WX['wind0avgwind-val15'] = '2.0'; // average windspeed value 15 minutes ago
$WX['wind0avgwind-val30'] = '2.0'; // average windspeed value 30 minutes ago
$WX['wind0avgwind-val60'] = '0.9'; // average windspeed value 60 minutes ago
$WX['wind0avgwind-delta2h'] = '0.0'; // average windspeed delta 2 hours ago
$WX['wind0avgwind-delta3h'] = '0.0'; // average windspeed delta 3 hours ago
$WX['wind0avgwind-delta6h'] = '0.9'; // average windspeed delta 6 hours ago
$WX['wind0avgwind-delta12h'] = '0.9'; // average windspeed delta 12 hours ago
$WX['wind0avgwind-delta24h'] = '0.9'; // average windspeed delta 24 hours ago
$WX['wind0avgwind-avg@h48'] = '0.0'; // average windspeed avg 48 hours ago
$WX['wind0avgwind-avg@h72'] = '1.0'; // average windspeed avg 72 hours ago
$WX['wind0avgwind-avg@h96'] = '0.9'; // average windspeed avg 96 hours ago
$WX['wind0avgwind-avg@h120'] = '0.5'; // average windspeed avg 120 hours ago
$WX['wind0avgwind-avg@h144'] = '0.2'; // average windspeed avg 144 hours ago
$WX['wind0avgwind-avg@h168'] = '1.8'; // average windspeed avg 168 hours ago
$WX['wind0avgwind-hmin'] = '0.9'; // average windspeed min of this hour
$WX['wind0avgwind-hmintime'] = '20250718191001'; // average windspeed timestamp min of this hour
$WX['wind0avgwind-hmax'] = '2.0'; // average windspeed max of this hour
$WX['wind0avgwind-hmaxtime'] = '20250718190207'; // average windspeed timestamp max of this hour
$WX['wind0avgwind-dmin'] = '0.0'; // average windspeed min of today
$WX['wind0avgwind-dmintime'] = '20250718165701'; // average windspeed timestamp min of today
$WX['wind0avgwind-dmax'] = '2.9'; // average windspeed max of today
$WX['wind0avgwind-dmaxtime'] = '20250718173406'; // average windspeed timestamp max of today
$WX['wind0avgwind-ydmin'] = '0.0'; // average windspeed min of yesterday
$WX['wind0avgwind-ydmintime'] = '20250717235916'; // average windspeed timestamp min of yesterday
$WX['wind0avgwind-ydmax'] = '2.9'; // average windspeed max of yesterday
$WX['wind0avgwind-ydmaxtime'] = '20250717150106'; // average windspeed timestamp max of yesterday
$WX['wind0avgwind-mmin'] = '0.0'; // average windspeed min of this month
$WX['wind0avgwind-mmintime'] = '20250718165701'; // average windspeed timestamp min of this month
$WX['wind0avgwind-mmax'] = '6.0'; // average windspeed max of this month
$WX['wind0avgwind-mmaxtime'] = '20250714184702'; // average windspeed timestamp max of this month
$WX['wind0avgwind-ymin'] = '0.0'; // average windspeed min of this year
$WX['wind0avgwind-ymintime'] = '20250718165701'; // average windspeed timestamp min of this year
$WX['wind0avgwind-ymax'] = '15.0'; // average windspeed max of this year
$WX['wind0avgwind-ymaxtime'] = '20250526114504'; // average windspeed timestamp max of this year
$WX['wind0avgwind-amin'] = '0.0'; // average windspeed min of all time
$WX['wind0avgwind-amintime'] = '20250718165701'; // average windspeed timestamp min of all time
$WX['wind0avgwind-amax'] = '25.9'; // average windspeed max of all time
$WX['wind0avgwind-amaxtime'] = '20230621205801'; // average windspeed timestamp max of all time
$WX['wind0avgwind-starttime'] = '20150201001659'; // average windspeed timestamp of first recorded data
$WX['wind0dir-act'] = '183'; // wind direction most recent
$WX['wind0dir-val5'] = '179'; // wind direction value 5 minutes ago
$WX['wind0dir-val10'] = '152'; // wind direction value 10 minutes ago
$WX['wind0dir-val15'] = '150'; // wind direction value 15 minutes ago
$WX['wind0dir-val30'] = '174'; // wind direction value 30 minutes ago
$WX['wind0dir-val60'] = '148'; // wind direction value 60 minutes ago
$WX['wind0dir-delta2h'] = '0'; // wind direction delta 2 hours ago
$WX['wind0dir-delta3h'] = '0'; // wind direction delta 3 hours ago
$WX['wind0dir-delta6h'] = '0'; // wind direction delta 6 hours ago
$WX['wind0dir-delta12h'] = '0'; // wind direction delta 12 hours ago
$WX['wind0dir-delta24h'] = '0'; // wind direction delta 24 hours ago
$WX['wind0dir-avg@h48'] = '165'; // wind direction avg 48 hours ago
$WX['wind0dir-avg@h72'] = '162'; // wind direction avg 72 hours ago
$WX['wind0dir-avg@h96'] = '15'; // wind direction avg 96 hours ago
$WX['wind0dir-avg@h120'] = '106'; // wind direction avg 120 hours ago
$WX['wind0dir-avg@h144'] = '158'; // wind direction avg 144 hours ago
$WX['wind0dir-avg@h168'] = '146'; // wind direction avg 168 hours ago
$WX['wind0dir-avg10'] = '164'; // wind direction average 10 minutes
$WX['wind0dir-havg'] = '163'; // wind direction average of this hour
$WX['wind0dir-davg'] = '188'; // wind direction average of today
$WX['wind0dir-ydavg'] = '161'; // wind direction average of yesterday
$WX['wind0dir-mavg'] = '150'; // wind direction average of this month
$WX['wind0dir-yavg'] = '126'; // wind direction average of this year
$WX['wind0dir-aavg'] = '117'; // wind direction average of all time
$WX['wind0dir-starttime'] = '--'; // wind direction timestamp of first recorded data
$WX['wind0chill-act'] = '88.0'; // outdoor wind chill temperature most recent
$WX['wind0chill-val5'] = '88.0'; // outdoor wind chill temperature value 5 minutes ago
$WX['wind0chill-val10'] = '88.2'; // outdoor wind chill temperature value 10 minutes ago
$WX['wind0chill-val15'] = '88.3'; // outdoor wind chill temperature value 15 minutes ago
$WX['wind0chill-val30'] = '88.5'; // outdoor wind chill temperature value 30 minutes ago
$WX['wind0chill-val60'] = '88.9'; // outdoor wind chill temperature value 60 minutes ago
$WX['wind0chill-hmin'] = '88.0'; // outdoor wind chill temperature min of this hour
$WX['wind0chill-hmintime'] = '20250718191001'; // outdoor wind chill temperature timestamp min of this hour
$WX['wind0chill-hmax'] = '88.3'; // outdoor wind chill temperature max of this hour
$WX['wind0chill-hmaxtime'] = '20250718190007'; // outdoor wind chill temperature timestamp max of this hour
$WX['wind0chill-dmin'] = '78.6'; // outdoor wind chill temperature min of today
$WX['wind0chill-dmintime'] = '20250718065251'; // outdoor wind chill temperature timestamp min of today
$WX['wind0chill-dmax'] = '95.5'; // outdoor wind chill temperature max of today
$WX['wind0chill-dmaxtime'] = '20250718161019'; // outdoor wind chill temperature timestamp max of today
$WX['wind0chill-ydmin'] = '74.8'; // outdoor wind chill temperature min of yesterday
$WX['wind0chill-ydmintime'] = '20250717063113'; // outdoor wind chill temperature timestamp min of yesterday
$WX['wind0chill-ydmax'] = '92.3'; // outdoor wind chill temperature max of yesterday
$WX['wind0chill-ydmaxtime'] = '20250717160206'; // outdoor wind chill temperature timestamp max of yesterday
$WX['wind0chill-mmin'] = '73.8'; // outdoor wind chill temperature min of this month
$WX['wind0chill-mmintime'] = '20250714053640'; // outdoor wind chill temperature timestamp min of this month
$WX['wind0chill-mmax'] = '96.6'; // outdoor wind chill temperature max of this month
$WX['wind0chill-mmaxtime'] = '20250701172007'; // outdoor wind chill temperature timestamp max of this month
$WX['wind0chill-ymin'] = '11.8'; // outdoor wind chill temperature min of this year
$WX['wind0chill-ymintime'] = '20250220082313'; // outdoor wind chill temperature timestamp min of this year
$WX['wind0chill-ymax'] = '97.3'; // outdoor wind chill temperature max of this year
$WX['wind0chill-ymaxtime'] = '20250520165202'; // outdoor wind chill temperature timestamp max of this year
$WX['wind0chill-amin'] = '-0.8'; // outdoor wind chill temperature min of all time
$WX['wind0chill-amintime'] = '20221223064914'; // outdoor wind chill temperature timestamp min of all time
$WX['wind0chill-amax'] = '112.3'; // outdoor wind chill temperature max of all time
$WX['wind0chill-amaxtime'] = '20220712131003'; // outdoor wind chill temperature timestamp max of all time
$WX['wind0chill-starttime'] = '20150201000239'; // outdoor wind chill temperature timestamp of first recorded data
$WX['rain0rate-act'] = '0.00'; // rain rate most recent
$WX['rain0rate-val5'] = '0.00'; // rain rate value 5 minutes ago
$WX['rain0rate-val10'] = '0.00'; // rain rate value 10 minutes ago
$WX['rain0rate-val15'] = '0.00'; // rain rate value 15 minutes ago
$WX['rain0rate-val30'] = '0.00'; // rain rate value 30 minutes ago
$WX['rain0rate-val60'] = '0.00'; // rain rate value 60 minutes ago
$WX['rain0rate-delta2h'] = '0.00'; // rain rate delta 2 hours ago
$WX['rain0rate-delta3h'] = '0.00'; // rain rate  delta 3 hours ago
$WX['rain0rate-delta6h'] = '0.00'; // rain rate delta 6 hours ago
$WX['rain0rate-delta12h'] = '0.00'; // rain rate delta 12 hours ago
$WX['rain0rate-delta24h'] = '0.00'; // rain rate delta 24 hours ago
$WX['rain0rate-avg@h48'] = '0.00'; // rain rate avg 48 hours ago
$WX['rain0rate-avg@h72'] = '0.00'; // rain rate avg 72 hours ago
$WX['rain0rate-avg@h96'] = '0.00'; // rain rate avg 96 hours ago
$WX['rain0rate-avg@h120'] = '0.00'; // rain rate avg 120 hours ago
$WX['rain0rate-avg@h144'] = '0.00'; // rain rate avg 144 hours ago
$WX['rain0rate-avg@h168'] = '0.00'; // rain rate avg 168 hours ago
$WX['rain0rate-hmin'] = '0.00'; // rain rate min of this hour
$WX['rain0rate-hmintime'] = '20250718191009'; // rain rate timestamp min of this hour
$WX['rain0rate-hmax'] = '0.00'; // rain rate max of this hour
$WX['rain0rate-hmaxtime'] = '20250718191009'; // rain rate timestamp max of this hour
$WX['rain0rate-dmin'] = '0.00'; // rain rate min of today
$WX['rain0rate-dmintime'] = '20250718191009'; // rain rate timestamp min of today
$WX['rain0rate-dmax'] = '0.00'; // rain rate max of today
$WX['rain0rate-dmaxtime'] = '20250718191009'; // rain rate timestamp max of today
$WX['rain0rate-ydmin'] = '0.00'; // rain rate min of yesterday
$WX['rain0rate-ydmintime'] = '20250717235924'; // rain rate timestamp min of yesterday
$WX['rain0rate-ydmax'] = '0.00'; // rain rate max of yesterday
$WX['rain0rate-ydmaxtime'] = '20250717235924'; // rain rate timestamp max of yesterday
$WX['rain0rate-mmin'] = '0.00'; // rain rate min of this month
$WX['rain0rate-mmintime'] = '20250718191009'; // rain rate timestamp min of this month
$WX['rain0rate-mmax'] = '4.54'; // rain rate max of this month
$WX['rain0rate-mmaxtime'] = '20250713130718'; // rain rate timestamp max of this month
$WX['rain0rate-ymin'] = '0.00'; // rain rate min of this year
$WX['rain0rate-ymintime'] = '20250718191009'; // rain rate timestamp min of this year
$WX['rain0rate-ymax'] = '5.43'; // rain rate max of this year
$WX['rain0rate-ymaxtime'] = '20250615152009'; // rain rate timestamp max of this year
$WX['rain0rate-amin'] = '0.00'; // rain rate min of all time
$WX['rain0rate-amintime'] = '20250718191009'; // rain rate timestamp min of all time
$WX['rain0rate-amax'] = '82.29'; // rain rate max of all time
$WX['rain0rate-amaxtime'] = '20230914151218'; // rain rate timestamp max of all time
$WX['rain0rate-starttime'] = '20150201000031'; // rain rate timestamp of first recorded data
$WX['rain0total-act'] = '18.90'; // rain most recent
$WX['rain0total-val5'] = '18.90'; // rain value 5 minutes ago
$WX['rain0total-val10'] = '18.90'; // rain value 10 minutes ago
$WX['rain0total-val15'] = '18.90'; // rain value 15 minutes ago
$WX['rain0total-val30'] = '18.90'; // rain value 30 minutes ago
$WX['rain0total-val60'] = '18.90'; // rain value 60 minutes ago
$WX['rain0total-delta2h'] = '0.00'; // rain delta 2 hours ago
$WX['rain0total-delta3h'] = '0.00'; // rain delta 3 hours ago
$WX['rain0total-delta6h'] = '0.00'; // rain delta 6 hours ago
$WX['rain0total-delta12h'] = '0.00'; // rain delta 12 hours ago
$WX['rain0total-delta24h'] = '0.00'; // rain delta 24 hours ago
$WX['rain0total-avg@h48'] = '0.00'; // rain avg 48 hours ago
$WX['rain0total-avg@h72'] = '0.00'; // rain avg 72 hours ago
$WX['rain0total-avg@h96'] = '0.00'; // rain avg 96 hours ago
$WX['rain0total-avg@h120'] = '0.00'; // rain avg 120 hours ago
$WX['rain0total-avg@h144'] = '0.00'; // rain avg 144 hours ago
$WX['rain0total-avg@h168'] = '0.00'; // rain avg 168 hours ago
$WX['rain0total-hmin'] = '0.00'; // rain min of this hour
$WX['rain0total-hmintime'] = '20250718190041'; // rain timestamp min of this hour
$WX['rain0total-hmax'] = '0.00'; // rain max of this hour
$WX['rain0total-hmaxtime'] = '20250718191009'; // rain timestamp max of this hour
$WX['rain0total-dmin'] = '0.00'; // rain min of today
$WX['rain0total-dmintime'] = '20250718000021'; // rain timestamp min of today
$WX['rain0total-dmax'] = '0.00'; // rain max of today
$WX['rain0total-dmaxtime'] = '20250718191009'; // rain timestamp max of today
$WX['rain0total-ydmin'] = '0.04'; // rain min of yesterday
$WX['rain0total-ydmintime'] = '20250717094200'; // rain timestamp min of yesterday
$WX['rain0total-ydmax'] = '0.01'; // rain max of yesterday
$WX['rain0total-ydmaxtime'] = '20250717094200'; // rain timestamp max of yesterday
$WX['rain0total-mmin'] = '0.32'; // rain min of this month
$WX['rain0total-mmintime'] = '20250717094200'; // rain timestamp min of this month
$WX['rain0total-mmax'] = '0.95'; // rain max of this month
$WX['rain0total-mmaxtime'] = '20250713130655'; // rain timestamp max of this month
$WX['rain0total-ymin'] = '2.40'; // rain min of this year
$WX['rain0total-ymintime'] = '20250717094200'; // rain timestamp min of this year
$WX['rain0total-ymax'] = '18.88'; // rain max of this year
$WX['rain0total-ymaxtime'] = '20250615152047'; // rain timestamp max of this year
$WX['rain0total-amin'] = '5.75'; // rain min of all time
$WX['rain0total-amintime'] = '20250717094200'; // rain timestamp min of all time
$WX['rain0total-amax'] = '526.65'; // rain max of all time
$WX['rain0total-amaxtime'] = '20160601222232'; // rain timestamp max of all time
$WX['rain0total-starttime'] = '20150201000031'; // rain timestamp of first recorded data
$WX['uv0index-act'] = '0.0'; // uv index most recent
$WX['uv0index-val5'] = '0.0'; // uv index value 5 minutes ago
$WX['uv0index-val10'] = '0.0'; // uv index value 10 minutes ago
$WX['uv0index-val15'] = '0.0'; // uv index value 15 minutes ago
$WX['uv0index-val30'] = '0.7'; // uv index value 30 minutes ago
$WX['uv0index-val60'] = '1.0'; // uv index value 60 minutes ago
$WX['uv0index-hmin'] = '0.0'; // uv index min of this hour
$WX['uv0index-hmintime'] = '20250718191019'; // uv index timestamp min of this hour
$WX['uv0index-hmax'] = '0.0'; // uv index max of this hour
$WX['uv0index-hmaxtime'] = '20250718191019'; // uv index timestamp max of this hour
$WX['uv0index-dmin'] = '0.0'; // uv index min of today
$WX['uv0index-dmintime'] = '20250718191019'; // uv index timestamp min of today
$WX['uv0index-dmax'] = '8.8'; // uv index max of today
$WX['uv0index-dmaxtime'] = '20250718142808'; // uv index timestamp max of today
$WX['uv0index-ydmin'] = '0.0'; // uv index min of yesterday
$WX['uv0index-ydmintime'] = '20250717235924'; // uv index timestamp min of yesterday
$WX['uv0index-ydmax'] = '8.6'; // uv index max of yesterday
$WX['uv0index-ydmaxtime'] = '20250717124859'; // uv index timestamp max of yesterday
$WX['uv0index-mmin'] = '0.0'; // uv index min of this month
$WX['uv0index-mmintime'] = '20250718191019'; // uv index timestamp min of this month
$WX['uv0index-mmax'] = '10.3'; // uv index max of this month
$WX['uv0index-mmaxtime'] = '20250705131253'; // uv index timestamp max of this month
$WX['uv0index-ymin'] = '0.0'; // uv index min of this year
$WX['uv0index-ymintime'] = '20250718191019'; // uv index timestamp min of this year
$WX['uv0index-ymax'] = '10.3'; // uv index max of this year
$WX['uv0index-ymaxtime'] = '20250705131253'; // uv index timestamp max of this year
$WX['uv0index-amin'] = '0.0'; // uv index min of all time
$WX['uv0index-amintime'] = '20250718191019'; // uv index timestamp min of all time
$WX['uv0index-amax'] = '13.8'; // uv index max of all time
$WX['uv0index-amaxtime'] = '20190714135634'; // uv index timestamp max of all time
$WX['uv0index-starttime'] = '20190502175630'; // uv index timestamp of first recorded data
$WX['sol0rad-act'] = '316'; // solar rad most recent
$WX['sol0rad-val5'] = '345'; // solar rad value 5 minutes ago
$WX['sol0rad-val10'] = '315'; // solar rad value 10 minutes ago
$WX['sol0rad-val15'] = '320'; // solar rad value 15 minutes ago
$WX['sol0rad-val30'] = '376'; // solar rad value 30 minutes ago
$WX['sol0rad-val60'] = '424'; // solar rad value 60 minutes ago
$WX['sol0rad-hmin'] = '260'; // solar rad min of this hour
$WX['sol0rad-hmintime'] = '20250718190007'; // solar rad timestamp min of this hour
$WX['sol0rad-hmax'] = '345'; // solar rad max of this hour
$WX['sol0rad-hmaxtime'] = '20250718190622'; // solar rad timestamp max of this hour
$WX['sol0rad-dmin'] = '0'; // solar rad min of today
$WX['sol0rad-dmintime'] = '20250718063132'; // solar rad timestamp min of today
$WX['sol0rad-dmax'] = '1120'; // solar rad max of today
$WX['sol0rad-dmaxtime'] = '20250718142902'; // solar rad timestamp max of today
$WX['sol0rad-ydmin'] = '0'; // solar rad min of yesterday
$WX['sol0rad-ydmintime'] = '20250717062933'; // solar rad timestamp min of yesterday
$WX['sol0rad-ydmax'] = '842'; // solar rad max of yesterday
$WX['sol0rad-ydmaxtime'] = '20250717154307'; // solar rad timestamp max of yesterday
$WX['sol0rad-mmin'] = '0'; // solar rad min of this month
$WX['sol0rad-mmintime'] = '20250718063132'; // solar rad timestamp min of this month
$WX['sol0rad-mmax'] = '1366'; // solar rad max of this month
$WX['sol0rad-mmaxtime'] = '20250707133202'; // solar rad timestamp max of this month
$WX['sol0rad-ymin'] = '0'; // solar rad min of this year
$WX['sol0rad-ymintime'] = '20250718063132'; // solar rad timestamp min of this year
$WX['sol0rad-ymax'] = '1366'; // solar rad max of this year
$WX['sol0rad-ymaxtime'] = '20250707133202'; // solar rad timestamp max of this year
$WX['sol0rad-amin'] = '0'; // solar rad min of all time
$WX['sol0rad-amintime'] = '20250718063132'; // solar rad timestamp min of all time
$WX['sol0rad-amax'] = '1383'; // solar rad max of all time
$WX['sol0rad-amaxtime'] = '20240618133858'; // solar rad timestamp max of all time
$WX['sol0rad-starttime'] = '20190502175630'; // solar rad timestamp of first recorded data
$WX['rain0total-daysum'] = '0.00'; // rain total today
$WX['rain0total-monthsum'] = '0.95'; // rain total this month
$WX['rain0total-yearsum'] = '18.88'; // rain total this year
$WX['rain0total-ydaysum'] = '0.01'; // rain total yesterday
$WX['rain0total-sum60'] = '0.00'; // rain total last 60 minutes
$WX['sol0evo-daysum'] = '0.153'; // solar evo total today
$WX['sol0evo-monthsum'] = '3.071'; // solar evo total this month
$WX['sol0evo-yearsum'] = '29.281'; // solar evo total this year
$WX['sol0evo-ydaysum'] = '0.144'; // solar evo total yesterday
$WX['sol0evo-sum60'] = '0.011'; // solar evo total last 60 minutes
$WX['sol0evo-sum24h'] = '0.169'; // solar evo total last 24 hours
$WX['sol0evo-allsum'] = '300.073'; // solar evo total all time
$WX['th0heatindex-act'] = '38.8'; // outdoor heat index most recent
$WX['th0heatindex-val5'] = '38.8'; // outdoor heat index value 5 minutes ago
$WX['th0heatindex-val10'] = '38.8'; // outdoor heat index value 10 minutes ago
$WX['th0heatindex-val15'] = '39.1'; // outdoor heat index value 15 minutes ago
$WX['th0heatindex-val30'] = '38.4'; // outdoor heat index value 30 minutes ago
$WX['th0heatindex-val60'] = '39.3'; // outdoor heat index value 60 minutes ago
$WX['th0heatindex-hmin'] = '38.8'; // outdoor heat index min of this hour
$WX['th0heatindex-hmintime'] = '20250718190112'; // outdoor heat index timestamp min of this hour
$WX['th0heatindex-hmax'] = '39.1'; // outdoor heat index max of this hour
$WX['th0heatindex-hmaxtime'] = '20250718190830'; // outdoor heat index timestamp max of this hour
$WX['th0heatindex-dmin'] = '25.9'; // outdoor heat index min of today
$WX['th0heatindex-dmintime'] = '20250718065251'; // outdoor heat index timestamp min of today
$WX['th0heatindex-dmax'] = '47.5'; // outdoor heat index max of today
$WX['th0heatindex-dmaxtime'] = '20250718160959'; // outdoor heat index timestamp max of today
$WX['th0heatindex-ydmin'] = '23.8'; // outdoor heat index min of yesterday
$WX['th0heatindex-ydmintime'] = '20250717063113'; // outdoor heat index timestamp min of yesterday
$WX['th0heatindex-ydmax'] = '43.9'; // outdoor heat index max of yesterday
$WX['th0heatindex-ydmaxtime'] = '20250717160043'; // outdoor heat index timestamp max of yesterday
$WX['th0heatindex-mmin'] = '23.2'; // outdoor heat index min of this month
$WX['th0heatindex-mmintime'] = '20250714053640'; // outdoor heat index timestamp min of this month
$WX['th0heatindex-mmax'] = '47.5'; // outdoor heat index max of this month
$WX['th0heatindex-mmaxtime'] = '20250718160959'; // outdoor heat index timestamp max of this month
$WX['th0heatindex-ymin'] = '-7.3'; // outdoor heat index min of this year
$WX['th0heatindex-ymintime'] = '20250122074717'; // outdoor heat index timestamp min of this year
$WX['th0heatindex-ymax'] = '47.5'; // outdoor heat index max of this year
$WX['th0heatindex-ymaxtime'] = '20250718160959'; // outdoor heat index timestamp max of this year
$WX['th0heatindex-amin'] = '-9.3'; // outdoor heat index min of all time
$WX['th0heatindex-amintime'] = '20221223072604'; // outdoor heat index timestamp min of all time
$WX['th0heatindex-amax'] = '60.3'; // outdoor heat index max of all time
$WX['th0heatindex-amaxtime'] = '20220712130253'; // outdoor heat index timestamp max of all time
$WX['th0heatindex-starttime'] = '20190502174905'; // outdoor heat index timestamp of first recorded data
$WX['wind0dir-min10'] = '117'; // wind direction min 10 minutes
$WX['wind0dir-max10'] = '264'; // wind direction max 10 minutes