wind run always zero after update to 4.6.0

108 views
Skip to first unread message

Δημήτρης Βήχος

unread,
Feb 10, 2022, 4:07:51 PM2/10/22
to weewx-user
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.
Στιγμιότυπο οθόνης_2022-02-10_23-03-55.png

Tom Keffer

unread,
Feb 10, 2022, 4:19:12 PM2/10/22
to weewx-user
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




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

Δημήτρης Βήχος

unread,
Feb 11, 2022, 8:06:35 AM2/11/22
to weewx-user
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!

Δημήτρης Βήχος

unread,
Feb 19, 2022, 6:11:51 PM2/19/22
to weewx-user
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
Reply all
Reply to author
Forward
0 new messages