1. To change the archive interval, run wee_device with the --set-interval <http://weewx.com/docs/hardware.htm#Action_--set-interval> command.
2. Run weewxd from the command line <http://weewx.com/docs/usersguide.htm#Running_directly>, and see what is printed out. Are all fields there? 3. Let's check the database. *sqlite3 /var/lib/weewx/weewx.sdb* sqlite> *select dateTime, datetime(dateTime,'unixepoch','localtime'), inTemp, outTemp, windSpeed, windDir from archive order by dateTime desc limit 15;* -tk On Tue, Jan 22, 2019 at 1:03 AM Ole Hansen <[email protected]> wrote: > Now I did a: > > " > sudo wee_database --rebuild-daily > > " > > Prompt: > " > Rebuilding daily summaries in database 'weewx.sdb' ... > Daily summaries up to date in 'weewx.sdb' > " > > No change though: > > - Weewx ran overnight and my WH1080-station. > - Now in the browser - When I look on the "current page" I just see logs > of the "wind vector" and the "inside temperature" - all other fields are > empty (no logs / no data). > - When I though switch to the week or month-page-view all sensor-data > appears fine(!) e.g. outside temperature, outside humidity a.s.o. - so it > logs obviously all data in the background, but does not process the > current-page correctly. > > Regarding the hardware-interval. Before all this happened I had an > interval of 300 seconds (5 mins) and that worked fine! Can I force weewx > back to 300 seconds interval? > -- 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.
