Thanks Steve, you are (were) uploading gauge-data.txt via HTTP POST to your 
host. This involves the use of a fairly basic PHP script on your web server 
that receives and saves gauge-data.txt and does some basic acknowledgment 
for each upload. First thing to check is that the PHP script still exists 
on your web server and is in the correct location. According to your 
[RealtimeGaugeData] stanza the script, post_gauge-data.php, should be 
located in the Weather directory off the web root of your web server. Can 
you check that the file exists? If it is not there, or located elsewhere, 
you will need to manually upload it to the Weather directory. If you need 
to download post_gauge-data.php you will find it here 
<https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.4.2/post_gauge-data.php>
.

If post_gauge-data.php is there then it is likely encountering some sort of 
error. In this case you to look at the error log for your web server - if 
the PHP script is encountering some problems they should be logged by your 
web server. Where to find and how to access your web server error log will 
vary depending on your web host, sorry I can't be much help there. Perhaps 
your son or your web host can help if you can't find it. It's possible that 
you may not be able to access the error log, some hosts are like that. If 
you can access the error log just grab a small extract and post back here, 
the uploads are attempted every 2 odd seconds so any errors will be 
occurring very frequently. If you can't access the log let us know and we 
can try to work something else out.

Gary
On Friday, 16 September 2022 at 06:52:08 UTC+10 Steve2Q wrote:

