[RESOLVED] Frost days on daily/monthly report

Since adding a solar sensor, and displaying ‘Day, Sunshine Hours, ET, Max Solar, UV’ readings on the daily/monthly report, the page has stopped displaying number of frost days. What do I do to correct this?

Does anyone have any ideas as to what I can try to get the number of frost days displayed again? I’ve searched the forum and tried everything I’ve found, but the problem persists.

I need to get this resolved before the end of the month in case there are no frost days again until next winter.

Thanks in advance.

I finally managed to figure this one out.

In the list of arrays, frost days needs to be in level 2, not level 1. Total wind run needs to be in level 1. So, change

array('Frost days',3), # mchallis added 'Frost days' support 04/21/08

to

array('Total windrun',3),

in level 1, and add

array('Frost days',3), # mchallis added 'Frost days' support 04/21/08

to level 2 and both total wind run and frost days will appear on the report (see here).