Hi Thomas, I have been looking at this today and it looks like I can copy engine.py to a new program and then call that from the [Engine] section for weewx.conf.
Any thoughts report_services = weewx.engine.StdPrint, weewx.engine.StdReport, weewx.AWSengine.S3_Sync Mike Revitt Global Database Cloud Migration Specialist e: [email protected] <mailto:[email protected]> | p: +44.7825.063.466 > On 29 Apr 2018, at 16:04, Thomas Keffer <[email protected] > <mailto:[email protected]>> wrote: > > Thanks, Mike! Very interesting. > > A suggestion: rather than modify reportengine.py, with all the maintenance > headaches that implies, you could put your new class AWS_Sync in a new file, > say, user/aws_sync.py. Then subclass service StdReport, overriding its method > launch_report_thread() to launch AWS_Sync instead of StdReportEngine. > > This would make you more upgrade-proof. > > -tk > > On Sun, Apr 29, 2018 at 4:03 AM, Mike Revitt <[email protected] > <mailto:[email protected]>> wrote: > All, > > I got this working a couple of months ago and have finally gotten around to > documenting how I did it. > > The guide is published here > <https://www.cougar.eu.com/useful-guides/weewx-guides/publish-weewx-web-pages-to/> > and you can see the Weewx website running at my domain, which is hosted on > S3 or at the S3 address, both of which are shown below. > > http://weather.cougar.eu.com <http://weather.cougar.eu.com/> > > http://weather.cougar.eu.com.s3-website-us-east-1.amazonaws.com > <http://weather.cougar.eu.com.s3-website-us-east-1.amazonaws.com/> > > enjoy > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > -- > You received this message because you are subscribed to a topic in the Google > Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/fYg-cmVXAh0/unsubscribe > <https://groups.google.com/d/topic/weewx-user/fYg-cmVXAh0/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
