First off, a big THANK YOU to Tom Keffer and all of those before me that have made WeeWX possible. This little gem had been on my list for over a year and finally about 6 months ago got it working. It has been a champ ever since and other than me messing things up, it has never failed me yet. So, okay one more big THANK YOU.
Okay, so my issue is that the FTP report generator doesn't appear to be work for me and I can't seem to figure my way out of the issue. All I get in the log is "FTP upload not requested. Skipped." with nothing else posted. To me, it seems it like this is an issue with the configuration file, but I've poked around and can't find it. I have screwed up other WeeWX modifications in the past and have been able to solve them, but this has me scratching my head. I'll post everything below (weewx.conf, log and a manual send), and the only error that I get is the the SKIPPED message. The installation is on a Raspberry PI using the Debian method. Everything else works great and the installation has been flawless. Most of my issues have been with report generation issues which I've always been able to figure out after a bit of work. Okay, hopefully someone will be able to help...here is my info. Here is the FTP section of the "weewx.conf" (username and password modified): [[FTP]] # FTP'ing the results to a webserver is treated as just another report, # albeit one with an unusual report generator! skin = Ftp # If you wish to use FTP, uncomment and fill out the next four lines. user = myusername password = "jdrfzA8A8&VwS4~DNT61k787” server = files.000webhost.com path = /public_html # Set to True for an FTP over TLS (FTPS) connection. Not all servers # support this. secure_ftp = False # To upload files from something other than what HTML_ROOT is set # to above, specify a different HTML_ROOT here. #HTML_ROOT = public_html # Most FTP servers use port 21 port = 21 # Set to 1 to use passive mode, zero for active mode passive = 1 Here is the log file from one of the outputs earlier today: Jul 9 09:35:31 raspberrypi weewx[1096]: manager: Added record 2017-07-09 09 :35:00 PDT (1499618100) to database 'weewx.sdb' Jul 9 09:35:31 raspberrypi weewx[1096]: manager: Added record 2017-07-09 09 :35:00 PDT (1499618100) to daily summary in 'weewx.sdb' Jul 9 09:35:34 raspberrypi weewx[1096]: reportengine: Running reports for latest time in the database. Jul 9 09:35:34 raspberrypi weewx[1096]: acurite: Found station at bus=001 device=004 Jul 9 09:35:34 raspberrypi weewx[1096]: reportengine: Running report StandardReport Jul 9 09:35:34 raspberrypi weewx[1096]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport Jul 9 09:35:34 raspberrypi weewx[1096]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] Jul 9 09:35:34 raspberrypi weewx[1096]: acurite: next read in 15 seconds Jul 9 09:35:34 raspberrypi weewx[1096]: manager: Daily summary version is 2.0 Jul 9 09:35:35 raspberrypi weewx[1096]: restx: Wunderground-PWS: Published record 2017-07-09 09:35:00 PDT (1499618100) Jul 9 09:35:36 raspberrypi weewx[1096]: cheetahgenerator: Generated 14 files for report StandardReport in 1.67 seconds Jul 9 09:35:36 raspberrypi weewx[1096]: manager: Daily summary version is 2.0 Jul 9 09:35:37 raspberrypi weewx[1096]: imagegenerator: Generated 12 images for StandardReport in 0.77 seconds Jul 9 09:35:37 raspberrypi weewx[1096]: copygenerator: copied 0 files to / home/weewx/public_html Jul 9 09:35:37 raspberrypi weewx[1096]: reportengine: Running report FTP Jul 9 09:35:37 raspberrypi weewx[1096]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP Jul 9 09:35:37 raspberrypi weewx[1096]: ftpgenerator: FTP upload not requested. Skipped. Jul 9 09:35:37 raspberrypi weewx[1096]: reportengine: Running report RSYNC Jul 9 09:35:37 raspberrypi weewx[1096]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC Jul 9 09:35:37 raspberrypi weewx[1096]: rsyncgenerator: rsync upload not requested. Skipped. Lastly, here is a manual upload of the files via FTP from the same Raspberry PI to the host provider: pi@raspberrypi:/home/weewx/public_html $ ftp -i files.000webhost.com Connected to us-east-1.route-1000.000webhost.awex.io. 220 ProFTPD Server (000webhost.com) [::ffff:145.14.144.87] Name (files.000webhost.com:pi): myusername 331 User norcalweather OK. Password required Password: 230-Your bandwidth usage is restricted 230 OK. Current restricted directory is / Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 200 PORT command successful 150 Connecting to port 41648 drwx--x--- 4 2189623 48 34 Jul 9 04:58 . drwx--x--- 4 2189623 48 34 Jul 9 04:58 .. drwx--x--- 6 2189623 48 4096 Jul 9 06:20 public_html drwx--x--- 2 2189623 2189623 6 Jul 9 04:58 tmp 226-Options: -a -l 226 4 matches total ftp> cd public_html 250 OK. Current directory is /public_html ftp> mput *.* local: daybarometer.png remote: daybarometer.png 200 PORT command successful 150 Connecting to port 48846 226-File successfully transferred 226 0.262 seconds (measured here), 23.14 Kbytes per second 6220 bytes sent in 0.00 secs (65.1852 MB/s) local: dayhumidity.png remote: dayhumidity.png 200 PORT command successful 150 Connecting to port 31223 226-File successfully transferred.... -- 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. For more options, visit https://groups.google.com/d/optout.