If your first WeeWX install was v3.9.0 or later then the Seasons skin will 
have been installed and should be enabled by default. You can check if it 
is enabled and generating files by looking at the log, you should see 
something like:

May 2 00:15:28 aurora weewx[612] INFO weewx.cheetahgenerator: Generated 6 
files for report SeasonsReport in 1.26 seconds
May 2 00:15:30 aurora weewx[612] INFO weewx.imagegenerator: Generated 14 
images for report SeasonsReport in 1.34 seconds
May 2 00:15:30 aurora weewx[612] INFO weewx.reportengine: Copied 0 files to 
/home/weewx/public_html

If you don't it is likely that the Seasons skin is not enabled. Check the 
enable setting under [StdReport] [[SeasonsReport]] in weewx.conf. It should 
be enable = True.

To enable the FTP skin you need to edit weewx.conf and locate the 
[StdReport] [[FTP]] stanza, it will likely look something like:

    [[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, set "enable" to "true", then
        # fill out the next four lines.
        # Use quotes around passwords to guard against parsing errors.
        enable = false
        user = replace_me
        password = "replace_me"
        server = replace_me    # The ftp server name, e.g, www.myserver.org
        path = replace_me      # The destination directory, e.g., /weather

        # 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

You need to set enable = True and then work through the rest of the 
settings/comments and replace the 'replace_me' entries with appropriate 
settings for your web host/setup. Unless you are doing something other than 
plain vanilla FTP the only other setting you *may* need to change is 
HTML_ROOT (you will need to uncomment it first). But I would try the basics 
first. One tip, enclose your passwords in single or double quotes. Save 
weewx.conf and restart WeeWX. Monitor the log for errors and check you web 
host to see if the files have uploaded. If you run into problems have a 
read of the [[FTP]] stanza in the User's Guide 
<http://weewx.com/docs/usersguide.htm#config_FTP> (you should do this 
anyway). If you still can't work it out edit weewx.conf, set debug = 1 and 
restart WeeWX. Check the log, it may give you more clues. If still having 
problems post a log extract here showing the full WeeWX startup and a 
couple of report cycles.

Gary

On Thursday, 6 May 2021 at 17:20:30 UTC+10 PeterGill wrote:

> Thanks Gary! Any chance you could provide some more details on how to do 
> 1) and 2)? Your support is highly appreciated
>
> On Thursday, May 6, 2021 at 8:30:48 AM UTC+2 gjr80 wrote:
>
>> Hi,
>>
>> The ‘FTP skin’ does not provide any look and feel, it merely transfers 
>> files from your WeeWX system to a remote server using FTP. If you want to 
>> use FTP to transfer your Seasons skin files to a web server you should (1) 
>> enable the Seasons skin to generate the files and (2) enable the FTP skin 
>> to upload the files generated by the Seasons skin to your web server.
>>
>> Gary
>>
>> On Thursday, 6 May 2021 at 16:01:50 UTC+10 PeterGill wrote:
>>
>>> Dear group, once again I put my hope to your competence and willingness 
>>> to help.
>>>
>>> I want to publish my weather data to my web page in the Seasons skin 
>>> format using the FTP transfer method in weewx.conf. This seems to work only 
>>> with skin=FTP which of course give the FTP skin look at the webpage. Is 
>>> there any way I can get the webpage to present data with Seasons look and 
>>> feel?
>>>
>>> Thanks for your help!
>>>
>>>
>>>

-- 
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/70a165a1-dd94-48a1-a5a7-6ddd49a78406n%40googlegroups.com.

Reply via email to