In my experience station/weeWX issues that disappear for no apparent reason are not actually fixed, rather some set of conditions/circumstances have transpired that mask the previously seen symptoms.
The ignore_zero_wind setting is very simple in its operations. if set to True windDirection and windGustDir are forced to None if windSpeed and windGust are zero respectively. This is the default action. If windSpeed and windGust are None then windDir and windGustDir are untouched (note that None and zero are two different values). If ignore_zero_wind is set to False then windDir and windGustDir are untouched irrespective of windSpeed and windGust. At the end of the day there are a number of scenarios that could explain what you initially observed; it could be that weeWX received no windDir data and left untouched windDir displayed as N/A, there could be a peculiarity to how your station provides data or there could be some other issue. Without knowing the station type and seeing the loop and archive data from the driver/weeWX (and possibly digging further) it is impossible to narrow down the issue. I guess we will wait and see if the issue presents itself again in the future. Gary On Thursday, 27 December 2018 20:46:55 UTC+10, Christian Nimmervoll wrote: > > > No idea why. But now it works. :) > > Maybe it just needed time. > THX for the help! > Chris > > -- 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.