> Gary: here is the syslog with Debug =1. As you can see, there are 
> definitely errors(s) every time rtg tries to FTP.
>
> ep 15 16:41:04 raspberrypi weewx[5506]: engine: Initializing weewx version 
> 3.8.2
> Sep 15 16:41:04 raspberrypi weewx[5506]: engine: Using Python 2.7.13 
> (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
> Sep 15 16:41:04 raspberrypi weewx[5506]: engine: Platform 
> Linux-4.14.94-v7+-armv7l-with-debian-9.6
> Sep 15 16:41:04 raspberrypi weewx[5506]: engine: Locale is 'en_US.UTF-8'
> Sep 15 16:41:04 raspberrypi weewx[5506]: engine: pid file is 
> /var/run/weewx.pid
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Using configuration file 
> /home/weewx/weewx.conf
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Debug is 1
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Initializing engine
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading station type 
> Ultimeter (weewx.drivers.ultimeter)
> Sep 15 16:41:04 raspberrypi weewx[5495]: Starting weewx weather system: 
> weewx.
> Sep 15 16:41:04 raspberrypi systemd[1]: Started LSB: weewx weather system.
> Sep 15 16:41:04 raspberrypi weewx[5510]: ultimeter: driver version is 
> 0.11rc3
> Sep 15 16:41:04 raspberrypi weewx[5510]: ultimeter: using serial port 
> /dev/ttyUSB0
> Sep 15 16:41:04 raspberrypi weewx[5510]: ultimeter: polling interval is 1.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdTimeSynch
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdTimeSynch
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdConvert
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: StdConvert target unit is 
> 0x1
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdConvert
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdCalibrate
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdCalibrate
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdQC
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdQC
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.wxservices.StdWXCalculate
> Sep 15 16:41:04 raspberrypi weewx[5510]: wxcalculate: The following values 
> will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
> dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=software, 
> windrun=prefer_hardware, heatindex=prefer_hardware, 
> maxSolarRad=prefer_hardware, humidex=prefer_hardware, 
> pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, 
> altimeter=prefer_hardware, cloudbase=prefer_hardware
> Sep 15 16:41:04 raspberrypi weewx[5510]: wxcalculate: The following 
> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.wxservices.StdWXCalculate
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdArchive
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Archive will use data 
> binding wx_binding
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Record generation will be 
> attempted in 'hardware'
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Using archive interval of 
> 120 seconds (specified in weewx configuration)
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Use LOOP data in hi/low 
> calculations: 1
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Using binding 
> 'wx_binding' to database 'weewx.sdb'
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Starting backfill of 
> daily summaries
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdArchive
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdStationRegistry
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: StationRegistry: Station 
> will be registered.
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdStationRegistry
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdWunderground
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: Wunderground-RF: Data for 
> station KFLBOYNT40 will be posted
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdWunderground
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdPWSweather
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: PWSWeather: Data for 
> station KFLBOYNT40 will be posted
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdPWSweather
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdCWOP
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: CWOP: Data for station 
> FW7312 will be posted
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdCWOP
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdWOW
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: WOW: Posting not enabled.
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdWOW
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.restx.StdAWEKAS
> Sep 15 16:41:04 raspberrypi weewx[5510]: restx: AWEKAS: Posting not 
> enabled.
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.restx.StdAWEKAS
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdPrint
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdPrint
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> weewx.engine.StdReport
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> weewx.engine.StdReport
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> user.alarm.MyAlarm
> Sep 15 16:41:04 raspberrypi weewx[5510]: Alarm: Alarm set for expression 
> 0: "inTemp > 81.99"
> Sep 15 16:41:04 raspberrypi weewx[5510]: Alarm: Alarm set for expression 
> 1: "heatindex > 99.99"
> Sep 15 16:41:04 raspberrypi weewx[5510]: Alarm: Alarm set for expression 
> 2: "windSpeed > 24.99"
> Sep 15 16:41:04 raspberrypi weewx[5510]: Alarm: Alarm set for expression 
> 3: "rainRate > 1.99"
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> user.alarm.MyAlarm
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Loading service 
> user.rtgd.RealtimeGaugeData
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: rtgd: RealTimeGaugeData scroller 
> text will use Weather Underground forecast data
> Sep 15 16:41:04 raspberrypi weewx[5510]: rtgd: Submitting Weather 
> Underground API call using URL: 
> https://api.weather.com/v3/wx/forecast/daily/5day?geocode=26.514,-80.155&units=e&language=en-US&format=json&apiKey=****************************15e3
> Sep 15 16:41:04 raspberrypi weewx[5510]: rtgdthread: 
> '/var/tmp/gauge-data.txt' wil be generated. min_interval is None
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Finished loading service 
> user.rtgd.RealtimeGaugeData
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Starting up weewx version 
> 3.8.2
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Station does not support 
> reading the time
> Sep 15 16:41:04 raspberrypi weewx[5510]: engine: Starting main packet loop.
> Sep 15 16:41:04 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:04 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:41:05 raspberrypi weewx[5510]: rtgd: Downloaded updated Weather 
> Underground forecast information
> Sep 15 16:41:05 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:06 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:07 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:07 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:08 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:09 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:09 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:11 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:12 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:12 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:13 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:14 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:14 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:16 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:16 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:17 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:18 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:19 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:19 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:20 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:21 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:21 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:23 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:24 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:24 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:25 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:26 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:26 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:28 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:28 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:29 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:30 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:31 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:31 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:32 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:33 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:33 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:35 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:36 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:36 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:37 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:38 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:38 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:40 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:40 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:41 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:42 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:43 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:43 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:44 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:45 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:45 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:47 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:48 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:48 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:49 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:50 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:50 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:52 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:52 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:53 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:54 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:55 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:55 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:56 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:41:57 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:41:57 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:41:59 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:00 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:00 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:01 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:02 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:02 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:04 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:04 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:05 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:06 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:07 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:07 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:08 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:09 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:09 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:11 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:12 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:12 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:13 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:14 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:14 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:16 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:16 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:17 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:18 raspberrypi weewx[5510]: manager: Added record 2022-09-15 
> 16:42:00 EDT (1663274520) to database 'weewx.sdb'
> Sep 15 16:42:18 raspberrypi weewx[5510]: manager: Added record 2022-09-15 
> 16:42:00 EDT (1663274520) to daily summary in 'weewx.sdb'
> Sep 15 16:42:18 raspberrypi weewx[5510]: reportengine: Running reports for 
> latest time in the database.
> Sep 15 16:42:18 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:18 raspberrypi weewx[5510]: reportengine: Running report 
> StandardReport
> Sep 15 16:42:18 raspberrypi weewx[5510]: reportengine: Found configuration 
> file /home/weewx/skins/Standard/skin.conf for report StandardReport
> Sep 15 16:42:18 raspberrypi weewx[5510]: restx: CWOP: Connected to server 
> cwop.aprs.net:14580
> Sep 15 16:42:18 raspberrypi weewx[5510]: restx: PWSWeather: Published 
> record 2022-09-15 16:42:00 EDT (1663274520)
> Sep 15 16:42:18 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:18 raspberrypi weewx[5510]: cheetahgenerator: using search 
> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
> Sep 15 16:42:18 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:42:18 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:18 raspberrypi weewx[5510]: restx: CWOP: Published record 
> 2022-09-15 16:42:00 EDT (1663274520)
> Sep 15 16:42:18 raspberrypi weewx[5510]: restx: StationRegistry: Published 
> record 2022-09-15 16:42:00 EDT (1663274520)
> Sep 15 16:42:20 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:20 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:21 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:23 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:23 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:23 raspberrypi weewx[5510]: cheetahgenerator: Generated 14 
> files for report StandardReport in 4.96 seconds
> Sep 15 16:42:23 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:42:23 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:24 raspberrypi weewx[5510]: imagegenerator: Generated 13 
> images for StandardReport in 0.98 seconds
> Sep 15 16:42:24 raspberrypi weewx[5510]: copygenerator: copied 95 files to 
> /home/weewx/public_html
> Sep 15 16:42:24 raspberrypi weewx[5510]: reportengine: Running report 
> SteelSeries
> Sep 15 16:42:24 raspberrypi weewx[5510]: reportengine: Found configuration 
> file /home/weewx/skins/ss/skin.conf for report SteelSeries
> Sep 15 16:42:24 raspberrypi weewx[5510]: copygenerator: copied 6 files to 
> /home/weewx/public_html/ss
> Sep 15 16:42:24 raspberrypi weewx[5510]: cheetahgenerator: using search 
> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 
> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 
> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
> Sep 15 16:42:24 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:42:24 raspberrypi weewx[5510]: cheetahgenerator: Generated 1 
> files for report SteelSeries in 0.23 seconds
> Sep 15 16:42:24 raspberrypi weewx[5510]: manager: Daily summary version is 
> 2.0
> Sep 15 16:42:25 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:25 raspberrypi weewx[5510]: imagegenerator: Generated 11 
> images for SteelSeries in 0.87 seconds
> Sep 15 16:42:25 raspberrypi weewx[5510]: reportengine: Running report FTP
> Sep 15 16:42:25 raspberrypi weewx[5510]: reportengine: Found configuration 
> file /home/weewx/skins/Ftp/skin.conf for report FTP
> Sep 15 16:42:25 raspberrypi weewx[5510]: ftpupload: Attempting connection 
> to www.photokinetics.org
> Sep 15 16:42:25 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:25 raspberrypi weewx[5510]: ftpupload: Connected to 
> www.photokinetics.org
> Sep 15 16:42:26 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:26 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daywindvec.png
> Sep 15 16:42:26 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daybarometer.png
> Sep 15 16:42:26 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/favicon.ico
> Sep 15 16:42:26 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayrx.png
> Sep 15 16:42:26 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/week.html
> Sep 15 16:42:27 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/weewx.css
> Sep 15 16:42:27 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daytempchill.png
> Sep 15 16:42:27 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:27 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayuv.png
> Sep 15 16:42:27 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daypond.png
> Sep 15 16:42:28 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/index.html
> Sep 15 16:42:28 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:28 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayradiation.png
> Sep 15 16:42:28 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daywinddir.png
> Sep 15 16:42:28 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:28 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/month.html
> Sep 15 16:42:28 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daywind.png
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayinside.png
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayrain.png
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/mobile.html
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/year.html
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/daytempdew.png
> Sep 15 16:42:29 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:29 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/mobile.css
> Sep 15 16:42:30 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/dayhumidity.png
> Sep 15 16:42:30 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/NOAA/NOAA-2022.txt
> Sep 15 16:42:30 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:30 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/NOAA/NOAA-2022-09.txt
> Sep 15 16:42:30 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:30 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/custom.js
> Sep 15 16:42:31 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/index.html
> Sep 15 16:42:31 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/barometer.html
> Sep 15 16:42:31 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/radar.html
> Sep 15 16:42:31 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/wind.html
> Sep 15 16:42:31 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/temp_outside.html
> Sep 15 16:42:32 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/rain.html
> Sep 15 16:42:32 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/icons/icon_ipad_x2.png
> Sep 15 16:42:32 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:32 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/icons/icon_iphone_x2.png
> Sep 15 16:42:32 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/icons/icon_ipad_x1.png
> Sep 15 16:42:32 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/smartphone/icons/icon_iphone_x1.png
> Sep 15 16:42:33 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:33 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/B1n.png
> Sep 15 16:42:33 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:33 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tstms.png
> Sep 15 16:42:33 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tWNW.png
> Sep 15 16:42:33 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/moonset.png
> Sep 15 16:42:33 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/B2n.png
> Sep 15 16:42:34 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tW.png
> Sep 15 16:42:34 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/raindrop.png
> Sep 15 16:42:34 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/F+.png
> Sep 15 16:42:34 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:34 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sun.png
> Sep 15 16:42:34 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/FWn.png
> Sep 15 16:42:35 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/FW.png
> Sep 15 16:42:35 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tNNW.png
> Sep 15 16:42:35 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:35 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/thermometer-dewpoint.png
> Sep 15 16:42:35 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:35 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/rainshwrs.png
> Sep 15 16:42:35 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/PF+.png
> Sep 15 16:42:36 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/frzngdrzl.png
> Sep 15 16:42:36 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/flag.png
> Sep 15 16:42:36 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/BD.png
> Sep 15 16:42:36 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/NE.png
> Sep 15 16:42:36 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/B2.png
> Sep 15 16:42:37 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/B1.png
> Sep 15 16:42:37 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:37 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/OV.png
> Sep 15 16:42:37 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/E.png
> Sep 15 16:42:37 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tSSE.png
> Sep 15 16:42:37 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:37 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/moonphase.png
> Sep 15 16:42:38 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/water.png
> Sep 15 16:42:38 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:38 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/OVn.png
> Sep 15 16:42:38 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/BK.png
> Sep 15 16:42:38 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/flurries.png
> Sep 15 16:42:38 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/H.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tWSW.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/drizzle.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/SE.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/blizzard.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tSW.png
> Sep 15 16:42:39 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/SCn.png
> Sep 15 16:42:40 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/triangle-down.png
> Sep 15 16:42:40 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:40 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/NW.png
> Sep 15 16:42:40 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tNW.png
> Sep 15 16:42:40 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:40 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/raintorrent.png
> Sep 15 16:42:40 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/flag-yellow.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/moonriseset.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sunset.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/snowflake.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tESE.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/AF.png
> Sep 15 16:42:41 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:41 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sleet.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/thermometer-red.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/BKn.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/triangle-right.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:42 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/SC.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/snowshwrs.png
> Sep 15 16:42:42 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/SW.png
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/snow.png
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sunriseset.png
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/rain.png
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tSSW.png
> Sep 15 16:42:43 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/S.png
> Sep 15 16:42:44 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tSE.png
> Sep 15 16:42:44 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:44 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/N.png
> Sep 15 16:42:44 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tNE.png
> Sep 15 16:42:44 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/BS.png
> Sep 15 16:42:44 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sunmoon.png
> Sep 15 16:42:45 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:45 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/moonrise.png
> Sep 15 16:42:45 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:45 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tE.png
> Sep 15 16:42:45 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/pop.png
> Sep 15 16:42:45 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tENE.png
> Sep 15 16:42:45 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/thermometer.png
> Sep 15 16:42:46 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tN.png
> Sep 15 16:42:46 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/thermometer-blue.png
> Sep 15 16:42:46 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sunrise.png
> Sep 15 16:42:46 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/K.png
> Sep 15 16:42:46 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:46 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tNNE.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/moon.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/sprinkles.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/tS.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/F.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/CLn.png
> Sep 15 16:42:47 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/CL.png
> Sep 15 16:42:48 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/W.png
> Sep 15 16:42:48 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/icons/PF.png
> Sep 15 16:42:48 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/band.gif
> Sep 15 16:42:48 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/leaf.jpg
> Sep 15 16:42:48 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/flower.jpg
> Sep 15 16:42:49 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:49 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/butterfly.jpg
> Sep 15 16:42:49 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/drops.gif
> Sep 15 16:42:49 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/backgrounds/night.gif
> Sep 15 16:42:49 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/RSS/weewx_rss.xml
> Sep 15 16:42:49 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:49 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayrainrate.png
> Sep 15 16:42:50 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:50 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/daywindvec.png
> Sep 15 16:42:50 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/daybarometer.png
> Sep 15 16:42:50 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayuv.png
> Sep 15 16:42:50 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/index.html
> Sep 15 16:42:50 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayradiation.png
> Sep 15 16:42:51 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/daywinddir.png
> Sep 15 16:42:51 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayouttemphum.png
> Sep 15 16:42:51 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/daywind.png
> Sep 15 16:42:51 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:51 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayinouthum.png
> Sep 15 16:42:51 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayrain.png
> Sep 15 16:42:52 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/dayinouttemp.png
> Sep 15 16:42:52 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:52 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/css/gauges-ss.css
> Sep 15 16:42:52 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:52 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/scripts/language.min.js
> Sep 15 16:42:53 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/scripts/steelseries_tween.min.js
> Sep 15 16:42:53 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/scripts/RGraph.common.core.min.js
> Sep 15 16:42:53 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:54 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/scripts/gauges.js
> Sep 15 16:42:54 raspberrypi weewx[5510]: ftpupload: Uploaded file 
> photokinetics.org/Weather/ss/scripts/RGraph.rose.min.js
> Sep 15 16:42:54 raspberrypi weewx[5510]: ftpgenerator: ftp'd 140 files in 
> 28.57 seconds
> Sep 15 16:42:54 raspberrypi weewx[5510]: reportengine: Running report RSYNC
> Sep 15 16:42:54 raspberrypi weewx[5510]: reportengine: Found configuration 
> file /home/weewx/skins/Rsync/skin.conf for report RSYNC
> Sep 15 16:42:54 raspberrypi weewx[5510]: rsyncgenerator: rsync upload not 
> requested. Skipped.
> Sep 15 16:42:54 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:54 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:56 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:57 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:57 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:42:58 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:42:59 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:42:59 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:01 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:01 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:02 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:03 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:04 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:04 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:05 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:06 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:06 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:08 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:09 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:09 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:10 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:11 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:11 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:13 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:13 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:14 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:15 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:16 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:16 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
> Sep 15 16:43:17 raspberrypi weewx[5510]: rtgdthread: Failed to post data: 
> Unexpected response
> Sep 15 16:43:18 raspberrypi weewx[5510]: ultimeter: open serial port 
> /dev/ttyUSB0
> Sep 15 16:43:18 raspberrypi weewx[5510]: ultimeter: close serial port 
> /dev/ttyUSB0
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7b338e48-dfe1-403a-ae12-945083674fbdn%40googlegroups.com.

Reply via email to