It is important that the main archive table and the daily summaries be kept in sync. So, you should change values in the main archive table, then rebuild the daily summaries.
Use any tool you wish to change the main archive table. I like sqlite3. You may have to install it. sudo apt-get install sqlite3 The utility wee_database with the --rebuild-daily <http://www.weewx.com/docs/utilities.htm#Action_--rebuild-daily> option can then rebuild the summaries. -tk On Sun, Sep 15, 2019 at 5:27 AM Sebastien ROVERCH <[email protected]> wrote: > Is there a tool to change values in the database? > > datetime - min - mintime - max - maxtime - sum - count - wsum - sumtime > > I would like to change the value > > appTemp added recent with the WindChill value felt that day. > > Temp : 41.7°C > Wind : 22 km/h > WindChill : 47,5 °C > > > Thanks > > -- > 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/67757220-3d8b-4d07-87b5-534782185950%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/67757220-3d8b-4d07-87b5-534782185950%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/CAPq0zED_-gLfBmCBAWodjz%3De%2BunPdTp0AocP4T25TWg7KFBhcg%40mail.gmail.com.
