Hi, I had a running installation of WEEWX on a Ubuntu 21.10 Work station (weewx 4.3.0), installed from a deb package

193 views
Skip to first unread message

Wolfgang Bosswick

unread,
Jun 28, 2022, 10:07:32 AM6/28/22
to weewx-user
[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.
   
    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    model = WH1080
   
    # How often to poll the station for data, in seconds
    polling_interval = 60
   
    # The driver to use:
    driver = weewx.drivers.fousb

...

[StdReport]

    # Where the skins reside, relative to WEEWX_ROOT
    SKIN_ROOT = /etc/weewx/skins

    # Where the generated reports should go, relative to WEEWX_ROOT
    HTML_ROOT = /var/www/html/weewx

    # Uncomment and change to override logging for reports
    log_success = True
    log_failure = True

    # The database binding indicates which data should be used in reports.
    data_binding = wx_binding

    # Each of the following subsections defines a report that will be run.
    # See the customizing guide to change the units, plot types and line
    # colors, modify the fonts, display additional sensor data, and other
    # customizations. Many of those changes can be made here by overriding
    # parameters, or by modifying templates within the skin itself.

    [[SeasonsReport]]
        # The SeasonsReport uses the 'Seasons' skin, which contains the
        # images, templates and plots for the report.
        skin = Seasons
        enable = true

 After an update to Ubuntu 22.04, weewx stopped updating the /var/www/hatml/weewx files. I updated weewx to 4.8.0 and phython 3, and after that, I managed to get updated reports from the first  start of the server. Alas, after that, no more updates.
Any ideas?
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Initializing weewx version 4.8.0
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Using Python 3.10.4 (main, Apr  2 2022, 09:04:19) [GCC 11.2.0]
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Platform Linux-5.15.0-25-generic-x86_64-with-glibc2.35
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Locale is 'de_DE.UTF-8'
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: Debug is 0
Jun 27 00:58:31 wolfgang-desktop weewx[1609] INFO __main__: PID file is /var/run/weewx.pid
Jun 27 00:58:31 wolfgang-desktop weewx[1753] INFO weewx.engine: Loading station type FineOffsetUSB (weewx.drivers.fousb)
Jun 27 00:58:31 wolfgang-desktop weewx[1566]:    ...done.
Jun 27 00:58:31 wolfgang-desktop systemd[1]: Started LSB: weewx weather system.
Jun 27 00:58:31 wolfgang-desktop weewx[1753] INFO weewx.drivers.fousb: driver version is 1.20
Jun 27 00:58:31 wolfgang-desktop weewx[1753] INFO weewx.drivers.fousb: polling mode is PERIODIC
Jun 27 00:58:31 wolfgang-desktop weewx[1753] INFO weewx.drivers.fousb: polling interval is 60
Jun 27 00:58:31 wolfgang-desktop sssd_pam[1746]: Starting up


Wolfgang Bosswick

unread,
Jun 28, 2022, 12:44:32 PM6/28/22
to weewx-user
weewx runs as service on the work station. A bit puzzling is that there is an error message in the syslog that the magic number is wrong:
Jun 27 00:58:32 wolfgang-desktop weewx[1753] ERROR weewx.drivers.fousb: unrecognised magic number 2714
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.engine: Using archive interval of 1800 seconds (specified by hardware)
Jun 27 00:58:32 wolfgang-desktop goa-daemon[2908]: goa-daemon version 3.44.0 starting
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: StationRegistry: Registration not requested.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: Wunderground: Posting not enabled.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: PWSweather: Posting not enabled.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: CWOP: Posting not enabled.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: WOW: Posting not enabled.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.restx: AWEKAS: Posting not enabled.
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.engine: 'pyephem' not detected, extended almanac data is not available
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO __main__: Starting up weewx version 4.8.0
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.manager: Starting backfill of daily summaries
Jun 27 00:58:32 wolfgang-desktop weewx[1753] INFO weewx.manager: Daily summaries up to date

gjr80

unread,
Jun 28, 2022, 4:44:11 PM6/28/22
to weewx-user
You have a long archive period (30 minutes) so WeeWX will only generate reports at most every 30 minutes. You log extract appears to only cover two seconds, was there anything in the subsequent one hour? I don't believe an unrecognised magic number is a serious error with the fousb driver. I suggest you provide a longer log extract covering the full WeeWX start up and at least two archive periods (one hour) of WeeWX operation. Make sure you edit weewx.conf and set debug = 1 before restarting WeeWX.

Gary

Wolfgang Bosswick

unread,
Jun 28, 2022, 6:11:06 PM6/28/22
to weewx-user
Thanks a lot for your advice.
I did a clean reboot, enabled debug and selected all weewx related syslog lines (attached). In the second report @00:01, one line looks suspicious:

Jun 29 00:01:02 wolfgang-desktop weewx[1774] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx

Best,
Wolfgang
Jun 28 231452 wolfgang-desktop weewx1608.docx

gjr80

unread,
Jun 29, 2022, 12:14:21 AM6/29/22
to weewx-user
I don't see anything obviously wrong in that log extract, WeeWX appears to be receiving records and generating reports. Is the Seasons main page being generated? Does the data/data-time on the page change?

The line you are suspicious of:

Jun 29 00:01:02 wolfgang-desktop weewx[1774] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx

is quite normal. That is the WeeWX CopyGenerator saying it had no files to copy. The CopyGenerator is typically used to copy static files (such as .js or .css) to the web server, it is often set to copy files once only on WeeWX startup and then no more. For the Seasons skin it is set to copy five files (seasons.css, seasons.js, favicon.ico, font/*.woff, font/*.woff2) once upon startup, if you look at your log you can see five files were copied at 23:32:13:

Jun 28 23:32:13 wolfgang-desktop weewx[1774] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx

Since WeeWX appears to be running as it should you could try running WeeWX directly to see what (if any) data the loop packets and archive records contain.  When running WeeWX directly you should see loop packets (LOOP:) and archive records (REC:) appear on screen.

If the loop packets are essentially empty you may need someone who is familiar with the fousb driver to take a closer look at the log or otherwise troubleshoot the driver.

Gary

Wolfgang Bosswick

unread,
Jun 29, 2022, 3:09:52 AM6/29/22
to weewx-user
Hi Gary,
Thanks a lot for the response. I started it directly, and it seems to work, no problem with collecting data via usb:
wolfgang@desktop:/etc/weewx$ sudo weewxd /etc/weewx/weewx.conf
REC:    2022-06-29 08:37:57 CEST (1656484677) 'altimeter': '30.037633120797683', 'appTemp': '71.99611982772146', 'barometer': '30.01114009807', 'cloudbase': '2946.997066390652', 'dateTime': '1656484677', 'delay': '30', 'dewpoint': '60.95506087039993', 'ET': 'None', 'heatindex': '69.76', 'humidex': '78.01835810673788', 'inDewpoint': '55.0700226414055', 'inHumidity': '31.0', 'inTemp': '89.78', 'interval': '30', 'maxSolarRad': 'None', 'outHumidity': '74.0', 'outTemp': '69.62', 'outTempBatteryStatus': '0', 'pressure': '28.98958872875', 'ptr': '2032', 'radiation': 'None', 'rain': 'None', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '69.62', 'windDir': '45.0', 'windGust': '3.802801148296818', 'windrun': '1.1184709259696521', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:00:13 CEST (1656486013) 'altimeter': '30.034593839650746', 'appTemp': '71.29863987789025', 'barometer': '30.009498686057913', 'cloudbase': '2770.033637241125', 'dateTime': '1656486013', 'delay': '22', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98663573', 'ptr': '2048', 'radiation': 'None', 'rain': 'None', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '157.5', 'windGust': '3.802801148296818', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:00:43 CEST (1656486043) 'altimeter': '30.034593839650746', 'appTemp': '71.29863987789025', 'barometer': '30.009498686057913', 'cloudbase': '2770.033637241125', 'dateTime': '1656486043', 'delay': '22', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98663573', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '157.5', 'windGust': '3.802801148296818', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:01:13 CEST (1656486073) 'altimeter': '30.031554556827572', 'appTemp': '71.29863987789025', 'barometer': '30.00644148366528', 'cloudbase': '2770.033637241125', 'dateTime': '1656486073', 'delay': '22', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '157.5', 'windGust': '3.802801148296818', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:01:49 CEST (1656486109) 'altimeter': '30.031554556827572', 'appTemp': '71.67663987789027', 'barometer': '30.00644148366528', 'cloudbase': '2770.033637241125', 'dateTime': '1656486109', 'delay': '23', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '135.0', 'windGust': '2.2369418519393043', 'windrun': 'None', 'windSpeed': '1.5658592963575133'
LOOP:   2022-06-29 09:02:19 CEST (1656486139) 'altimeter': '30.031554556827572', 'appTemp': '71.67663987789027', 'barometer': '30.00644148366528', 'cloudbase': '2770.033637241125', 'dateTime': '1656486139', 'delay': '23', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '135.0', 'windGust': '2.2369418519393043', 'windrun': 'None', 'windSpeed': '1.5658592963575133'
LOOP:   2022-06-29 09:02:49 CEST (1656486169) 'altimeter': '30.031554556827572', 'appTemp': '71.1557630373917', 'barometer': '30.00644148366528', 'cloudbase': '2855.000481871861', 'dateTime': '1656486169', 'delay': '24', 'dewpoint': '60.63984584228261', 'ET': 'None', 'heatindex': '69.01500000000001', 'humidex': '77.09076871466092', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '75.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '112.5', 'windGust': '4.473883703878609', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:03:25 CEST (1656486205) 'altimeter': '30.037633120797683', 'appTemp': '71.1557630373917', 'barometer': '30.012555888450542', 'cloudbase': '2855.000481871861', 'dateTime': '1656486205', 'delay': '25', 'dewpoint': '60.63984584228261', 'ET': 'None', 'heatindex': '69.01500000000001', 'humidex': '77.09076871466092', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '75.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98958872875', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '90.0', 'windGust': '3.802801148296818', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:03:55 CEST (1656486235) 'altimeter': '30.037633120797683', 'appTemp': '71.1557630373917', 'barometer': '30.012555888450542', 'cloudbase': '2855.000481871861', 'dateTime': '1656486235', 'delay': '25', 'dewpoint': '60.63984584228261', 'ET': 'None', 'heatindex': '69.01500000000001', 'humidex': '77.09076871466092', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '75.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98958872875', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '90.0', 'windGust': '3.802801148296818', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:04:25 CEST (1656486265) 'altimeter': '30.037633120797683', 'appTemp': '70.79463987789026', 'barometer': '30.012555888450542', 'cloudbase': '2770.033637241125', 'dateTime': '1656486265', 'delay': '26', 'dewpoint': '61.01369995865785', 'ET': 'None', 'heatindex': '69.06200000000001', 'humidex': '77.33720832640424', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.9', 'outTempBatteryStatus': '0', 'pressure': '28.98958872875', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.9', 'windDir': '135.0', 'windGust': '4.473883703878609', 'windrun': 'None', 'windSpeed': '3.1317185927150266'
LOOP:   2022-06-29 09:05:01 CEST (1656486301) 'altimeter': '30.031554556827572', 'appTemp': '70.02795734722788', 'barometer': '30.006795972358052', 'cloudbase': '2853.559525724444', 'dateTime': '1656486301', 'delay': '26', 'dewpoint': '60.46618604933124', 'ET': 'None', 'heatindex': '68.81700000000001', 'humidex': '76.79729874870523', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '75.0', 'outTemp': '68.72', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.72', 'windDir': '135.0', 'windGust': '6.039743000236122', 'windrun': 'None', 'windSpeed': '3.802801148296818'
LOOP:   2022-06-29 09:05:31 CEST (1656486331) 'altimeter': '30.031554556827572', 'appTemp': '70.02795734722788', 'barometer': '30.006795972358052', 'cloudbase': '2853.559525724444', 'dateTime': '1656486331', 'delay': '26', 'dewpoint': '60.46618604933124', 'ET': 'None', 'heatindex': '68.81700000000001', 'humidex': '76.79729874870523', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '75.0', 'outTemp': '68.72', 'outTempBatteryStatus': '0', 'pressure': '28.98368273125', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.72', 'windDir': '135.0', 'windGust': '6.039743000236122', 'windrun': 'None', 'windSpeed': '3.802801148296818'
LOOP:   2022-06-29 09:06:01 CEST (1656486361) 'altimeter': '30.037633120797683', 'appTemp': '71.05195677852426', 'barometer': '30.012910449377383', 'cloudbase': '2768.6573407232577', 'dateTime': '1656486361', 'delay': '27', 'dewpoint': '60.83975566333646', 'ET': 'None', 'heatindex': '68.864', 'humidex': '77.04217802695409', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.72', 'outTempBatteryStatus': '0', 'pressure': '28.98958872875', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.72', 'windDir': '67.5', 'windGust': '6.039743000236122', 'windrun': 'None', 'windSpeed': '2.2369418519393043'
LOOP:   2022-06-29 09:06:37 CEST (1656486397) 'altimeter': '30.034593839650746', 'appTemp': '70.54795677852425', 'barometer': '30.00985321086772', 'cloudbase': '2768.6573407232577', 'dateTime': '1656486397', 'delay': '28', 'dewpoint': '60.83975566333646', 'ET': 'None', 'heatindex': '68.864', 'humidex': '77.04217802695409', 'inDewpoint': '56.17149206966253', 'inHumidity': '33.0', 'inTemp': '89.06', 'maxSolarRad': 'None', 'outHumidity': '76.0', 'outTemp': '68.72', 'outTempBatteryStatus': '0', 'pressure': '28.98663573', 'ptr': '2048', 'radiation': 'None', 'rain': '0.0', 'rainRate': '0.0', 'rainTotal': '18.57', 'rxCheckPercent': '100', 'status': '0', 'usUnits': '1', 'UV': 'None', 'windchill': '68.72', 'windDir': '112.5', 'windGust': '6.039743000236122', 'windrun': 'None', 'windSpeed': '3.1317185927150266'

gjr80

unread,
Jun 29, 2022, 3:49:37 AM6/29/22
to weewx-user
So WeeWX is running without error, loop packets and archive records are being populated and the Seasons skin reports/images are being produced. So what are you seeing now that is not right?

Gary

Wolfgang Bosswick

unread,
Jun 29, 2022, 4:41:52 AM6/29/22
to weewx-user
The loop fetching data from the station is running without problems, but the /var/www/html/weewx files updated with very much delay (about 25 min). The index.html in that directory said 29.06.2022 09:37:56 a few minutes ago, the png had the time stamp of 29.06.2022 08:07:57 (from the first run of the service today) at the same time, and now since a few minutes they are updated as well as of 29.06.2022 10:07:56. Monthly and Yearly summaries do not work ("nothing specified") although the pngs in the web server root seem to be updated.

Jun 29 10:01:00 wolfgang-desktop weewx[29187] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.69 seconds
Jun 29 10:01:00 wolfgang-desktop weewx[29187] DEBUG weewx.manager: Daily summary version is 4.0
Jun 29 10:01:02 wolfgang-desktop weewx[29187] INFO weewx.imagegenerator: Generated 45 images for report SeasonsReport in 1.50 seconds
Jun 29 10:01:02 wolfgang-desktop weewx[29187] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx
Jun 29 10:01:02 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 29 10:01:02 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 29 10:01:02 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 29 10:01:02 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping.
Jun 29 10:01:02 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
....
Jun 29 10:32:06 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: avoid 5.891991138458252
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: new data
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: packet timestamp is 08:32:08
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: estimated log time 08:07:56 +/- 12s (08:07:20..08:08:08)
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: synchronised to 2022-06-29 08:07:56 for ptr 0x0820
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: found 1 archive records
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.drivers.fousb: returning archive record 1656490076
Jun 29 10:32:12 wolfgang-desktop weewx[29187] INFO weewx.manager: Added record 2022-06-29 10:07:56 CEST (1656490076) to database 'weewx.sdb'
Jun 29 10:32:12 wolfgang-desktop weewx[29187] INFO weewx.manager: Added record 2022-06-29 10:07:56 CEST (1656490076) to daily summary in 'weewx.sdb'
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Running reports for latest time in the database.
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Running report 'SeasonsReport'
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 29 10:32:12 wolfgang-desktop weewx[29187] 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']
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.manager: Daily summary version is 4.0
Jun 29 10:32:12 wolfgang-desktop weewx[29187] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.37 seconds
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.manager: Daily summary version is 4.0
Jun 29 10:32:12 wolfgang-desktop weewx[29187] INFO weewx.imagegenerator: Generated 14 images for report SeasonsReport in 0.17 seconds
Jun 29 10:32:12 wolfgang-desktop weewx[29187] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping.
Jun 29 10:32:12 wolfgang-desktop weewx[29187] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.

gjr80

unread,
Jun 29, 2022, 5:08:18 AM6/29/22
to weewx-user
OK. Remember that different WeeWX output is produced/updated at different intervals. All html files should be updated each report cycle. Plot files are updated depending on the aggregate interval being used in the plot. For day plots it is every report cycle, for week plots it is every one hour, month plots every three hours and year plots every 24 hours. The current month and year NOAA format reports are updated each report cycle but earlier reports are never touched.

To get everything back to a common baseline I suggest you delete all of the WeeWX generated content in the /var/www/html/weewx directory on your WeeWX machine and restart WeeWX. WeeWX will then regenerate everything during the next report cycle. You should then be able to see exactly what is generated and current and what is not.

Gary

Wolfgang Bosswick

unread,
Jun 29, 2022, 9:05:04 AM6/29/22
to weewx-user
Deleting the content of the /var/www/html/weewx directory (not the subdirectories) solved it.
Thanks a lot for your help.
Wolfgang
Reply all
Reply to author
Forward
0 new messages