CLIMATOLOGICAL SUMMARY contains formulas instead of results for calculated values.

423 views
Skip to first unread message

gmr...@gmail.com

unread,
Oct 24, 2023, 8:12:10 PM10/24/23
to weewx-user
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.

Tom Keffer

unread,
Oct 24, 2023, 9:12:02 PM10/24/23
to weewx...@googlegroups.com
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.

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3e6b979b-054d-43bc-b9f8-b0e49a880b76n%40googlegroups.com.

gmr...@gmail.com

unread,
Oct 24, 2023, 9:28:49 PM10/24/23
to weewx-user
#   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

gmr...@gmail.com

unread,
Oct 24, 2023, 9:34:11 PM10/24/23
to weewx-user
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

Tom Keffer

unread,
Oct 24, 2023, 9:45:51 PM10/24/23
to weewx...@googlegroups.com
I've enclosed an instrumented version of weewx/xtypes.py. Put your old copy aside and replace it with this copy. Then run wee_reports, then post the log. Then put your old copy back.

The file should be located in either /usr/share/weewx/weewx.xtypes.py or /home/weewx/bin/weewx/xtypes.py, depending on your installation method.



xtypes.py

gmr...@gmail.com

unread,
Oct 24, 2023, 10:19:02 PM10/24/23
to weewx-user
Oct 24 22:08:19 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Running reports for time 2023-10-24 22:05:00 EDT (1698199500)
Oct 24 22:08:19 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Oct 24 22:08:19 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 24 22:08:19 WEEWX wee_reports[3173] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 24 22:08:19 WEEWX wee_reports[3173] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:20 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:21 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:22 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:41 WEEWX wee_reports[3173] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 21.21 seconds
Oct 24 22:08:41 WEEWX wee_reports[3173] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:08:51 WEEWX wee_reports[3173] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.00 seconds
Oct 24 22:08:51 WEEWX wee_reports[3173] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Running report 'Belchertown'
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 24 22:08:51 WEEWX wee_reports[3173] INFO user.belchertown: version 1.3.1
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:51 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:52 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:53 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:08:54 WEEWX wee_reports[3173] DEBUG weewx.xtypes: heatbase_t=(65.0, 'degree_F', 'group_temperature')
Oct 24 22:09:17 WEEWX wee_reports[3173] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 25.78 seconds
Oct 24 22:09:17 WEEWX wee_reports[3173] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Oct 24 22:09:17 WEEWX wee_reports[3173] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Running report 'FTP'
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 0 ./statistics.html ed32172fcb913505ccd47cd2addcdb1b9b8fd0b18177d12d73fdc72f1185802a
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Oct 24 22:09:31 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 1 ./index.html 30f288dba3a143d15cd515852d27122d5e39ec637ab99b851f43121c5c52bfc0
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 2 ./telemetry.html f7ac611edc300540230a57251175a2f450ab00b72c10d10d0f6fb22a474b9f46
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 3 ./celestial.html 14c9511641e589d1b53afe4ef0d6f632dfa045192f0db5fefe8398530f88abf8
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 4 ./NOAA/NOAA-2023-10.txt 127ce151f1a6249f5ac15f2b8403efff93d9743cb4f7b1f400d0ead647660841
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2023-10.txt to /weather/NOAA/NOAA-2023-10.txt
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 5 ./NOAA/NOAA-2023.txt 97d4c345deefb995f487089289a8299c653490e1b3fc32bf15140904ef7821f3
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2023.txt to /weather/NOAA/NOAA-2023.txt
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 6 ./belchertown/kiosk.html 6c870cedb9346982bb187414ea03713f5dc1fc53208388586dd9320d120999f7
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 7 ./belchertown/index.html a4c9d51d7f04d16d5aad1fc1c549ad9c08ed4200bb64b71d8e827f549f1dca22
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 8 ./belchertown/graphs/index.html 4ce088bb679c8923652f89ba453435cc8ae84b7c7b12e44eee4cd4c0f63ce8f7
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 9 ./belchertown/records/index.html e6b0a63cbcdd69261dbc8b339e70f9ed3c1fc463dda4129d4626abc56cbede33
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 10 ./belchertown/reports/index.html 3227ca8c1067a16a48aea11dcfc6d976e68c88f8c0b26c30671ac9d9065a5039
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 11 ./belchertown/json/weewx_data.json 58fb1cdd7fb0b58d52d546e35c8cb0f29317356e375a9f49bc14dd3306d2df9e
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 12 ./belchertown/json/year.json e1ed199d5796d4af3e9ea7e7253834a6e4568ae2f66ad017945d7ae7ef1fd4eb
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 13 ./belchertown/json/day.json 4301957c2fba00cbba6c8c6b92f42d33c751e55652e5363221bb0c9587f3a7f6
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 14 ./belchertown/json/month.json 9ff1b0622ad19be71e38d12262437952fabb256c0b7875842ff7232286cfe000
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 15 ./belchertown/json/week.json 272f2ab99767075e93d5db7a07affb7c0b5f9dab2df2fa4bb605362a62b71499
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 16 ./belchertown/json/homepage.json 0f54e47547fa466eac1a4284998594adac4ab69d594424520009fdb66201594a
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 17 ./belchertown/js/belchertown.js a99593f7856e163bbf92b03e4a895e6ed31a0129280d0991a67a5630bc8962e8
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/js/belchertown.js to /weather/belchertown/js/belchertown.js
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 18 ./belchertown/pi/index.html 605ba70d9393d8dd47380fd4de0e28b48024d218ffcc4a902fc836d1755988e4
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 19 ./belchertown/NOAA/NOAA-2023-10.txt 05bddeb3b4a2e3127c551b0bac7b1b175b9440f98eed0fde18890175338023dc
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023-10.txt to /weather/belchertown/NOAA/NOAA-2023-10.txt
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 20 ./belchertown/NOAA/NOAA-2023.txt 8221fd12fb0aea93bbfd3b21ea61632ab2daae759b2ffdaa1abf3782c48124d8
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023.txt to /weather/belchertown/NOAA/NOAA-2023.txt
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: 21 ./belchertown/about/index.html 8ba09c480f0cb5eb62e26b38ca975b7b72798ad3cd2b0359c3f3e3877cffa7e3
Oct 24 22:09:32 WEEWX wee_reports[3173] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Oct 24 22:09:33 WEEWX wee_reports[3173] INFO weewx.reportengine: ftpgenerator: Ftp'd 22 files in 1.13 seconds
Oct 24 22:09:33 WEEWX wee_reports[3173] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Oct 24 22:10:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-10-24 22:05:00 EDT (1698199500)
Oct 24 22:10:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 24 22:10:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 0
Oct 24 22:10:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 22:10:00 EDT (1698199800) to database 'weewx'
Oct 24 22:10:18 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-24 22:10:00 EDT (1698199800) to daily summary in 'weewx'
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-10-16 01:00:00 EDT (1697432400) less than final timestamp 2023-10-24 22:10:00 EDT (1698199800)
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Catch up complete.
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running reports for latest time in the database.
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 24 22:10:18 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:10:19 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 24 22:10:38 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.23 seconds
Oct 24 22:10:38 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 24 22:10:48 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 9.94 seconds
Oct 24 22:10:48 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 24 22:10:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Oct 24 22:10:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Oct 24 22:10:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Oct 24 22:10:48 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'Belchertown'
Oct 24 22:10:49 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Oct 24 22:10:49 WEEWX weewx[661] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Oct 24 22:10:49 WEEWX weewx[661] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 24 22:10:49 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 24 22:10:49 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0

gmr...@gmail.com

unread,
Oct 24, 2023, 10:31:27 PM10/24/23
to weewx-user
Tom, thank you for your very quick replies and effort to assist in resolving this issue!

Tom Keffer

unread,
Oct 25, 2023, 7:40:29 AM10/25/23
to weewx...@googlegroups.com
Well, we know that xtypes is getting called, but we still don't know why it's not coming up with a value. Try this copy of xtypes.py. 



xtypes.py

Mike Ruble

unread,
Oct 25, 2023, 9:28:32 PM10/25/23
to weewx...@googlegroups.com

Using that version we have the same result in the reports (after deleting and letting it recreate the report).  In the /var/log/messages we have a couple of update cycles:Oct 25 21:06:20 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.08 seconds
Oct 25 21:10:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:10:00 EDT (1698282600) to database 'weewx'
Oct 25 21:10:18 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:10:00 EDT (1698282600) to daily summary in 'weewx'
Oct 25 21:10:37 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 19.25 seconds
Oct 25 21:10:47 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 9.94 seconds
Oct 25 21:10:47 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 25 21:11:04 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.78 seconds
Oct 25 21:11:04 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 25 21:11:19 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.26 seconds
Oct 25 21:15:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:15:00 EDT (1698282900) to database 'weewx'
Oct 25 21:15:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:15:00 EDT (1698282900) to daily summary in 'weewx'
Oct 25 21:15:37 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 19.86 seconds
Oct 25 21:15:47 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 9.97 seconds
Oct 25 21:15:47 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 25 21:16:04 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.84 seconds
Oct 25 21:16:05 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 25 21:16:21 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.96 seconds

In syslog we have:


