That makes sense, I have created a skin with its own weewx.conf already, 
was struggling to work out how to call the generator in its own file

Do I then call it from the S3 conf file like this

[Generators]

    generator_list = weeutil.s3upload.S3Upload


------

where

weeutil is the directory

s3upload is the py file

S3Upload is the class within the py file


---


Already have a section in the main conf file that I have just tested via my 
other thread on this subject




On Wednesday, February 12, 2020 at 8:32:20 AM UTC, gjr80 wrote:
>
> A few things. Rather than put your generator in reportengine.py put it in 
> its own file in /home/weewx/bin/user or /usr/share/weewx/user, that way it 
> will survive WeeWX. 
>
> To invoke your generator create a skin ala FTP and in your skin.conf you 
> will invoke your generator rather than the FTP generator. Then in 
> weewx.conf under [StdReport] you will include a report just like the 
> [[FTP]] but with the details/settings for your generator. 
>
> That’s a fairly broad brush high level view or have I missed your question 
> completely? 
>
> Gary

-- 
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/283c9aed-6889-412e-b29b-cbc480321d18%40googlegroups.com.

Reply via email to