Hello Tom,
here below the messages

pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Jan 17 18:58:29 raspberrypi weewx[8583]: manager: Daily summaries up to date
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: StationRegistry: 
Registration not requested.
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: Wunderground: Posting not 
enabled.
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: PWSweather: Posting not 
enabled.
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: CWOP: Posting not enabled.
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: WOW: Posting not enabled.
Jan 17 18:58:30 raspberrypi weewx[8583]: restx: AWEKAS: Posting not enabled.
Jan 17 18:58:30 raspberrypi weewx[8583]: engine: Starting up weewx version 
3.6.2
Jan 17 18:58:30 raspberrypi weewx[8583]: engine: Clock error is 0.93 
seconds (positive is fast)
Jan 17 18:58:30 raspberrypi weewx[8583]: engine: Starting main packet loop.
Jan 17 19:00:16 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:00:00 CET (1484676000) to database 'weewx.sdb'
Jan 17 19:00:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, 
next retry is Tue Jan 17 19:01:46 2017 [try http://www.rsyslog.com/e/2007 ]
Jan 17 19:00:16 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:00:00 CET (1484676000) to daily summary in 'weewx.sdb'
Jan 17 19:00:23 raspberrypi weewx[8583]: cheetahgenerator: Generated 14 
files for report StandardReport in 7.27 seconds
Jan 17 19:00:28 raspberrypi weewx[8583]: genimages: Generated 24 images for 
StandardReport in 4.70 seconds
Jan 17 19:00:28 raspberrypi weewx[8583]: reportengine: copied 9 files to 
/var/www/html/weewx
Jan 17 19:05:21 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:05:00 CET (1484676300) to database 'weewx.sdb'
Jan 17 19:05:21 raspberrypi rsyslogd-2007: action 'action 17' suspended, 
next retry is Tue Jan 17 19:06:51 2017 [try http://www.rsyslog.com/e/2007 ]
Jan 17 19:05:21 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:05:00 CET (1484676300) to daily summary in 'weewx.sdb'
Jan 17 19:05:23 raspberrypi weewx[8583]: cheetahgenerator: Generated 14 
files for report StandardReport in 2.27 seconds
Jan 17 19:05:24 raspberrypi weewx[8583]: genimages: Generated 12 images for 
StandardReport in 1.47 seconds
Jan 17 19:05:24 raspberrypi weewx[8583]: reportengine: copied 0 files to 
/var/www/html/weewx
Jan 17 19:10:15 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:10:00 CET (1484676600) to database 'weewx.sdb'
Jan 17 19:10:15 raspberrypi rsyslogd-2007: action 'action 17' suspended, 
next retry is Tue Jan 17 19:11:45 2017 [try http://www.rsyslog.com/e/2007 ]
Jan 17 19:10:15 raspberrypi weewx[8583]: manager: added record 2017-01-17 
19:10:00 CET (1484676600) to daily summary in 'weewx.sdb'
Jan 17 19:10:18 raspberrypi weewx[8583]: cheetahgenerator: Generated 14 
files for report StandardReport in 2.23 seconds
Jan 17 19:10:19 raspberrypi weewx[8583]: genimages: Generated 12 images for 
StandardReport in 1.50 seconds
Jan 17 19:10:19 raspberrypi weewx[8583]: reportengine: copied 0 files to 
/var/www/html/weewx


Il giorno martedì 17 gennaio 2017 17:21:33 UTC+1, Tom Keffer ha scritto:
>
> ​Hello, Filippo
>
> Set debug=2 in weewx.conf, then restart weewx.​ Wait 10 minutes, then post 
> the log *from the initial startup*. It's important to see the initial 
> weewx start up sequence to see whether it's recognizing your FTP settings.
>
> Setting debug=2 (instead of debug=1) will cause weewx to log the URL used 
> to communicate with wunderground.
>
> -tk
>
>
> On Tue, Jan 17, 2017 at 8:13 AM, Filippo Santello <[email protected] 
> <javascript:>> wrote:
>
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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