And the tail end of /var/log/messages Oct 24 21:25:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 21:25:00 EDT (1698197100) to database 'weewx' Oct 24 21:25:18 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 21:25:00 EDT (1698197100) to daily summary in 'weewx' Oct 24 21:25:38 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 19.94 seconds Oct 24 21:25:48 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.25 seconds Oct 24 21:25:48 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx Oct 24 21:26:08 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 20.31 seconds Oct 24 21:26:08 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown Oct 24 21:26:28 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 2.29 seconds Oct 24 21:30:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 21:30:00 EDT (1698197400) to database 'weewx' Oct 24 21:30:18 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 21:30:00 EDT (1698197400) to daily summary in 'weewx' Oct 24 21:30:38 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.29 seconds Oct 24 21:30:48 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.21 seconds Oct 24 21:30:48 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx Oct 24 21:31:06 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 17.16 seconds Oct 24 21:31:06 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown Oct 24 21:31:27 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.53 seconds
On Tuesday, October 24, 2023 at 9:28:49 PM UTC-4 [email protected] wrote: > # This section configures the internal weewx engine. > > [Engine] > > # The following section specifies which services should be run and in > what order. > [[Services]] > prep_services = weewx.engine.StdTimeSynch > data_services = , > process_services = weewx.engine.StdConvert, > weewx.engine.StdCalibrate, weewx.engine.StdQC, > weewx.wxservices.StdWXCalculate > xtype_services = weewx.wxxtypes.StdWXXTypes, > weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, > weewx.wxxtypes.StdDelta > archive_services = weewx.engine.StdArchive > restful_services = weewx.restx.StdStationRegistry, > weewx.restx.StdWunderground, weewx.restx.StdPWSweather, > weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS > report_services = weewx.engine.StdPrint, weewx.engine.StdReport > > On Tuesday, October 24, 2023 at 9:12:02 PM UTC-4 Tom Keffer wrote: > >> It looks like the NOAA reports may not know how to calculate heating and >> cooling degree-days. These calculations are normally provided by an xtype >> extension, weewx.wxxtypes.StdWXXTypes. >> >> Please post the [Engine] section of your weewx.conf file. If it looks OK, >> we'll look at some other possibilities. >> >> On Tue, Oct 24, 2023 at 5:12 PM [email protected] <[email protected]> >> wrote: >> >>> I recently had the memory card in the RaspberryPi fail; but, was able to >>> recover the database file and most of the data in it. A new card was used >>> to make a new install of raspbian and weewx version 4.10.2. After I got it >>> up and running it read the pending data from the Davis memory. Later, I >>> added the data from the old database file to the database, deleted the >>> report files, ran wee_database --calc-missing and wee_database >>> --rebuild-daily. After that the statistics looked good; but, the NOAA >>> climate data report shows the formula instead of the result for the >>> calculated columns. Instead of a number for heating degree days I >>> have $month.heatdeg.sum.format($Temp,$NONE,add_label=False); but, in the >>> high / day / low / day columns have 83.6 03 35.7 24. >>> >>> This happens for the default skin: http://aj4nr.com/Weather/index.html >>> >>> And the Belchertown skin: http://aj4nr.com/Weather/belchertown/ >>> >>> The installation is pretty much a stock installation, I added FTP of >>> folders to the WWW server. I started with the SQLite database; but, now >>> I'm using MariaDB that is hosted by a Windows server. It was doing this on >>> the SQLite and MariaDB databases. I have not modified any of the reporting >>> templates. >>> >>> Any ideas about how to fix this are welcome. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "weewx-user" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/3e6b979b-054d-43bc-b9f8-b0e49a880b76n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/3e6b979b-054d-43bc-b9f8-b0e49a880b76n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/5e5ad12e-ce41-4f69-a035-e8454788fe96n%40googlegroups.com.
