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, ο χρήστης > [email protected] έγραψε: > >> See issue #737 <https://github.com/weewx/weewx/issues/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 Δημήτρης Βήχος <[email protected]> >> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/bf41204e-5675-42ff-aa4a-8647697e7c6bn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/bf41204e-5675-42ff-aa4a-8647697e7c6bn%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8992658c-1df5-4f17-8380-d0ac256e42e5n%40googlegroups.com.
