Thanks, Greg, but I believe the problem occurs if the LOOP data includes windGust, but not windGustDir. In this case, the accumulator uses windGust to set the new high but, because windGustDir is missing, it logs the companion direction as 'None.'
So, unless windGust, but not windGustDir, is being emitting in your LOOP packets, you're not tickling the corner case. -tk On Fri, May 4, 2018 at 3:54 PM, Greg from Oz <[email protected]> wrote: > The field name is windDir > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
