// $WX[] array size = 653 entries.
$WX['date'] = '2025-06-30'; // local date
$WX['time'] = '16:50:54'; // local time
$WX['dateUTC'] = '2025-06-30'; // UTC date
$WX['timeUTC'] = '21:50:54'; // 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'] = '0'; // seconds passed since last piece of meaningfull sensor data recorded, returns -1 if no sensor data recorded so far
$WX['mbsystem-uptime'] = '12293603'; // uptime of Meteobridge in seconds
$WX['mbsystem-cpuload1m'] = '0.2'; // 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'] = '5'; // days passes since new moon as integer (example: 28)
$WX['mbsystem-lunarpercent'] = '31.5'; // lunarphase given as percentage from 0% (new moon) to 100% (full moon)
$WX['mbsystem-lunarsegment'] = '2'; // 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'] = '14:03'; // length of day (example: "11:28")
$WX['mbsystem-civildaylength'] = '14:58'; // alternative method for daylength computation (example: "12:38")
$WX['mbsystem-nauticaldaylength'] = '16:04'; // alternative method for daylength computation (example: "14:00")
$WX['mbsystem-sunrise'] = '06:24'; // 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:27'; // 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'] = '05:57'; // alternative computation for sunrise.
$WX['mbsystem-civilsunset'] = '20:55'; // alternative computation for sunset.
$WX['mbsystem-nauticalsunrise'] = '05:24'; // alternative computation for sunrise.
$WX['mbsystem-nauticalsunset'] = '21:28'; // alternative alternative computation for sunset..
$WX['mbsystem-daynightflag'] = 'D'; // returns "D" when there is daylight, otherwise "N".
$WX['mbsystem-moonrise'] = '11:39'; // 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'] = '--'; // 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'] = '1082'; // 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'] = '81.7'; // outdoor temperature most recent
$WX['th0temp-val5'] = '83.1'; // outdoor temperature value 5 minutes ago
$WX['th0temp-val10'] = '83.1'; // outdoor temperature value 10 minutes ago
$WX['th0temp-val15'] = '83.1'; // outdoor temperature value 15 minutes ago
$WX['th0temp-val30'] = '82.9'; // outdoor temperature value 30 minutes ago
$WX['th0temp-val60'] = '87.8'; // outdoor temperature value 60 minutes ago
$WX['th0temp-delta2h'] = '23.9'; // outdoor temperature delta 2 hours ago
$WX['th0temp-delta3h'] = '21.4'; // outdoor temperature delta 3 hours ago
$WX['th0temp-delta6h'] = '25.9'; // outdoor temperature delta 6 hours ago
$WX['th0temp-delta12h'] = '40.3'; // outdoor temperature delta 12 hours ago
$WX['th0temp-delta24h'] = '31.5'; // outdoor temperature delta 24 hours ago
$WX['th0temp-avg@h48'] = '89.7'; // outdoor temperature avg 48 hours ago
$WX['th0temp-avg@h72'] = '82.4'; // outdoor temperature avg 72 hours ago
$WX['th0temp-avg@h96'] = '77.2'; // outdoor temperature avg 96 hours ago
$WX['th0temp-avg@h120'] = '86.5'; // outdoor temperature avg 120 hours ago
$WX['th0temp-avg@h144'] = '81.8'; // outdoor temperature avg 144 hours ago
$WX['th0temp-avg@h168'] = '86.4'; // outdoor temperature avg 168 hours ago
$WX['th0temp-hmin'] = '81.7'; // outdoor temperature min of this hour
$WX['th0temp-hmintime'] = '20250630164930'; // outdoor temperature timestamp min of this hour
$WX['th0temp-hmax'] = '86.9'; // outdoor temperature max of this hour
$WX['th0temp-hmaxtime'] = '20250630160101'; // outdoor temperature timestamp max of this hour
$WX['th0temp-dmin'] = '73.2'; // outdoor temperature min of today
$WX['th0temp-dmintime'] = '20250630053809'; // outdoor temperature timestamp min of today
$WX['th0temp-dmax'] = '93.4'; // outdoor temperature max of today
$WX['th0temp-dmaxtime'] = '20250630133432'; // outdoor temperature timestamp max of today
$WX['th0temp-ydmin'] = '75.7'; // outdoor temperature min of yesterday
$WX['th0temp-ydmintime'] = '20250629062543'; // outdoor temperature timestamp min of yesterday
$WX['th0temp-ydmax'] = '91.8'; // outdoor temperature max of yesterday
$WX['th0temp-ydmaxtime'] = '20250629112814'; // outdoor temperature timestamp max of yesterday
$WX['th0temp-mmin'] = '69.6'; // outdoor temperature min of this month
$WX['th0temp-mmintime'] = '20250612112918'; // outdoor temperature timestamp min of this month
$WX['th0temp-mmax'] = '97.2'; // outdoor temperature max of this month
$WX['th0temp-mmaxtime'] = '20250608154106'; // 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'] = '77'; // outdoor humidity most recent
$WX['th0hum-val5'] = '70'; // outdoor humidity value 5 minutes ago
$WX['th0hum-val10'] = '74'; // outdoor humidity value 10 minutes ago
$WX['th0hum-val15'] = '74'; // outdoor humidity value 15 minutes ago
$WX['th0hum-val30'] = '70'; // outdoor humidity value 30 minutes ago
$WX['th0hum-val60'] = '69'; // outdoor humidity value 60 minutes ago
$WX['th0hum-delta2h'] = '14'; // outdoor humidity delta 2 hours ago
$WX['th0hum-delta3h'] = '15'; // outdoor humidity delta 3 hours ago
$WX['th0hum-delta6h'] = '1'; // outdoor humidity delta 6 hours ago
$WX['th0hum-delta12h'] = '-17'; // outdoor humidity delta 12 hours ago
$WX['th0hum-delta24h'] = '-9'; // outdoor humidity delta 24 hours ago
$WX['th0hum-avg@h48'] = '66'; // outdoor humidity avg 48 hours ago
$WX['th0hum-avg@h72'] = '76'; // outdoor humidity avg 72 hours ago
$WX['th0hum-avg@h96'] = '86'; // outdoor humidity avg 96 hours ago
$WX['th0hum-avg@h120'] = '71'; // outdoor humidity avg 120 hours ago
$WX['th0hum-avg@h144'] = '84'; // outdoor humidity avg 144 hours ago
$WX['th0hum-avg@h168'] = '72'; // outdoor humidity avg 168 hours ago
$WX['th0hum-hmin'] = '66'; // outdoor humidity min of this hour
$WX['th0hum-hmintime'] = '20250630160101'; // outdoor humidity timestamp min of this hour
$WX['th0hum-hmax'] = '77'; // outdoor humidity max of this hour
$WX['th0hum-hmaxtime'] = '20250630164948'; // outdoor humidity timestamp max of this hour
$WX['th0hum-dmin'] = '60'; // outdoor humidity min of today
$WX['th0hum-dmintime'] = '20250630135912'; // outdoor humidity timestamp min of today
$WX['th0hum-dmax'] = '95'; // outdoor humidity max of today
$WX['th0hum-dmaxtime'] = '20250630075406'; // outdoor humidity timestamp max of today
$WX['th0hum-ydmin'] = '65'; // outdoor humidity min of yesterday
$WX['th0hum-ydmintime'] = '20250629113938'; // outdoor humidity timestamp min of yesterday
$WX['th0hum-ydmax'] = '95'; // outdoor humidity max of yesterday
$WX['th0hum-ydmaxtime'] = '20250629072524'; // outdoor humidity timestamp max of yesterday
$WX['th0hum-mmin'] = '50'; // outdoor humidity min of this month
$WX['th0hum-mmintime'] = '20250607162422'; // outdoor humidity timestamp min of this month
$WX['th0hum-mmax'] = '98'; // outdoor humidity max of this month
$WX['th0hum-mmaxtime'] = '20250627074508'; // 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'] = '20250627074508'; // 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'] = '72.3'; // outdoor dewpoint value 5 minutes ago
$WX['th0dew-val10'] = '73.9'; // outdoor dewpoint value 10 minutes ago
$WX['th0dew-val15'] = '73.9'; // outdoor dewpoint value 15 minutes ago
$WX['th0dew-val30'] = '72.1'; // outdoor dewpoint value 30 minutes ago
$WX['th0dew-val60'] = '76.3'; // outdoor dewpoint value 60 minutes ago
$WX['th0dew-delta2h'] = '30.2'; // outdoor dewpoint delta 2 hours ago
$WX['th0dew-delta3h'] = '28.4'; // outdoor dewpoint delta 3 hours ago
$WX['th0dew-delta6h'] = '26.4'; // outdoor dewpoint delta 6 hours ago
$WX['th0dew-delta12h'] = '34.2'; // outdoor dewpoint delta 12 hours ago
$WX['th0dew-delta24h'] = '28.2'; // outdoor dewpoint delta 24 hours ago
$WX['th0dew-avg@h48'] = '76.7'; // outdoor dewpoint avg 48 hours ago
$WX['th0dew-avg@h72'] = '74.1'; // outdoor dewpoint avg 72 hours ago
$WX['th0dew-avg@h96'] = '72.8'; // outdoor dewpoint avg 96 hours ago
$WX['th0dew-avg@h120'] = '76.1'; // outdoor dewpoint avg 120 hours ago
$WX['th0dew-avg@h144'] = '76.6'; // outdoor dewpoint avg 144 hours ago
$WX['th0dew-avg@h168'] = '76.3'; // outdoor dewpoint avg 168 hours ago
$WX['th0dew-hmin'] = '72.0'; // outdoor dewpoint min of this hour
$WX['th0dew-hmintime'] = '20250630162220'; // outdoor dewpoint timestamp min of this hour
$WX['th0dew-hmax'] = '75.2'; // outdoor dewpoint max of this hour
$WX['th0dew-hmaxtime'] = '20250630161029'; // outdoor dewpoint timestamp max of this hour
$WX['th0dew-dmin'] = '71.1'; // outdoor dewpoint min of today
$WX['th0dew-dmintime'] = '20250630020553'; // outdoor dewpoint timestamp min of today
$WX['th0dew-dmax'] = '80.4'; // outdoor dewpoint max of today
$WX['th0dew-dmaxtime'] = '20250630114345'; // outdoor dewpoint timestamp max of today
$WX['th0dew-ydmin'] = '71.2'; // outdoor dewpoint min of yesterday
$WX['th0dew-ydmintime'] = '20250629225128'; // outdoor dewpoint timestamp min of yesterday
$WX['th0dew-ydmax'] = '79.9'; // outdoor dewpoint max of yesterday
$WX['th0dew-ydmaxtime'] = '20250629115214'; // outdoor dewpoint timestamp max of yesterday
$WX['th0dew-mmin'] = '68.2'; // outdoor dewpoint min of this month
$WX['th0dew-mmintime'] = '20250612112918'; // outdoor dewpoint timestamp min of this month
$WX['th0dew-mmax'] = '82.4'; // outdoor dewpoint max of this month
$WX['th0dew-mmaxtime'] = '20250619165406'; // 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'] = '97.3'; // indoor temperature most recent
$WX['thb0temp-val5'] = '97.5'; // indoor temperature value 5 minutes ago
$WX['thb0temp-val10'] = '97.3'; // indoor temperature value 10 minutes ago
$WX['thb0temp-val15'] = '97.3'; // indoor temperature value 15 minutes ago
$WX['thb0temp-val30'] = '97.2'; // indoor temperature value 30 minutes ago
$WX['thb0temp-val60'] = '97.2'; // indoor temperature value 60 minutes ago
$WX['thb0temp-hmin'] = '97.2'; // indoor temperature min of this hour
$WX['thb0temp-hmintime'] = '20250630162422'; // indoor temperature timestamp min of this hour
$WX['thb0temp-hmax'] = '97.5'; // indoor temperature max of this hour
$WX['thb0temp-hmaxtime'] = '20250630164721'; // indoor temperature timestamp max of this hour
$WX['thb0temp-dmin'] = '90.1'; // indoor temperature min of today
$WX['thb0temp-dmintime'] = '20250630000113'; // indoor temperature timestamp min of today
$WX['thb0temp-dmax'] = '97.5'; // indoor temperature max of today
$WX['thb0temp-dmaxtime'] = '20250630164721'; // indoor temperature timestamp max of today
$WX['thb0temp-ydmin'] = '86.9'; // indoor temperature min of yesterday
$WX['thb0temp-ydmintime'] = '20250629041718'; // indoor temperature timestamp min of yesterday
$WX['thb0temp-ydmax'] = '94.8'; // indoor temperature max of yesterday
$WX['thb0temp-ydmaxtime'] = '20250629210518'; // indoor temperature timestamp max of yesterday
$WX['thb0temp-mmin'] = '86.4'; // indoor temperature min of this month
$WX['thb0temp-mmintime'] = '20250623032717'; // indoor temperature timestamp min of this month
$WX['thb0temp-mmax'] = '99.5'; // indoor temperature max of this month
$WX['thb0temp-mmaxtime'] = '20250608171616'; // 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.5'; // indoor temperature max of this year
$WX['thb0temp-ymaxtime'] = '20250608171616'; // 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'] = '44'; // indoor humidity most recent
$WX['thb0hum-val5'] = '44'; // indoor humidity value 5 minutes ago
$WX['thb0hum-val10'] = '44'; // indoor humidity value 10 minutes ago
$WX['thb0hum-val15'] = '44'; // indoor humidity value 15 minutes ago
$WX['thb0hum-val30'] = '44'; // indoor humidity value 30 minutes ago
$WX['thb0hum-val60'] = '44'; // indoor humidity value 60 minutes ago
$WX['thb0hum-hmin'] = '44'; // indoor humidity min of this hour
$WX['thb0hum-hmintime'] = '20250630164916'; // indoor humidity timestamp min of this hour
$WX['thb0hum-hmax'] = '44'; // indoor humidity max of this hour
$WX['thb0hum-hmaxtime'] = '20250630164916'; // indoor humidity timestamp max of this hour
$WX['thb0hum-dmin'] = '35'; // indoor humidity min of today
$WX['thb0hum-dmintime'] = '20250630014216'; // indoor humidity timestamp min of today
$WX['thb0hum-dmax'] = '44'; // indoor humidity max of today
$WX['thb0hum-dmaxtime'] = '20250630164916'; // indoor humidity timestamp max of today
$WX['thb0hum-ydmin'] = '32'; // indoor humidity min of yesterday
$WX['thb0hum-ydmintime'] = '20250629011917'; // indoor humidity timestamp min of yesterday
$WX['thb0hum-ydmax'] = '44'; // indoor humidity max of yesterday
$WX['thb0hum-ydmaxtime'] = '20250629210021'; // indoor humidity timestamp max of yesterday
$WX['thb0hum-mmin'] = '30'; // indoor humidity min of this month
$WX['thb0hum-mmintime'] = '20250611223126'; // indoor humidity timestamp min of this month
$WX['thb0hum-mmax'] = '46'; // indoor humidity max of this month
$WX['thb0hum-mmaxtime'] = '20250627194220'; // 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'] = '20250627194220'; // 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'] = '71.8'; // indoor dewpoint most recent
$WX['thb0dew-val5'] = '72.0'; // indoor dewpoint value 5 minutes ago
$WX['thb0dew-val10'] = '71.8'; // indoor dewpoint value 10 minutes ago
$WX['thb0dew-val15'] = '71.8'; // indoor dewpoint value 15 minutes ago
$WX['thb0dew-val30'] = '71.6'; // indoor dewpoint value 30 minutes ago
$WX['thb0dew-val60'] = '71.6'; // indoor dewpoint value 60 minutes ago
$WX['thb0dew-hmin'] = '71.6'; // indoor dewpoint min of this hour
$WX['thb0dew-hmintime'] = '20250630162422'; // indoor dewpoint timestamp min of this hour
$WX['thb0dew-hmax'] = '72.0'; // indoor dewpoint max of this hour
$WX['thb0dew-hmaxtime'] = '20250630164721'; // indoor dewpoint timestamp max of this hour
$WX['thb0dew-dmin'] = '60.3'; // indoor dewpoint min of today
$WX['thb0dew-dmintime'] = '20250630014216'; // indoor dewpoint timestamp min of today
$WX['thb0dew-dmax'] = '72.0'; // indoor dewpoint max of today
$WX['thb0dew-dmaxtime'] = '20250630164721'; // indoor dewpoint timestamp max of today
$WX['thb0dew-ydmin'] = '54.5'; // indoor dewpoint min of yesterday
$WX['thb0dew-ydmintime'] = '20250629054117'; // indoor dewpoint timestamp min of yesterday
$WX['thb0dew-ydmax'] = '69.4'; // indoor dewpoint max of yesterday
$WX['thb0dew-ydmaxtime'] = '20250629210021'; // indoor dewpoint timestamp max of yesterday
$WX['thb0dew-mmin'] = '53.1'; // indoor dewpoint min of this month
$WX['thb0dew-mmintime'] = '20250611223126'; // indoor dewpoint timestamp min of this month
$WX['thb0dew-mmax'] = '73.4'; // indoor dewpoint max of this month
$WX['thb0dew-mmaxtime'] = '20250605210113'; // 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.4'; // indoor dewpoint max of this year
$WX['thb0dew-ymaxtime'] = '20250605210113'; // 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.91'; // station pressure most recent
$WX['thb0press-val5'] = '29.91'; // station pressure value 5 minutes ago
$WX['thb0press-val10'] = '29.92'; // station pressure value 10 minutes ago
$WX['thb0press-val15'] = '29.93'; // station pressure value 15 minutes ago
$WX['thb0press-val30'] = '29.93'; // station pressure value 30 minutes ago
$WX['thb0press-val60'] = '29.92'; // station pressure value 60 minutes ago
$WX['thb0press-hmin'] = '29.91'; // station pressure min of this hour
$WX['thb0press-hmintime'] = '20250630164916'; // station pressure timestamp min of this hour
$WX['thb0press-hmax'] = '29.94'; // station pressure max of this hour
$WX['thb0press-hmaxtime'] = '20250630161321'; // station pressure timestamp max of this hour
$WX['thb0press-dmin'] = '29.90'; // station pressure min of today
$WX['thb0press-dmintime'] = '20250630044216'; // station pressure timestamp min of today
$WX['thb0press-dmax'] = '29.96'; // station pressure max of today
$WX['thb0press-dmaxtime'] = '20250630113921'; // station pressure timestamp max of today
$WX['thb0press-ydmin'] = '29.87'; // station pressure min of yesterday
$WX['thb0press-ydmintime'] = '20250629193843'; // station pressure timestamp min of yesterday
$WX['thb0press-ydmax'] = '29.96'; // station pressure max of yesterday
$WX['thb0press-ydmaxtime'] = '20250629131410'; // station pressure timestamp max of yesterday
$WX['thb0press-mmin'] = '29.69'; // station pressure min of this month
$WX['thb0press-mmintime'] = '20250608185837'; // station pressure timestamp min of this month
$WX['thb0press-mmax'] = '30.07'; // station pressure max of this month
$WX['thb0press-mmaxtime'] = '20250624112721'; // 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.05'; // sealevel pressure most recent
$WX['thb0seapress-val5'] = '30.06'; // sealevel pressure value 5 minutes ago
$WX['thb0seapress-val10'] = '30.06'; // sealevel pressure value 10 minutes ago
$WX['thb0seapress-val15'] = '30.07'; // sealevel pressure value 15 minutes ago
$WX['thb0seapress-val30'] = '30.08'; // sealevel pressure value 30 minutes ago
$WX['thb0seapress-val60'] = '30.07'; // sealevel pressure value 60 minutes ago
$WX['thb0seapress-delta2h'] = '-0.01'; // sealevel pressure delta 2 hours ago
$WX['thb0seapress-delta3h'] = '-0.01'; // 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.01'; // sealevel pressure delta 24 hours ago
$WX['thb0seapress-avg@h48'] = '30.05'; // sealevel pressure avg 48 hours ago
$WX['thb0seapress-avg@h72'] = '30.06'; // sealevel pressure avg 72 hours ago
$WX['thb0seapress-avg@h96'] = '30.08'; // sealevel pressure avg 96 hours ago
$WX['thb0seapress-avg@h120'] = '30.11'; // sealevel pressure avg 120 hours ago
$WX['thb0seapress-avg@h144'] = '30.14'; // sealevel pressure avg 144 hours ago
$WX['thb0seapress-avg@h168'] = '30.13'; // sealevel pressure avg 168 hours ago
$WX['thb0seapress-hmin'] = '30.05'; // sealevel pressure min of this hour
$WX['thb0seapress-hmintime'] = '20250630164916'; // sealevel pressure timestamp min of this hour
$WX['thb0seapress-hmax'] = '30.08'; // sealevel pressure max of this hour
$WX['thb0seapress-hmaxtime'] = '20250630161321'; // sealevel pressure timestamp max of this hour
$WX['thb0seapress-dmin'] = '30.04'; // sealevel pressure min of today
$WX['thb0seapress-dmintime'] = '20250630044216'; // sealevel pressure timestamp min of today
$WX['thb0seapress-dmax'] = '30.11'; // sealevel pressure max of today
$WX['thb0seapress-dmaxtime'] = '20250630112243'; // sealevel pressure timestamp max of today
$WX['thb0seapress-ydmin'] = '30.01'; // sealevel pressure min of yesterday
$WX['thb0seapress-ydmintime'] = '20250629193843'; // sealevel pressure timestamp min of yesterday
$WX['thb0seapress-ydmax'] = '30.10'; // sealevel pressure max of yesterday
$WX['thb0seapress-ydmaxtime'] = '20250629131606'; // sealevel pressure timestamp max of yesterday
$WX['thb0seapress-mmin'] = '29.83'; // sealevel pressure min of this month
$WX['thb0seapress-mmintime'] = '20250608185837'; // sealevel pressure timestamp min of this month
$WX['thb0seapress-mmax'] = '30.21'; // sealevel pressure max of this month
$WX['thb0seapress-mmaxtime'] = '20250624112721'; // 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.0'; // windspeed value 5 minutes ago
$WX['wind0wind-val10'] = '0.0'; // 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'] = '20250630164930'; // windspeed timestamp min of this hour
$WX['wind0wind-hmax'] = '8.9'; // windspeed max of this hour
$WX['wind0wind-hmaxtime'] = '20250630161127'; // windspeed timestamp max of this hour
$WX['wind0wind-dmin'] = '0.0'; // windspeed min of today
$WX['wind0wind-dmintime'] = '20250630164930'; // windspeed timestamp min of today
$WX['wind0wind-dmax'] = '12.1'; // windspeed max of today
$WX['wind0wind-dmaxtime'] = '20250630141109'; // windspeed timestamp max of today
$WX['wind0wind-ydmin'] = '0.0'; // windspeed min of yesterday
$WX['wind0wind-ydmintime'] = '20250629235904'; // windspeed timestamp min of yesterday
$WX['wind0wind-ydmax'] = '14.1'; // windspeed max of yesterday
$WX['wind0wind-ydmaxtime'] = '20250629131122'; // windspeed timestamp max of yesterday
$WX['wind0wind-mmin'] = '0.0'; // windspeed min of this month
$WX['wind0wind-mmintime'] = '20250630164930'; // windspeed timestamp min of this month
$WX['wind0wind-mmax'] = '23.0'; // windspeed max of this month
$WX['wind0wind-mmaxtime'] = '20250601170504'; // windspeed timestamp max of this month
$WX['wind0wind-ymin'] = '0.0'; // windspeed min of this year
$WX['wind0wind-ymintime'] = '20250630164930'; // 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'] = '20250630164930'; // 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'] = '2.0'; // average windspeed value 30 minutes ago
$WX['wind0avgwind-val60'] = '0.9'; // average windspeed value 60 minutes ago
$WX['wind0avgwind-delta2h'] = '-0.9'; // average windspeed delta 2 hours ago
$WX['wind0avgwind-delta3h'] = '0.0'; // average windspeed delta 3 hours ago
$WX['wind0avgwind-delta6h'] = '0.0'; // average windspeed delta 6 hours ago
$WX['wind0avgwind-delta12h'] = '0.0'; // average windspeed delta 12 hours ago
$WX['wind0avgwind-delta24h'] = '-0.6'; // average windspeed delta 24 hours ago
$WX['wind0avgwind-avg@h48'] = '0.1'; // average windspeed avg 48 hours ago
$WX['wind0avgwind-avg@h72'] = '0.0'; // average windspeed avg 72 hours ago
$WX['wind0avgwind-avg@h96'] = '0.2'; // average windspeed avg 96 hours ago
$WX['wind0avgwind-avg@h120'] = '1.2'; // average windspeed avg 120 hours ago
$WX['wind0avgwind-avg@h144'] = '1.7'; // average windspeed avg 144 hours ago
$WX['wind0avgwind-avg@h168'] = '0.1'; // average windspeed avg 168 hours ago
$WX['wind0avgwind-hmin'] = '0.0'; // average windspeed min of this hour
$WX['wind0avgwind-hmintime'] = '20250630164930'; // average windspeed timestamp min of this hour
$WX['wind0avgwind-hmax'] = '2.0'; // average windspeed max of this hour
$WX['wind0avgwind-hmaxtime'] = '20250630162406'; // average windspeed timestamp max of this hour
$WX['wind0avgwind-dmin'] = '0.0'; // average windspeed min of today
$WX['wind0avgwind-dmintime'] = '20250630164930'; // average windspeed timestamp min of today
$WX['wind0avgwind-dmax'] = '2.0'; // average windspeed max of today
$WX['wind0avgwind-dmaxtime'] = '20250630162406'; // average windspeed timestamp max of today
$WX['wind0avgwind-ydmin'] = '0.0'; // average windspeed min of yesterday
$WX['wind0avgwind-ydmintime'] = '20250629235904'; // average windspeed timestamp min of yesterday
$WX['wind0avgwind-ydmax'] = '2.9'; // average windspeed max of yesterday
$WX['wind0avgwind-ydmaxtime'] = '20250629121405'; // average windspeed timestamp max of yesterday
$WX['wind0avgwind-mmin'] = '0.0'; // average windspeed min of this month
$WX['wind0avgwind-mmintime'] = '20250630164930'; // average windspeed timestamp min of this month
$WX['wind0avgwind-mmax'] = '10.1'; // average windspeed max of this month
$WX['wind0avgwind-mmaxtime'] = '20250601171401'; // average windspeed timestamp max of this month
$WX['wind0avgwind-ymin'] = '0.0'; // average windspeed min of this year
$WX['wind0avgwind-ymintime'] = '20250630164930'; // 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'] = '20250630164930'; // 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'] = '138'; // wind direction most recent
$WX['wind0dir-val5'] = '159'; // wind direction value 5 minutes ago
$WX['wind0dir-val10'] = '175'; // wind direction value 10 minutes ago
$WX['wind0dir-val15'] = '181'; // wind direction value 15 minutes ago
$WX['wind0dir-val30'] = '230'; // wind direction value 30 minutes ago
$WX['wind0dir-val60'] = '116'; // 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'] = '151'; // wind direction avg 48 hours ago
$WX['wind0dir-avg@h72'] = '161'; // wind direction avg 72 hours ago
$WX['wind0dir-avg@h96'] = '131'; // wind direction avg 96 hours ago
$WX['wind0dir-avg@h120'] = '148'; // wind direction avg 120 hours ago
$WX['wind0dir-avg@h144'] = '84'; // wind direction avg 144 hours ago
$WX['wind0dir-avg@h168'] = '148'; // wind direction avg 168 hours ago
$WX['wind0dir-avg10'] = '167'; // wind direction average 10 minutes
$WX['wind0dir-havg'] = '180'; // wind direction average of this hour
$WX['wind0dir-davg'] = '145'; // wind direction average of today
$WX['wind0dir-ydavg'] = '149'; // wind direction average of yesterday
$WX['wind0dir-mavg'] = '142'; // wind direction average of this month
$WX['wind0dir-yavg'] = '121'; // 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'] = '81.7'; // outdoor wind chill temperature most recent
$WX['wind0chill-val5'] = '83.1'; // outdoor wind chill temperature value 5 minutes ago
$WX['wind0chill-val10'] = '83.1'; // outdoor wind chill temperature value 10 minutes ago
$WX['wind0chill-val15'] = '83.1'; // outdoor wind chill temperature value 15 minutes ago
$WX['wind0chill-val30'] = '82.9'; // outdoor wind chill temperature value 30 minutes ago
$WX['wind0chill-val60'] = '87.8'; // outdoor wind chill temperature value 60 minutes ago
$WX['wind0chill-hmin'] = '81.7'; // outdoor wind chill temperature min of this hour
$WX['wind0chill-hmintime'] = '20250630164930'; // outdoor wind chill temperature timestamp min of this hour
$WX['wind0chill-hmax'] = '86.9'; // outdoor wind chill temperature max of this hour
$WX['wind0chill-hmaxtime'] = '20250630160101'; // outdoor wind chill temperature timestamp max of this hour
$WX['wind0chill-dmin'] = '73.2'; // outdoor wind chill temperature min of today
$WX['wind0chill-dmintime'] = '20250630053809'; // outdoor wind chill temperature timestamp min of today
$WX['wind0chill-dmax'] = '93.4'; // outdoor wind chill temperature max of today
$WX['wind0chill-dmaxtime'] = '20250630133432'; // outdoor wind chill temperature timestamp max of today
$WX['wind0chill-ydmin'] = '75.7'; // outdoor wind chill temperature min of yesterday
$WX['wind0chill-ydmintime'] = '20250629062543'; // outdoor wind chill temperature timestamp min of yesterday
$WX['wind0chill-ydmax'] = '91.8'; // outdoor wind chill temperature max of yesterday
$WX['wind0chill-ydmaxtime'] = '20250629112806'; // outdoor wind chill temperature timestamp max of yesterday
$WX['wind0chill-mmin'] = '69.6'; // outdoor wind chill temperature min of this month
$WX['wind0chill-mmintime'] = '20250612112918'; // outdoor wind chill temperature timestamp min of this month
$WX['wind0chill-mmax'] = '97.0'; // outdoor wind chill temperature max of this month
$WX['wind0chill-mmaxtime'] = '20250608163429'; // 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.01'; // 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'] = '20250630164902'; // rain rate timestamp min of this hour
$WX['rain0rate-hmax'] = '0.00'; // rain rate max of this hour
$WX['rain0rate-hmaxtime'] = '20250630164902'; // rain rate timestamp max of this hour
$WX['rain0rate-dmin'] = '0.00'; // rain rate min of today
$WX['rain0rate-dmintime'] = '20250630164902'; // rain rate timestamp min of today
$WX['rain0rate-dmax'] = '0.00'; // rain rate max of today
$WX['rain0rate-dmaxtime'] = '20250630164902'; // rain rate timestamp max of today
$WX['rain0rate-ydmin'] = '0.00'; // rain rate min of yesterday
$WX['rain0rate-ydmintime'] = '20250629235926'; // rain rate timestamp min of yesterday
$WX['rain0rate-ydmax'] = '3.51'; // rain rate max of yesterday
$WX['rain0rate-ydmaxtime'] = '20250629131228'; // rain rate timestamp max of yesterday
$WX['rain0rate-mmin'] = '0.00'; // rain rate min of this month
$WX['rain0rate-mmintime'] = '20250630164902'; // rain rate timestamp min of this month
$WX['rain0rate-mmax'] = '5.43'; // rain rate max of this month
$WX['rain0rate-mmaxtime'] = '20250615152009'; // rain rate timestamp max of this month
$WX['rain0rate-ymin'] = '0.00'; // rain rate min of this year
$WX['rain0rate-ymintime'] = '20250630164902'; // 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'] = '20250630164902'; // 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'] = '17.95'; // rain most recent
$WX['rain0total-val5'] = '17.95'; // rain value 5 minutes ago
$WX['rain0total-val10'] = '17.95'; // rain value 10 minutes ago
$WX['rain0total-val15'] = '17.95'; // rain value 15 minutes ago
$WX['rain0total-val30'] = '17.95'; // rain value 30 minutes ago
$WX['rain0total-val60'] = '17.95'; // 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'] = '20250630160041'; // rain timestamp min of this hour
$WX['rain0total-hmax'] = '0.00'; // rain max of this hour
$WX['rain0total-hmaxtime'] = '20250630164902'; // rain timestamp max of this hour
$WX['rain0total-dmin'] = '0.00'; // rain min of today
$WX['rain0total-dmintime'] = '20250630000022'; // rain timestamp min of today
$WX['rain0total-dmax'] = '0.00'; // rain max of today
$WX['rain0total-dmaxtime'] = '20250630164902'; // rain timestamp max of today
$WX['rain0total-ydmin'] = '0.04'; // rain min of yesterday
$WX['rain0total-ydmintime'] = '20250629135109'; // rain timestamp min of yesterday
$WX['rain0total-ydmax'] = '0.40'; // rain max of yesterday
$WX['rain0total-ydmaxtime'] = '20250629131258'; // rain timestamp max of yesterday
$WX['rain0total-mmin'] = '0.51'; // rain min of this month
$WX['rain0total-mmintime'] = '20250629135109'; // rain timestamp min of this month
$WX['rain0total-mmax'] = '5.19'; // rain max of this month
$WX['rain0total-mmaxtime'] = '20250615152047'; // rain timestamp max of this month
$WX['rain0total-ymin'] = '2.09'; // rain min of this year
$WX['rain0total-ymintime'] = '20250629135109'; // rain timestamp min of this year
$WX['rain0total-ymax'] = '17.93'; // rain max of this year
$WX['rain0total-ymaxtime'] = '20250615152047'; // rain timestamp max of this year
$WX['rain0total-amin'] = '5.43'; // rain min of all time
$WX['rain0total-amintime'] = '20250629135109'; // rain timestamp min of all time
$WX['rain0total-amax'] = '525.70'; // 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.8'; // uv index most recent
$WX['uv0index-val5'] = '0.7'; // uv index value 5 minutes ago
$WX['uv0index-val10'] = '0.8'; // uv index value 10 minutes ago
$WX['uv0index-val15'] = '0.7'; // uv index value 15 minutes ago
$WX['uv0index-val30'] = '0.0'; // uv index value 30 minutes ago
$WX['uv0index-val60'] = '2.8'; // uv index value 60 minutes ago
$WX['uv0index-hmin'] = '0.0'; // uv index min of this hour
$WX['uv0index-hmintime'] = '20250630162126'; // uv index timestamp min of this hour
$WX['uv0index-hmax'] = '2.1'; // uv index max of this hour
$WX['uv0index-hmaxtime'] = '20250630160027'; // uv index timestamp max of this hour
$WX['uv0index-dmin'] = '0.0'; // uv index min of today
$WX['uv0index-dmintime'] = '20250630162126'; // uv index timestamp min of today
$WX['uv0index-dmax'] = '8.8'; // uv index max of today
$WX['uv0index-dmaxtime'] = '20250630133623'; // uv index timestamp max of today
$WX['uv0index-ydmin'] = '0.0'; // uv index min of yesterday
$WX['uv0index-ydmintime'] = '20250629235926'; // uv index timestamp min of yesterday
$WX['uv0index-ydmax'] = '8.1'; // uv index max of yesterday
$WX['uv0index-ydmaxtime'] = '20250629115144'; // uv index timestamp max of yesterday
$WX['uv0index-mmin'] = '0.0'; // uv index min of this month
$WX['uv0index-mmintime'] = '20250630162126'; // uv index timestamp min of this month
$WX['uv0index-mmax'] = '10.2'; // uv index max of this month
$WX['uv0index-mmaxtime'] = '20250608134224'; // uv index timestamp max of this month
$WX['uv0index-ymin'] = '0.0'; // uv index min of this year
$WX['uv0index-ymintime'] = '20250630162126'; // uv index timestamp min of this year
$WX['uv0index-ymax'] = '10.2'; // uv index max of this year
$WX['uv0index-ymaxtime'] = '20250608134224'; // uv index timestamp max of this year
$WX['uv0index-amin'] = '0.0'; // uv index min of all time
$WX['uv0index-amintime'] = '20250630162126'; // 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'] = '232'; // solar rad most recent
$WX['sol0rad-val5'] = '227'; // solar rad value 5 minutes ago
$WX['sol0rad-val10'] = '234'; // solar rad value 10 minutes ago
$WX['sol0rad-val15'] = '227'; // solar rad value 15 minutes ago
$WX['sol0rad-val30'] = '185'; // solar rad value 30 minutes ago
$WX['sol0rad-val60'] = '468'; // solar rad value 60 minutes ago
$WX['sol0rad-hmin'] = '165'; // solar rad min of this hour
$WX['sol0rad-hmintime'] = '20250630161137'; // solar rad timestamp min of this hour
$WX['sol0rad-hmax'] = '362'; // solar rad max of this hour
$WX['sol0rad-hmaxtime'] = '20250630160015'; // solar rad timestamp max of this hour
$WX['sol0rad-dmin'] = '0'; // solar rad min of today
$WX['sol0rad-dmintime'] = '20250630062206'; // solar rad timestamp min of today
$WX['sol0rad-dmax'] = '1165'; // solar rad max of today
$WX['sol0rad-dmaxtime'] = '20250630133130'; // solar rad timestamp max of today
$WX['sol0rad-ydmin'] = '0'; // solar rad min of yesterday
$WX['sol0rad-ydmintime'] = '20250629062435'; // solar rad timestamp min of yesterday
$WX['sol0rad-ydmax'] = '1157'; // solar rad max of yesterday
$WX['sol0rad-ydmaxtime'] = '20250629115231'; // solar rad timestamp max of yesterday
$WX['sol0rad-mmin'] = '0'; // solar rad min of this month
$WX['sol0rad-mmintime'] = '20250630062206'; // solar rad timestamp min of this month
$WX['sol0rad-mmax'] = '1327'; // solar rad max of this month
$WX['sol0rad-mmaxtime'] = '20250610135703'; // solar rad timestamp max of this month
$WX['sol0rad-ymin'] = '0'; // solar rad min of this year
$WX['sol0rad-ymintime'] = '20250630062206'; // solar rad timestamp min of this year
$WX['sol0rad-ymax'] = '1327'; // solar rad max of this year
$WX['sol0rad-ymaxtime'] = '20250610135703'; // solar rad timestamp max of this year
$WX['sol0rad-amin'] = '0'; // solar rad min of all time
$WX['sol0rad-amintime'] = '20250630062206'; // 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'] = '5.19'; // rain total this month
$WX['rain0total-yearsum'] = '17.93'; // rain total this year
$WX['rain0total-ydaysum'] = '0.40'; // rain total yesterday
$WX['rain0total-sum60'] = '0.00'; // rain total last 60 minutes
$WX['sol0evo-daysum'] = '0.147'; // solar evo total today
$WX['sol0evo-monthsum'] = '5.348'; // solar evo total this month
$WX['sol0evo-yearsum'] = '26.177'; // solar evo total this year
$WX['sol0evo-ydaysum'] = '0.141'; // solar evo total yesterday
$WX['sol0evo-sum60'] = '0.014'; // solar evo total last 60 minutes
$WX['sol0evo-sum24h'] = '0.188'; // solar evo total last 24 hours
$WX['sol0evo-allsum'] = '296.969'; // solar evo total all time
$WX['th0heatindex-act'] = '30.7'; // outdoor heat index most recent
$WX['th0heatindex-val5'] = '31.5'; // outdoor heat index value 5 minutes ago
$WX['th0heatindex-val10'] = '32.1'; // outdoor heat index value 10 minutes ago
$WX['th0heatindex-val15'] = '32.1'; // outdoor heat index value 15 minutes ago
$WX['th0heatindex-val30'] = '31.3'; // outdoor heat index value 30 minutes ago
$WX['th0heatindex-val60'] = '37.3'; // outdoor heat index value 60 minutes ago
$WX['th0heatindex-hmin'] = '30.5'; // outdoor heat index min of this hour
$WX['th0heatindex-hmintime'] = '20250630164930'; // outdoor heat index timestamp min of this hour
$WX['th0heatindex-hmax'] = '35.5'; // outdoor heat index max of this hour
$WX['th0heatindex-hmaxtime'] = '20250630161029'; // outdoor heat index timestamp max of this hour
$WX['th0heatindex-dmin'] = '22.9'; // outdoor heat index min of today
$WX['th0heatindex-dmintime'] = '20250630053809'; // outdoor heat index timestamp min of today
$WX['th0heatindex-dmax'] = '44.2'; // outdoor heat index max of today
$WX['th0heatindex-dmaxtime'] = '20250630133432'; // outdoor heat index timestamp max of today
$WX['th0heatindex-ydmin'] = '24.3'; // outdoor heat index min of yesterday
$WX['th0heatindex-ydmintime'] = '20250629062543'; // outdoor heat index timestamp min of yesterday
$WX['th0heatindex-ydmax'] = '43.4'; // outdoor heat index max of yesterday
$WX['th0heatindex-ydmaxtime'] = '20250629115214'; // outdoor heat index timestamp max of yesterday
$WX['th0heatindex-mmin'] = '20.9'; // outdoor heat index min of this month
$WX['th0heatindex-mmintime'] = '20250612112918'; // outdoor heat index timestamp min of this month
$WX['th0heatindex-mmax'] = '47.3'; // outdoor heat index max of this month
$WX['th0heatindex-mmaxtime'] = '20250608134522'; // 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.3'; // outdoor heat index max of this year
$WX['th0heatindex-ymaxtime'] = '20250608134522'; // 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'] = '126'; // wind direction min 10 minutes
$WX['wind0dir-max10'] = '204'; // wind direction max 10 minutes