Yearly records in testtags.php file and Evapotranspiration

The Station High and Station Low for current date still show as -50 Celsius and 60 Celsius.

Current and 7 days Evapotranspiration always shows as 0.0 on my website.

Many of the yearly records do not show up in my testtags.php file.

I have copied the following directly from my testtags.php (not testtags.txt) file:

$yrecordlowbaro = ‘%yrecordlowbaro%’;
$yrecordlowbaroday = ‘%yrecordlowbaroday%’;
$yrecordlowbaromonth = ‘%yrecordlowbaromonth%’;
$yrecordlowbaroyear = ‘%yrecordlowbaroyear%’;
$yrecordhighheatindex = ‘%yrecordhighheatindex%’;
$yrecordhighheatindexmonth = ‘%yrecordhighheatindexmonth%’;
$yrecordhighheatindexday = ‘%yrecordhighheatindexday%’;
$yrecordhighheatindexyear = ‘%yrecordhighheatindexyear%’;
$ywarmestdayonrecord = ‘27.1C on: Aug 18 2015’;
$ywarmestnightonrecord = ‘23.5C on: Aug 19 2015’;
$ycoldestdayonrecord = ‘-9.2C on: Mar 17 2015’;
$ycoldestnightonrecord = ‘-14.1C on: Mar 14 2015’;
$yrecordhighwindrun = ‘%yrecordhighwindrun%’;
$yrecordhighwindrunmth = ‘%yrecordhighwindrunmth%’;
$yrecordhighwindrunday = ‘%yrecordhighwindrunday%’;
$yrecordhighwindrunyr = ‘%yrecordhighwindrunyr%’;
$yrecorddailyrain = ‘%yrecorddailyrain%’;
$yrecordhighrainmth = ‘%yrecordhighrainmth%’;
$yrecordrainrate = ‘6.0’;
$yrecorddayswithrain = ‘10’;
$yrecorddaysnorain = ‘12’;
$yrecordhighdew = ‘%yrecordhighdew%’;
$yrecordlowdew = ‘%yrecordlowdew%’;
$yrecordhighhum = ‘%yrecordhighhum%’;
$yrecordlowhum = ‘%yrecordlowhum%’;
$yrecorddailyrainmonth = ‘%yrecorddailyrainmonth%’;
$yrecorddailyrainday = ‘%yrecorddailyrainday%’;
$yrecorddailyrainyear = ‘%yrecorddailyrainyear%’;
$yrecordhighrainmthmth = ‘%yrecordhighrainmthmth%’;
$yrecordhighrainmthyr = ‘%yrecordhighrainmthyr%’;

$yrecordhighdewmonth = ‘%yrecordhighdewmonth%’;
$yrecordhighdewday = ‘%yrecordhighdewday%’;
$yrecordhighdewyear = ‘%yrecordhighdewyear%’;
$yrecordlowdewmonth = ‘%yrecordlowdewmonth%’;
$yrecordlowdewday = ‘%yrecordlowdewday%’;
$yrecordlowdewyear = ‘%yrecordlowdewyear%’;
$yrecordhighhummonth = ‘%yrecordhighhummonth%’;
$yrecordhighhumday = ‘%yrecordhighhumday%’;
$yrecordhighhumyear = ‘%yrecordhighhumyear%’;
$yrecordlowhummonth = ‘%yrecordlowhummonth%’;
$yrecordlowhumday = ‘%yrecordlowhumday%’;
$yrecordlowhumyear = ‘%yrecordlowhumyear%’;
$yrecordhighsolar = ‘%yrecordhighsolar%’;
$yrecordhighsolarmonth = ‘%yrecordhighsolarmonth%’;
$yrecordhighsolarday = ‘%yrecordhighsolarday%’;
$yrecordhighsolaryear = ‘%yrecordhighsolaryear%’;
$yrecordhighuv = ‘%yrecordhighuv%’;
$yrecordhighuvmonth = ‘%yrecordhighuvmonth%’;
$yrecordhighuvday = ‘%yrecordhighuvday%’;
$yrecordhighuvyear = ‘%yrecordhighuvyear%’;

