Hello Everyone,

I have installed weewx few days ago on a Raspeberry pi 3b with Rasbian 
Jessie.

My weather station is a Davis Vantage pro 2 with usb datalogger.

Weewx is creating well the html page and updates the page every 5 min.

I assigned a static IP to the Rasp B and the data are available and updated 
on my internal network under the internal address.

What doesn't work so far is the interner uploading.

I have a wunderground account and personal website.

The wunderground upload has worked just two times from 3 days, and the ftp 
uploading never worked.
I had set a statatic IP and enabled the port 21.

 
 This is the configuration has been set:
 [[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 = tergola
        password = ******
        server = ftp.tergola.altervista.org
        path =/
        
        # 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 = /var/www/html/weewx
        
        # Most FTP servers use port 21
        port = 21
        
        # Set to 1 to use passive mode, zero for active mode
        passive = 1

--------------------------------------------------------------------------

MY FTP Connection Settings are
   
   - Host: ftp.tergola.altervista.org
   - Port: 21
   - User: tergola
   - Password: *******
   - Connection type: PASV (passive mode)
   - Encryption: None or explicit TLS


And this is the outcomes from the syslog


pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Jan 16 18:45:24 raspberrypi weewx[6551]: cheetahgenerator: Generated 14 
files for report StandardReport in 2.57 seconds
Jan 16 18:45:25 raspberrypi weewx[6551]: genimages: Generated 12 images for 
StandardReport in 1.61 seconds
Jan 16 18:45:25 raspberrypi weewx[6551]: reportengine: copied 0 files to 
/var/www/html/weewx
Jan 16 18:48:07 raspberrypi rsyslogd-2007: action 'action 17' suspended, 
next retry is Mon Jan 16 18:49:37 2017 [try http://www.rsyslog.com/e/2007 ]
Jan 16 18:50:21 raspberrypi weewx[6551]: manager: added record 2017-01-16 
18:50:00 CET (1484589000) to database 'weewx.sdb'
Jan 16 18:50:21 raspberrypi rsyslogd-2007: action 'action 17' suspended, 
next retry is Mon Jan 16 18:51:51 2017 [try http://www.rsyslog.com/e/2007 ]
Jan 16 18:50:21 raspberrypi weewx[6551]: manager: added record 2017-01-16 
18:50:00 CET (1484589000) to daily summary in 'weewx.sdb'
Jan 16 18:50:24 raspberrypi weewx[6551]: cheetahgenerator: Generated 14 
files for report StandardReport in 2.38 seconds
Jan 16 18:50:25 raspberrypi weewx[6551]: genimages: Generated 12 images for 
StandardReport in 1.50 seconds
Jan 16 18:50:25 raspberrypi weewx[6551]: reportengine: copied 0 files to 
/var/www/html/weewx
^Cpi@raspberrypi:~ $ 


Do you have any suggustions for me?

I don't know how to solve the issue.

Regards

Filippo




-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to