Oct 25 21:10:15 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-10-25 21:05:00 EDT (1698282300)
Oct 25 21:10:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 25 21:10:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 1
Oct 25 21:10:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:10:00 EDT (1698282600) to database 'weewx'
Oct 25 21:10:18 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:10:00 EDT (1698282600) to daily summary in 'weewx'
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-10-17 00:00:00 EDT (1697515200) less than final timestamp 2023-10-25 21:10:00 EDT (1698282600)
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Catch up complete.
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running reports for latest time in the database.
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:10:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 25 21:10:37 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 19.25 seconds
Oct 25 21:10:37 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:10:47 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 9.94 seconds
Oct 25 21:10:47 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'Belchertown'
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 25 21:10:47 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:11:04 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.78 seconds
Oct 25 21:11:04 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 25 21:11:04 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'FTP'
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 0 ./statistics.html d566f7d1253c4a5b76db09c3cbf66c6823c87ceb6e8aac8c5ceb54116d2185df
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 1 ./tabular.html 671d4e2f4e9e77ef46311e8bba61dae9dc29dc2518807f1fc0de2e606cfb4202
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/tabular.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 2 ./daywinddir.png fca1c27bc3be9d64f1a3c9d80c7117ff475b82003933376eb07cf5c5ddb0003e
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/daywinddir.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 3 ./dayradiation.png 0990f2683a8f368a95f0e837ec866e54ca541d50305cb4552deb82a2aba73354
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /weather/dayradiation.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 4 ./dayET.png cc8adaf613de11ba573a0cd7a396f5983caa9c15ae94f517074689a0241de431
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/dayET.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 5 ./daytempin.png b9d0f28940600ed36e824308cd23d03e118208246e339b47d4da42f2d68cd40c
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/daytempin.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 6 ./dayvolt.png 6a4f77534f7d1199c3a0f7e0c4592b42ceacbec365506261c50cb36e38441ff8
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/dayvolt.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 7 ./daybarometer.png 3ea2adcf6c1e46b92702eeb9107d47c0a1ee4bc8214eca3c6029a322e1933cd6
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/daybarometer.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 8 ./index.html 0b3159595f1eb2af7eb1b2df512c25d9ea0c1e67f8237c57ce00e8addef4c68a
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/index.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 9 ./daywindvec.png 58d40bfa33011c0f2beb9b724e9912a6228247ea44aad851f430d83d5e5fec99
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/daywindvec.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 10 ./dayUV.png 873b2f278c160047cb100b89d11f163c8fcc2dfee2d0bbe441f0a7d8519e2c8f
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /weather/dayUV.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 11 ./dayhum.png f6ceed6db4604f8bee5da50faee827510c1783cb2415c2ac9996c40abdfdd5d2
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/dayhum.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 12 ./daytempfeel.png cae28337c2b546dcbf4a98b51e8a446828051feaa6568cc3fcb9199b313e350e
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/daytempfeel.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 13 ./daywind.png 1fc161a831bc3126829c05076719d250ef25f9abd05a6e1009e1972f7dff39b2
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/daywind.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 14 ./telemetry.html 8b179a00c46c5f668ab3f140ace7b00c2edb4f6d4e2d01221a69b5206c3956a7
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 15 ./daytempdew.png c3cce01d66e410fecd36eaff81597d7d407f48c5999346c860001274ae8c2104
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/daytempdew.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 16 ./rss.xml 7474b3ae097b8955ebb61c0aeeaf88f98fb54ffc366d0edf89fd21018fa2d40c
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/rss.xml
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 17 ./dayhumin.png 8cacc9f2d4e77bdb8b13b38eb56b36bd59c7675b2c8d57677a070493c4299d3b
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/dayhumin.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 18 ./celestial.html 2060afad89911a7ea99768f9a94c00256b7e7660a3b6672aa8d3635d6648a3e4
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 19 ./dayrx.png f4b857d52d8b535f4374fab0d82f81268eaaebb4f2e14f3c35b1b8e31b9ea9ec
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/dayrx.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 20 ./dayrain.png abed2ccc1f5d18e1c3a165b825f827026657a2d08c72dcb02c8b42e31cff45fd
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/dayrain.png
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 21 ./belchertown/kiosk.html 1a5040f6570329a62df19f73f62b00c3f0ed1a03034d4c080abde5f4bedbc46c
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Oct 25 21:11:18 WEEWX weewx[661] DEBUG weeutil.ftpupload: 22 ./belchertown/index.html 6d8e16a8e617318f131f476f08a669244ea06a7e3c0a30249ec181042cd5e9ee
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 23 ./belchertown/graphs/index.html 81fc39980fb9de4cedb081744088f6f06451f46fc5c0d0e4812a2376d024a298
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 24 ./belchertown/records/index.html 52b1291a3521a99a8f782494f8a9e7cfec3659ad1c8ce130760a5d6767e7528c
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 25 ./belchertown/reports/index.html 6062985b468f1fd7dde3670da02dd9fc326ac2aa62a06f17b052de8a1387b2b5
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 26 ./belchertown/json/weewx_data.json c35e63e921e3092cb4554d76dc652dc1bab65f4b472a1a856a7e64591be07cbe
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 27 ./belchertown/json/year.json 75f7fcd2744deaa358346712e8911fb5004f0107af49e7c988316c501246a17b
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 28 ./belchertown/json/day.json 9032f78fa1d7553dcd6c0319e63d9dba9d7a09e8ba047933a660ef7e44e19b86
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 29 ./belchertown/json/month.json 010d82c10e184a5c9be873eaa622b6f5eb4d8b20e74ada9e0c050999d6dddef0
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 30 ./belchertown/json/week.json 57fbcf35caca87b7664547da6957918469bd76233ad19f1a18850cb0fc7a167f
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 31 ./belchertown/json/homepage.json 83262b496afde9a0f79fca2ff9b53657d45962d83a754a57e21aa133c645f2b8
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 32 ./belchertown/pi/index.html 2d4b87c9bb5b0e2daced204364b45a571063899eaa2f606660946e70d0d180d1
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 33 ./belchertown/about/index.html 8b327c8d8e528e660e9962a46e91677ec6e9ccd61760c5520d7fad0797729aea
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Oct 25 21:11:19 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.26 seconds
Oct 25 21:11:19 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Oct 25 21:12:25 WEEWX rngd[533]: stats: bits received from HRNG source: 760064
Oct 25 21:12:25 WEEWX rngd[533]: stats: bits sent to kernel pool: 719968
Oct 25 21:12:25 WEEWX rngd[533]: stats: entropy added to kernel pool: 719968
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2 successes: 38
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2 failures: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2(2001-10-10) Monobit: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2(2001-10-10) Poker: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2(2001-10-10) Runs: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2(2001-10-10) Long run: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: HRNG source speed: (min=373.883; avg=852.249; max=940.857)Kibits/s
Oct 25 21:12:25 WEEWX rngd[533]: stats: FIPS tests speed: (min=10.987; avg=25.876; max=51.135)Mibits/s
Oct 25 21:12:25 WEEWX rngd[533]: stats: Lowest ready-buffers level: 2
Oct 25 21:12:25 WEEWX rngd[533]: stats: Entropy starvations: 0
Oct 25 21:12:25 WEEWX rngd[533]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
Oct 25 21:13:54 WEEWX PackageKit: refresh-cache transaction /199_cdeebacb from uid 1000 finished with success after 33765ms
Oct 25 21:14:35 WEEWX PackageKit: get-updates transaction /200_aecadade from uid 1000 finished with success after 40849ms
Oct 25 21:15:15 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-10-25 21:10:00 EDT (1698282600)
Oct 25 21:15:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 25 21:15:16 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 2
Oct 25 21:15:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:15:00 EDT (1698282900) to database 'weewx'
Oct 25 21:15:17 WEEWX weewx[661] INFO weewx.manager: Added record 2023-10-25 21:15:00 EDT (1698282900) to daily summary in 'weewx'
Oct 25 21:15:17 WEEWX weewx[661] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-10-17 00:05:00 EDT (1697515500) less than final timestamp 2023-10-25 21:15:00 EDT (1698282900)
Oct 25 21:15:17 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Catch up complete.
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running reports for latest time in the database.
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:15:18 WEEWX weewx[661] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Oct 25 21:15:37 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 19.86 seconds
Oct 25 21:15:38 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:15:47 WEEWX weewx[661] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 9.97 seconds
Oct 25 21:15:47 WEEWX weewx[661] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'Belchertown'
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Oct 25 21:15:48 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:16:04 WEEWX weewx[661] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.84 seconds
Oct 25 21:16:05 WEEWX weewx[661] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 25 21:16:05 WEEWX weewx[661] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 21:16:18 WEEWX weewx[661] DEBUG weewx.reportengine: Running report 'FTP'
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weewx.reportengine: **** Using defaults instead.
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 0 ./statistics.html 294dbb1b65cff78ca602d3587c4c9ac17fb1e6a065dee353f4397c3c6897e38b
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 1 ./tabular.html 23cdeb9647d2b338b08e3dc8d1090041632fed7c5b8e24bc448f9dec159ea1bc
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/tabular.html
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 2 ./daywinddir.png b0f6b2e9f00e3ccad06d3625da4cf8d7e2a32d9274af5329f1819662f4aa000d
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/daywinddir.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 3 ./dayradiation.png 5dd48c0144f85448e53f1e04c03ce6c00244932609e28014f3917b1fdc23bdf7
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /weather/dayradiation.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 4 ./dayET.png c7a0d7ca46a559159d937e1a9e723b4899735e243b40dd2394e707ba54415f1e
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/dayET.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 5 ./daytempin.png 3ef16d7e1ad8ff1eaeaaff541a3f9ad2d34315e0037b468708ae3055a35a0dcf
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/daytempin.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 6 ./dayvolt.png aa06e05044d7bf8ffeaae0cc7f11a8ee197874c507b998bd577b1e9050adf4ef
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/dayvolt.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 7 ./daybarometer.png 495ae16f9092487fb11016cc01556e85d05cac04d9ed184c94daada5fda1652e
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/daybarometer.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 8 ./index.html cac7b10b8416623e0fbbcb79c0b2c978d466284e829a93eec43b9595a69e3aad
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/index.html
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 9 ./daywindvec.png 23240b4d5bcfba1fd304ac821a4ca8cec596ee94de030395dba4f884e2238e4a
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/daywindvec.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 10 ./dayUV.png 67e4c87fbfafe9d32f019436c10e0238e928fb742ff164608d7545ec2e7fecc0
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /weather/dayUV.png
Oct 25 21:16:19 WEEWX weewx[661] DEBUG weeutil.ftpupload: 11 ./dayhum.png 4fd9f674ba508f9f2c2c6c0b02391f46652a6c80257db4a1383b44be84522fa3
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/dayhum.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 12 ./daytempfeel.png 0510b8bfa097f3d54b850f8561586827784e72290596133815cb0c27024a78ed
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/daytempfeel.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 13 ./daywind.png 6e15fdf7cfbfe1b33c7986f1bfa0f0185425b4b538af61269b342ec9627130a6
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/daywind.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 14 ./telemetry.html 53489a590e0a2d2a98b8603e0c4c9788a19c8a137ec64fdb727c76ec42347484
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 15 ./daytempdew.png 799b336722a59e6fcfaf23e98b30da454c6eb84ebe841b34a36d3832075177f7
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/daytempdew.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 16 ./rss.xml 9f2cf9b0f6eaab72becc06046aa79eaf577f819cb7a93ee7ff47db62d985045e
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/rss.xml
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 17 ./dayhumin.png 3a12daf036023420c67d0a00e2001dbc46e7fd76157e93eed0b544363d391115
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/dayhumin.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 18 ./celestial.html 02e474f3f13f8359e15ff77c682d63a1a7713762ddf9a349d125b2da2f007128
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 19 ./dayrx.png 28f11f50dcbc0258b42fcca2c93b58fd11f87fd9a7aeb74cf440815fe6a6edf0
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/dayrx.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 20 ./dayrain.png 96cf20540dd47b5ee9fe6e61ee2c8fc38fc4296911b5e03af4c6815af61b8ada
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/dayrain.png
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 21 ./belchertown/kiosk.html c9561594e8742e021df72823764300826f71f9d20c0602df114d7a12e4539a8f
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 22 ./belchertown/index.html cb2870e01d80f9aea6b026d12684f397144e255c44df0c1ae8f4ea880173c7b6
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 23 ./belchertown/graphs/index.html 1a4d3cc5bcd7833ff6530cdfa4bbff96a32f5aac2c736564c33552b525cb89ca
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 24 ./belchertown/records/index.html 9e7652fb72af35f0b46a4873a9c575d6787bbf0c8f1389d631bdf71300521499
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 25 ./belchertown/reports/index.html 80c631e730e661e415db22da97ba96022ba2bec5703684e8a0e8f30537ded502
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 26 ./belchertown/json/weewx_data.json 92c7304e6ed2eb74191d4473a0eba035eb5a83628287f0a0fc89ec85feaf5ff6
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 27 ./belchertown/json/year.json 2ddeed6d2996fb4380c19c8e2c576c54c3545702c2542a43eef7290a1ef32d03
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 28 ./belchertown/json/day.json 9a83e537751bfae437f5d5072ae5e762d6f5b20fb1e787222811cdf1ccb6a778
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 29 ./belchertown/json/month.json 5b19e1311d48f0fe1e7c2b668e36d64b701bb7e3604cac639a6ba68d4cb69679
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 30 ./belchertown/json/week.json 6df60f1c324d3531ecb7fd92b91b4160ba59440807d8ee19163346d3b95e679b
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 31 ./belchertown/json/homepage.json 75a5eee8c2e304506fac717d3a6a944c52e20406fd3406b76132d806dbfd8867
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 32 ./belchertown/pi/index.html fa16c17c227014632523abe43783e340061013a34d7e178eb599d4cedc4c8c30
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: 33 ./belchertown/about/index.html df0e687892233597abc44a9862909f32a9a6db884cca1086f0fd087fe3650012
Oct 25 21:16:20 WEEWX weewx[661] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Oct 25 21:16:21 WEEWX weewx[661] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.96 seconds
Oct 25 21:16:21 WEEWX weewx[661] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Oct 25 21:17:01 WEEWX CRON[13837]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 25 21:19:23 WEEWX kernel: [86832.682401] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.682631] vc4-drm soc:gpu: [drm]                            V3D: 191360kb BOs (357)
Oct 25 21:19:23 WEEWX kernel: [86832.682646] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.682655] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.682663] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.682671] vc4-drm soc:gpu: [drm]                            RCL:      4kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.682679] vc4-drm soc:gpu: [drm]                            BCL:      8kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.682687] vc4-drm soc:gpu: [drm]                total purged BO: 770892kb BOs (1928)
Oct 25 21:19:23 WEEWX kernel: [86832.683320] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.683447] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.683457] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.683465] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.683473] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.683481] vc4-drm soc:gpu: [drm]                            RCL:      4kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.683489] vc4-drm soc:gpu: [drm]                            BCL:      8kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.683496] vc4-drm soc:gpu: [drm]                total purged BO: 770892kb BOs (1928)
Oct 25 21:19:23 WEEWX kernel: [86832.692161] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.692317] vc4-drm soc:gpu: [drm]                            V3D: 190732kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.692329] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.692337] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.692345] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.692353] vc4-drm soc:gpu: [drm]                total purged BO: 770916kb BOs (1929)
Oct 25 21:19:23 WEEWX kernel: [86832.692672] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.692792] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.692800] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.692808] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.692816] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.692824] vc4-drm soc:gpu: [drm]                total purged BO: 770916kb BOs (1929)
Oct 25 21:19:23 WEEWX kernel: [86832.694089] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.694222] vc4-drm soc:gpu: [drm]                            V3D: 190732kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.694234] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.694242] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.694249] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.694258] vc4-drm soc:gpu: [drm]                total purged BO: 770940kb BOs (1930)
Oct 25 21:19:23 WEEWX kernel: [86832.694513] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.694634] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.694643] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.694651] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.694658] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.694666] vc4-drm soc:gpu: [drm]                total purged BO: 770940kb BOs (1930)
Oct 25 21:19:23 WEEWX kernel: [86832.702004] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.702167] vc4-drm soc:gpu: [drm]                            V3D: 191248kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.702179] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.702187] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.702195] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.702204] vc4-drm soc:gpu: [drm]                total purged BO: 771480kb BOs (1931)
Oct 25 21:19:23 WEEWX kernel: [86832.702529] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.702650] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.702658] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.702666] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.702674] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.702682] vc4-drm soc:gpu: [drm]                total purged BO: 771480kb BOs (1931)
Oct 25 21:19:23 WEEWX kernel: [86832.703828] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.703960] vc4-drm soc:gpu: [drm]                            V3D: 190712kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.703971] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.703979] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.703987] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.703995] vc4-drm soc:gpu: [drm]                total purged BO: 771484kb BOs (1932)
Oct 25 21:19:23 WEEWX kernel: [86832.704245] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.704365] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.704373] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.704381] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.704389] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.704397] vc4-drm soc:gpu: [drm]                total purged BO: 771484kb BOs (1932)
Oct 25 21:19:23 WEEWX kernel: [86832.705198] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.705326] vc4-drm soc:gpu: [drm]                            V3D: 190712kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.705335] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.705343] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.705351] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.705359] vc4-drm soc:gpu: [drm]                total purged BO: 771488kb BOs (1933)
Oct 25 21:19:23 WEEWX kernel: [86832.705599] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.705764] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.705773] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.705781] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.705789] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.705797] vc4-drm soc:gpu: [drm]                total purged BO: 771488kb BOs (1933)
Oct 25 21:19:23 WEEWX kernel: [86832.706658] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.706794] vc4-drm soc:gpu: [drm]                            V3D: 190712kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.706806] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.706814] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.706821] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.706830] vc4-drm soc:gpu: [drm]                total purged BO: 771492kb BOs (1934)
Oct 25 21:19:23 WEEWX kernel: [86832.707086] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.707205] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.707213] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.707221] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.707229] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.707237] vc4-drm soc:gpu: [drm]                total purged BO: 771492kb BOs (1934)
Oct 25 21:19:23 WEEWX kernel: [86832.708049] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.708198] vc4-drm soc:gpu: [drm]                            V3D: 190712kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.708215] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.708225] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.708234] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.708242] vc4-drm soc:gpu: [drm]                total purged BO: 771496kb BOs (1935)
Oct 25 21:19:23 WEEWX kernel: [86832.708525] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.708647] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.708656] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.708664] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.708671] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.708679] vc4-drm soc:gpu: [drm]                total purged BO: 771496kb BOs (1935)
Oct 25 21:19:23 WEEWX kernel: [86832.711069] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.711228] vc4-drm soc:gpu: [drm]                            V3D: 190884kb BOs (348)
Oct 25 21:19:23 WEEWX kernel: [86832.711241] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.711249] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.711257] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.711266] vc4-drm soc:gpu: [drm]                total purged BO: 771672kb BOs (1936)
Oct 25 21:19:23 WEEWX kernel: [86832.711564] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from GEM DMA helper:
Oct 25 21:19:23 WEEWX kernel: [86832.711685] vc4-drm soc:gpu: [drm]                            V3D: 190708kb BOs (347)
Oct 25 21:19:23 WEEWX kernel: [86832.711693] vc4-drm soc:gpu: [drm]                     V3D shader:    824kb BOs (205)
Oct 25 21:19:23 WEEWX kernel: [86832.711701] vc4-drm soc:gpu: [drm]                           dumb:  12216kb BOs (6)
Oct 25 21:19:23 WEEWX kernel: [86832.711709] vc4-drm soc:gpu: [drm]                         binner:  16384kb BOs (1)
Oct 25 21:19:23 WEEWX kernel: [86832.711716] vc4-drm soc:gpu: [drm]                total purged BO: 771672kb BOs (1936)

