Thank you. I have already replied to this on Github. Same / similar problem exists with ET as well. I also had to change from prefer_hardware to software, otherwise a 0 or 0.0 is always written to the DB, even though I don't have the value in use.
[email protected] schrieb am Montag, 7. Februar 2022 um 00:07:49 UTC+1: > Glad you found a workaround, but this is clearly not right. I've opened up > issue #737 <https://github.com/weewx/weewx/issues/737> to track. > > On Sun, Feb 6, 2022 at 5:50 AM David Schulz <[email protected]> wrote: > >> windrun = software >> >> Solved the problem and the behavior looks the same. >> >> echo "SELECT dateTime, windrun FROM archive WHERE dateTime > 1644154200" >> | sqlite3 weewx.sdb >> 1644154320|0.171428571428571 >> 1644154440|0.227210884353742 >> 1644154560|0.25578231292517 >> 1644154680|0.199319727891156 >> 1644154800|0.218421052631579 >> 1644154920|0.250340136054422 >> >> thx. >> >> [email protected] schrieb am Sonntag, 6. Februar 2022 um 13:47:01 UTC+1: >> >>> First I would change prefer_hardware by software and hardware in turn >>> and see what happens. Is there a difference in behavior? >>> >>> Then you may want to set debug high enough to see the LOOP packets in >>> syslog. What wind related values are there? >>> >>> >>> -- >> 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/aca739ea-3030-4bd5-a505-96a7f286b951n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/aca739ea-3030-4bd5-a505-96a7f286b951n%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/3409e22c-c09f-4cc2-a7d0-eb9f6386c0f2n%40googlegroups.com.
