Re: [weewx-user] wind run always zero after update to 4.6.0

2022-02-19 Thread Δημήτρης Βήχος
updating.

after 2 days suddenly windmeter again always zero on steelseries page.
i suspicius that happens only on steelseries ,because in test page with 
$windrun.day.sum  , windrun updating well every 5 minutes , and the  
steelseries odometer remains steel in zero. 
with windrun = software and   record[obs_type] = self[obs_type].sum if self[
obs_type].count else None , in accum.py

Στις Παρασκευή 11 Φεβρουαρίου 2022 στις 3:06:35 μ.μ. UTC+2, ο χρήστης 
Δημήτρης Βήχος έγραψε:

> widmeter works well now  with windrun = prefer_hardware and , record[
> obs_type] = self[obs_type].sum if self[obs_type].count else None , in 
> accum.py.  thank you!
>
> Στις Πέμπτη 10 Φεβρουαρίου 2022 στις 11:19:12 μ.μ. UTC+2, ο χρήστης 
> tke...@gmail.com έγραψε:
>
>> See issue #737 .
>>
>> Solution is to change 'prefer_hardware' to 'software' for windrun. While 
>> you're in there, you might as well change ET too. When you're done, it will 
>> look something like:
>>
>> [StdWXCalculate]
>> 
>> [[Calculations]]
>> # How to calculate derived quantities.  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
>> altimeter = prefer_hardware
>> appTemp = prefer_hardware
>> barometer = prefer_hardware
>> cloudbase = prefer_hardware
>> dewpoint = prefer_hardware
>> ET = software
>> heatindex = prefer_hardware
>> humidex = prefer_hardware
>> inDewpoint = prefer_hardware
>> maxSolarRad = prefer_hardware
>> rainRate = prefer_hardware
>> windchill = prefer_hardware
>> windrun = software
>>
>>
>>
>>
>> On Thu, Feb 10, 2022 at 1:07 PM Δημήτρης Βήχος  
>> wrote:
>>
>>> 2 days before i was update weewx from 4.5.1 to 4.6.0
>>> after update to new version and restarting in steelseries wind run is 
>>> always zero. wind speed and gust calculating as before.
>>> [image: Στιγμιότυπο οθόνης_2022-02-10_23-03-55.png] 
>>>
>>> -- 
>>> 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/bf41204e-5675-42ff-aa4a-8647697e7c6bn%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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/8992658c-1df5-4f17-8380-d0ac256e42e5n%40googlegroups.com.


Re: [weewx-user] wind run always zero after update to 4.6.0

2022-02-11 Thread Δημήτρης Βήχος
widmeter works well now  with windrun = prefer_hardware and , record[
obs_type] = self[obs_type].sum if self[obs_type].count else None , in 
accum.py.  thank you!

Στις Πέμπτη 10 Φεβρουαρίου 2022 στις 11:19:12 μ.μ. UTC+2, ο χρήστης 
tke...@gmail.com έγραψε:

> See issue #737 .
>
> Solution is to change 'prefer_hardware' to 'software' for windrun. While 
> you're in there, you might as well change ET too. When you're done, it will 
> look something like:
>
> [StdWXCalculate]
> 
> [[Calculations]]
> # How to calculate derived quantities.  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
> altimeter = prefer_hardware
> appTemp = prefer_hardware
> barometer = prefer_hardware
> cloudbase = prefer_hardware
> dewpoint = prefer_hardware
> ET = software
> heatindex = prefer_hardware
> humidex = prefer_hardware
> inDewpoint = prefer_hardware
> maxSolarRad = prefer_hardware
> rainRate = prefer_hardware
> windchill = prefer_hardware
> windrun = software
>
>
>
>
> On Thu, Feb 10, 2022 at 1:07 PM Δημήτρης Βήχος  
> wrote:
>
>> 2 days before i was update weewx from 4.5.1 to 4.6.0
>> after update to new version and restarting in steelseries wind run is 
>> always zero. wind speed and gust calculating as before.
>> [image: Στιγμιότυπο οθόνης_2022-02-10_23-03-55.png] 
>>
>> -- 
>> 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/bf41204e-5675-42ff-aa4a-8647697e7c6bn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/fce5dcf8-30a6-4c14-9e0d-8eec384e6d61n%40googlegroups.com.