I am trying to display windrun using WeeWX ver. 3.9.2 and a Davis VP2
station. Currently on my web page, I'm seeing the literal tag
"$day.windrun.sum" vice a value.
I did some digging around and discovered in Issue #250 that "StdWXCalculate
can optionally (it is disabled by default) augment each archive record with
a calculated windrun field." So I added windrun to StdWXCalculate (although
I'm not sure that this is still required):
[StdWXCalculate]
[[Calculations]]
# Derived quantities are calculated by this service. Possible
values are:
# hardware - use the value provided by hardware
# software - use the value calculated by weewx
# prefer_hardware - use value provide by hardware if available,
# otherwise use value calculated by weewx
pressure = prefer_hardware
barometer = prefer_hardware
altimeter = prefer_hardware
windchill = prefer_hardware
heatindex = prefer_hardware
dewpoint = prefer_hardware
inDewpoint = prefer_hardware
rainRate = prefer_hardware
# Added windrun 8-24-2019
windrun = software
Also in that Issue, Tom mentioned "It should be possible to sum the archive
records and get the total for the day. However, this is only possible if
windrun appears in the database."
This make me think that I need to add a new observation type (windrun) to
the WeeWx database.
Am I on the right track here?
Log file is attached.
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/08c01789-84e6-49cb-959c-042ac08293a5%40googlegroups.com.
Aug 25 15:31:44 watson weewx[2423]: **** for _loop_packet in
self.genDavisLoopPackets(200):
Aug 25 15:31:44 watson weewx[2423]: **** File
"/home/weewx/bin/weewx/drivers/vantage.py", line 535, in genDavisLoopPackets
Aug 25 15:31:44 watson weewx[2423]: **** _buffer = self.port.read(99)
Aug 25 15:31:44 watson weewx[2423]: **** File
"/home/weewx/bin/weewx/drivers/vantage.py", line 256, in read
Aug 25 15:31:44 watson weewx[2423]: **** _buffer =
self.serial_port.read(chars)
Aug 25 15:31:44 watson weewx[2423]: **** File
"/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 442, in read
Aug 25 15:31:44 watson weewx[2423]: **** ready,_,_ =
select.select([self.fd],[],[], self._timeout)
Aug 25 15:31:44 watson weewx[2423]: **** File
"/home/weewx/bin/weewx/engine.py", line 812, in sigTERMhandler
Aug 25 15:31:44 watson weewx[2423]: **** raise Terminate
Aug 25 15:31:44 watson weewx[2423]: **** Terminate
Aug 25 15:32:37 watson weewx[2470]: engine: Initializing weewx version 3.9.2
Aug 25 15:32:37 watson weewx[2470]: engine: Using Python 2.7.3 (default, Nov 24
2017, 21:13:24) #012[GCC 4.6.3]
Aug 25 15:32:37 watson weewx[2470]: engine: Platform
Linux-4.1.19+-armv6l-with-debian-7.11
Aug 25 15:32:37 watson weewx[2470]: engine: Locale is 'en_US.UTF-8'
Aug 25 15:32:37 watson weewx[2470]: engine: pid file is /var/run/weewx.pid
Aug 25 15:32:37 watson weewx[2474]: engine: Using configuration file
/home/weewx/weewx.conf
Aug 25 15:32:37 watson weewx[2474]: engine: Debug is 1
Aug 25 15:32:37 watson weewx[2474]: engine: Initializing engine
Aug 25 15:32:37 watson weewx[2474]: engine: Loading station type Vantage
(weewx.drivers.vantage)
Aug 25 15:32:37 watson weewx[2474]: vantage: Driver version is 3.1.1
Aug 25 15:32:37 watson weewx[2474]: vantage: Opened up serial port
/dev/ttyUSB0; baud 19200; timeout 5.00
Aug 25 15:32:37 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:32:37 watson weewx[2474]: vantage: Hardware type is 16
Aug 25 15:32:37 watson weewx[2474]: vantage: ISS ID is 1
Aug 25 15:32:37 watson weewx[2474]: vantage: Hardware name: Vantage Pro2
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service
weewx.engine.StdTimeSynch
Aug 25 15:32:37 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdTimeSynch
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service
weewx.engine.StdConvert
Aug 25 15:32:37 watson weewx[2474]: engine: StdConvert target unit is 0x1
Aug 25 15:32:37 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdConvert
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service
weewx.engine.StdCalibrate
Aug 25 15:32:37 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdCalibrate
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service weewx.engine.StdQC
Aug 25 15:32:37 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdQC
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service
weewx.wxservices.StdWXCalculate
Aug 25 15:32:37 watson weewx[2474]: wxcalculate: The following values will be
calculated: barometer=prefer_hardware, windchill=prefer_hardware,
dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware,
windrun=software, heatindex=prefer_hardware, maxSolarRad=prefer_hardware,
humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware,
ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Aug 25 15:32:37 watson weewx[2474]: wxcalculate: The following algorithms will
be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Aug 25 15:32:37 watson weewx[2474]: engine: Finished loading service
weewx.wxservices.StdWXCalculate
Aug 25 15:32:37 watson weewx[2474]: engine: Loading service
weewx.engine.StdArchive
Aug 25 15:32:37 watson weewx[2474]: engine: Archive will use data binding
wx_binding
Aug 25 15:32:37 watson weewx[2474]: engine: Record generation will be attempted
in 'hardware'
Aug 25 15:32:37 watson weewx[2474]: engine: Using archive interval of 300
seconds (specified by hardware)
Aug 25 15:32:37 watson weewx[2474]: engine: Use LOOP data in hi/low
calculations: 1
Aug 25 15:32:38 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:32:38 watson weewx[2474]: engine: Using binding 'wx_binding' to
database 'weewx.sdb'
Aug 25 15:32:38 watson weewx[2474]: manager: Starting backfill of daily
summaries
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdArchive
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service
weewx.restx.StdWunderground
Aug 25 15:32:38 watson weewx[2474]: restx: Wunderground: Posting not enabled.
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.restx.StdWunderground
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service
weewx.restx.StdPWSweather
Aug 25 15:32:38 watson weewx[2474]: restx: PWSweather: Posting not enabled.
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.restx.StdPWSweather
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service weewx.restx.StdCWOP
Aug 25 15:32:38 watson weewx[2474]: restx: CWOP: Data for station DW3070 will
be posted
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.restx.StdCWOP
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service
weewx.restx.StdStationRegistry
Aug 25 15:32:38 watson weewx[2474]: restx: StationRegistry: Station will be
registered.
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.restx.StdStationRegistry
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service
weewx.engine.StdPrint
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdPrint
Aug 25 15:32:38 watson weewx[2474]: engine: Loading service
weewx.engine.StdReport
Aug 25 15:32:38 watson weewx[2474]: engine: Finished loading service
weewx.engine.StdReport
Aug 25 15:32:38 watson weewx[2474]: engine: Starting up weewx version 3.9.2
Aug 25 15:32:38 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:32:38 watson weewx[2474]: engine: Clock error is 2.54 seconds
(positive is fast)
Aug 25 15:32:38 watson weewx[2474]: vantage: Getting archive packets since
2019-08-25 15:30:00 EDT (1566761400)
Aug 25 15:32:38 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:32:38 watson weewx[2474]: vantage: Retrieving 0 page(s); starting
index= 0
Aug 25 15:32:38 watson weewx[2474]: engine: Starting main packet loop.
Aug 25 15:32:38 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:32:38 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:32:38 watson weewx[2474]: vantage: Requesting 200 LOOP packets.
Aug 25 15:32:38 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:35:16 watson weewx[2474]: vantage: Getting archive packets since
2019-08-25 15:30:00 EDT (1566761400)
Aug 25 15:35:16 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:35:16 watson weewx[2474]: vantage: Retrieving 1 page(s); starting
index= 3
Aug 25 15:35:16 watson weewx[2474]: manager: Added record 2019-08-25 15:35:00
EDT (1566761700) to database 'weewx.sdb'
Aug 25 15:35:16 watson weewx[2474]: manager: Added record 2019-08-25 15:35:00
EDT (1566761700) to daily summary in 'weewx.sdb'
Aug 25 15:35:17 watson weewx[2474]: vantage: DMPAFT complete: page timestamp
2019-08-16 18:20:00 EDT (1565994000) less than final timestamp 2019-08-25
15:35:00 EDT (1566761700)
Aug 25 15:35:17 watson weewx[2474]: vantage: Catch up complete.
Aug 25 15:35:17 watson weewx[2474]: vantage: Requesting 200 LOOP packets.
Aug 25 15:35:17 watson weewx[2474]: reportengine: Running reports for latest
time in the database.
Aug 25 15:35:17 watson weewx[2474]: reportengine: Running report
'StandardReport'
Aug 25 15:35:17 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:35:17 watson weewx[2474]: restx: CWOP: Connected to server
cwop.aprs.net:14580
Aug 25 15:35:18 watson weewx[2474]: restx: CWOP: Published record 2019-08-25
15:35:00 EDT (1566761700)
Aug 25 15:35:18 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Standard/skin.conf for report 'StandardReport'
Aug 25 15:35:18 watson weewx[2474]: restx: StationRegistry: Published record
2019-08-25 15:35:00 EDT (1566761700)
Aug 25 15:35:19 watson weewx[2474]: cheetahgenerator: using search list
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras',
'user.stats.MyStats']
Aug 25 15:35:19 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:35:56 watson weewx[2474]: cheetahgenerator: Generated 15 files for
report StandardReport in 36.60 seconds
Aug 25 15:35:56 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:36:02 watson weewx[2474]: imagegenerator: Generated 14 images for
StandardReport in 5.72 seconds
Aug 25 15:36:02 watson weewx[2474]: copygenerator: copied 10 files to
/home/weewx/public_html
Aug 25 15:36:02 watson weewx[2474]: reportengine: Report 'SeasonsReport' not
enabled. Skipping.
Aug 25 15:36:02 watson weewx[2474]: reportengine: Report 'SmartphoneReport' not
enabled. Skipping.
Aug 25 15:36:02 watson weewx[2474]: reportengine: Report 'MobileReport' not
enabled. Skipping.
Aug 25 15:36:02 watson weewx[2474]: reportengine: Running report 'FTP'
Aug 25 15:36:02 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Ftp/skin.conf for report 'FTP'
Aug 25 15:36:02 watson weewx[2474]: ftpupload: Attempting connection to
na4sa.net
Aug 25 15:36:02 watson weewx[2474]: ftpupload: Connected to na4sa.net
Aug 25 15:36:03 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempoutHumidity.png
Aug 25 15:36:03 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/week.html
Aug 25 15:36:03 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/favicon.ico
Aug 25 15:36:04 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/month.html
Aug 25 15:36:04 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/year.html
Aug 25 15:36:04 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempdew.png
Aug 25 15:36:05 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayrain.png
Aug 25 15:36:05 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/weewx.css
Aug 25 15:36:05 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayinside.png
Aug 25 15:36:06 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempheat.png
Aug 25 15:36:06 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/mobile.html
Aug 25 15:36:06 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayuv.png
Aug 25 15:36:07 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/alltime.html
Aug 25 15:36:07 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempchill.png
Aug 25 15:36:07 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/mobile.css
Aug 25 15:36:08 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/index.html
Aug 25 15:36:08 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daybarometer.png
Aug 25 15:36:08 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayradiation.png
Aug 25 15:36:09 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywind.png
Aug 25 15:36:09 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daypond.png
Aug 25 15:36:09 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywinddir.png
Aug 25 15:36:10 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayrx.png
Aug 25 15:36:10 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywindvec.png
Aug 25 15:36:10 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/test.css
Aug 25 15:36:11 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/backgrounds/band.gif
Aug 25 15:36:11 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/RSS/weewx_rss.xml
Aug 25 15:36:12 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/custom.js
Aug 25 15:36:12 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/radar.html
Aug 25 15:36:12 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/temp_outside.html
Aug 25 15:36:13 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/rain.html
Aug 25 15:36:13 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/index.html
Aug 25 15:36:13 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/barometer.html
Aug 25 15:36:13 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/wind.html
Aug 25 15:36:14 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/icons/icon_iphone_x1.png
Aug 25 15:36:14 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/icons/icon_iphone_x2.png
Aug 25 15:36:15 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/icons/icon_ipad_x1.png
Aug 25 15:36:15 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/icons/icon_ipad_x2.png
Aug 25 15:36:15 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/NOAA/NOAA-2019-08.txt
Aug 25 15:36:16 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/NOAA/NOAA-2019.txt
Aug 25 15:36:16 watson weewx[2474]: ftpgenerator: ftp'd 39 files in 13.76
seconds
Aug 25 15:36:16 watson weewx[2474]: reportengine: Running report 'RSYNC'
Aug 25 15:36:16 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Rsync/skin.conf for report 'RSYNC'
Aug 25 15:36:16 watson weewx[2474]: rsyncgenerator: rsync upload not requested.
Skipped.
Aug 25 15:39:19 watson console-kit-daemon[2193]: GLib-CRITICAL: Source ID 99
was not found when attempting to remove it
Aug 25 15:39:19 watson console-kit-daemon[2193]: GLib-CRITICAL: Source ID 99
was not found when attempting to remove it
Aug 25 15:40:16 watson weewx[2474]: vantage: Getting archive packets since
2019-08-25 15:35:00 EDT (1566761700)
Aug 25 15:40:16 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:40:16 watson weewx[2474]: vantage: Retrieving 1 page(s); starting
index= 4
Aug 25 15:40:16 watson weewx[2474]: manager: Added record 2019-08-25 15:40:00
EDT (1566762000) to database 'weewx.sdb'
Aug 25 15:40:16 watson weewx[2474]: manager: Added record 2019-08-25 15:40:00
EDT (1566762000) to daily summary in 'weewx.sdb'
Aug 25 15:40:17 watson weewx[2474]: restx: CWOP: wait interval (300 < 600) has
not passed for record 2019-08-25 15:40:00 EDT (1566762000)
Aug 25 15:40:17 watson weewx[2474]: restx: StationRegistry: wait interval (300
< 604800) has not passed for record 2019-08-25 15:40:00 EDT (1566762000)
Aug 25 15:40:17 watson weewx[2474]: vantage: Requesting 200 LOOP packets.
Aug 25 15:40:17 watson weewx[2474]: reportengine: Running reports for latest
time in the database.
Aug 25 15:40:17 watson weewx[2474]: reportengine: Running report
'StandardReport'
Aug 25 15:40:17 watson weewx[2474]: vantage: Gentle wake up of console
successful
Aug 25 15:40:17 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Standard/skin.conf for report 'StandardReport'
Aug 25 15:40:17 watson weewx[2474]: cheetahgenerator: using search list
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras',
'user.stats.MyStats']
Aug 25 15:40:18 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:40:33 watson weewx[2474]: cheetahgenerator: Generated 15 files for
report StandardReport in 15.52 seconds
Aug 25 15:40:33 watson weewx[2474]: manager: Daily summary version is 2.0
Aug 25 15:40:39 watson weewx[2474]: imagegenerator: Generated 14 images for
StandardReport in 5.81 seconds
Aug 25 15:40:39 watson weewx[2474]: copygenerator: copied 0 files to
/home/weewx/public_html
Aug 25 15:40:39 watson weewx[2474]: reportengine: Report 'SeasonsReport' not
enabled. Skipping.
Aug 25 15:40:39 watson weewx[2474]: reportengine: Report 'SmartphoneReport' not
enabled. Skipping.
Aug 25 15:40:39 watson weewx[2474]: reportengine: Report 'MobileReport' not
enabled. Skipping.
Aug 25 15:40:39 watson weewx[2474]: reportengine: Running report 'FTP'
Aug 25 15:40:39 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Ftp/skin.conf for report 'FTP'
Aug 25 15:40:39 watson weewx[2474]: ftpupload: Attempting connection to
na4sa.net
Aug 25 15:40:39 watson weewx[2474]: ftpupload: Connected to na4sa.net
Aug 25 15:40:40 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempoutHumidity.png
Aug 25 15:40:40 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/week.html
Aug 25 15:40:40 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/month.html
Aug 25 15:40:41 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/year.html
Aug 25 15:40:41 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempdew.png
Aug 25 15:40:41 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayrain.png
Aug 25 15:40:41 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayinside.png
Aug 25 15:40:42 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempheat.png
Aug 25 15:40:42 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/mobile.html
Aug 25 15:40:42 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayuv.png
Aug 25 15:40:43 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/alltime.html
Aug 25 15:40:43 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daytempchill.png
Aug 25 15:40:44 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/index.html
Aug 25 15:40:44 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daybarometer.png
Aug 25 15:40:44 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayradiation.png
Aug 25 15:40:44 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywind.png
Aug 25 15:40:45 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daypond.png
Aug 25 15:40:45 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywinddir.png
Aug 25 15:40:45 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/dayrx.png
Aug 25 15:40:46 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/daywindvec.png
Aug 25 15:40:46 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/RSS/weewx_rss.xml
Aug 25 15:40:47 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/radar.html
Aug 25 15:40:47 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/temp_outside.html
Aug 25 15:40:47 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/rain.html
Aug 25 15:40:48 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/index.html
Aug 25 15:40:48 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/barometer.html
Aug 25 15:40:48 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/smartphone/wind.html
Aug 25 15:40:49 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/NOAA/NOAA-2019-08.txt
Aug 25 15:40:49 watson weewx[2474]: ftpupload: Uploaded file
public_html/weather/NOAA/NOAA-2019.txt
Aug 25 15:40:49 watson weewx[2474]: ftpgenerator: ftp'd 29 files in 10.44
seconds
Aug 25 15:40:49 watson weewx[2474]: reportengine: Running report 'RSYNC'
Aug 25 15:40:49 watson weewx[2474]: reportengine: Found configuration file
/home/weewx/skins/Rsync/skin.conf for report 'RSYNC'
Aug 25 15:40:49 watson weewx[2474]: rsyncgenerator: rsync upload not requested.
Skipped.