And the above pattern repeats a bunch! 

Tom Keffer

unread,
Oct 25, 2023, 9:34:57 PM10/25/23
to weewx...@googlegroups.com
I'm not seeing any signs in the log of the instrumented version running. The messages should be marked "DEBUG weewx.xtypes", much like the previous run. Are you sure you're using the instrumented version?

I don't know what all that drm stuff is about. A digital rights manager? 

--
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 weewx-user+...@googlegroups.com.

Mike Ruble

unread,
Oct 25, 2023, 9:45:53 PM10/25/23
to weewx...@googlegroups.com
I copied it from the laptop to the Raspberry Pi again and replaced it; but, don't see the DEBUG.  Can you send it again?

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/RAKT9ft5qFM/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/CAPq0zECi%3DtMdHyLJ6Rar2P0b%2BeSqESfgXGzfgfs2MSgXhQ8kYw%40mail.gmail.com.

Tom Keffer

unread,
Oct 25, 2023, 11:32:43 PM10/25/23
to weewx-user

Mike Ruble

unread,
Oct 26, 2023, 7:51:16 PM10/26/23
to weewx...@googlegroups.com
Hi Tom,
The file from the URL, when compared to the previous one I downloaded matched 100%.  The xtypes.py was placed in the directory and the system restarted.  I'm not getting the DEBUG messages in /var/log/messages. 
Are we sure the xtypes.py has the extra logging code?  I'm more of a Java / RPGLE programmer with no Python experience; but, I don't see a lot of statements that appear to do logging.

