Could be any one of a number of causes. Best to look at the log and see what is going on. Please edit weewx.conf, set debug=1 then stop/start weeWX.let weeWX run for a couple of archive periods and the post the log from weeWX startup.
Gary
Looks like my pressure and barometer readings are outside the limit values, but I wouldn't think this should affect the monthly reports.
Feb 7 08:25:32 raspberrypi weewx[26967]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2018-02.txt Feb 7 08:25:33 raspberrypi weewx[26967]: ftpupload: Uploaded file /weewx/NOAA/NOAA-2018.txt
HEAT COOL AVG
MEAN DEG DEG WIND DOM
DAY TEMP HIGH TIME LOW TIME DAYS DAYS RAIN SPEED HIGH TIME DIR
---------------------------------------------------------------------------------------
#for $day in $month.days
#if $day.barometer.count.raw
$day.dateTime.format($D) $day.outTemp.avg.nolabel($Temp,$NONE) $day.outTemp.max.nolabel($Temp,$NONE) $day.outTemp.maxtime.format($Time) $day.outTemp.min.nolabel($Temp,$NONE) $day.outTemp.mintime.format($Time) $day.heatdeg.sum.nolabel($Temp,$NONE) $day.cooldeg.sum.nolabel($Temp,$NONE) $day.rain.sum.nolabel($Rain,$NONE) $day.wind.avg.nolabel($Wind,$NONE) $day.wind.max.nolabel($Wind,$NONE) $day.wind.maxtime.format($Time) $day.wind.vecdir.nolabel($Dir,$NONE)
#else
$day.dateTime.format($D)
#end if
#end for
Note the if statement, the template checks for any barometer readings for the day, if there are some it displays all data for the day, if there are none it displays nothing for the day. This was done to check if there was any data to display for the day, I expect barometer was an arbirary choice, you could just change it to outTemp if you want, but keep in mind you have an orphan that will be overwritten when you upgrade. The sma emechanism is also at play in the NOAA-YYYY.txt.tmpl template.
I'll have a closer look at that template, I would have thought there may have been a more robust way to achieve the same ends.
Gary
I'll have a closer look at that template, I would have thought there may have been a more robust way to achieve the same ends.
#if $day.dateTime.count.raw...#end if
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/pN6KA5_N2S0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/abe67f2a-ed15-4f32-b501-63fd440853a4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1fcb2f71-63bf-429a-aae5-d10f14d7592an%40googlegroups.com.