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 <https://affolter.familyds.net/wetter/loopdata/>

Am Mittwoch, 12. August 2020 03:20:18 UTC+2 schrieb 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.  Please give it a try.
>
> On Aug 11, 2020, at 9:41 AM, John Kline <jo...@johnkline.com <javascript:>> 
> wrote:
>
> 
> 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 Aug 11, 2020, at 9:37 AM, Geni 0815 <geni08...@gmail.com <javascript:>> 
> wrote:
>
> 
> 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:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> remote_port        : None
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> remote_user        : root
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: remote_dir   
>       Af: /home/weewx/loop-data
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> compress           : 0
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> log_success        : 0
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> ssh_options        : -o ConnectTimeout=1
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> timeout            : 1
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> skip_if_older_than : 3
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> time_delta         : 10800
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> trend_obstypes     : ['barometer', 'outTemp']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> rainyear_obstypes  : ['outTemp', 'wind', 'windSpeed', 'windDir', 
> 'windGust', 'windGustDir', 'rain']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> year_obstypes      : ['outTemp', 'wind', 'windSpeed', 'windDir', 
> 'windGust', 'windGustDir', 'rain']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> month_obstypes     : ['wind', 'windSpeed', 'windDir', 'windGust', 
> 'windGustDir', 'rain', 'outTemp']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> week_obstypes      : ['wind', 'windSpeed', 'windDir', 'windGust', 
> 'windGustDir', 'rain', 'outTemp']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> day_obstypes       : ['windGust', 'wind', 'windSpeed', 'windDir', 
> 'windGustDir', 'rain', 'outTemp']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> ten_min_obstypes   : ['windGust', 'wind', 'windSpeed', 'windDir', 
> 'windGustDir', 'rain', 'outTemp']
> Aug 11 18:05:41 Wetter-Raspi weewx[1211] INFO user.loopdata: 
> baro_trend_descs   : {<BarometerTrend.RISING_VERY_RAPIDLY: 1>: 'Rising Very 
> Rapidly', <BarometerTrend.RISING_QUICKLY: 2>: 'Rising 
>
> Am Dienstag, 11. August 2020 18:12:01 UTC+2 schrieb 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 the log.  They should look something like this:
>> Aug 11 09:09:14 ella weewx[5404] INFO user.loopdata: week_start         : 
>> 0
>> Aug 11 09:09:14 ella weewx[5404] INFO user.loopdata: rainyear_start     : 
>> 1
>>
>> On Aug 11, 2020, at 8:49 AM, geni08...@gmail.com <geni08...@gmail.com> 
>> wrote:
>>
>>  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, 2020, at 3:20 AM, geni08...@gmail.com <geni08...@gmail.com> 
>>> wrote:
>>>
>>> I found a syntax.
>>>
>>>
>>> Question: for example "Hi Out Temp, week", shouldn't it be the highest 
>>> temp since Monday? But this is not true for me! Why?
>>>
>>> geni08...@gmail.com schrieb am Dienstag, 11. August 2020 um 10:57:03 
>>> UTC+2:
>>>
>>>> @John: I installed version 2.6.
>>>> how do i get the values:
>>>>     <td id='$(archive[1]).outTemp.max.formatted' 
>>>> style='white-space:pre;'></td>
>>>>     <td id='$(archive[1]).outTemp.min.formatted' 
>>>> style='white-space:pre;'></td>
>>>>     <td id='$(archive[1]).wind.rms.formatted' 
>>>> style='white-space:pre;'></td>
>>>>     <td id='$(archive[1]).windGust.max.formatted' 
>>>> style='white-space:pre;'></td>
>>>>     <td id='$(archive[1]).rain.sum.formatted' 
>>>> style='white-space:pre;'></td>
>>>
>>> -- 
>>> 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+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/282de9d8-ff84-4c29-b302-2893aded408fn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/282de9d8-ff84-4c29-b302-2893aded408fn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/40bdd07b-16f1-4413-b532-05222b4a8b5en%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/40bdd07b-16f1-4413-b532-05222b4a8b5en%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> -- 
> 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...@googlegroups.com <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/19d7ca5f-76a7-4df4-9249-d5931cd15f6eo%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/19d7ca5f-76a7-4df4-9249-d5931cd15f6eo%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/97674298-ca29-40a9-a2f1-eae84d93f8f2o%40googlegroups.com.
{"current.dateTime.raw": 1597211369, "current.windchill": "21.1\u00b0C", 
"current.windSpeed": "0 km/h", "current.windSpeed.formatted": "0", 
"current.windSpeed.raw": 0.0, "day.windGust.max": "13 km/h", 
"day.windGust.max.formatted": "13", "10m.windGust.max": "6 km/h", 
"10m.windGust.max.formatted": "6", "10m.wind.rms.formatted": "3", 
"day.wind.rms.formatted": "4", "week.wind.rms.formatted": "5", 
"month.wind.rms.formatted": "4", "week.windGust.max.formatted": "27", 
"month.windGust.max.formatted": "27", "current.barometer": "1013.7 hPa", 
"trend.barometer": "0.4 hPa", "trend.barometer.desc": "Rising Slowly", 
"trend.barometer.formatted": "0.4", "current.rain": "0.0 mm", 
"current.rainRate": "0 mm/h", "current.rainRate.formatted": "0", 
"day.rain.sum": "0.0 mm", "day.rain.sum.formatted": "0.0", 
"week.rain.sum.formatted": "0.0", "month.rain.sum.formatted": "44.6", 
"10m.rain.sum.formatted": "0.0", "current.appTemp": "23.5\u00b0C", 
"current.appTemp.formatted": "23.5", "current.outTemp": "21.1\u00b0C", 
"current.outTemp.formatted": "21.1", "trend.outTemp": "3.3\u00b0C", 
"current.inTemp": "22.2\u00b0C", "day.outTemp.avg.formatted": "18.7", 
"10m.outTemp.max.formatted": "21.1", "10m.outTemp.min.formatted": "20.3", 
"day.outTemp.max.formatted": "21.1", "day.outTemp.min.formatted": "16.9", 
"week.outTemp.max.formatted": "30.9", "week.outTemp.min.formatted": "16.3", 
"month.outTemp.max.formatted": "30.9", "month.outTemp.min.formatted": "8.5", 
"current.dewpoint.formatted": "16.9", "current.inHumidity": "65%", 
"current.outHumidity": "77%", "year.outTemp.max.formatted": "33.0", 
"year.outTemp.min.formatted": "-5.4", "year.wind.rms.formatted": "5", 
"year.windGust.max.formatted": "77", "year.rain.sum.formatted": "575.4", 
"rainyear.outTemp.max.formatted": "33.0", "rainyear.outTemp.min.formatted": 
"-5.4", "rainyear.wind.rms.formatted": "5", "rainyear.windGust.max.formatted": 
"77", "rainyear.rain.sum.formatted": "575.4", "month.wind.rms.raw": 
4.218789071746603}

Reply via email to