What do you mean by, "there are no longer windDir data in the hi/lo section"? Is there a placeholder? Or, white space? Or, N/A?
It might be worth seeing what is in your database. This assumes your database is located at /var/lib/weewx/weewx.sdb. If you used the setup.py install method, it would be at /home/weewx/archive/weewx.sdb. *sqlite3 /var/lib/weewx/weewx.sdb* sqlite> *select datetime(dateTime, 'unixepoch', 'localtime'), * from archive_day_wind order by dateTime desc limit 20;* sqlite> *.quit* -tk On Tue, Dec 8, 2020 at 8:15 AM Vetti52 <[email protected]> wrote: > Since update to version 4.2.0, I have a curious result in season skin. > Although $current.windDir is properly displayed and continuously collected, > there are no longer windDir data in the hi/lo section. Wind Max shows speed > correctly, but no direction. I checked hilo.inc. There are no changes, > compared to the original version (hilo.inc.dpkg-dist dated from 2020-04-30). > > Where should I start to trace the bug? > > -- > 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/bb0a2343-45cf-4885-a7a8-4212c4426592n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/bb0a2343-45cf-4885-a7a8-4212c4426592n%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/CAPq0zEDx-Cox2%3DMPcJYg0-FGdC%2B4Ef%3DDyxhzPKXgi4MQ%3DTHEnw%40mail.gmail.com.
