' . 'Day time '; $weathercond = 'Dry'; $Currentsolardescription = 'Day time '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '6292'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '1918'; // 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 = '17:30'; // time that the max gust last prior 1 hour occured $minbaroyest = '29.907'; $minbaroyestt = '6:01 PM'; $mrecordlowbaro = '29.114'; $mrecordlowbaroday = '12'; $mrecordlowbaromonth = '4'; $mrecordlowbaroyear = '2024'; $yrecordlowbaro = '28.898'; $yrecordlowbaroday = '10'; $yrecordlowbaromonth = '1'; $yrecordlowbaroyear = '2024'; // 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 = 'Evening'; $avwindlastimediate60 = '1.5'; // average wind speed $avwindlastimediate120 = '3.3'; // average wind speed $currentmonthaveragerain = '---'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '2.0'; // average wind speed $avwindlastimediate30 = '1.3'; // average wind speed $todayhihumidex = '89.4'; //daily high humidex $todaylohumidex = '53.2'; //Daily low Humidex //Version 5.02 $dayornight = 'Day'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '-0.3'; //For snow prediction $abshum = '6.48'; //For snow prediction $maxtemp4today = '71.9'; // max from station's records $mintemp4today = '25.7'; // min from station's records $maxtemp4todayyr = '2017'; // max year from station's records $mintemp4todayyr = '2019'; // min year from station's records $avsnowjan = '15.3'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '17.9'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '16.8'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '1.4'; //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 = '-3.1'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '9.5'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '15.2'; $avsnowfebnow = '38.7'; $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 = '3.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 = '28.8'; $avtempfebnow = '31.5'; $avtempmarnow = '40.0'; $avtempaprnow = '47.6'; $avtempmaynow = '54.8'; $avtempjunnow = '62.5'; $avtempjulnow = '70.0'; $avtempaugnow = '66.1'; $avtempsepnow = '60.9'; $avtempoctnow = '51.3'; $avtempnovnow = '36.7'; $avtempdecnow = '35.8'; $avtempjan = '25.5';//Average temperature for january from your data $avtempfeb = '27.6';//Average temperature for february from your data $avtempmar = '34.8';//Average temperature for march from your data $avtempapr = '46.5';//Average temperature for april from your data $avtempmay = '57.8';//Average temperature for may from your data $avtempjun = '64.7';//Average temperature for june from your data $avtempjul = '70.0';//Average temperature for july from your data $avtempaug = '67.5';//Average temperature for august from your data $avtempsep = '61.1';//Average temperature for september from your data $avtempoct = '51.1';//Average temperature for october from your data $avtempnov = '37.7';//Average temperature for november from your data $avtempdec = '31.7';//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 = '2.01'; $avrainfeb = '1.44'; $avrainmar = '3.49'; $avrainapr = '3.94'; $avrainmay = '0.61'; $avrainjun = '4.23'; $avrainjul = '8.26'; $avrainaug = '6.24'; $avrainsep = '5.68'; $avrainoct = '3.55'; $avrainnov = '2.29'; $avraindec = '5.54'; $avrainjannow = '3.87'; $avrainfebnow = '1.71'; $avrainmarnow = '4.61'; $avrainaprnow = '3.74'; $avrainmaynow = '0.61'; $avrainjunnow = '4.23'; $avrainjulnow = '8.26'; $avrainaugnow = '6.24'; $avrainsepnow = '5.68'; $avrainoctnow = '3.55'; $avrainnovnow = '2.29'; $avraindecnow = '5.54'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '88.2'; $recordlowtemp = '-2.0'; $recordhighheatindex = '93.6'; $recordlowchill = '-15.3'; $warmestdayonrecord = '87.6 F on: Jul 05 2023'; $warmestnightonrecord = '73.0F on: Jul 29 2023'; $coldestdayonrecord = '9.9F on: Feb 03 2023'; $coldestnightonrecord = '3.7F on: Feb 04 2023'; $recordwindgust = '33.0'; $recordwindspeed = '21.6'; $recordhighwindrun = '410.0'; $recorddailyrain = '3.08'; $recordhighrainmth = '8.3'; $recordrainrate = '0.598'; $recorddayswithrain = '11'; $recorddaysnorain = '16'; $recordhighdew = '75.6'; $recordlowdew = '-14.6'; $recordhighhum = '100'; $recordlowhum = '0'; $recordhighbaro = '30.608'; $recordlowbaro = '28.898'; $recordhighsolar = '0.0'; $recordhightempmonth = '7'; $recordhightempday = '6'; $recordhightempyear = '2023'; $recordlowtempmonth = '2'; $recordlowtempday = '4'; $recordlowtempyear = '2023'; $recordhighheatindexmonth = '9'; $recordhighheatindexday = '7'; $recordhighheatindexyear = '2023'; $recordlowchillmonth = '2'; $recordlowchillday = '4'; $recordlowchillyear = '2023'; $recordhighgustmonth = '3'; $recordhighgustday = '11'; $recordhighgustyear = '2024'; $recordhighavwindmonth = '3'; $recordhighavwindday = '11'; $recordhighavwindyear = '2024'; $recordhighwindrunmth = '3'; $recordhighwindrunday = '11'; $recordhighwindrunyr = '2024'; $recorddailyrainmonth = '7'; $recorddailyrainday = '9'; $recorddailyrainyear = '2023'; $recordhighrainmthmth = '7'; $recordhighrainmthyr = '2023'; $recordrainratemonth = '9'; $recordrainrateday = '8'; $recordrainrateyear = '2023'; $recorddayswithrainmonth = '8'; $recorddayswithrainday = '15'; $recorddayswithrainyear = '2023'; $recorddaysnorainmonth = '5'; $recorddaysnorainday = '20'; $recorddaysnorainyear = '2023'; $recordhighdewmonth = '9'; $recordhighdewday = '7'; $recordhighdewyear = '2023'; $recordlowdewmonth = '2'; $recordlowdewday = '3'; $recordlowdewyear = '2023'; $recordhighhummonth = '2'; $recordhighhumday = '10'; $recordhighhumyear = '2023'; $recordlowhummonth = '4'; $recordlowhumday = '1'; $recordlowhumyear = '2023'; $recordhighbaromonth = '12'; $recordhighbaroday = '14'; $recordhighbaroyear = '2023'; $recordlowbaromonth = '1'; $recordlowbaroday = '10'; $recordlowbaroyear = '2024'; $recordhighsolarmonth = '2'; $recordhighsolarday = '9'; $recordhighsolaryear = '2023'; $recordhighuv = '0.0'; $recordhighuvmonth = '2'; $recordhighuvday = '9'; $recordhighuvyear = '2023'; $yrecordhighheatindex = '82.7'; $yrecordhighheatindexmonth = '4'; $yrecordhighheatindexday = '29'; $yrecordhighheatindexyear = '2024'; $ywarmestdayonrecord = '72.5F on: Apr 29 2024'; $ywarmestnightonrecord = '60.8F on: Apr 12 2024'; $ycoldestdayonrecord = '11.7F on: Jan 17 2024'; $ycoldestnightonrecord = '8.6F on: Jan 18 2024'; $yrecordhighwindrun = '410.0'; $yrecordhighwindrunmth = '3'; $yrecordhighwindrunday = '11'; $yrecordhighwindrunyr = '2024'; $yrecorddailyrain = '1.30'; $yrecordhighrainmth = '4.6'; $yrecordrainrate = '0.165'; $yrecorddayswithrain = '6'; $yrecorddaysnorain = '7'; $yrecordhighdew = '63.3'; $yrecordlowdew = '-8.0'; $yrecordhighhum = '100'; $yrecordlowhum = '0'; $yrecorddailyrainmonth = '3'; $yrecorddailyrainday = '23'; $yrecorddailyrainyear = '2024'; $yrecordhighrainmthmth = '3'; $yrecordhighrainmthyr = '2024'; $yrecordrainratemonth = '1'; $yrecordrainrateday = '9'; $yrecordrainrateyear = '2024'; $yrecorddayswithrainmonth = '2'; $yrecorddayswithrainday = '18'; $yrecorddaysnorainmonth = '1'; $yrecorddaysnorainday = '24'; $yrecordhighdewmonth = '4'; $yrecordhighdewday = '29'; $yrecordhighdewyear = '2024'; $yrecordlowdewmonth = '1'; $yrecordlowdewday = '17'; $yrecordlowdewyear = '2024'; $yrecordhighhummonth = '1'; $yrecordhighhumday = '13'; $yrecordhighhumyear = '2024'; $yrecordlowhummonth = '1'; $yrecordlowhumday = '14'; $yrecordlowhumyear = '2024'; $yrecordhighsolar = '0.0'; $yrecordhighsolarmonth = '2'; $yrecordhighsolarday = '9'; $yrecordhighsolaryear = '2023'; $yrecordhighuv = '0.0'; $yrecordhighuvmonth = '2'; $yrecordhighuvday = '9'; $yrecordhighuvyear = '2023'; $mrecordhighheatindex = '82.7'; $mrecordhighheatindexmonth = '4'; $mrecordhighheatindexday = '29'; $mrecordhighheatindexyear = '2024'; $mrecordhighwindrun = '256.4'; $mrecordhighwindrunmth = '4'; $mrecordhighwindrunday = '13'; $mrecordhighwindrunyr = '2024'; $mrecorddailyrain = '1.07'; $mrecordhighrainmth = '3.7'; $mrecordrainrate = '0.039'; $mrecorddayswithrain = '6'; $mrecorddaysnorain = '4'; $mrecordhighdew = '63.3'; $mrecordlowdew = '14.7'; $mrecordhighhum = '100'; $mrecordlowhum = '16'; $mrecorddailyrainmonth = '4'; $mrecorddailyrainday = '3'; $mrecorddailyrainyear = '2024'; $mrecordhighrainmthmth = '4'; $mrecordhighrainmthyr = '2024'; $mrecordrainratemonth = '4'; $mrecordrainrateday = '12'; $mrecordrainrateyear = '2024'; $mrecorddayswithrainmonth = '4'; $mrecorddayswithrainday = '6'; $mrecorddaysnorainmonth = '4'; $mrecorddaysnorainday = '11'; $mrecordhighdewmonth = '4'; $mrecordhighdewday = '29'; $mrecordhighdewyear = '2024'; $mrecordlowdewmonth = '4'; $mrecordlowdewday = '25'; $mrecordlowdewyear = '2024'; $mrecordhighhummonth = '4'; $mrecordhighhumday = '2'; $mrecordhighhumyear = '2024'; $mrecordlowhummonth = '4'; $mrecordlowhumday = '9'; $mrecordlowhumyear = '2024'; $myrecordhighbaromonth = '4'; $mrecordhighsolar = '0.0'; $mrecordhighsolarmonth = '2'; $mrecordhighsolarday = '9'; $mrecordhighsolaryear = '2023'; $mrecordhighuv = '0.0'; $mrecordhighuvmonth = '2'; $mrecordhighuvday = '9'; $mrecordhighuvyear = '2023'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = 'Ok'; // VP ISS Status $vpreception2 = '99%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '4.0'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '5.0'; // Fire Weather Index $avtempweek = '50.5'; // Average Weekly Temp $hddday = '4.6'; // Heating Degree for day $hddmonth = '490.7'; // Heating Degree for month to date $hddyear = '3288.3'; // Heating Degree for year to date $cddday = '0.0'; // Cooling Degree for day $cddmonth = '0.0'; // Cooling Degree for month to date $cddyear = '0.0'; // Cooling Degree for year to date $minchillweek = '27.4'; // Minimum Wind Chill over past 7 days $maxheatweek = '82.6'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '1.16'; //air density $solarnoon = '13:00'; // Solar noon $changeinday = '00:02:23'; // change in day length since yesterday $etcurrentweek = '0.000'; // ET total for the last 7 days $sunshinehourstodateday = '00:00'; $sunshinehourstodatemonth = '00:00'; $maxsolarfortime = '0'; $wetbulb = '66.5'; $lighteningcountlasthour = '0'; $lighteningcountlastminute = '0'; $lighteningcountlast5minutes = '0'; $lighteningcountlast12hour = '0'; $lighteningcountlast30minutes = '0'; $lighteningcountlasttime = ''; $lighteningcountmonth = '0'; $lighteningcountyear = '0'; $chandler = '38.2'; $maxdew = '63.3'; $maxdewt = '9:06 AM'; $mindew = '50.3'; $mindewt = '6:15 AM'; $maxdewyest = '61.9'; $maxdewyestt = '8:56 PM'; $mindewyest = '39.7'; $mindewyestt = '12:05 AM'; $stationname = 'myweather'; $raindifffromav = '---'; $raindifffromavyear = '14.030'; $gddmonth = '147.4'; $gddyear = '219.2'; $maxheat = '82.7'; $maxheatt = '5:03 PM'; $maxheatyest = '77.6'; $yeartodateavtemp = '36.9'; $monthtodateavtemp = '47.6'; $maxchillyest = '77.6'; $monthtodatemaxgust = '26.0'; $monthtodateavspeed = '1.9'; // MTD average wind speed $monthtodateavgust = '3.6'; //MTD average wind gust $yeartodateavwind = '2.1'; // YTD average wind speed $yeartodategstwind = '3.8'; // YTD avg wind gust $lowbaro = '29.812'; $lowbarot = '5:51 PM'; $monthtodatemaxbaro = '30.373'; // MTD average wind speed $monthtodateminbaro = '29.115'; //MTD average wind gust $sunshinehourstodateyear = '00:00'; $sunshineyesterday = '00:00'; $avtempsincemidnight = '66.6'; $yesterdayavtemp = '59.1'; $avgspeedsincereset = '1.1'; $maxheatyestt = '4:35 PM'; $windrunyesterday = '59.29'; $currentwdet = '0.000'; $yesterdaywdet = '0.000'; $highhum = '100'; $highhumt = '7:16 AM'; $lowhum = '37'; $lowhumt = '3:37 PM'; $maxhumyest = '97'; $maxhumyestt = '11:43 PM'; $minhumyest = '47'; $minhumyestt = '5:54 PM'; $recordhightempjan = '54.5'; $recordlowtempjan = '2.8'; $recordhightempfeb = '63.1'; $recordlowtempfeb = '5.5'; $recordhightempmar = '70.2'; $recordlowtempmar = '16.2'; $recordhightempapr = '86.4'; $recordlowtempapr = '22.1'; $recordhightempmay = '82.4'; $recordlowtempmay = '26.1'; $recordhightempjun = '87.4'; $recordlowtempjun = '34.3'; $recordhightempjul = '88.2'; $recordlowtempjul = '51.4'; $recordhightempaug = '82.0'; $recordlowtempaug = '45.0'; $recordhightempsep = '86.7'; $recordlowtempsep = '40.3'; $recordhightempoct = '81.3'; $recordlowtempoct = '30.7'; $recordhightempnov = '65.8'; $recordlowtempnov = '16.7'; $recordhightempdec = '52.9'; $recordlowtempdec = '18.1'; // end of other addons $visibility = '---'; // Visibility (miles) $visibilitykm = '---'; // Visibility (km) $yrecordwindgust = '33.0'; // record high wind gust $yrecordhighgustday = '11'; // Day of record high wind gust $yrecordhighgustmonth = '3'; // Month of record high wind gust $yrecordhighgustyear = '2024'; // 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