On Thursday, March 14, 2019 at 4:42:59 PM UTC-5, Thomas Keffer wrote:
>
> Running WeeWX without generating reports is simple enough: just remove the 
> service weewx.engine.StdReport from the list of services to be run (option 
> report_services).
>

Good point. Since I turned off other parts, I'm surprised I didn't think of 
that before the /dev/null idea. 

Are there any calculations performed by the reports prior to populating the 
database that would be missing? 
 

> Having the reports done by a separate program running on a VM is a little 
> more complicated. 
>
> The simplest option is to use wee_reports to do the report generation. You 
> could either have a crontab kick it off, or use some other signaling 
> mechanism to start wee_reports. This is completely satisfactory, except for 
> one detail: wee_reports would not have access to any new types introduced 
> by any extensions you might have. If you don't have any extensions that add 
> new types, then it's not a problem.
>

Fantastic! This gives me precisely the options I want. Thank you so much 
for pointing me in the right direction.
 

> Another more ambitious option is to write a dirt simple driver whose job 
> it is to watch the database, and notice new, incoming records. It would 
> then retrieve the record and emit a NEW_ARCHIVE_RECORD event. Because this 
> driver would not be emitting the normal LOOP packets, this would be an 
> experiment and would require understanding how the engine works. It would 
> be a "good project for the interested student," but you would be on your 
> own figuring it out.
>

If I'm going to be ambitious, I have something else that's been on my wish 
list ever since I switched away from Weather Display.

I really miss the wind speed and direction radial graph it provides (see 
dirplot.gif 
<http://www.canterbury-city-2000.co.uk/canterbury/canterbury/dirplot.gif>
 and dirplot.gif <http://jaxweather.net/WeatherImages/WD/dirplot.gif>). At 
a glance I could quickly understand the wind direction trends (since it's 
based on a compass, it's easier/faster than daywinddir or daywindvec for 
me) and speed (it uses many steps to transition from white to pink to red 
as the wind speed increases). This has been mentioned before (see this 
<https://groups.google.com/d/msg/weewx-user/0hGKjHwD3J0/uTeuqLr-J3gJ>), but 
I haven't found anything else about it. I do remember seeing it on a weewx 
wish list sometime back but that disappeared. I found something here 
<https://bitbucket.org/ozgreg/weewx-wd/wiki/Advanced%20Customising> but I 
haven't tried it or figured out if it yields what I want. 
 

> Those are the choices that come off the top of my head.
>

Such quick, quality help for my question makes me wonder if you have 
thoughts about my wish? 

Thanks for your time.

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