// $WX[] array size = 653 entries.
$WX['date'] = '2025-10-18'; // local date
$WX['time'] = '03:50:37'; // local time
$WX['dateUTC'] = '2025-10-18'; // UTC date
$WX['timeUTC'] = '08:50:37'; // 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.2'; // Meteobridge version string (example: "1.1")
$WX['mbsystem-buildnum'] = '5136'; // 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'] = '2460661'; // uptime of Meteobridge in seconds
$WX['mbsystem-cpuload1m'] = '0.5'; // shows average cpu load during last 1 minute
$WX['mbsystem-cpuload5m'] = '0.3'; // shows average cpu load during last 5 minutes
$WX['mbsystem-cpuload15m'] = '0.3'; // shows average cpu load during last 15 minutes
$WX['mbsystem-lunarage'] = '26'; // days passes since new moon as integer (example: 28)
$WX['mbsystem-lunarpercent'] = '9.3'; // lunarphase given as percentage from 0% (new moon) to 100% (full moon)
$WX['mbsystem-lunarsegment'] = '7'; // 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'] = '11:22'; // length of day (example: "11:28")
$WX['mbsystem-civildaylength'] = '12:10'; // alternative method for daylength computation (example: "12:38")
$WX['mbsystem-nauticaldaylength'] = '13:06'; // alternative method for daylength computation (example: "14:00")
$WX['mbsystem-sunrise'] = '07:26'; // 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'] = '18:48'; // 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'] = '07:02'; // alternative computation for sunrise.
$WX['mbsystem-civilsunset'] = '19:12'; // alternative computation for sunset.
$WX['mbsystem-nauticalsunrise'] = '06:34'; // alternative computation for sunrise.
$WX['mbsystem-nauticalsunset'] = '19:40'; // alternative alternative computation for sunset..
$WX['mbsystem-daynightflag'] = 'N'; // returns "D" when there is daylight, otherwise "N".
$WX['mbsystem-moonrise'] = '04:51'; // 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'] = '17:19'; // 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'] = '779'; // 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'] = '45'; // Davis forecast rule number
$WX['forecast-text'] = 'Increasing clouds with little temperature change.'; // Davis forecast reports in English
$WX['forecast-texteshtml'] = 'Nubes en evolución con ligeros cambios de temperatura.'; // Davis forecast reports in Spanish
$WX['th0temp-act'] = '77.0'; // outdoor temperature most recent
$WX['th0temp-val5'] = '76.8'; // outdoor temperature value 5 minutes ago
$WX['th0temp-val10'] = '76.6'; // outdoor temperature value 10 minutes ago
$WX['th0temp-val15'] = '76.6'; // outdoor temperature value 15 minutes ago
$WX['th0temp-val30'] = '76.5'; // outdoor temperature value 30 minutes ago
$WX['th0temp-val60'] = '76.6'; // outdoor temperature value 60 minutes ago
$WX['th0temp-delta2h'] = '31.6'; // outdoor temperature delta 2 hours ago
$WX['th0temp-delta3h'] = '30.7'; // outdoor temperature delta 3 hours ago
$WX['th0temp-delta6h'] = '29.1'; // outdoor temperature delta 6 hours ago
$WX['th0temp-delta12h'] = '19.0'; // outdoor temperature delta 12 hours ago
$WX['th0temp-delta24h'] = '38.7'; // outdoor temperature delta 24 hours ago
$WX['th0temp-avg@h48'] = '65.7'; // outdoor temperature avg 48 hours ago
$WX['th0temp-avg@h72'] = '67.1'; // outdoor temperature avg 72 hours ago
$WX['th0temp-avg@h96'] = '65.3'; // outdoor temperature avg 96 hours ago
$WX['th0temp-avg@h120'] = '65.8'; // outdoor temperature avg 120 hours ago
$WX['th0temp-avg@h144'] = '66.7'; // outdoor temperature avg 144 hours ago
$WX['th0temp-avg@h168'] = '69.4'; // outdoor temperature avg 168 hours ago
$WX['th0temp-hmin'] = '76.5'; // outdoor temperature min of this hour
$WX['th0temp-hmintime'] = '20251018033121'; // outdoor temperature timestamp min of this hour
$WX['th0temp-hmax'] = '77.0'; // outdoor temperature max of this hour
$WX['th0temp-hmaxtime'] = '20251018034921'; // outdoor temperature timestamp max of this hour
$WX['th0temp-dmin'] = '76.5'; // outdoor temperature min of today
$WX['th0temp-dmintime'] = '20251018033121'; // outdoor temperature timestamp min of today
$WX['th0temp-dmax'] = '79.2'; // outdoor temperature max of today
$WX['th0temp-dmaxtime'] = '20251018001151'; // outdoor temperature timestamp max of today
$WX['th0temp-ydmin'] = '70.0'; // outdoor temperature min of yesterday
$WX['th0temp-ydmintime'] = '20251017050908'; // outdoor temperature timestamp min of yesterday
$WX['th0temp-ydmax'] = '92.5'; // outdoor temperature max of yesterday
$WX['th0temp-ydmaxtime'] = '20251017134612'; // outdoor temperature timestamp max of yesterday
$WX['th0temp-mmin'] = '62.6'; // outdoor temperature min of this month
$WX['th0temp-mmintime'] = '20251011070856'; // outdoor temperature timestamp min of this month
$WX['th0temp-mmax'] = '95.5'; // outdoor temperature max of this month
$WX['th0temp-mmaxtime'] = '20251007152933'; // 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'] = '100.2'; // outdoor temperature max of this year
$WX['th0temp-ymaxtime'] = '20250813165901'; // 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'] = '90'; // outdoor humidity most recent
$WX['th0hum-val5'] = '90'; // outdoor humidity value 5 minutes ago
$WX['th0hum-val10'] = '90'; // outdoor humidity value 10 minutes ago
$WX['th0hum-val15'] = '90'; // outdoor humidity value 15 minutes ago
$WX['th0hum-val30'] = '90'; // outdoor humidity value 30 minutes ago
$WX['th0hum-val60'] = '89'; // outdoor humidity value 60 minutes ago
$WX['th0hum-delta2h'] = '3'; // outdoor humidity delta 2 hours ago
$WX['th0hum-delta3h'] = '5'; // outdoor humidity delta 3 hours ago
$WX['th0hum-delta6h'] = '9'; // outdoor humidity delta 6 hours ago
$WX['th0hum-delta12h'] = '32'; // outdoor humidity delta 12 hours ago
$WX['th0hum-delta24h'] = '-3'; // outdoor humidity delta 24 hours ago
$WX['th0hum-avg@h48'] = '82'; // outdoor humidity avg 48 hours ago
$WX['th0hum-avg@h72'] = '80'; // outdoor humidity avg 72 hours ago
$WX['th0hum-avg@h96'] = '87'; // outdoor humidity avg 96 hours ago
$WX['th0hum-avg@h120'] = '86'; // outdoor humidity avg 120 hours ago
$WX['th0hum-avg@h144'] = '85'; // outdoor humidity avg 144 hours ago
$WX['th0hum-avg@h168'] = '66'; // outdoor humidity avg 168 hours ago
$WX['th0hum-hmin'] = '89'; // outdoor humidity min of this hour
$WX['th0hum-hmintime'] = '20251018031128'; // outdoor humidity timestamp min of this hour
$WX['th0hum-hmax'] = '90'; // outdoor humidity max of this hour
$WX['th0hum-hmaxtime'] = '20251018034921'; // outdoor humidity timestamp max of this hour
$WX['th0hum-dmin'] = '83'; // outdoor humidity min of today
$WX['th0hum-dmintime'] = '20251018002350'; // outdoor humidity timestamp min of today
$WX['th0hum-dmax'] = '90'; // outdoor humidity max of today
$WX['th0hum-dmaxtime'] = '20251018034921'; // outdoor humidity timestamp max of today
$WX['th0hum-ydmin'] = '51'; // outdoor humidity min of yesterday
$WX['th0hum-ydmintime'] = '20251017162308'; // outdoor humidity timestamp min of yesterday
$WX['th0hum-ydmax'] = '94'; // outdoor humidity max of yesterday
$WX['th0hum-ydmaxtime'] = '20251017082908'; // outdoor humidity timestamp max of yesterday
$WX['th0hum-mmin'] = '35'; // outdoor humidity min of this month
$WX['th0hum-mmintime'] = '20251010161322'; // outdoor humidity timestamp min of this month
$WX['th0hum-mmax'] = '94'; // outdoor humidity max of this month
$WX['th0hum-mmaxtime'] = '20251017082908'; // 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'] = '73.8'; // outdoor dewpoint most recent
$WX['th0dew-val5'] = '73.6'; // outdoor dewpoint value 5 minutes ago
$WX['th0dew-val10'] = '73.4'; // outdoor dewpoint value 10 minutes ago
$WX['th0dew-val15'] = '73.4'; // outdoor dewpoint value 15 minutes ago
$WX['th0dew-val30'] = '73.2'; // outdoor dewpoint value 30 minutes ago
$WX['th0dew-val60'] = '73.2'; // outdoor dewpoint value 60 minutes ago
$WX['th0dew-delta2h'] = '32.5'; // outdoor dewpoint delta 2 hours ago
$WX['th0dew-delta3h'] = '32.4'; // outdoor dewpoint delta 3 hours ago
$WX['th0dew-delta6h'] = '32.2'; // outdoor dewpoint delta 6 hours ago
$WX['th0dew-delta12h'] = '32.5'; // outdoor dewpoint delta 12 hours ago
$WX['th0dew-delta24h'] = '37.6'; // outdoor dewpoint delta 24 hours ago
$WX['th0dew-avg@h48'] = '60.2'; // outdoor dewpoint avg 48 hours ago
$WX['th0dew-avg@h72'] = '60.7'; // outdoor dewpoint avg 72 hours ago
$WX['th0dew-avg@h96'] = '61.2'; // outdoor dewpoint avg 96 hours ago
$WX['th0dew-avg@h120'] = '61.6'; // outdoor dewpoint avg 120 hours ago
$WX['th0dew-avg@h144'] = '62.0'; // outdoor dewpoint avg 144 hours ago
$WX['th0dew-avg@h168'] = '57.7'; // outdoor dewpoint avg 168 hours ago
$WX['th0dew-hmin'] = '73.0'; // outdoor dewpoint min of this hour
$WX['th0dew-hmintime'] = '20251018031128'; // outdoor dewpoint timestamp min of this hour
$WX['th0dew-hmax'] = '73.8'; // outdoor dewpoint max of this hour
$WX['th0dew-hmaxtime'] = '20251018034921'; // outdoor dewpoint timestamp max of this hour
$WX['th0dew-dmin'] = '72.9'; // outdoor dewpoint min of today
$WX['th0dew-dmintime'] = '20251018024045'; // outdoor dewpoint timestamp min of today
$WX['th0dew-dmax'] = '73.9'; // outdoor dewpoint max of today
$WX['th0dew-dmaxtime'] = '20251018001151'; // outdoor dewpoint timestamp max of today
$WX['th0dew-ydmin'] = '67.6'; // outdoor dewpoint min of yesterday
$WX['th0dew-ydmintime'] = '20251017005322'; // outdoor dewpoint timestamp min of yesterday
$WX['th0dew-ydmax'] = '77.0'; // outdoor dewpoint max of yesterday
$WX['th0dew-ydmaxtime'] = '20251017102910'; // outdoor dewpoint timestamp max of yesterday
$WX['th0dew-mmin'] = '56.3'; // outdoor dewpoint min of this month
$WX['th0dew-mmintime'] = '20251011063427'; // outdoor dewpoint timestamp min of this month
$WX['th0dew-mmax'] = '78.3'; // outdoor dewpoint max of this month
$WX['th0dew-mmaxtime'] = '20251007112252'; // 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'] = '20250816170909'; // 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'] = '90.1'; // indoor temperature most recent
$WX['thb0temp-val5'] = '90.7'; // indoor temperature value 5 minutes ago
$WX['thb0temp-val10'] = '90.9'; // indoor temperature value 10 minutes ago
$WX['thb0temp-val15'] = '91.0'; // indoor temperature value 15 minutes ago
$WX['thb0temp-val30'] = '90.9'; // indoor temperature value 30 minutes ago
$WX['thb0temp-val60'] = '90.7'; // indoor temperature value 60 minutes ago
$WX['thb0temp-hmin'] = '90.1'; // indoor temperature min of this hour
$WX['thb0temp-hmintime'] = '20251018034907'; // indoor temperature timestamp min of this hour
$WX['thb0temp-hmax'] = '91.0'; // indoor temperature max of this hour
$WX['thb0temp-hmaxtime'] = '20251018033903'; // indoor temperature timestamp max of this hour
$WX['thb0temp-dmin'] = '88.2'; // indoor temperature min of today
$WX['thb0temp-dmintime'] = '20251018000303'; // indoor temperature timestamp min of today
$WX['thb0temp-dmax'] = '91.0'; // indoor temperature max of today
$WX['thb0temp-dmaxtime'] = '20251018033903'; // indoor temperature timestamp max of today
$WX['thb0temp-ydmin'] = '86.9'; // indoor temperature min of yesterday
$WX['thb0temp-ydmintime'] = '20251017225109'; // indoor temperature timestamp min of yesterday
$WX['thb0temp-ydmax'] = '93.9'; // indoor temperature max of yesterday
$WX['thb0temp-ydmaxtime'] = '20251017120207'; // indoor temperature timestamp max of yesterday
$WX['thb0temp-mmin'] = '84.4'; // indoor temperature min of this month
$WX['thb0temp-mmintime'] = '20251002232801'; // indoor temperature timestamp min of this month
$WX['thb0temp-mmax'] = '96.3'; // indoor temperature max of this month
$WX['thb0temp-mmaxtime'] = '20251001181208'; // 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'] = '34'; // indoor humidity most recent
$WX['thb0hum-val5'] = '34'; // indoor humidity value 5 minutes ago
$WX['thb0hum-val10'] = '35'; // indoor humidity value 10 minutes ago
$WX['thb0hum-val15'] = '36'; // indoor humidity value 15 minutes ago
$WX['thb0hum-val30'] = '37'; // indoor humidity value 30 minutes ago
$WX['thb0hum-val60'] = '37'; // indoor humidity value 60 minutes ago
$WX['thb0hum-hmin'] = '33'; // indoor humidity min of this hour
$WX['thb0hum-hmintime'] = '20251018034808'; // indoor humidity timestamp min of this hour
$WX['thb0hum-hmax'] = '37'; // indoor humidity max of this hour
$WX['thb0hum-hmaxtime'] = '20251018032204'; // indoor humidity timestamp max of this hour
$WX['thb0hum-dmin'] = '33'; // indoor humidity min of today
$WX['thb0hum-dmintime'] = '20251018034808'; // indoor humidity timestamp min of today
$WX['thb0hum-dmax'] = '37'; // indoor humidity max of today
$WX['thb0hum-dmaxtime'] = '20251018032204'; // indoor humidity timestamp max of today
$WX['thb0hum-ydmin'] = '30'; // indoor humidity min of yesterday
$WX['thb0hum-ydmintime'] = '20251017223009'; // indoor humidity timestamp min of yesterday
$WX['thb0hum-ydmax'] = '41'; // indoor humidity max of yesterday
$WX['thb0hum-ydmaxtime'] = '20251017163408'; // indoor humidity timestamp max of yesterday
$WX['thb0hum-mmin'] = '29'; // indoor humidity min of this month
$WX['thb0hum-mmintime'] = '20251012221707'; // indoor humidity timestamp min of this month
$WX['thb0hum-mmax'] = '45'; // indoor humidity max of this month
$WX['thb0hum-mmaxtime'] = '20251008134109'; // 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'] = '20250924141700'; // 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'] = '57.9'; // indoor dewpoint most recent
$WX['thb0dew-val5'] = '58.5'; // indoor dewpoint value 5 minutes ago
$WX['thb0dew-val10'] = '59.4'; // indoor dewpoint value 10 minutes ago
$WX['thb0dew-val15'] = '60.4'; // indoor dewpoint value 15 minutes ago
$WX['thb0dew-val30'] = '61.0'; // indoor dewpoint value 30 minutes ago
$WX['thb0dew-val60'] = '60.8'; // indoor dewpoint value 60 minutes ago
$WX['thb0dew-hmin'] = '57.4'; // indoor dewpoint min of this hour
$WX['thb0dew-hmintime'] = '20251018034808'; // indoor dewpoint timestamp min of this hour
$WX['thb0dew-hmax'] = '61.0'; // indoor dewpoint max of this hour
$WX['thb0dew-hmaxtime'] = '20251018032204'; // indoor dewpoint timestamp max of this hour
$WX['thb0dew-dmin'] = '57.0'; // indoor dewpoint min of today
$WX['thb0dew-dmintime'] = '20251018000201'; // indoor dewpoint timestamp min of today
$WX['thb0dew-dmax'] = '61.0'; // indoor dewpoint max of today
$WX['thb0dew-dmaxtime'] = '20251018032204'; // indoor dewpoint timestamp max of today
$WX['thb0dew-ydmin'] = '52.0'; // indoor dewpoint min of yesterday
$WX['thb0dew-ydmintime'] = '20251017223009'; // indoor dewpoint timestamp min of yesterday
$WX['thb0dew-ydmax'] = '66.2'; // indoor dewpoint max of yesterday
$WX['thb0dew-ydmaxtime'] = '20251017163408'; // indoor dewpoint timestamp max of yesterday
$WX['thb0dew-mmin'] = '50.7'; // indoor dewpoint min of this month
$WX['thb0dew-mmintime'] = '20251004031010'; // indoor dewpoint timestamp min of this month
$WX['thb0dew-mmax'] = '69.3'; // indoor dewpoint max of this month
$WX['thb0dew-mmaxtime'] = '20251006160640'; // 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.73'; // station pressure most recent
$WX['thb0press-val5'] = '29.73'; // station pressure value 5 minutes ago
$WX['thb0press-val10'] = '29.73'; // station pressure value 10 minutes ago
$WX['thb0press-val15'] = '29.73'; // station pressure value 15 minutes ago
$WX['thb0press-val30'] = '29.74'; // station pressure value 30 minutes ago
$WX['thb0press-val60'] = '29.74'; // station pressure value 60 minutes ago
$WX['thb0press-hmin'] = '29.73'; // station pressure min of this hour
$WX['thb0press-hmintime'] = '20251018034808'; // station pressure timestamp min of this hour
$WX['thb0press-hmax'] = '29.74'; // station pressure max of this hour
$WX['thb0press-hmaxtime'] = '20251018033007'; // station pressure timestamp max of this hour
$WX['thb0press-dmin'] = '29.73'; // station pressure min of today
$WX['thb0press-dmintime'] = '20251018034808'; // station pressure timestamp min of today
$WX['thb0press-dmax'] = '29.76'; // station pressure max of today
$WX['thb0press-dmaxtime'] = '20251018000507'; // station pressure timestamp max of today
$WX['thb0press-ydmin'] = '29.71'; // station pressure min of yesterday
$WX['thb0press-ydmintime'] = '20251017172201'; // station pressure timestamp min of yesterday
$WX['thb0press-ydmax'] = '29.83'; // station pressure max of yesterday
$WX['thb0press-ydmaxtime'] = '20251017112505'; // station pressure timestamp max of yesterday
$WX['thb0press-mmin'] = '29.70'; // station pressure min of this month
$WX['thb0press-mmintime'] = '20251005180744'; // station pressure timestamp min of this month
$WX['thb0press-mmax'] = '30.09'; // station pressure max of this month
$WX['thb0press-mmaxtime'] = '20251009105744'; // 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'] = '29.87'; // sealevel pressure most recent
$WX['thb0seapress-val5'] = '29.88'; // sealevel pressure value 5 minutes ago
$WX['thb0seapress-val10'] = '29.88'; // sealevel pressure value 10 minutes ago
$WX['thb0seapress-val15'] = '29.88'; // sealevel pressure value 15 minutes ago
$WX['thb0seapress-val30'] = '29.88'; // sealevel pressure value 30 minutes ago
$WX['thb0seapress-val60'] = '29.88'; // sealevel pressure value 60 minutes ago
$WX['thb0seapress-delta2h'] = '-0.01'; // 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.01'; // sealevel pressure delta 12 hours ago
$WX['thb0seapress-delta24h'] = '-0.03'; // sealevel pressure delta 24 hours ago
$WX['thb0seapress-avg@h48'] = '29.98'; // sealevel pressure avg 48 hours ago
$WX['thb0seapress-avg@h72'] = '30.08'; // sealevel pressure avg 72 hours ago
$WX['thb0seapress-avg@h96'] = '30.08'; // sealevel pressure avg 96 hours ago
$WX['thb0seapress-avg@h120'] = '29.92'; // sealevel pressure avg 120 hours ago
$WX['thb0seapress-avg@h144'] = '29.92'; // sealevel pressure avg 144 hours ago
$WX['thb0seapress-avg@h168'] = '30.09'; // sealevel pressure avg 168 hours ago
$WX['thb0seapress-hmin'] = '29.87'; // sealevel pressure min of this hour
$WX['thb0seapress-hmintime'] = '20251018034808'; // sealevel pressure timestamp min of this hour
$WX['thb0seapress-hmax'] = '29.88'; // sealevel pressure max of this hour
$WX['thb0seapress-hmaxtime'] = '20251018033007'; // sealevel pressure timestamp max of this hour
$WX['thb0seapress-dmin'] = '29.87'; // sealevel pressure min of today
$WX['thb0seapress-dmintime'] = '20251018034808'; // sealevel pressure timestamp min of today
$WX['thb0seapress-dmax'] = '29.91'; // sealevel pressure max of today
$WX['thb0seapress-dmaxtime'] = '20251018000507'; // sealevel pressure timestamp max of today
$WX['thb0seapress-ydmin'] = '29.85'; // sealevel pressure min of yesterday
$WX['thb0seapress-ydmintime'] = '20251017172201'; // sealevel pressure timestamp min of yesterday
$WX['thb0seapress-ydmax'] = '29.97'; // sealevel pressure max of yesterday
$WX['thb0seapress-ydmaxtime'] = '20251017111408'; // sealevel pressure timestamp max of yesterday
$WX['thb0seapress-mmin'] = '29.84'; // sealevel pressure min of this month
$WX['thb0seapress-mmintime'] = '20251005180744'; // sealevel pressure timestamp min of this month
$WX['thb0seapress-mmax'] = '30.23'; // sealevel pressure max of this month
$WX['thb0seapress-mmaxtime'] = '20251009102601'; // 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'] = '0.0'; // windspeed most recent
$WX['wind0wind-val5'] = '0.9'; // windspeed value 5 minutes ago
$WX['wind0wind-val10'] = '0.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.0'; // windspeed value 60 minutes ago
$WX['wind0wind-hmin'] = '0.0'; // windspeed min of this hour
$WX['wind0wind-hmintime'] = '20251018034921'; // windspeed timestamp min of this hour
$WX['wind0wind-hmax'] = '2.0'; // windspeed max of this hour
$WX['wind0wind-hmaxtime'] = '20251018033715'; // windspeed timestamp max of this hour
$WX['wind0wind-dmin'] = '0.0'; // windspeed min of today
$WX['wind0wind-dmintime'] = '20251018034921'; // windspeed timestamp min of today
$WX['wind0wind-dmax'] = '6.0'; // windspeed max of today
$WX['wind0wind-dmaxtime'] = '20251018003103'; // windspeed timestamp max of today
$WX['wind0wind-ydmin'] = '0.0'; // windspeed min of yesterday
$WX['wind0wind-ydmintime'] = '20251017235902'; // windspeed timestamp min of yesterday
$WX['wind0wind-ydmax'] = '14.1'; // windspeed max of yesterday
$WX['wind0wind-ydmaxtime'] = '20251017193659'; // windspeed timestamp max of yesterday
$WX['wind0wind-mmin'] = '0.0'; // windspeed min of this month
$WX['wind0wind-mmintime'] = '20251018034921'; // windspeed timestamp min of this month
$WX['wind0wind-mmax'] = '16.1'; // windspeed max of this month
$WX['wind0wind-mmaxtime'] = '20251007191110'; // windspeed timestamp max of this month
$WX['wind0wind-ymin'] = '0.0'; // windspeed min of this year
$WX['wind0wind-ymintime'] = '20251018034921'; // windspeed timestamp min of this year
$WX['wind0wind-ymax'] = '31.1'; // windspeed max of this year
$WX['wind0wind-ymaxtime'] = '20250804100429'; // windspeed timestamp max of this year
$WX['wind0wind-amin'] = '0.0'; // windspeed min of all time
$WX['wind0wind-amintime'] = '20251018034921'; // 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.0'; // average windspeed most recent
$WX['wind0avgwind-val5'] = '0.0'; // average windspeed value 5 minutes ago
$WX['wind0avgwind-val10'] = '0.0'; // average windspeed value 10 minutes ago
$WX['wind0avgwind-val15'] = '0.0'; // average windspeed value 15 minutes ago
$WX['wind0avgwind-val30'] = '0.0'; // average windspeed value 30 minutes ago
$WX['wind0avgwind-val60'] = '0.0'; // 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'] = '-2.0'; // average windspeed delta 6 hours ago
$WX['wind0avgwind-delta12h'] = '-2.8'; // average windspeed delta 12 hours ago
$WX['wind0avgwind-delta24h'] = '0.0'; // average windspeed delta 24 hours ago
$WX['wind0avgwind-avg@h48'] = '0.0'; // average windspeed avg 48 hours ago
$WX['wind0avgwind-avg@h72'] = '0.1'; // average windspeed avg 72 hours ago
$WX['wind0avgwind-avg@h96'] = '0.0'; // average windspeed avg 96 hours ago
$WX['wind0avgwind-avg@h120'] = '0.0'; // average windspeed avg 120 hours ago
$WX['wind0avgwind-avg@h144'] = '0.0'; // average windspeed avg 144 hours ago
$WX['wind0avgwind-avg@h168'] = '0.4'; // average windspeed avg 168 hours ago
$WX['wind0avgwind-hmin'] = '0.0'; // average windspeed min of this hour
$WX['wind0avgwind-hmintime'] = '20251018034921'; // average windspeed timestamp min of this hour
$WX['wind0avgwind-hmax'] = '0.0'; // average windspeed max of this hour
$WX['wind0avgwind-hmaxtime'] = '20251018034921'; // average windspeed timestamp max of this hour
$WX['wind0avgwind-dmin'] = '0.0'; // average windspeed min of today
$WX['wind0avgwind-dmintime'] = '20251018034921'; // average windspeed timestamp min of today
$WX['wind0avgwind-dmax'] = '0.9'; // average windspeed max of today
$WX['wind0avgwind-dmaxtime'] = '20251018013707'; // average windspeed timestamp max of today
$WX['wind0avgwind-ydmin'] = '0.0'; // average windspeed min of yesterday
$WX['wind0avgwind-ydmintime'] = '20251017230803'; // average windspeed timestamp min of yesterday
$WX['wind0avgwind-ydmax'] = '4.0'; // average windspeed max of yesterday
$WX['wind0avgwind-ydmaxtime'] = '20251017191508'; // average windspeed timestamp max of yesterday
$WX['wind0avgwind-mmin'] = '0.0'; // average windspeed min of this month
$WX['wind0avgwind-mmintime'] = '20251018034921'; // average windspeed timestamp min of this month
$WX['wind0avgwind-mmax'] = '8.1'; // average windspeed max of this month
$WX['wind0avgwind-mmaxtime'] = '20251008172200'; // average windspeed timestamp max of this month
$WX['wind0avgwind-ymin'] = '0.0'; // average windspeed min of this year
$WX['wind0avgwind-ymintime'] = '20251018034921'; // average windspeed timestamp min of this year
$WX['wind0avgwind-ymax'] = '15.0'; // average windspeed max of this year
$WX['wind0avgwind-ymaxtime'] = '20250820173900'; // average windspeed timestamp max of this year
$WX['wind0avgwind-amin'] = '0.0'; // average windspeed min of all time
$WX['wind0avgwind-amintime'] = '20251018034921'; // 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'] = '144'; // wind direction most recent
$WX['wind0dir-val5'] = '144'; // wind direction value 5 minutes ago
$WX['wind0dir-val10'] = '144'; // wind direction value 10 minutes ago
$WX['wind0dir-val15'] = '144'; // wind direction value 15 minutes ago
$WX['wind0dir-val30'] = '144'; // wind direction value 30 minutes ago
$WX['wind0dir-val60'] = '144'; // 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'] = '141'; // wind direction avg 48 hours ago
$WX['wind0dir-avg@h72'] = '27'; // wind direction avg 72 hours ago
$WX['wind0dir-avg@h96'] = '140'; // wind direction avg 96 hours ago
$WX['wind0dir-avg@h120'] = '169'; // wind direction avg 120 hours ago
$WX['wind0dir-avg@h144'] = '167'; // wind direction avg 144 hours ago
$WX['wind0dir-avg@h168'] = '61'; // wind direction avg 168 hours ago
$WX['wind0dir-avg10'] = '144'; // wind direction average 10 minutes
$WX['wind0dir-havg'] = '144'; // wind direction average of this hour
$WX['wind0dir-davg'] = '144'; // wind direction average of today
$WX['wind0dir-ydavg'] = '135'; // wind direction average of yesterday
$WX['wind0dir-mavg'] = '90'; // wind direction average of this month
$WX['wind0dir-yavg'] = '119'; // wind direction average of this year
$WX['wind0dir-aavg'] = '116'; // wind direction average of all time
$WX['wind0dir-starttime'] = '--'; // wind direction timestamp of first recorded data
$WX['wind0chill-act'] = '77.0'; // outdoor wind chill temperature most recent
$WX['wind0chill-val5'] = '76.8'; // outdoor wind chill temperature value 5 minutes ago
$WX['wind0chill-val10'] = '76.6'; // outdoor wind chill temperature value 10 minutes ago
$WX['wind0chill-val15'] = '76.6'; // outdoor wind chill temperature value 15 minutes ago
$WX['wind0chill-val30'] = '76.5'; // outdoor wind chill temperature value 30 minutes ago
$WX['wind0chill-val60'] = '76.6'; // outdoor wind chill temperature value 60 minutes ago
$WX['wind0chill-hmin'] = '76.5'; // outdoor wind chill temperature min of this hour
$WX['wind0chill-hmintime'] = '20251018033121'; // outdoor wind chill temperature timestamp min of this hour
$WX['wind0chill-hmax'] = '77.0'; // outdoor wind chill temperature max of this hour
$WX['wind0chill-hmaxtime'] = '20251018034921'; // outdoor wind chill temperature timestamp max of this hour
$WX['wind0chill-dmin'] = '76.5'; // outdoor wind chill temperature min of today
$WX['wind0chill-dmintime'] = '20251018033121'; // outdoor wind chill temperature timestamp min of today
$WX['wind0chill-dmax'] = '79.2'; // outdoor wind chill temperature max of today
$WX['wind0chill-dmaxtime'] = '20251018001151'; // outdoor wind chill temperature timestamp max of today
$WX['wind0chill-ydmin'] = '70.0'; // outdoor wind chill temperature min of yesterday
$WX['wind0chill-ydmintime'] = '20251017050908'; // outdoor wind chill temperature timestamp min of yesterday
$WX['wind0chill-ydmax'] = '92.5'; // outdoor wind chill temperature max of yesterday
$WX['wind0chill-ydmaxtime'] = '20251017134700'; // outdoor wind chill temperature timestamp max of yesterday
$WX['wind0chill-mmin'] = '62.6'; // outdoor wind chill temperature min of this month
$WX['wind0chill-mmintime'] = '20251011070856'; // outdoor wind chill temperature timestamp min of this month
$WX['wind0chill-mmax'] = '95.5'; // outdoor wind chill temperature max of this month
$WX['wind0chill-mmaxtime'] = '20251007153007'; // 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'] = '100.2'; // outdoor wind chill temperature max of this year
$WX['wind0chill-ymaxtime'] = '20250813170001'; // 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'] = '20251018034927'; // rain rate timestamp min of this hour
$WX['rain0rate-hmax'] = '0.00'; // rain rate max of this hour
$WX['rain0rate-hmaxtime'] = '20251018034927'; // rain rate timestamp max of this hour
$WX['rain0rate-dmin'] = '0.00'; // rain rate min of today
$WX['rain0rate-dmintime'] = '20251018034927'; // rain rate timestamp min of today
$WX['rain0rate-dmax'] = '0.00'; // rain rate max of today
$WX['rain0rate-dmaxtime'] = '20251018034927'; // rain rate timestamp max of today
$WX['rain0rate-ydmin'] = '0.00'; // rain rate min of yesterday
$WX['rain0rate-ydmintime'] = '20251017235904'; // rain rate timestamp min of yesterday
$WX['rain0rate-ydmax'] = '0.00'; // rain rate max of yesterday
$WX['rain0rate-ydmaxtime'] = '20251017235904'; // rain rate timestamp max of yesterday
$WX['rain0rate-mmin'] = '0.00'; // rain rate min of this month
$WX['rain0rate-mmintime'] = '20251018034927'; // rain rate timestamp min of this month
$WX['rain0rate-mmax'] = '0.00'; // rain rate max of this month
$WX['rain0rate-mmaxtime'] = '20251018034927'; // rain rate timestamp max of this month
$WX['rain0rate-ymin'] = '0.00'; // rain rate min of this year
$WX['rain0rate-ymintime'] = '20251018034927'; // 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'] = '20251018034927'; // 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'] = '22.75'; // rain most recent
$WX['rain0total-val5'] = '22.75'; // rain value 5 minutes ago
$WX['rain0total-val10'] = '22.75'; // rain value 10 minutes ago
$WX['rain0total-val15'] = '22.75'; // rain value 15 minutes ago
$WX['rain0total-val30'] = '22.75'; // rain value 30 minutes ago
$WX['rain0total-val60'] = '22.75'; // 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'] = '20251018030017'; // rain timestamp min of this hour
$WX['rain0total-hmax'] = '0.00'; // rain max of this hour
$WX['rain0total-hmaxtime'] = '20251018034927'; // rain timestamp max of this hour
$WX['rain0total-dmin'] = '0.00'; // rain min of today
$WX['rain0total-dmintime'] = '20251018000000'; // rain timestamp min of today
$WX['rain0total-dmax'] = '0.00'; // rain max of today
$WX['rain0total-dmaxtime'] = '20251018034927'; // rain timestamp max of today
$WX['rain0total-ydmin'] = '0.00'; // rain min of yesterday
$WX['rain0total-ydmintime'] = '20251017000045'; // rain timestamp min of yesterday
$WX['rain0total-ydmax'] = '0.00'; // rain max of yesterday
$WX['rain0total-ydmaxtime'] = '20251017235904'; // rain timestamp max of yesterday
$WX['rain0total-mmin'] = '0.00'; // rain min of this month
$WX['rain0total-mmintime'] = '20251001000001'; // rain timestamp min of this month
$WX['rain0total-mmax'] = '0.00'; // rain max of this month
$WX['rain0total-mmaxtime'] = '20251018034927'; // rain timestamp max of this month
$WX['rain0total-ymin'] = '2.95'; // rain min of this year
$WX['rain0total-ymintime'] = '20250924143906'; // rain timestamp min of this year
$WX['rain0total-ymax'] = '22.56'; // rain max of this year
$WX['rain0total-ymaxtime'] = '20250615152047'; // rain timestamp max of this year
$WX['rain0total-amin'] = '6.30'; // rain min of all time
$WX['rain0total-amintime'] = '20250924143906'; // rain timestamp min of all time
$WX['rain0total-amax'] = '530.34'; // 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.0'; // uv index value 30 minutes ago
$WX['uv0index-val60'] = '0.0'; // uv index value 60 minutes ago
$WX['uv0index-hmin'] = '0.0'; // uv index min of this hour
$WX['uv0index-hmintime'] = '20251018034927'; // uv index timestamp min of this hour
$WX['uv0index-hmax'] = '0.0'; // uv index max of this hour
$WX['uv0index-hmaxtime'] = '20251018034927'; // uv index timestamp max of this hour
$WX['uv0index-dmin'] = '0.0'; // uv index min of today
$WX['uv0index-dmintime'] = '20251018034927'; // uv index timestamp min of today
$WX['uv0index-dmax'] = '0.0'; // uv index max of today
$WX['uv0index-dmaxtime'] = '20251018034927'; // uv index timestamp max of today
$WX['uv0index-ydmin'] = '0.0'; // uv index min of yesterday
$WX['uv0index-ydmintime'] = '20251017235904'; // uv index timestamp min of yesterday
$WX['uv0index-ydmax'] = '5.8'; // uv index max of yesterday
$WX['uv0index-ydmaxtime'] = '20251017131209'; // uv index timestamp max of yesterday
$WX['uv0index-mmin'] = '0.0'; // uv index min of this month
$WX['uv0index-mmintime'] = '20251018034927'; // uv index timestamp min of this month
$WX['uv0index-mmax'] = '6.8'; // uv index max of this month
$WX['uv0index-mmaxtime'] = '20251004131532'; // uv index timestamp max of this month
$WX['uv0index-ymin'] = '0.0'; // uv index min of this year
$WX['uv0index-ymintime'] = '20251018034927'; // 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'] = '20251018034927'; // 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'] = '0'; // solar rad most recent
$WX['sol0rad-val5'] = '5'; // solar rad value 5 minutes ago
$WX['sol0rad-val10'] = '5'; // solar rad value 10 minutes ago
$WX['sol0rad-val15'] = '5'; // solar rad value 15 minutes ago
$WX['sol0rad-val30'] = '7'; // solar rad value 30 minutes ago
$WX['sol0rad-val60'] = '9'; // solar rad value 60 minutes ago
$WX['sol0rad-hmin'] = '0'; // solar rad min of this hour
$WX['sol0rad-hmintime'] = '20251018034937'; // solar rad timestamp min of this hour
$WX['sol0rad-hmax'] = '9'; // solar rad max of this hour
$WX['sol0rad-hmaxtime'] = '20251018030547'; // solar rad timestamp max of this hour
$WX['sol0rad-dmin'] = '0'; // solar rad min of today
$WX['sol0rad-dmintime'] = '20251018034937'; // solar rad timestamp min of today
$WX['sol0rad-dmax'] = '23'; // solar rad max of today
$WX['sol0rad-dmaxtime'] = '20251018001334'; // solar rad timestamp max of today
$WX['sol0rad-ydmin'] = '0'; // solar rad min of yesterday
$WX['sol0rad-ydmintime'] = '20251017071117'; // solar rad timestamp min of yesterday
$WX['sol0rad-ydmax'] = '990'; // solar rad max of yesterday
$WX['sol0rad-ydmaxtime'] = '20251017122348'; // solar rad timestamp max of yesterday
$WX['sol0rad-mmin'] = '0'; // solar rad min of this month
$WX['sol0rad-mmintime'] = '20251018034937'; // solar rad timestamp min of this month
$WX['sol0rad-mmax'] = '990'; // solar rad max of this month
$WX['sol0rad-mmaxtime'] = '20251017122348'; // solar rad timestamp max of this month
$WX['sol0rad-ymin'] = '0'; // solar rad min of this year
$WX['sol0rad-ymintime'] = '20251018034937'; // 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'] = '20251018034937'; // 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.00'; // rain total this month
$WX['rain0total-yearsum'] = '22.56'; // rain total this year
$WX['rain0total-ydaysum'] = '0.00'; // rain total yesterday
$WX['rain0total-sum60'] = '0.00'; // rain total last 60 minutes
$WX['sol0evo-daysum'] = '0.002'; // solar evo total today
$WX['sol0evo-monthsum'] = '2.225'; // solar evo total this month
$WX['sol0evo-yearsum'] = '44.123'; // solar evo total this year
$WX['sol0evo-ydaysum'] = '0.110'; // solar evo total yesterday
$WX['sol0evo-sum60'] = '0.000'; // solar evo total last 60 minutes
$WX['sol0evo-sum24h'] = '0.109'; // solar evo total last 24 hours
$WX['sol0evo-allsum'] = '314.915'; // solar evo total all time
$WX['th0heatindex-act'] = '25.0'; // outdoor heat index most recent
$WX['th0heatindex-val5'] = '24.9'; // outdoor heat index value 5 minutes ago
$WX['th0heatindex-val10'] = '24.8'; // outdoor heat index value 10 minutes ago
$WX['th0heatindex-val15'] = '24.8'; // outdoor heat index value 15 minutes ago
$WX['th0heatindex-val30'] = '24.7'; // outdoor heat index value 30 minutes ago
$WX['th0heatindex-val60'] = '24.8'; // outdoor heat index value 60 minutes ago
$WX['th0heatindex-hmin'] = '24.7'; // outdoor heat index min of this hour
$WX['th0heatindex-hmintime'] = '20251018033121'; // outdoor heat index timestamp min of this hour
$WX['th0heatindex-hmax'] = '25.0'; // outdoor heat index max of this hour
$WX['th0heatindex-hmaxtime'] = '20251018034921'; // outdoor heat index timestamp max of this hour
$WX['th0heatindex-dmin'] = '24.7'; // outdoor heat index min of today
$WX['th0heatindex-dmintime'] = '20251018033121'; // outdoor heat index timestamp min of today
$WX['th0heatindex-dmax'] = '26.2'; // outdoor heat index max of today
$WX['th0heatindex-dmaxtime'] = '20251018001151'; // outdoor heat index timestamp max of today
$WX['th0heatindex-ydmin'] = '21.1'; // outdoor heat index min of yesterday
$WX['th0heatindex-ydmintime'] = '20251017050908'; // outdoor heat index timestamp min of yesterday
$WX['th0heatindex-ydmax'] = '38.7'; // outdoor heat index max of yesterday
$WX['th0heatindex-ydmaxtime'] = '20251017142930'; // outdoor heat index timestamp max of yesterday
$WX['th0heatindex-mmin'] = '17.0'; // outdoor heat index min of this month
$WX['th0heatindex-mmintime'] = '20251011070856'; // outdoor heat index timestamp min of this month
$WX['th0heatindex-mmax'] = '42.0'; // outdoor heat index max of this month
$WX['th0heatindex-mmaxtime'] = '20251007151123'; // 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'] = '51.2'; // outdoor heat index max of this year
$WX['th0heatindex-ymaxtime'] = '20250818141225'; // 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'] = '144'; // wind direction min 10 minutes
$WX['wind0dir-max10'] = '144'; // wind direction max 10 minutes