> > I've been deleting the rows where outTemp is null and then rebuilding the > dailies and that's fixed the strange records, but I'm assuming that if I > just rebuild the dailies that will do the trick without modifying the > database? >
Yes, that would work, and would have the advantage of not deleting otherwise good rows in the archive table. > Is record_generation = hardware playing a role as well? > Yes, it is, because the value of rainRate is being obtained from the hardware. That's usually a good thing: it guarantees that the value you see on the webpage will match what you see on the console. I would fix the problem of your intermittent bad values before resorting to software generation. -tk -- 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/CAPq0zEDUVXfvfemg9mZBm9NuauWZ_B7o1k04HTcQtoKjOebB5g%40mail.gmail.com.