Thanks for your help.
Mike

 See below:
weewx@WEEWX:~ $ tail -f /var/log/messages
Oct 26 19:26:05 WEEWX kernel: [ 6115.105225] input: Logitech M310 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2.3/1-1.4.2.3:1.2/0003:046D:C52B.0008/0003:046D:1024.0009/input/input16
Oct 26 19:26:05 WEEWX kernel: [ 6115.105768] logitech-hidpp-device 0003:046D:1024.0009: input,hidraw1: USB HID v1.11 Mouse [Logitech M310] on usb-3f980000.usb-1.4.2.3/input2:1
Oct 26 19:26:05 WEEWX kernel: [ 6115.120702] input: Logitech K520 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2.3/1-1.4.2.3:1.2/0003:046D:C52B.0008/0003:046D:2011.000A/input/input17
Oct 26 19:26:05 WEEWX kernel: [ 6115.123992] logitech-hidpp-device 0003:046D:2011.000A: input,hidraw2: USB HID v1.11 Keyboard [Logitech K520] on usb-3f980000.usb-1.4.2.3/input2:2
Oct 26 19:26:05 WEEWX mtp-probe: checking bus 1, device 17: "/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4.2/1-1.4.2.3"
Oct 26 19:26:05 WEEWX mtp-probe: bus: 1, device: 17 was not an MTP device
Oct 26 19:26:07 WEEWX kernel: [ 6116.551333] logitech-hidpp-device 0003:046D:2011.000A: HID++ 1.0 device connected.
Oct 26 19:26:18 WEEWX weewx[639] INFO weewx.reportengine: ftpgenerator: Ftp'd 36 files in 1.15 seconds
Oct 26 19:26:22 WEEWX kernel: [ 6131.491453] usb 1-1.4.2: USB disconnect, device number 16
Oct 26 19:26:22 WEEWX kernel: [ 6131.491494] usb 1-1.4.2.3: USB disconnect, device number 17
Oct 26 19:30:16 WEEWX weewx[639] INFO weewx.manager: Added record 2023-10-26 19:30:00 EDT (1698363000) to database 'weewx'
Oct 26 19:30:17 WEEWX weewx[639] INFO weewx.manager: Added record 2023-10-26 19:30:00 EDT (1698363000) to daily summary in 'weewx'
Oct 26 19:30:37 WEEWX weewx[639] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.29 seconds
Oct 26 19:30:48 WEEWX weewx[639] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.42 seconds
Oct 26 19:30:48 WEEWX weewx[639] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 26 19:31:06 WEEWX weewx[639] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 18.07 seconds
Oct 26 19:31:06 WEEWX weewx[639] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 26 19:31:21 WEEWX weewx[639] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.12 seconds
Oct 26 19:35:16 WEEWX weewx[639] INFO weewx.manager: Added record 2023-10-26 19:35:00 EDT (1698363300) to database 'weewx'
Oct 26 19:35:17 WEEWX weewx[639] INFO weewx.manager: Added record 2023-10-26 19:35:00 EDT (1698363300) to daily summary in 'weewx'
Oct 26 19:35:37 WEEWX weewx[639] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.57 seconds
Oct 26 19:35:48 WEEWX weewx[639] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.57 seconds
Oct 26 19:35:48 WEEWX weewx[639] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Oct 26 19:36:06 WEEWX weewx[639] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 18.00 seconds
Oct 26 19:36:06 WEEWX weewx[639] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Oct 26 19:36:21 WEEWX weewx[639] INFO weewx.reportengine: ftpgenerator: Ftp'd 34 files in 1.03 seconds

Tom Keffer

unread,
Oct 26, 2023, 8:04:14 PM10/26/23
to weewx...@googlegroups.com
Double-check: make sure debug=1 in weewx.conf.

gmr...@gmail.com

unread,
Oct 26, 2023, 8:40:52 PM10/26/23
to weewx-user
Yup.  in /etc/weewx/weewx.conf has debug = 1.

Tom Keffer

unread,
Oct 26, 2023, 9:27:08 PM10/26/23
to weewx...@googlegroups.com
In that case, the weewx.xtypes is not getting called. Let's take it from the top.

1. Make sure debug=1 in /etc/weewx/weewx.conf
2. Make sure the attached version of weewx/xtypes.py is in /usr/share/weewx/weewx/xtypes.py
3. Restart weewxd
4. Post the log from startup through the first reporting cycle.

-tk

xtypes.py

gmr...@gmail.com

