[weewx-user] Re: Smaller Weewx Log?

2017-08-21 Thread Janez Kranjski
Thank you both. I will check suggestions. -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit

[weewx-user] Weewx and Meteotemplate

2017-08-21 Thread Luc Heijst
To all, As you might probably know already, I'm addicted to WeeWX and Meteotemplate. I don't have to explain to you the benefits of WeeWX, do I? For the presentation and analysis of my weather data I use Meteotemplate. Recently Meteotemplate created its own dedicated forum, see:

Re: [weewx-user] Re: NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread Tomáš Filo
Thank you, I didn't realize that this is possible :) I will go to look at wee_reports parameters and I will do this that way. S pozdravom Tomáš Filo tfil...@gmail.com 2017-08-21 11:46 GMT+02:00 Andrew Milner : > Just run wee_reports manually, specifying the date to

Re: [weewx-user] Re: NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread Andrew Milner
Just run wee_reports manually, specifying the date to be used for 'current', to generate the required historic monthly and/or yearly plots, and then combine with the cron approach to avoid having to manually create them again in the future - and work on the selection/display options instead!!

Re: [weewx-user] Re: NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread Andrew Milner
1. If you have a cron task to copy/rename the monthly plots once per month then you will build up a collection of monthly plots 2. If you have a cron task to copy/rename the yearly plots once per year then you will build up a collection of yearly plots 3. If you try and plot many years worth

Re: [weewx-user] Re: NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread Tomáš Filo
‎I want to create plots/graphs for every month in same way like there are plots for last 30 days. So as you can see plot for last 30 days and for last year, you can see plots for every month in history and for

[weewx-user] Re: Smaller Weewx Log?

2017-08-21 Thread Andrew Milner
.. and check the wiki for reducing SD writes . https://github.com/weewx/weewx/wiki/Minimize-writes-on-SD-cards or make rpi read only by following: https://github.com/glennmckechnie/rorpi-raspberrypi/wiki/Rorpi-Home On Monday, 21 August 2017 09:32:49 UTC+3, gjr80 wrote: > Hi, > > At

[weewx-user] Re: NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread Andrew Milner
It is certainly possible to create HTML pages for the NOAA reports - just create your own template - I have attached ones which I use. As for the graphs - I guess it depends on exactly what you are attempting to graph!! On Monday, 21 August 2017 09:11:58 UTC+3, tfi...@gmail.com wrote: >

[weewx-user] Smaller Weewx Log?

2017-08-21 Thread gjr80
Hi, At the moment the best you can do (short of modifying the code - not recommended) is set debug = 0 in `weewx.conf`. Depending on which driver you are using there may be some settings that control the level of log output from the driver (only), though the drivers usually ship/install with

[weewx-user] NOAA monthly and yearly summaries, is possible generate PLOT ?

2017-08-21 Thread tfilosk
Hello I know that it is maybe not what was NOAA summaries made for. But I want to generate NOAA reports as HTML files. And I will like to include plots too for better graphical representation of data. It is somehow possible generate plots for every month, every year stored in database ? Thank