Hmmm, you may have a non-standard schema. Try this:
*sqlite3 /var/lib/weewx/weewx.sdb* sqlite> *.schema* sqlite> *.quit* On Fri, Mar 10, 2023 at 5:34 AM Blaise Cacramp <[email protected]> wrote: > Ok, not null values > Le 10-03-23 à 14:09, Tom Keffer a écrit : > > Do you have a null value for dateTime in your database? > > Here is how to check.First, make sure you have the tool sqlite3 > > *sudo apt-get install sqlite3* > > > Then use it to find null values > > *sqlite3 /var/lib/weewx/weewx.sdb* > *sqlite> select dateTime from archive where dateTime isnull;* > *sqlite> .quit* > > > There should not be any null values. > > -- 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/CAPq0zEChLP1S1dvpiSfAE4VYsfuNa%3D7i48MX1E7tOZ8N6KAbDA%40mail.gmail.com.