unread,
Nov 5, 2023, 9:48:56 AM11/5/23
to weewx-user
Here is the SYSLOG:
Nov  5 09:39:28 WEEWX systemd[1]: Starting LSB: weewx weather system...
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Initializing weewx version 4.10.2
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Using Python 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Located at /bin/python3
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Platform Linux-6.1.21-v7+-armv7l-with-glibc2.31
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Locale is 'en_US.UTF-8'
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Debug is 1
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: PID file is /var/run/weewx.pid
Nov  5 09:39:29 WEEWX weewx[26819] DEBUG __main__: Initializing engine
Nov  5 09:39:29 WEEWX weewx[26819] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Nov  5 09:39:29 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Driver version is 3.5.2
Nov  5 09:39:29 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Option loop_request=1
Nov  5 09:39:29 WEEWX weewx[26804]: Starting weewx weather system: weewx.
Nov  5 09:39:29 WEEWX systemd[1]: Started LSB: weewx weather system.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Hardware type is 16
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: ISS ID is 1
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: StdConvert target unit is 0x1
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdQC
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Archive will use data binding wx_binding
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: StationRegistry: Registration not requested.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: Wunderground: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: PWSweather: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: CWOP: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: WOW: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Nov  5 09:39:30 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Nov  5 09:39:31 WEEWX weewx[26819] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov  5 09:39:31 WEEWX weewx[26819] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Nov  5 09:39:31 WEEWX weewx[26819] INFO __main__: Starting up weewx version 4.10.2
Nov  5 09:39:31 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: Clock error is 2.41 seconds (positive is fast)
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx'
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.manager: Starting backfill of daily summaries
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.manager: Daily summaries up to date
Nov  5 09:39:31 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-05 09:35:00 EST (1699194900)
Nov  5 09:39:32 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:39:32 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Retrieving 0 page(s); starting index= 0
Nov  5 09:39:32 WEEWX weewx[26819] INFO weewx.engine: Starting main packet loop.
Nov  5 09:39:32 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:39:32 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Nov  5 09:39:33 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:40:15 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-05 09:35:00 EST (1699194900)
Nov  5 09:40:16 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:40:16 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 3
Nov  5 09:40:17 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:40:00 EST (1699195200) to database 'weewx'
Nov  5 09:40:18 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:40:00 EST (1699195200) to daily summary in 'weewx'
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-10-27 13:25:00 EDT (1698427500) less than final timestamp 2023-11-05 09:40:00 EST (1699195200)
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Catch up complete.
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.reportengine: Running reports for latest time in the database.
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 09:40:18 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 09:40:40 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 22.10 seconds
Nov  5 09:40:41 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 09:40:51 WEEWX weewx[26819] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.24 seconds
Nov  5 09:40:51 WEEWX weewx[26819] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'Belchertown'
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 09:40:51 WEEWX weewx[26819] INFO user.belchertown: version 1.3.1
Nov  5 09:40:51 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 09:41:17 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 26.10 seconds
Nov  5 09:41:17 WEEWX weewx[26819] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov  5 09:41:17 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'FTP'
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 0 ./statistics.html 8a40c47b44ed8014d7ebb4694d80bd337539ae3943378f59f149452d39ad8f35
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 1 ./tabular.html f8843183e8df8f20b0c8fc529acaec3734bd9ee400b1e4651afb20223d2c0751
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/tabular.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 2 ./daywinddir.png e3d30e61419a7999f8c0ff1775346a86b778f1fdaf73d6e023de1db2a236cf31
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/daywinddir.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 3 ./dayradiation.png 41eb84bdd7f6593ef53f02ddb7789e6a11be9d722ee6a153a22b913bf50e34c3
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /weather/dayradiation.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 4 ./dayET.png dd436ff0fc0aa6e1e93e7cded0f8ee4ec1a59d562dd49714be34c2e5ed1cb7b0
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/dayET.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 5 ./daytempin.png 92ab3dd9a51658a1eb2aee3630a0b86630ac8234e3ff58dc184ea3df276f57ef
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/daytempin.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 6 ./dayvolt.png 91abe9921d84781bed3631c964457a82686cbb157927bd9344fd741362a4bbba
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/dayvolt.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 7 ./daybarometer.png 76821c4969b1e746f64aeb452383257c2c0a27d4dc38ee2b632c13edf590b96e
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/daybarometer.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 8 ./index.html 37121525d7d9489a2c790c4d246597cd992c3093600baf4d01289307d254a510
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/index.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 9 ./daywindvec.png 3e22f88c118302424a2d5e7fba9ae415db7003bd5074295ce118900eaaee2afb
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/daywindvec.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 10 ./dayUV.png eb381b74e09e962b95b6e78db165beff1f4380829a658faa1577ce533f4fb77a
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /weather/dayUV.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 11 ./dayhum.png 4b0a5dbdbc25fe790b5d4bf6eb7ff753c685790703064028e0b8d65a955e26f7
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/dayhum.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 12 ./daytempfeel.png 7c8aa359746ca55687af326ccdc72fb76e3e7b311d8177517c047f4d25485c40
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/daytempfeel.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 13 ./daywind.png 2c3bc31e79b96ea352c46a1efffa6bea786989be21aaa8bd08a64642c51b3df5
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/daywind.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 14 ./telemetry.html 416670c52a96fa0c82c0e764b2e7f6c1c0561beabbf7c8b1b3d9e6d564f3a167
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 15 ./daytempdew.png fc70037b17196bb5dfc6f38a37bf87b8985f65728999481b43754e675060f813
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/daytempdew.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 16 ./rss.xml e3413b57c4bf3bcb7a6cd6006cef2d53a146d3c2ab259d8391ba89af1801cf7c
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/rss.xml
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 17 ./dayhumin.png 6cdebe67ff13149ee5ffafcb5bfb6973947d847c29b24bdc907ee1772d238883
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/dayhumin.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 18 ./celestial.html b789b311d66933d2ef49b413c06d0e68e9bb5d526dd6e23a3420a15a780554fe
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 19 ./dayrx.png d576caa7b64f41fa4451e5c9713017da9c19a4e96c063dc65e802b516ca5153b
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/dayrx.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 20 ./dayrain.png 2adace9b6f8fd45b20e0792e53cb7ed5bddd99535c4bd18a957415c30a92f219
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/dayrain.png
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 21 ./NOAA/NOAA-2023-11.txt 032a3b03f420b92ee35f0927726c88644c4f5261ea6b113069bbb557d1fc416b
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2023-11.txt to /weather/NOAA/NOAA-2023-11.txt
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 22 ./belchertown/kiosk.html e1becdfa61533cdde5b99b88816ac08c52ee51f30f926f14e9acc6369f65af82
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 23 ./belchertown/index.html 53da7b3b845100ced0e19fe4640d52d581100ce8069df9842605e7cc273e7cc8
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 24 ./belchertown/graphs/index.html af7e513c1c6bda888b10130fd4cc3037ff01d96361f67aa771987774773d5e1c
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 25 ./belchertown/records/index.html a30203f5fa8db1eee924c37c849b932463e318828d52f3c5c068c18d30000a44
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 26 ./belchertown/reports/index.html 8e55d6a189d795137d1810e83aad47e6ea27e1ec15919206a772b9bc1ef74ecb
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 27 ./belchertown/json/weewx_data.json b6472846078804640c4164b46afc9d2136b9c3716aceeb09d57491d59ede99ab
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 28 ./belchertown/json/year.json b9da04ad52934383273305d08ec44b88d24b4c6046cea4f48d9726612c681165
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 29 ./belchertown/json/day.json 094cc0c549bca0c465d472e30c548559b7528e4957bbc997d59250d7b6ceab7e
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 30 ./belchertown/json/month.json 41aad0bc52db5dd1007fe157de68cb5633cbe90debf0e7c9cea7e656dd30c353
Nov  5 09:41:34 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 31 ./belchertown/json/week.json 60c91982230dd5b9a58e4bec8cf5e4b756e08a6c35817a3be562932120f93522
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 32 ./belchertown/json/homepage.json 1484495179f2c7d454a12d83739bc0afcfa68029272c1e0a5147a38010e1d3cb
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 33 ./belchertown/pi/index.html db5cbd0c7145f0538e0ab43ed23d929cca561ecd8995645c6f307c5956ef9c8c
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 34 ./belchertown/NOAA/NOAA-2023-11.txt 7525f8880efe5d1e4a589fae2dd1d013a2ad0c4e78e159d3b335df1702c94d5f
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023-11.txt to /weather/belchertown/NOAA/NOAA-2023-11.txt
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: 35 ./belchertown/about/index.html 8e7ee81330671dc329eca5a935b87e088a5f811eb9e85249925e2737a20fc513
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Nov  5 09:41:35 WEEWX weewx[26819] INFO weewx.reportengine: ftpgenerator: Ftp'd 36 files in 0.98 seconds
Nov  5 09:41:35 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.


This is the MESSAGES file.
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Initializing weewx version 4.10.2
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Using Python 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Located at /bin/python3
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Platform Linux-6.1.21-v7+-armv7l-with-glibc2.31
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Locale is 'en_US.UTF-8'
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: Debug is 1
Nov  5 09:39:29 WEEWX weewx[26815] INFO __main__: PID file is /var/run/weewx.pid
Nov  5 09:39:29 WEEWX weewx[26819] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: StdConvert target unit is 0x1
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Archive will use data binding wx_binding
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: StationRegistry: Registration not requested.
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: Wunderground: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: PWSweather: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: CWOP: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: WOW: Posting not enabled.
Nov  5 09:39:30 WEEWX weewx[26819] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov  5 09:39:31 WEEWX weewx[26819] INFO __main__: Starting up weewx version 4.10.2
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: Clock error is 2.41 seconds (positive is fast)
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx'
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.manager: Starting backfill of daily summaries
Nov  5 09:39:31 WEEWX weewx[26819] INFO weewx.manager: Daily summaries up to date
Nov  5 09:39:32 WEEWX weewx[26819] INFO weewx.engine: Starting main packet loop.
Nov  5 09:40:17 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:40:00 EST (1699195200) to database 'weewx'
Nov  5 09:40:18 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:40:00 EST (1699195200) to daily summary in 'weewx'
Nov  5 09:40:40 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 22.10 seconds
Nov  5 09:40:51 WEEWX weewx[26819] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.24 seconds
Nov  5 09:40:51 WEEWX weewx[26819] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov  5 09:40:51 WEEWX weewx[26819] INFO user.belchertown: version 1.3.1
Nov  5 09:41:17 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 26.10 seconds
Nov  5 09:41:17 WEEWX weewx[26819] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov  5 09:41:35 WEEWX weewx[26819] INFO weewx.reportengine: ftpgenerator: Ftp'd 36 files in 0.98 seconds
Nov  5 09:45:17 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:45:00 EST (1699195500) to database 'weewx'
Nov  5 09:45:17 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 09:45:00 EST (1699195500) to daily summary in 'weewx'
Nov  5 09:45:38 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.21 seconds
Nov  5 09:45:48 WEEWX weewx[26819] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.21 seconds
Nov  5 09:45:48 WEEWX weewx[26819] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Nov  5 09:46:05 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 17.30 seconds
Nov  5 09:46:05 WEEWX weewx[26819] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Nov  5 09:46:23 WEEWX weewx[26819] INFO weewx.reportengine: ftpgenerator: Ftp'd 36 files in 1.58 seconds


Tom Keffer

unread,
Nov 5, 2023, 10:36:55 AM11/5/23
to weewx...@googlegroups.com
Could you please try running wee_reports (instead of weewxd)?

--
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 weewx-user+...@googlegroups.com.

Mike Ruble

unread,
Nov 5, 2023, 6:46:55 PM11/5/23
to weewx...@googlegroups.com
I deleted some of the NOAA reports and ran
sudo wee_reports

This is from MESSAGES

Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: StdConvert target unit is 0x1
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Archive will use data binding wx_binding
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: StationRegistry: Registration not requested.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: Wunderground: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: PWSweather: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: CWOP: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: WOW: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov  5 18:39:29 WEEWX wee_reports[31126] INFO weewx.cheetahgenerator: Generated 18 files for report SeasonsReport in 35.93 seconds
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.20 seconds
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO user.belchertown: version 1.3.1
Nov  5 18:40:04 WEEWX wee_reports[31126] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 24.12 seconds
Nov  5 18:40:04 WEEWX wee_reports[31126] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov  5 18:40:16 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 18:40:00 EST (1699227600) to database 'weewx'
Nov  5 18:40:16 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 18:40:00 EST (1699227600) to daily summary in 'weewx'
Nov  5 18:40:35 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 18.43 seconds
Nov  5 18:40:45 WEEWX weewx[26819] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.52 seconds
Nov  5 18:40:45 WEEWX weewx[26819] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Nov  5 18:41:02 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.55 seconds
Nov  5 18:41:02 WEEWX weewx[26819] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown


