' . 'clear '; $weathercond = 'Dry'; $Currentsolardescription = 'clear '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '7691'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '2345'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of stock testtags.txt // ---------------------------------------------------------------------------------------------------- // begin mchallis tags added to testtags.txt for printable flyer $maxgsthrtime = '2:38'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.649'; $minbaroyestt = '5:20 PM'; $mrecordlowbaro = '29.649'; $mrecordlowbaroday = '6'; $mrecordlowbaromonth = '9'; $mrecordlowbaroyear = '2026'; $yrecordlowbaro = '29.474'; $yrecordlowbaroday = '17'; $yrecordlowbaromonth = '5'; $yrecordlowbaroyear = '2026'; // end mchallis tags added to testtags.txt for printable flyer // ---------------------------------------------------------------------------------------------------- // New WebsterWeatherLive VER 4.10 tags //---------------------------------------------- $lighteningbearing = '0'; $lighteningdistance = '0'; $lighteningcountlasthournextstorm = '0'; $lighteningcountlastminutenextstorm = '0'; $lighteningcountlast12hournextstorm = '0'; $lighteningcountlast30minutesnextstorm = '0'; $timeofdaygreeting = 'Night'; $avwindlastimediate60 = '0.1'; // average wind speed $avwindlastimediate120 = '0.2'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '0.0'; // average wind speed $avwindlastimediate30 = '0.0'; // average wind speed $todayhihumidex = '92.2'; //daily high humidex $todaylohumidex = '89.9'; //Daily low Humidex //Version 5.02 $dayornight = 'Night'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '+0.0'; //For snow prediction $abshum = '6.90'; //For snow prediction $maxtemp4today = '107.8'; // max from station's records $mintemp4today = '69.6'; // min from station's records $maxtemp4todayyr = '2023'; // max year from station's records $mintemp4todayyr = '2016'; // min year from station's records $avsnowjan = '0.0'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '0.0'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '0.0'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '0.0'; //Average snow for apr from your inputted snow data (cm) $avsnowmay = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjun = '0.0'; //Average snow for may from your inputted snow data (cm) $avsnowjul = '0.0'; //Average snow for jul from your inputted snow data (cm) $avsnowaug = '0.0'; //Average snow for aug from your inputted snow data (cm) $avsnowsep = '0.0'; //Average snow for sep from your inputted snow data (cm) $avsnowoct = '0.0'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '0.0'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '0.0'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '0.0'; $avsnowfebnow = '0.0'; $avsnowmarnow = '0.0'; $avsnowaprnow = '0.0'; $avsnowmaynow = '0.0'; $avsnowjunnow = '0.0'; $avsnowjulnow = '0.0'; $avsnowaugnow = '0.0'; $avsnowsepnow = '0.0'; $avsnowoctnow = '0.0'; $avsnownovnow = '0.0'; $avsnowdecnow = '0.0'; // end of websterweather additions // ---------------------------------------------------------------------------------------------------- // relayweather wxglobalwarming // For Temperature Trend Chart, you Need to add the following to your testtags file if they don't yet exist: $avtempjannow = '54.6'; $avtempfebnow = '62.9'; $avtempmarnow = '72.9'; $avtempaprnow = '73.6'; $avtempmaynow = '79.2'; $avtempjunnow = '90.4'; $avtempjulnow = '91.3'; $avtempaugnow = '92.1'; $avtempsepnow = '86.3'; $avtempoctnow = '74.2'; $avtempnovnow = '63.8'; $avtempdecnow = '58.8'; $avtempjan = '53.3';//Average temperature for january from your data $avtempfeb = '57.7';//Average temperature for february from your data $avtempmar = '64.4';//Average temperature for march from your data $avtempapr = '71.8';//Average temperature for april from your data $avtempmay = '79.2';//Average temperature for may from your data $avtempjun = '89.7';//Average temperature for june from your data $avtempjul = '90.5';//Average temperature for july from your data $avtempaug = '89.2';//Average temperature for august from your data $avtempsep = '84.6';//Average temperature for september from your data $avtempoct = '74.4';//Average temperature for october from your data $avtempnov = '62.8';//Average temperature for november from your data $avtempdec = '54.3';//Average temperature for december from your data //For the Rain Trending Chart, you Need to add the following to your testtags file if they don't yet exist: //Start Rain Trending $avrainjan = '0.81'; $avrainfeb = '0.61'; $avrainmar = '0.37'; $avrainapr = '0.12'; $avrainmay = '0.12'; $avrainjun = '0.47'; $avrainjul = '2.11'; $avrainaug = '1.85'; $avrainsep = '0.96'; $avrainoct = '0.62'; $avrainnov = '0.62'; $avraindec = '1.12'; $avrainjannow = '1.03'; $avrainfebnow = '0.43'; $avrainmarnow = '0.00'; $avrainaprnow = '0.00'; $avrainmaynow = '0.24'; $avrainjunnow = '0.52'; $avrainjulnow = '0.67'; $avrainaugnow = '2.59'; $avrainsepnow = '0.10'; $avrainoctnow = '0.88'; $avrainnovnow = '1.46'; $avraindecnow = '0.24'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '118.8'; $recordlowtemp = '19.4'; $recordhighheatindex = '137.1'; $recordlowchill = '19.4'; $warmestdayonrecord = '114.3 F on: Jun 21 2017'; $warmestnightonrecord = '97.9F on: Jun 25 2017'; $coldestdayonrecord = '35.2F on: Jan 14 2013'; $coldestnightonrecord = '26.1F on: Jan 15 2013'; $recordwindgust = '57.0'; $recordwindspeed = '56.0'; $recordhighwindrun = '213.2'; $recorddailyrain = '2.21'; $recordhighrainmth = '6.3'; $recordrainrate = '0.510'; $recorddayswithrain = '7'; $recorddaysnorain = '80'; $recordhighdew = '92.8'; $recordlowdew = '-15.3'; $recordhighhum = '96'; $recordlowhum = '0'; $recordhighbaro = '30.528'; $recordlowbaro = '29.465'; $recordhighsolar = '1415.0'; $recordhightempmonth = '6'; $recordhightempday = '20'; $recordhightempyear = '2017'; $recordlowtempmonth = '1'; $recordlowtempday = '15'; $recordlowtempyear = '2013'; $recordhighheatindexmonth = '5'; $recordhighheatindexday = '7'; $recordhighheatindexyear = '2022'; $recordlowchillmonth = '1'; $recordlowchillday = '15'; $recordlowchillyear = '2013'; $recordhighgustmonth = '12'; $recordhighgustday = '15'; $recordhighgustyear = '2015'; $recordhighavwindmonth = '1'; $recordhighavwindday = '25'; $recordhighavwindyear = '2021'; $recordhighwindrunmth = '1'; $recordhighwindrunday = '14'; $recordhighwindrunyr = '2013'; $recorddailyrainmonth = '7'; $recorddailyrainday = '10'; $recorddailyrainyear = '2018'; $recordhighrainmthmth = '7'; $recordhighrainmthyr = '2021'; $recordrainratemonth = '8'; $recordrainrateday = '31'; $recordrainrateyear = '2026'; $recorddayswithrainmonth = '11'; $recorddayswithrainday = '23'; $recorddayswithrainyear = '2013'; $recorddaysnorainmonth = '6'; $recorddaysnorainday = '18'; $recorddaysnorainyear = '2022'; $recordhighdewmonth = '6'; $recordhighdewday = '16'; $recordhighdewyear = '2017'; $recordlowdewmonth = '1'; $recordlowdewday = '24'; $recordlowdewyear = '2025'; $recordhighhummonth = '12'; $recordhighhumday = '15'; $recordhighhumyear = '2011'; $recordlowhummonth = '2'; $recordlowhumday = '1'; $recordlowhumyear = '2012'; $recordhighbaromonth = '1'; $recordhighbaroday = '21'; $recordhighbaroyear = '2025'; $recordlowbaromonth = '5'; $recordlowbaroday = '4'; $recordlowbaroyear = '2025'; $recordhighsolarmonth = '7'; $recordhighsolarday = '12'; $recordhighsolaryear = '2015'; $recordhighuv = '16.0'; $recordhighuvmonth = '6'; $recordhighuvday = '3'; $recordhighuvyear = '2017'; $yrecordhighheatindex = '117.5'; $yrecordhighheatindexmonth = '7'; $yrecordhighheatindexday = '24'; $yrecordhighheatindexyear = '2026'; $ywarmestdayonrecord = '110.5F on: Jul 24 2026'; $ywarmestnightonrecord = '95.9F on: Aug 02 2026'; $ycoldestdayonrecord = '47.5F on: Jan 09 2026'; $ycoldestnightonrecord = '40.1F on: Jan 11 2026'; $yrecordhighwindrun = '80.3'; $yrecordhighwindrunmth = '5'; $yrecordhighwindrunday = '17'; $yrecordhighwindrunyr = '2026'; $yrecorddailyrain = '0.89'; $yrecordhighrainmth = '2.6'; $yrecordrainrate = '0.510'; $yrecorddayswithrain = '4'; $yrecorddaysnorain = '55'; $yrecordhighdew = '79.3'; $yrecordlowdew = '3.2'; $yrecordhighhum = '94'; $yrecordlowhum = '3'; $yrecorddailyrainmonth = '8'; $yrecorddailyrainday = '31'; $yrecorddailyrainyear = '2026'; $yrecordhighrainmthmth = '8'; $yrecordhighrainmthyr = '2026'; $yrecordrainratemonth = '8'; $yrecordrainrateday = '31'; $yrecordrainrateyear = '2026'; $yrecorddayswithrainmonth = '2'; $yrecorddayswithrainday = '20'; $yrecorddaysnorainmonth = '5'; $yrecorddaysnorainday = '4'; $yrecordhighdewmonth = '5'; $yrecordhighdewday = '20'; $yrecordhighdewyear = '2026'; $yrecordlowdewmonth = '3'; $yrecordlowdewday = '23'; $yrecordlowdewyear = '2026'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '2'; $yrecordhighhumyear = '2026'; $yrecordlowhummonth = '3'; $yrecordlowhumday = '23'; $yrecordlowhumyear = '2026'; $yrecordhighsolar = '1331.0'; $yrecordhighsolarmonth = '9'; $yrecordhighsolarday = '6'; $yrecordhighsolaryear = '2026'; $yrecordhighuv = '13.6'; $yrecordhighuvmonth = '7'; $yrecordhighuvday = '17'; $yrecordhighuvyear = '2026'; $mrecordhighheatindex = '105.1'; $mrecordhighheatindexmonth = '9'; $mrecordhighheatindexday = '2'; $mrecordhighheatindexyear = '2026'; $mrecordhighwindrun = '39.2'; $mrecordhighwindrunmth = '9'; $mrecordhighwindrunday = '3'; $mrecordhighwindrunyr = '2026'; $mrecorddailyrain = '0.10'; $mrecordhighrainmth = '0.1'; $mrecordrainrate = '0.030'; $mrecorddayswithrain = '1'; $mrecorddaysnorain = '3'; $mrecordhighdew = '70.4'; $mrecordlowdew = '55.1'; $mrecordhighhum = '84'; $mrecordlowhum = '24'; $mrecorddailyrainmonth = '9'; $mrecorddailyrainday = '3'; $mrecorddailyrainyear = '2026'; $mrecordhighrainmthmth = '9'; $mrecordhighrainmthyr = '2026'; $mrecordrainratemonth = '9'; $mrecordrainrateday = '3'; $mrecordrainrateyear = '2026'; $mrecorddayswithrainmonth = '9'; $mrecorddayswithrainday = '1'; $mrecorddaysnorainmonth = '9'; $mrecorddaysnorainday = '7'; $mrecordhighdewmonth = '9'; $mrecordhighdewday = '3'; $mrecordhighdewyear = '2026'; $mrecordlowdewmonth = '9'; $mrecordlowdewday = '6'; $mrecordlowdewyear = '2026'; $mrecordhighhummonth = '9'; $mrecordhighhumday = '1'; $mrecordhighhumyear = '2026'; $mrecordlowhummonth = '9'; $mrecordlowhumday = '6'; $mrecordlowhumyear = '2026'; $myrecordhighbaromonth = '9'; $mrecordhighsolar = '0.0'; $mrecordhighsolarmonth = '8'; $mrecordhighsolarday = '2'; $mrecordhighsolaryear = '2026'; $mrecordhighuv = '10.9'; $mrecordhighuvmonth = '9'; $mrecordhighuvday = '3'; $mrecordhighuvyear = '2026'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '99%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.7'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '0.5'; // Fire Weather Index $avtempweek = '85.4'; // Average Weekly Temp $hddday = '0.0'; // Heating Degree for day $hddmonth = '0.0'; // Heating Degree for month to date $hddyear = '436.2'; // Heating Degree for year to date $cddday = '2.4'; // Cooling Degree for day $cddmonth = '130.6'; // Cooling Degree for month to date $cddyear = '3534.7'; // Cooling Degree for year to date $minchillweek = '72.6'; // Minimum Wind Chill over past 7 days $maxheatweek = '104.8'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.16'; //air density $solarnoon = '12:22'; // Solar noon $changeinday = '-00:01:56'; // change in day length since yesterday $etcurrentweek = '1.319'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '45:35'; $maxsolarfortime = '0'; $wetbulb = '68.4'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '27.5'; $maxdew = '60.0'; $maxdewt = '2:31 AM'; $mindew = '58.7'; $mindewt = '3:19 AM'; $maxdewyest = '65.1'; $maxdewyestt = '7:32 AM'; $mindewyest = '55.1'; $mindewyestt = '6:42 PM'; $stationname = 'C5619'; $raindifffromav = '---'; $raindifffromavyear = '6.050'; $gddmonth = '240.7'; $gddyear = '5856.4'; $maxheat = '84.4'; $maxheatt = '12:10 AM'; $maxheatyest = '102.0'; $yeartodateavtemp = '77.5'; $monthtodateavtemp = '86.3'; $maxchillyest = '101.2'; $monthtodatemaxgust = '15.0'; $monthtodateavspeed = '1.2'; // MTD average wind speed $monthtodateavgust = '2.7'; //MTD average wind gust $yeartodateavwind = '1.5'; // YTD average wind speed $yeartodategstwind = '3.2'; // YTD avg wind gust $lowbaro = '29.720'; $lowbarot = '3:08 AM'; $monthtodatemaxbaro = '29.915'; // MTD average wind speed $monthtodateminbaro = '29.650'; //MTD average wind gust $sunshinehourstodateyear = '1834:53'; $sunshineyesterday = '05:35'; $avtempsincemidnight = '83.6'; $yesterdayavtemp = '88.3'; $avgspeedsincereset = '0.2'; $maxheatyestt = '3:10 PM'; $windrunyesterday = '30.46'; $currentwdet = '0.032'; $yesterdaywdet = '0.196'; $highhum = '46'; $highhumt = '2:31 AM'; $lowhum = '43'; $lowhumt = '12:00 AM'; $maxhumyest = '63'; $maxhumyestt = '7:10 AM'; $minhumyest = '24'; $minhumyestt = '3:17 PM'; $recordhightempjan = '86.5'; $recordlowtempjan = '19.4'; $recordhightempfeb = '93.9'; $recordlowtempfeb = '25.9'; $recordhightempmar = '104.9'; $recordlowtempmar = '32.4'; $recordhightempapr = '105.4'; $recordlowtempapr = '48.0'; $recordhightempmay = '110.5'; $recordlowtempmay = '52.2'; $recordhightempjun = '118.8'; $recordlowtempjun = '64.0'; $recordhightempjul = '115.3'; $recordlowtempjul = '64.6'; $recordhightempaug = '111.9'; $recordlowtempaug = '55.4'; $recordhightempsep = '109.8'; $recordlowtempsep = '53.2'; $recordhightempoct = '101.7'; $recordlowtempoct = '36.5'; $recordhightempnov = '91.9'; $recordlowtempnov = '35.2'; $recordhightempdec = '87.4'; $recordlowtempdec = '27.7'; // end of other addons $visibility = '---'; // Visibility (miles) $visibilitykm = '---'; // Visibility (km) $yrecordwindgust = '57.0'; // record high wind gust $yrecordhighgustday = '3'; // Day of record high wind gust $yrecordhighgustmonth = '4'; // Month of record high wind gust $yrecordhighgustyear = '2026'; // Year of record high wind gust $downloadedmetar1extrasky = '%downloadedmetar1extrasky%'; // Sky conditions $downloadedmetar1sky = '%downloadedmetar1sky%'; // More sky conditions $downloadedmetar1cloud = '%downloadedmetar1cloud%'; // Cloud conditions or weather $downloadedmetar1press = '%downloadedmetar1press%'; // Barometer reading $downloadedmetar1humi = '%downloadedmetar1humi%'; // Humidity reading $downloadedmetar1dewp = '%downloadedmetar1dewp%'; // Dew point reading $downloadedmetar1temp = '%downloadedmetar1temp%'; // Temperature reading $downloadedmetar1tempcelsius = '%downloadedmetar1tempcelsius%'; // Temperature reading in celsius $downloadedmetar1wind = '%downloadedmetar1wind%'; // Wind readings (speed and direction) $downloadedmetar1location = '%downloadedmetar1location%'; // Metar name and time stamp $downloadedmetar1vis = '%downloadedmetar1vis%'; // Visibility $downloadedmetar1name = '%downloadedmetar1name%'; // Just the metar name // (1st 10 metars only) $downloadedmetar1time = '%downloadedmetar1time%'; // Just the time of update // (1st 10 metars only) $downloadedmetar1rainlasthour = '%downloadedmetar1rainlasthour%'; // Rain in the last hour (if its available) $downloadedmetar1windonly = '%downloadedmetar1windonly%'; // Shows just the windspeed only (1st 10 metars only) $downloadedmetar1dironly = '%downloadedmetar1dironly%'; // Shows direction in letter (1st 10 metars only) $downloadedmetar1dironlydeg = '%downloadedmetar1dironlydeg%'; // Shows dir in degrees (1st 10 metars only) //Air Quality //========== //Air Quality //========== $purpleair2_5 = '%purpleair2_5%'; //Value of 2.5 micron particle measure from purple air sensor (see in WD under setup, advanced/misc) $purpleair1_0 = '%purpleair1_0%'; //Value of 1.0 micron particle measure from purple air sensor $purpleair10_0 = '%purpleair10_0%'; //Value of 10.0 micron particle measure from purple air sensor $purpleairaqi = '%purpleairaqi%'; //AQI (air quality index) value from purple air sensor $purpleairaqidescription = '%purpleairaqidescription% '; //AQI description (e.g Good, moderate) $purpleair60minmean10_0 = '%60minmeanpurpleair10_0%'; //Last 60 minutes average PM 10.0 value $purpleair60minmean2_5 = '%60minmeanpurpleair2_5%'; //Last 60 minutes average PM 2.5 value $purpleair24hourmean10_0 = '%24hourmeanpurpleair10_0%'; //Last 24 hours average PM 10.0 value $purpleair24hourmean2_5 = '%24hourmeanpurpleair2_5%'; //Last 24 hours average PM 2.5 value $purpleair60minmin10_0 = '%60minminpurpleair10_0%'; //Min value in last 60 minutes PM 10.0 value $purpleair24hourmin10_0 = '%24hourminpurpleair10_0%'; //Min value in last 24 hours PM 10.0 value $purpleair60minmin2_5 = '%60minminpurpleair2_5%'; //Min value in last 60 minutes PM 2.5 value $purpleair24hourmin2_5 = '%24hourminpurpleair2_5%'; //Min value in last 24 hours PM 2.5 value $purpleair60minmax10_0 = '%60minmaxpurpleair10_0%'; //Max value in last 60 minutes PM 10.0 value $purpleair24hourmax10_0 = '%24hourmaxpurpleair10_0%'; //Max value in last 24 hours PM 10.0 value $purpleair60minmax2_5 = '%60minmaxpurpleair2_5%'; //Max value in last 60 minutes PM 2.5 value $purpleair24hourmax2_5 = '%24hourmaxpurpleair2_5%'; //Max value in last 24 hours PM 2.5 value /* bad data here $avairjan2_5 = '%avairjan2_5%'; $avairfeb2_5 = '%avairfeb2_5%'; $avairmar2_5 = '%avairmar2_5%'; $avairapr2_5 = '%avairapr2_5%'; $avairmay2_5 = '%avairmay2_5%'; $avairjun2_5 = '%avairjun2_5%'; $avairjul2_5 = '%avairjul2_5%'; $avairaug2_5 = '%avairaug2_5%'; $avairsep2_5 = '%avairsep2_5%'; $avairoct2_5 = '%avairoct2_5%'; $avairnov2_5 = '%avairnov2_5%'; $avairdec2_5 = '%avairdec2_5%'; $avairjan10_0 = '%avairjan10_0% '; $avairfeb10_0 = '%avairfeb10_0%'; $avairmar10_0 = '%avairmar10_0%'; $avairapr10_0 = '%avairapr10_0%'; $avairmay10_0 = '%avairmay10_0%'; $avairjun10_0 = '%avairjun10_0%'; $avairjul10_0 = '%avairjul10_0%'; $avairaug10_0 = '%avairaug10_0%'; $avairsep10_0 = '%avairsep10_0%'; $avairoct10_0 = '%avairoct10_0%'; $avairnov10_0 = '%avairnov10_0%'; $avairdec10_0 = '%avairdec10_0%'; $avairjannow2_5 = '%avairjannow2_5%'; $avairfebnow2_5 = '%avairfebnow2_5%'; $avairmarnow2_5 = '%avairmarnow2_5%'; $avairaprnow2_5 = '%avairaprnow2_5%'; $avairmaynow2_5 = '%avairmaynow2_5%'; $avairjunnow2_5 = '%avairjunnow2_5%'; $avairjulnow2_5 = '%avairjulnow2_5%'; $avairaugnow2_5 = '%avairaugnow2_5%'; $avairsepnow2_5 = '%avairsepnow2_5%'; $avairoctnow2_5 = '%avairoctnow2_5%'; $avairnovnow2_5 = '%avairnovnow2_5%'; $avairdecnow2_5 = '%avairdecnow2_5%'; $avairjannow10_0 = '%avairjannow10_0%'; $avairfebnow10_0 = '%avairfebnow10_0%'; $avairmarnow10_0 = '%avairmarnow10_0%'; $avairaprnow10_0 = '%avairaprnow10_0%'; $avairmaynow10_0 = '%avairmaynow10_0%'; $avairjunnow10_0 = '%avairjunnow10_0%'; $avairjulnow10_0 = '%avairjulnow10_0%'; $avairaugnow10_0 = '%avairaugnow10_0%'; $avairsepnow10_0 = '%avairsepnow10_0%'; $avairoctnow10_0 = '%avairoctnow10_0%'; $avairnovnow10_0 = '%avairnovnow10_0%'; $avairdecnow10_0 = '%avairdecnow10_0%'; */ $purpleair2_52 ='%purpleair2_52%'; //2nd sensor 2.5 reading $purpleair1_02 ='%purpleair1_02%'; //2nd sensor 1.0 reading $purpleair10_02 ='%purpleair10_02%'; //2nd sensor 10 reading $purpleairaqi2 ='%purpleairaqi2%'; //2nd sensor aqi reading $purpleairaqidescription2 = '%purpleairaqidescription2% '; // 2nd sensor aqi description // end of testtags.txt/testtags.php