Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Andre
Thank you very much, dear Tom. Now it works as expected. I learned more about weewx again. Best regards, Andre Am Samstag, 11. Juli 2020 20:21:19 UTC+2 schrieb Tom Keffer: > > My apologies. The option should be > > manager = weewx.wxmanager.WXDaySummaryManager > > -tk > > On Sat, Jul 11,

Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Tom Keffer
My apologies. The option should be manager = weewx.wxmanager.WXDaySummaryManager -tk On Sat, Jul 11, 2020 at 11:18 AM Andre wrote: > Thanks for your help, Tom. > I got following message: > > pi@weewx:~ $ sudo wee_database --rebuild-daily > Using configuration file /etc/weewx/weewx.conf

Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Andre
Thanks for your help, Tom. I got following message: pi@weewx:~ $ sudo wee_database --rebuild-daily Using configuration file /etc/weewx/weewx.conf Using database binding 'wx_binding', which is bound to database 'archive_sqlite' All daily summaries will be rebuilt. Proceed (y/n)? y Traceback (most

Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Tom Keffer
It's a subtle error, but you're mixing the old style way of specifying and managing a schema with the new way. Try changing the [DataBindings] section to look like this: [DataBindings] [[wx_binding]] # The database must match one of the sections in [Databases]. # This is likel

Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Andre
This is the /usr/share/weewx/user/extensions.py # #Copyright (c) 2009-2015 Tom Keffer # #See the file LICENSE.txt for your full rights. # """User extensions module This module is imported from the main executable, so anything put here will be executed before anything else happens. Th

Re: [weewx-user] Wind Data Missing

2020-07-11 Thread Tom Keffer
It looks like you are using a custom schema. May we see it? It should be in /usr/share/weewx/user/extensions.py -tk On Fri, Jul 10, 2020 at 10:57 PM Andre wrote: > Thanks for reply, Tom. > > Here is my > [DataBindings] > > [[wx_binding]] > # The database must match one of the sectio

Re: [weewx-user] Wind Data Missing

2020-07-10 Thread Andre
Thanks for reply, Tom. Here is my [DataBindings] [[wx_binding]] # The database must match one of the sections in [Databases]. # This is likely to be the only option you would want to change. database = archive_sqlite # The name of the table within the data

Re: [weewx-user] Wind Data Missing

2020-07-10 Thread Tom Keffer
You did not include a log, but on the basis of similar problems, I would bet that you used the wrong combination of schema and 'manager' in your configuration file, weewx.conf. Please post the section [DataBindings] in weewx.conf -tk On Fri, Jul 10, 2020 at 7:26 AM Andre wrote: > Hardware: Dav

[weewx-user] Wind Data Missing

2020-07-10 Thread Andre
Hardware: Davis Vantage Vue Raspberry Pi 4: Install with DEB package WeeWX: 4.1.1 Skin: Belchertown 1.2b6 Actually, I just wanted to quickly correct a too high value of the rain rate. So I did: 1. wee_database --drop-daily 2. wee_database --rebuild-daily 3. wee_database --update After that the