This is from SYSLOG:  

Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: StdConvert target unit is 0x1
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdQC
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Archive will use data binding wx_binding
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: StationRegistry: Registration not requested.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: Wunderground: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: PWSweather: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: CWOP: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: WOW: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Nov  5 18:38:53 WEEWX wee_reports[31126] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Running reports for time 2023-11-05 18:35:00 EST (1699227300)
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 18:38:53 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:39:29 WEEWX wee_reports[31126] INFO weewx.cheetahgenerator: Generated 18 files for report SeasonsReport in 35.93 seconds
Nov  5 18:39:30 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.20 seconds
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Running report 'Belchertown'
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 18:39:40 WEEWX wee_reports[31126] INFO user.belchertown: version 1.3.1
Nov  5 18:39:40 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:40:04 WEEWX wee_reports[31126] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 24.12 seconds
Nov  5 18:40:04 WEEWX wee_reports[31126] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov  5 18:40:04 WEEWX wee_reports[31126] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:40:14 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-05 18:35:00 EST (1699227300)
Nov  5 18:40:15 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 18:40:15 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 1
Nov  5 18:40:16 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 18:40:00 EST (1699227600) to database 'weewx'
Nov  5 18:40:16 WEEWX weewx[26819] INFO weewx.manager: Added record 2023-11-05 18:40:00 EST (1699227600) to daily summary in 'weewx'
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-10-27 22:25:00 EDT (1698459900) less than final timestamp 2023-11-05 18:40:00 EST (1699227600)
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Catch up complete.
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.reportengine: Running reports for latest time in the database.
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Nov  5 18:40:16 WEEWX weewx[26819] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Running report 'FTP'
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 18:40:17 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine: ftpgenerator: (1): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine: ftpgenerator: (2): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:40:17 WEEWX wee_reports[31126] ERROR weewx.reportengine: ftpgenerator: Upload failed
Nov  5 18:40:17 WEEWX wee_reports[31126] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Nov  5 18:40:17 WEEWX weewx[26819] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov  5 18:40:35 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 18.43 seconds
Nov  5 18:40:35 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:40:45 WEEWX weewx[26819] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.52 seconds
Nov  5 18:40:45 WEEWX weewx[26819] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'Belchertown'
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 18:40:45 WEEWX weewx[26819] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov  5 18:40:46 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:41:02 WEEWX weewx[26819] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 16.55 seconds
Nov  5 18:41:02 WEEWX weewx[26819] INFO weewx.reportengine: Copied 3 files to /var/www/html/weewx/belchertown
Nov  5 18:41:02 WEEWX weewx[26819] DEBUG weewx.manager: Daily summary version is 4.0
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weewx.reportengine: Running report 'FTP'
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weewx.reportengine: **** Using defaults instead.
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine: ftpgenerator: (1): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine: ftpgenerator: (2): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 437, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      n = ftp_data.run()
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 175, in run
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      ftp_server.connect(self.server, self.port)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/ftplib.py", line 156, in connect
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      self.sock = socket.create_connection((self.host, self.port), self.timeout,
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 843, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      raise err
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****    File "/usr/lib/python3.9/socket.py", line 831, in create_connection
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****      sock.connect(sa)
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  ConnectionRefusedError: [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine: ftpgenerator: Upload failed
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.

Thank you,
Mike

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/RAKT9ft5qFM/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/CAPq0zEDjeSLgYXbcdyDEKA0CR-88Cbq7acpvP-%2B9%2BTrEOyz4Ag%40mail.gmail.com.

vince

unread,
Nov 5, 2023, 7:58:05 PM11/5/23
to weewx-user
Nov  5 18:41:15 WEEWX weewx[26819] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine: ftpgenerator: (2): caught exception '<class 'ConnectionRefusedError'>': [Errno 111] Connection refused
Nov  5 18:41:15 WEEWX weewx[26819] ERROR weewx.reportengine:         ****  Traceback (most recent call last):

Connection Refused always means the server at that address isn't accepting incoming connections on that port, so your ftp server at 192.168.10.44 is not running its ftpd.....

I don't see any other errors.  What again is your problem report at this point in time ?  It seems to have changed.


gmr...@gmail.com

unread,
Nov 12, 2023, 3:10:58 PM11/12/23
to weewx-user
The FTP server was down for maintenance at the time, that is not the issue.  I'm still getting $month.outTemp.meanmax.format($Temp,$NONE,add_label=False) in the climate reports for columns Mean Max, Mean Min, Heat Deg Days, Cool Deg Days, Max>+90, Max <+ 32, Min <= 32 and Min <= 0.

As an experiment I loaded weewx on a different Debian 10 system and pointed it to the same database server as the RaspberryPi (the RPi connects to the Davis receiver).  I got the same results on that system when it generated reports.

Here is the syslog from startup and running the wee_reports command.

Nov 12 14:53:25 WEEWX systemd[1]: Starting LSB: weewx weather system...
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Initializing weewx version 4.10.2
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Using Python 3.9.2 (default, Mar 12 2021, 04:06:34) #012[GCC 10.2.1 20210110]
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Located at /bin/python3
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Platform Linux-6.1.21-v7+-armv7l-with-glibc2.31
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Locale is 'en_US.UTF-8'
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: Debug is 1
Nov 12 14:53:25 WEEWX weewx[5559] INFO __main__: PID file is /var/run/weewx.pid
Nov 12 14:53:25 WEEWX weewx[5566] DEBUG __main__: Initializing engine
Nov 12 14:53:25 WEEWX weewx[5566] INFO weewx.engine: Loading station type Vantage (weewx.drivers.vantage)
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Driver version is 3.5.2
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Option loop_request=1
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Opened up serial port /dev/ttyUSB0; baud 19200; timeout 4.00
Nov 12 14:53:26 WEEWX weewx[5548]: Starting weewx weather system: weewx.
Nov 12 14:53:26 WEEWX systemd[1]: Started LSB: weewx weather system.
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Hardware type is 16
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: ISS ID is 1
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Nov 12 14:53:26 WEEWX weewx[5566] INFO weewx.engine: StdConvert target unit is 0x1
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdQC
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Nov 12 14:53:26 WEEWX weewx[5566] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Nov 12 14:53:26 WEEWX weewx[5566] INFO weewx.engine: Archive will use data binding wx_binding
Nov 12 14:53:26 WEEWX weewx[5566] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov 12 14:53:26 WEEWX weewx[5566] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Nov 12 14:53:26 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: StationRegistry: Registration not requested.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: Wunderground: Posting not enabled.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: PWSweather: Posting not enabled.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: CWOP: Posting not enabled.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: WOW: Posting not enabled.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Nov 12 14:53:27 WEEWX weewx[5566] INFO __main__: Starting up weewx version 4.10.2
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.engine: Clock error is 1.20 seconds (positive is fast)
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx'
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.manager: Starting backfill of daily summaries
Nov 12 14:53:27 WEEWX weewx[5566] INFO weewx.manager: Daily summaries up to date
Nov 12 14:53:27 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-12 14:45:00 EST (1699818300)
Nov 12 14:53:28 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:53:28 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 1
Nov 12 14:53:28 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 14:50:00 EST (1699818600) to database 'weewx'
Nov 12 14:53:29 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 14:50:00 EST (1699818600) to daily summary in 'weewx'
Nov 12 14:53:29 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-11-03 18:35:00 EDT (1699050900) less than final timestamp 2023-11-12 14:50:00 EST (1699818600)
Nov 12 14:53:29 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Catch up complete.
Nov 12 14:53:29 WEEWX weewx[5566] INFO weewx.engine: Starting main packet loop.
Nov 12 14:53:29 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:53:29 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Nov 12 14:53:30 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdTimeSynch
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdTimeSynch
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdConvert
Nov 12 14:54:20 WEEWX wee_reports[5585] INFO weewx.engine: StdConvert target unit is 0x1
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdConvert
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdCalibrate
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdCalibrate
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdQC
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdQC
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.wxservices.StdWXCalculate
Nov 12 14:54:20 WEEWX wee_reports[5585] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.wxservices.StdWXCalculate
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Nov 12 14:54:20 WEEWX wee_reports[5585] INFO weewx.engine: Archive will use data binding wx_binding
Nov 12 14:54:20 WEEWX wee_reports[5585] INFO weewx.engine: Record generation will be attempted in 'hardware'
Nov 12 14:54:20 WEEWX wee_reports[5585] INFO weewx.engine: Using archive interval of 300 seconds (specified by hardware)
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Nov 12 14:54:20 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: StationRegistry: Registration not requested.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: Wunderground: Posting not enabled.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: PWSweather: Posting not enabled.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: CWOP: Posting not enabled.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: WOW: Posting not enabled.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.restx: AWEKAS: Posting not enabled.
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Nov 12 14:54:21 WEEWX wee_reports[5585] INFO weewx.engine: 'pyephem' detected, extended almanac data is available
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Running reports for time 2023-11-12 14:50:00 EST (1699818600)
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov 12 14:54:21 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:54:42 WEEWX wee_reports[5585] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 20.55 seconds
Nov 12 14:54:42 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:54:52 WEEWX wee_reports[5585] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.35 seconds
Nov 12 14:54:52 WEEWX wee_reports[5585] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Running report 'Belchertown'
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.reportengine: **** Using defaults instead.
Nov 12 14:54:52 WEEWX wee_reports[5585] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov 12 14:54:53 WEEWX wee_reports[5585] INFO user.belchertown: version 1.3.1
Nov 12 14:54:53 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:55:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-12 14:50:00 EST (1699818600)
Nov 12 14:55:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:55:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 2
Nov 12 14:55:16 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 14:55:00 EST (1699818900) to database 'weewx'
Nov 12 14:55:17 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 14:55:00 EST (1699818900) to daily summary in 'weewx'
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: DMPAFT complete: page timestamp 2023-11-03 18:40:00 EDT (1699051200) less than final timestamp 2023-11-12 14:55:00 EST (1699818900)
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Catch up complete.
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.reportengine: Running reports for latest time in the database.
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Nov 12 14:55:17 WEEWX wee_reports[5585] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 24.53 seconds
Nov 12 14:55:17 WEEWX wee_reports[5585] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 14:55:17 WEEWX wee_reports[5585] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:55:17 WEEWX weewx[5566] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Running report 'FTP'
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weewx.reportengine: **** Using defaults instead.
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 0 ./statistics.html 83f43043ef7b61b390f8034f0e1059e1b5d0111caefbf138ace315149454b02c
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 1 ./tabular.html 4ea8a1f26dc09b0136b3503978a34ee3928628d412d7c26fc0b6687ec5e1a675
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/tabular.html
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 2 ./daywinddir.png 7069a7a0021f0260488a074128ef1ee609a33c50676ada3ee8551036a1cbf78a
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/daywinddir.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 3 ./dayradiation.png 26c7926d7107a41529ff70af0f84b1a9f1d3208848d6641020dede21bc26bf6b
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /weather/dayradiation.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 4 ./dayET.png 22aec0e062044e875c41f9ddad03a97004518eefa7bcd1276746f287813b984a
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/dayET.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 5 ./daytempin.png e8c05130904ec03f76fa5aee63694200b23368c34c91c25b0fa2f63eabecd18e
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/daytempin.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 6 ./dayvolt.png b6f9e5dcea8260f6995570a2e5be7a838d8b57b6150dfd1d4ac8902dd1995c42
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/dayvolt.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 7 ./daybarometer.png 79bb5a2572067c570d85141d178f5f1e8e89c38e1300a7a4250eb22aa8db3614
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/daybarometer.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 8 ./index.html 817c02246430050dc700ca345058cceb56263fa0cabb25b0ec5521f3899e4917
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/index.html
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 9 ./daywindvec.png 3357e84019c72f1982375919a7c591cfb0bbbdfaacd25fe4b7b398a45f851d58
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/daywindvec.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 10 ./dayUV.png b011f412132142ebddb2643a9446500c29008127f0009a52b69d3a837c9cd4c9
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /weather/dayUV.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 11 ./dayhum.png 01e4f388ee44a0ec39f754a6752ff8e7dd01c5765629834b2f96ff8c4bb52194
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/dayhum.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 12 ./daytempfeel.png 0e624787ef160a741c2f75b146be974fbb629d0b55dc4637ccdaf22310e73685
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/daytempfeel.png
Nov 12 14:55:30 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 13 ./daywind.png e093bce0f83d81941abdb134d2bf47e45c5dc66e8b5b4f07837237b6537a6ca8
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/daywind.png
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 14 ./telemetry.html 4fa6263247953135c809248382478fc0660a6f39efeab4a8d4657526e9a2c8e8
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 15 ./daytempdew.png deb82ffaf29857d66577ceba14b7bc60e359f743256c5dce9e707a2be31ea102
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/daytempdew.png
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 16 ./rss.xml 2463792d5cdd3681128e2cc560a7587775f53c34f09a8b14be14251b9d253779
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/rss.xml
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 17 ./dayhumin.png 6e2f70dc0103a4073c3a7beffb0f689d331d04cd96b7056dd16b417bbaa2e4ba
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/dayhumin.png
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 18 ./celestial.html 3382af60459702191845857eae3971c8dad8681638597de7356b5d70fc11710c
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 19 ./dayrx.png a5c9648393c88f6d2fd570b7c1c9220063c6364487f219c1c5b162b618402c37
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/dayrx.png
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 20 ./dayrain.png cdff744122b8b325c78a7653b0a7d0b6d0243994782c89a6853325df9540a7f0
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/dayrain.png
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 21 ./NOAA/NOAA-2023.txt 0004110dbda14eb400a49305bd1b35e021f714799ab001edebc9aa3cc31079d2
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2023.txt to /weather/NOAA/NOAA-2023.txt
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 22 ./NOAA/NOAA-2023-11.txt b7f965930e8886e4fb23e0a5e6ba18e8825508a69d4416953d35e0e6d807f17c
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2023-11.txt to /weather/NOAA/NOAA-2023-11.txt
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 23 ./belchertown/kiosk.html fa3c4bc20d952ddc9f2528a9a8b9e916ad23ad7dad4fa9f3d2bfaac12305c5e4
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 24 ./belchertown/index.html bb6d9224a7b8909081e5bc95c28ab196fa3b6195ebded88a6e10429c2f6a311a
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 25 ./belchertown/graphs/index.html d7e7e4a0bd7594a50c7c8ac2c85a0b16c21c976209d5e4aacef68c6343943a02
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 26 ./belchertown/records/index.html 1d6e3ad50eab76e10c4c87cb4769e0b20e1f32bf32ebb3abe975c6cc81ff4bb2
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 27 ./belchertown/reports/index.html 1f23bbae2d0bddec1f7385e4085740db3d77f788fe5231f0584460c4073a572d
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 28 ./belchertown/json/weewx_data.json b7a4cf31ea023dd1a8160b25f420038cc9a2cf1698d64909de877cd1c2310278
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 29 ./belchertown/json/year.json d4c024f9106dc42707a4abdb4380159e45ca885c48fd8b2d13db1466fe35939d
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 30 ./belchertown/json/day.json 3c6a0df3db60f0a9e45ed3b86016e703cfd4d1582b4aed2e08ef85aa8bc58f0e
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 31 ./belchertown/json/month.json 01bd11cda0b18af6104de233bfd65095207ff2114f34ed8967c385fca53e76b4
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Nov 12 14:55:31 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 32 ./belchertown/json/week.json b2c2a956cecf8cf11b8923bff9d497cdf0aae2c69df386d5f9a08e206fbab46d
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 33 ./belchertown/json/homepage.json e41c9cfa3271a726b52540350e57fb3b59d35785737581ef8d069a07265773f8
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 34 ./belchertown/pi/index.html 0d96b5318230c70a04598eab95ff9663e534a7f2ea3381b9309a52693043eaaa
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 35 ./belchertown/NOAA/NOAA-2023.txt 27d76c3abc2ecd3782083ee6ec5994794e114369548350ab784aa51961bea2d9
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023.txt to /weather/belchertown/NOAA/NOAA-2023.txt
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 36 ./belchertown/NOAA/NOAA-2023-11.txt 22b2fb01d8983d23062dbc9637c0f2e082183592715c20daa61a060eba5c2629
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023-11.txt to /weather/belchertown/NOAA/NOAA-2023-11.txt
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: 37 ./belchertown/about/index.html d15b5fa21c523b3535dfb493c489c9fec48694586d85f730d4992546ea2b3e0e
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Nov 12 14:55:32 WEEWX wee_reports[5585] INFO weewx.reportengine: ftpgenerator: Ftp'd 38 files in 1.78 seconds
Nov 12 14:55:32 WEEWX wee_reports[5585] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Nov 12 14:55:39 WEEWX weewx[5566] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 21.45 seconds
Nov 12 14:55:39 WEEWX weewx[5566] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:55:49 WEEWX weewx[5566] INFO weewx.imagegenerator: Generated 15 images for report SeasonsReport in 10.64 seconds
Nov 12 14:55:49 WEEWX weewx[5566] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Nov 12 14:55:49 WEEWX weewx[5566] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Nov 12 14:55:49 WEEWX weewx[5566] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Nov 12 14:55:49 WEEWX weewx[5566] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Nov 12 14:55:49 WEEWX weewx[5566] DEBUG weewx.reportengine: Running report 'Belchertown'
Nov 12 14:55:50 WEEWX weewx[5566] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown'
Nov 12 14:55:50 WEEWX weewx[5566] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report 'Belchertown': Config file not found: "/etc/weewx/skins/Belchertown/lang/en.conf".
Nov 12 14:55:50 WEEWX weewx[5566] DEBUG weewx.reportengine: **** Using defaults instead.
Nov 12 14:55:50 WEEWX weewx[5566] DEBUG weewx.cheetahgenerator: Using search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Nov 12 14:55:50 WEEWX weewx[5566] INFO user.belchertown: version 1.3.1
Nov 12 14:55:50 WEEWX weewx[5566] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:56:14 WEEWX weewx[5566] INFO weewx.cheetahgenerator: Generated 12 files for report Belchertown in 24.90 seconds
Nov 12 14:56:15 WEEWX weewx[5566] INFO weewx.reportengine: Copied 39 files to /var/www/html/weewx/belchertown
Nov 12 14:56:15 WEEWX weewx[5566] DEBUG weewx.manager: Daily summary version is 4.0
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weewx.reportengine: Running report 'FTP'
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weewx.reportengine: **** Using defaults instead.
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Attempting connection to 192.168.10.44
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Connected to 192.168.10.44
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 0 ./statistics.html 11884d7ca601e29cad8400f2daf4cb417e875d82781a177313318f4b3ff185a4
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/statistics.html
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 1 ./tabular.html 09103660e93e0d3c9a9065e836920f87831f24bd061e61ca0b3dbde3b6dc598d
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/tabular.html
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 2 ./daywinddir.png 592b6b187bc8175dbb5e6fd0a65fd00802e64086e667624e85d8903d83d6a9ed
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/daywinddir.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 3 ./dayradiation.png 3f7b1f348ac2fbb00d68f1fa12104fa9586f5a250319e0d68be5cc1283828efc
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayradiation.png to /weather/dayradiation.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 4 ./dayET.png a124834a58d3bd88ce0d26b3f45548b7bfc86fbad882eb03e266f04dba4c51c3
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/dayET.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 5 ./daytempin.png 3c91e9b7a73d113fef28d0ad3f6b6f82f318b1218f06ecef5787ab7f8b22c0bf
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/daytempin.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 6 ./dayvolt.png ff5070fd9bc5fc4309cd9acd4774cea8f1b90bcd0b07dbb348d3fc5b8e4d4a5c
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/dayvolt.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 7 ./daybarometer.png f931dec2de0312620aa740e9e50007489a92721ff274fc5ba240dc13231e665d
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/daybarometer.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 8 ./daywindvec.png b4ecda0d85bb4b0e20ebd0cb3f5fd955e01f35c4466b0c4f3ed95bd4100b5654
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/daywindvec.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 9 ./dayUV.png c74422be74d7c9f27355306a68c1660053f6ae41bdbf61e7de57a60ab81c989e
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayUV.png to /weather/dayUV.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 10 ./dayhum.png 687a80f1bc4db7917ee423842a4f64b7c7d3e15b6e0b6b2c8ffca59ba76dd291
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/dayhum.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 11 ./daytempfeel.png 49ed69e65821ac3a95f1644bab229a2958fa03dd52118701a4423bd87abe1250
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/daytempfeel.png
Nov 12 14:56:33 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 12 ./daywind.png e9d08c446115e2aeef618f578b3bb279d9b56c0eef40d71d60881563ce218a10
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/daywind.png
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 13 ./telemetry.html 27734c14c2f33cb167a01f6b587948e2c28a2e8b4e7efc8999771612a388bb6c
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/telemetry.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 14 ./daytempdew.png a47a6cfeeaca7255e7d5a70773aed0ea859cba6bd98cd1f4985428bb8c4f9f94
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/daytempdew.png
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 15 ./rss.xml 16a1d0f376d8df494170f9b1953e8d9c5c9e2e0920fec2a2c16a5f22f99e16be
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/rss.xml
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 16 ./dayhumin.png 03d09d2f7992a7e652c1fbf9c48dd933fc1dfafcd8a8cd48b9f5ca5fbe271f84
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/dayhumin.png
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 17 ./celestial.html 45644b896cb635f4f697d09ad93c2f7fd766f698e6862cb6583d8934aa901bfc
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/celestial.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 18 ./dayrx.png 545c3de10478c737567bb66bae37ad4751d7b442aa5fc7b7e4400cf424f9ecdf
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/dayrx.png
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 19 ./dayrain.png b7fee7d5a275326117e194416bb6622fac7f32edbd0bcf726e73a35bd2230214
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/dayrain.png
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 20 ./belchertown/kiosk.html 3dcbe00d4342726c3b74b0772fc347976bf54db4f84508a231392b546c0c7839
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/kiosk.html to /weather/belchertown/kiosk.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 21 ./belchertown/index.html 6c6166f7dc3721d5e3a907e1adda6580570996350a8d31a5e746c31b090df5a1
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/index.html to /weather/belchertown/index.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 22 ./belchertown/graphs/index.html 44d92aebabfd58be621b077abeb32177bc9f73570c173a4df43582c21ae2cae4
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/graphs/index.html to /weather/belchertown/graphs/index.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 23 ./belchertown/records/index.html 9fd0a3a2d12cc9987a41639cb0a92faacd1dbf7f3ac654026740cba04a2288ca
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/records/index.html to /weather/belchertown/records/index.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 24 ./belchertown/reports/index.html 2fbcec9e590fd18252258a10641b3e60bc5002c81188cf4de496124cf6de3a68
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/reports/index.html to /weather/belchertown/reports/index.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 25 ./belchertown/json/weewx_data.json 6bc1675b595e3cf6f3f4b5c0213a0d2f789562d7faf02f57bc641515d054efc6
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/weewx_data.json to /weather/belchertown/json/weewx_data.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 26 ./belchertown/json/year.json 91c82794202ff296cefd741afa998b0e1a340c5d612f3ef7ae8edfcd52582b66
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/year.json to /weather/belchertown/json/year.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 27 ./belchertown/json/day.json c50d5303848a1f471e7dc8bbeaaf8c37aee278843e10b0c2d52d325714f1d377
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/day.json to /weather/belchertown/json/day.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 28 ./belchertown/json/month.json 7a1345787e65cb9c0840e51a996c347cb2503fd50fc3b7c1a6908a6808045b00
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/month.json to /weather/belchertown/json/month.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 29 ./belchertown/json/week.json e85b2946731e8a24073b5d4dbed40fe32302cc6d34766a77389f066f955f2bfb
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/week.json to /weather/belchertown/json/week.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 30 ./belchertown/json/homepage.json 97b3cd7016ca644d2a65c907ccdb3a2605d909900b4628510f0b8edcf840b36c
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/json/homepage.json to /weather/belchertown/json/homepage.json
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 31 ./belchertown/pi/index.html 9098f937c58b9325909a0b87d9da498876969679944201e50bedee471754b970
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/pi/index.html to /weather/belchertown/pi/index.html
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 32 ./belchertown/NOAA/NOAA-2023.txt f3293d4ea6fb3819ca4a45880f0030f198a9a200376e9cbb0ed922f6a4da410b
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023.txt to /weather/belchertown/NOAA/NOAA-2023.txt
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 33 ./belchertown/NOAA/NOAA-2023-11.txt 6e0d5f357ab16e53b6b824c65f85e194f7533032feac825f94eff6ebc1fa979a
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/NOAA/NOAA-2023-11.txt to /weather/belchertown/NOAA/NOAA-2023-11.txt
Nov 12 14:56:34 WEEWX weewx[5566] DEBUG weeutil.ftpupload: 34 ./belchertown/about/index.html d84e9da98dab99b3a31ea816896e960747e5470faf34d991a3d068a7f3ce3b79
Nov 12 14:56:35 WEEWX weewx[5566] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/belchertown/about/index.html to /weather/belchertown/about/index.html
Nov 12 14:56:35 WEEWX weewx[5566] INFO weewx.reportengine: ftpgenerator: Ftp'd 35 files in 1.52 seconds
Nov 12 14:56:35 WEEWX weewx[5566] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
Nov 12 15:00:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-11-12 14:55:00 EST (1699818900)
Nov 12 15:00:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Nov 12 15:00:15 WEEWX weewx[5566] DEBUG weewx.drivers.vantage: Retrieving 1 page(s); starting index= 3
Nov 12 15:00:16 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 15:00:00 EST (1699819200) to database 'weewx'
Nov 12 15:00:17 WEEWX weewx[5566] INFO weewx.manager: Added record 2023-11-12 15:00:00 EST (1699819200) to daily summary in 'weewx'

Tom Keffer

unread,
Nov 12, 2023, 5:06:59 PM11/12/23
to weewx...@googlegroups.com
Sorry. Didn't mean to abandon you there.

However, it's impossible to debug this with a standard log. That's why we need the output of the instrumented version of xtypes.py that I sent to you. For some reason, the output is just not showing up, and I have no idea why. (assuming the instrumentated version is in place).

--
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 weewx-user+...@googlegroups.com.

gmr...@gmail.com

unread,
Nov 12, 2023, 6:44:13 PM11/12/23
to weewx-user
No abandonment there.  I've had a heck of a week with both my vehicles spending several days plus the weekend in the service centers of the respective manufacturers.  Fortunately, both are covered by extended emissions warranty or the limited lifetime powertrain warranty.  But it is still a hassle.

I do believe I have the instrumented version in place.  Can you provide a line or 2 of code that would differentiate the instrumented version from other version to verify?

Thanks,
Mike

vince

unread,
Nov 12, 2023, 7:12:49 PM11/12/23
to weewx-user
Look for "import logging" on line 9 or so in the file.

Mike Ruble

unread,
Nov 12, 2023, 7:45:44 PM11/12/23
to weewx...@googlegroups.com
Yup, in /usr/share/weewx/weewx.xtypes.py at line 9 we have "import logging".  I've not done Python; but, I am pretty good at several other languages, do we have a way of running the wee_reports in debug mode? I can trace through the rabbit hole to the other side.  

Note, the same issue with reports is had on a different Debinan 10 system, that is reading from the same database.  This makes me question if the standard Debian load is lacking some required code.  Just a thought.


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/RAKT9ft5qFM/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/cdf16722-741c-4aa3-8306-abfb82cb055an%40googlegroups.com.

vince

unread,
Nov 12, 2023, 8:09:56 PM11/12/23
to weewx-user
Nothing wrong with vanilla deb10.  There are many such systems out there, typically raspi running old versions of the os.

Did you perhaps forget to install the python mariadb packages (mariadb-client and python3-mysqldb) ?

gmr...@gmail.com

unread,
Nov 12, 2023, 9:08:41 PM11/12/23
to weewx-user
I've got these on theRPi:

mariadb-client-10.5/oldstable,now 1:10.5.21-0+deb11u1 armhf [installed,automatic]
mariadb-client-core-10.5/oldstable,now 1:10.5.21-0+deb11u1 armhf [installed,automatic]
mariadb-client/oldstable,now 1:10.5.21-0+deb11u1 all [installed]
mariadb-common/oldstable,now 1:10.5.21-0+deb11u1 all [installed,automatic]
and
python3-mysqldb/oldstable,now 1.4.4-2+b1 armhf [installed]


Thank you,
Mike

vince

unread,
Nov 12, 2023, 9:21:47 PM11/12/23
to weewx-user
All I can suggest is to temporarily use sqlite and simulator to baseline your setup, then change back to your modified 
setup one change at a time.

jterr...@gmail.com

unread,
Nov 13, 2023, 2:00:41 AM11/13/23
to weewx-user
you said "Yup, in /usr/share/weewx/weewx.xtypes.py at line 9 we have "import logging"".     
May be a typo, but it should be  /usr/share/weewx/weewx/xtypes.py    and not /usr/share/weewx/weewx.xtypes.py

gmr...@gmail.com

unread,
Nov 13, 2023, 7:52:57 PM11/13/23
to weewx-user
You are correct and it was a typo, the . and / being next to each other, it happens sometimes.  

gmr...@gmail.com

unread,
Nov 13, 2023, 7:56:13 PM11/13/23
to weewx-user
Hi Vince,
It has been doing this since day 1.  When I have time, I'll build a new memory card for the Rpi with a fresh install of weewx and start with an empty database.

Tom Keffer

unread,
Nov 14, 2023, 5:44:12 PM11/14/23
to weewx...@googlegroups.com
Mike, I don't know why the instrumented version of xtypes.py isn't logging, so let's try something else. Here's a version which prints to the console.

Swap out xtypes.py for the enclosed, delete the NOAA directory, then run wee_reports from the command line. Post the results.





xtypes.py
Reply all
Reply to author
Forward
0 new messages