sorry it's me, i made a typo oups
my config is:

[StdWXCalculate]

        ignore_zero_wind = False

    [[Calculations]]
        # Derived quantities are calculated by this service. Possible 
values are:
        #  hardware        - use the value provided by hardware
        #  software        - use the value calculated by weewx
        #  prefer_hardware - use value provide by hardware if available,
        #                      otherwise use value calculated by weewx

        pressure = hardware
        barometer = software
        altimeter = hardware
        windchill = software
        heatindex = software
        dewpoint = prefer_hardware
        inDewpoint = prefer_hardware
        rainRate = hardware


Le lundi 18 septembre 2017 14:11:14 UTC+2, Tom Keffer a écrit :
>
> Two things to try:
>
> 1. In your message, you said you put ignore_zero_wind = Faste. that may 
> just be a typo in your message, but sure you spell 'False' correctly. It 
> should be ignore_zero_wind = False.
> 2. Make sure it's in the right place. It should be in the [StdWXCalculate] 
> section, *above* the [[Calculations]] subsection:
>
> [StdWXCalculate]
>
>     ignore_zero_wind = False
>
>     [[Calculations]]
>     # Derived quantities are calculated by this service. Possible values 
> are:
>     #  hardware        - use the value provided by hardware
>     #  software        - use the value calculated by weewx
>     #  prefer_hardware - use value provide by hardware if available,
>     #                      otherwise use value calculated by weewx
>     
>         pressure = prefer_hardware
>         barometer = prefer_hardware
>         altimeter = prefer_hardware
>         windchill = prefer_hardware
>         heatindex = prefer_hardware
>         dewpoint = prefer_hardware
>         inDewpoint = prefer_hardware
>         rainRate = prefer_hardware
>
> -tk
>
> On Mon, Sep 18, 2017 at 4:30 AM, Franck <[email protected] <javascript:>> 
> wrote:
>
>> Hello,
>> j uses weewx for some time and then content. I have a wmr200 station that 
>> works well.
>> my problem comes from going up the direction of the wind when there is 
>> none. I put ignore_zero_wind = Faste in weewx.conf but nothing does.
>> Thank you in advance for your help
>>
>> --
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

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