Nice ! 

You can close this thread :) 

Le samedi 15 août 2020 à 02:12:44 UTC+2, Tom Keffer a écrit :

> config={
>   'WLLDriver': {
>     'driver' : 'user.WLLDriver',
>     'max_tries' : 10,
>     'retry_wait' : 5,
>     'poll_interval' : 10,
>     'udp_enable' : 0,
>     'hostname' : 'change_me',
>     'time_out' : 10,
>     'device_id' : '1:iss',
>     'wl_apikey' : 'change_me',
>     'wl_apisecret' : 'change_me',
>     'wl_stationid' : 'change_me',
>     'wl_archive_interval' : 5,
>   },
>   'Accumulator' : {
>     'rainRate' : {
>       'extractor' : 'max'
>     }
>   }
> }
>     
>
> On Fri, Aug 14, 2020 at 3:21 PM flor...@pre-vost.fr <flor...@pre-vost.fr> 
> wrote:
>
>> Hi ! 
>>
>> Thank you very much ! 
>>
>> To push my driver, how can I set this with install.py when install the 
>> driver like this ? 
>>
>> config={
>> 'WLLDriver': {
>> 'driver' : 'user.WLLDriver',
>> 'max_tries' : 10,
>> 'retry_wait' : 5,
>> 'poll_interval' : 10,
>> 'udp_enable' : 0,
>> 'hostname' : 'change_me',
>> 'time_out' : 10,
>> 'device_id' : '1:iss',
>> 'wl_apikey' : 'change_me',
>> 'wl_apisecret' : 'change_me',
>> 'wl_stationid' : 'change_me',
>> 'wl_archive_interval' : 5,
>>
>> },
>>
>> Le vendredi 14 août 2020 à 20:08:18 UTC+2, Tom Keffer a écrit :
>>
>>> By default, the accumulators emit the average value seen over an archive 
>>> period. This can be changed to the highest value by putting this at the 
>>> bottom of your weewx.conf file:
>>>
>>> [Accumulator]
>>>   [[rainRate]]
>>>     extractor = max
>>>
>>> -tk
>>>
>>> On Fri, Aug 14, 2020 at 10:55 AM Florentin Prevost <flor...@pre-vost.fr> 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I saw that Weewx make an average with each packets in genLoopPackets. 
>>>> But when I see in archive table, I've not the high rainRate. How can I 
>>>> have 
>>>> the high rainRate for each archive ?
>>>>
>>>> If I make a sql request on daily table, I've just the high rainRate day 
>>>> with the timestamp.
>>>>
>>>> Thank's a lot
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "weewx-development" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to weewx-developm...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-development/c165de90-7dd6-4917-a1d5-017af13f5524o%40googlegroups.com
>>>> .
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-development" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-developm...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-development/cc07e187-3378-41ae-95e9-98df2b0b9b5fn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-development/cc07e187-3378-41ae-95e9-98df2b0b9b5fn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-development+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/5ca6fe72-b6e9-4458-ac30-d28e524dd03cn%40googlegroups.com.

Reply via email to