That provides a little more info but not the whole picture. You have used the report name for the Standard skin ([[StandardReport]]) but are telling it to run the Ftp skin with no user, password, server address etc. Using [[StandardReport]] with the Ftp skin does not matter, the report name can be anything it just needs to be unique (though naming a report StandardReport and running the Ftp skin can be misleading/confusing). What is causing the Ftp skin to be skipped in this case is the lack of any FTP server credentials/settings.
That covers the first three lines of your log extract. As for the reason the second invocation of the Ftp skin was skipped I have no idea, we need to see more of the [StdReport] stanza. Gary On Thursday, 12 November 2020 at 21:33:50 UTC+10 [email protected] wrote: > [[StandardReport]] > # This is the old "Standard" skin. By default, it is not enabled. > skin = Ftp > enable = true > > Dne čtvrtek 12. listopadu 2020 v 12:32:42 UTC+1 uživatel gjr80 napsal: > >> Hi, >> >> Impossible to say much from the small config snippet provided. Can you >> post the entire [StdReport] stanza from weewx.conf please, making sure >> you obfuscate any user names, passwords and other sensitive info. >> >> Gary >> >> On Thursday, 12 November 2020 at 21:24:40 UTC+10 [email protected] wrote: >> >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: Running >>> report 'StandardReport' >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Ftp/skin.conf for report >>> 'StandardReport' >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: ftpgenerator: >>> FTP upload not requested. Skipped. >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: Running >>> report 'FTP' >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP' >>> Nov 12 12:16:11 weewx weewx[813] DEBUG weewx.reportengine: ftpgenerator: >>> FTP upload not requested. Skipped. >>> >>> weewx.conf >>> enable = true >>> user = myuser >>> password = "mypassword" >>> server = my IP >>> ftp server working >>> >>> -- 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/edc586bf-5119-4c5b-b4d1-f6002a3a47fcn%40googlegroups.com.
