Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-12 Thread John Kline
I’m happy to hear that it is working. Thank you for trying it out! > ...and there are 2 unit definitions for some. I think you are asking about km_per_hour2 (as opposed to km_per_hour). Here’s what http://weewx.com/docs/customizing.htm has to say about that: group_speed2 This group is similar t

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-12 Thread Geni 0815
Thanks for the explanation. I had target_report = SeasonsReport, and there are 2 unit definitions for some. km_per_hour =% .0f km_per_hour2 =% .1f knot =% .0f knot2 =% .1f meter_per_second = %.1f m

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-12 Thread John Kline
> Where can I find a description of what a “Rain Year” is? By default, rainyear is the same as year. It’s the 12-month period for which the cumulative rain amount is measured. See: https://en.wikipedia.org/wiki/Water_year To set the rain year, see: http://weewx.com/docs/usersguide.htm#rain_year

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread Geni 0815
Hi John, Thanks for the new version. I still have the following questions: Where can I find a description of what a "Rain Year" is? Where and how can I set that $wind.rms.formatted and $windGust.max.formatted also have a decimal place at km / h? Current Livelink

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread John Kline
OK, I found the issue. My tests simulate running weewx and processing packets. The issue was at startup where I use daily summaries to create accumulators for day, week, year and rainyear. That code was missing the first daily summary of each of these periods. I’ve fixed this issue in v2.7.

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread John Kline
It does not look like you have installed from head on github. Go to this page: https://github.com/chaunceygardiner/weewx-loopdata Click “Code” and then click download zip. Install that zip file. When you do that, after time_delta in the log, you should see week_start and rainyear_start. > On

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread Geni 0815
Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: tmpname: /tmp/LoopDataz7h4ntn0 Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: enable : 0 Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: remote_server : www.foobar.com Aug 11 18:0

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread John Kline
Also, please add $week.outTemp.max.formatted to a report. You can simply add it anywhere in a template. After the report is generated, send the value printed in the report and the value in the loop-data.txt file. I have tests for all of this; but, of course, I could have a mistake in the test

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread John Kline
OK, before we look at the daily summaries in your database, please install loopdata at head. I’ve added logging for week_start and rainyear_start at startup. Let’s make sure that the extension thinks week_start is 0. Install the the extension. Restart weewx and then paste in the lines from th

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread geni08...@gmail.com
week_start = 0 jo...@johnkline.com schrieb am Dienstag, 11. August 2020 um 16:08:18 UTC+2: > When does your week start? > > You should see something like this is weewx.conf: > # Start of week (0=Monday, 6=Sunday) > week_start = 6 > > What value do you have for week_start? > > On Aug 11,

Re: [weewx-user] Re: Questions about weewx-loopdata 2.x

2020-08-11 Thread John Kline
When does your week start? You should see something like this is weewx.conf: # Start of week (0=Monday, 6=Sunday) week_start = 6 What value do you have for week_start? > On Aug 11, 2020, at 3:20 AM, geni08...@gmail.com > wrote: > > I found a syntax. > Question: for example "Hi Out Te