NOTE on the tags below. I have a temperature sensor in the lake in front of my place. I had this sensor set to soil temperature (It

They’re not serious bugs but do you know when you might take a look at the problems I listed in the previous post?

(I note that the evapotranspiration bug seems to have been fixed.)

Hugh

Hi
I see whats wrong now in the code
the next update , tomorrow,will fix these custom tags not working

Thanks.

Hugh

OK
new update ready now

it was 1 very small mistake in the code
one of those cant see the woods for the trees thing

note though that this update is with a new compiler udpate: there is an issue with the fonts on the graphs that I am trying to resolve

The downloads page at Weather Display says …

Weather Display For Intel MAC OSX10.8 and above v 10.37Mac Build 247

but the download is still Build 246 dated September 14th.

Hugh

ah…
uploading again…will let you know…

This seems to have fixed the issues with yearly temps.

Thank you very much.

The issue with The Station High and Station Low for current date still show as -50 Celsius and 60 Celsius still remains. I have done some investigation and it appears that the records now begin in late June when I moved my data over from WD Windows to WD Mac. The following are examples from my testtags.php file …

EXAMPLE 1
$recordhightempjan = ‘—’;
$recordlowtempjan = ‘—’;
$recordhightempfeb = ‘—’;
$recordlowtempfeb = ‘—’;
$recordhightempmar = ‘—’;
$recordlowtempmar = ‘—’;
$recordhightempapr = ‘—’;
$recordlowtempapr = ‘—’;
$recordhightempmay = ‘—’;
$recordlowtempmay = ‘—’;
$recordhightempjun = ‘19.6’;
$recordlowtempjun = ‘14.8’;
$recordhightempjul = ‘29.9’;
$recordlowtempjul = ‘7.8’;
$recordhightempaug = ‘32.7’;
$recordlowtempaug = ‘11.3’;
$recordhightempsep = ‘31.8’;
$recordlowtempsep = ‘8.3’;
$recordhightempoct = ‘—’;
$recordlowtempoct = ‘—’;
$recordhightempnov = ‘—’;
$recordlowtempnov = ‘—’;
$recordhightempdec = ‘—’;
$recordlowtempdec = ‘—’;

EXAMPLE 2
$avtempjan = ‘0.0’;//Average temperature for january from your data
$avtempfeb = ‘0.0’;//Average temperature for february from your data
$avtempmar = ‘0.0’;//Average temperature for march from your data
$avtempapr = ‘0.0’;//Average temperature for april from your data
$avtempmay = ‘0.0’;//Average temperature for may from your data
$avtempjun = ‘0.0’;//Average temperature for june from your data
$avtempjul = ‘19.1’;//Average temperature for july from your data
$avtempaug = ‘21.4’;//Average temperature for august from your data
$avtempsep = ‘19.2’;//Average temperature for september from your data
$avtempoct = ‘0.0’;//Average temperature for october from your data
$avtempnov = ‘0.0’;//Average temperature for november from your data
$avtempdec = ‘0.0’;//Average temperature for december from your data

END EXAMPLES

Is there something I missed when I transferred the data or is this an error in the program?

Hugh

they come from the wdisplay.ini settings file
e.g
[Record monthly high temp]
make sure that all that data has been copied over from the wdisplay.ini settings file from the windows version of that (i.e copy across those missing months)

Thank you, that is working now.

Are the station high and station low temperatures for each day also stored in the DISPLAY.INI file? If so, where?

I would like to move the data over but I have had some records set in the last two months so I will have to do a manual compare of the old and new data for these variables before I do the copying.

Hugh

Got the station high and low for date working …

Only thing not working is average rain for the month. Can’t find anything in the WDISPLAY.INI file.

Where should I be looking?

Hugh

Found it. Fixed it. So all is well …