On Sunday, March 5, 2017 at 4:52:06 PM UTC-5, Craig Thom wrote: > > I am showing a strong signal from the station to the display whenever I > look, so, if it drops out on occasion, I'm not confident in getting that > fixed. I think it could be handled, though, if I could get weewx to > recognize that it doesn't have good data and not upload it to other > services. I'd rather have a missing entry than a bad one. >
craig, if weewx is uploading bad data, then that is a bug in weewx, and we need to fix it. however, the record you posted is valid. NULL values (None in python) is not a bug. NULL/None indicates that there is no value for a sensor, for whatever reason. if the consumer (e.g., weather underground) does not handle NULL/None properly, that is a bug in the consumer. m -- 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.
