Re: [weewx-user] Unrecoverable error "no such table: forecast_day_wind"

2023-11-17 Thread Karen K
@Tom Keffer: I would like to add that the table dwd-forecast-K2714.sdb is created outside WeeWX by a separate program. It creates the core table only, no daily summaries. That is the reason, weewx.manager.Manager is used. I use it myself, and I never got an error message like that the thread st

Re: [weewx-user] Unrecoverable error "no such table: forecast_day_wind"

2023-11-17 Thread Tom Keffer
I don't know why this is working for Karen, but not Michael. In any case, try this version of xtypes.py. It explicitly tests whether a daily summary is available when calculating wind vectors. -tk On Thu, Nov 16, 2023 at 10:54 PM 'Michael Waldor' via weewx-user < weewx-user@googlegroups.com> wro

[weewx-user] Re: Matthew Wall's Lightning service extension and variable names

2023-11-17 Thread Karen K
See PR https://github.com/matthewwall/weewx-as3935/pull/2 please. matthew wall schrieb am Freitag, 17. November 2023 um 00:21:07 UTC+1: > On Thursday, November 16, 2023 at 2:42:43 PM UTC-5 kk44...@gmail.com > wrote: > > There is an extension > avail

Re: [weewx-user] Unrecoverable error "no such table: forecast_day_wind"

2023-11-17 Thread 'Michael Waldor' via weewx-user
Thanks for your fix. It's now activated within my environment (I did restart weewx afterwards). Tomorrow I'll report back... Tom Keffer schrieb am Freitag, 17. November 2023 um 14:43:37 UTC+1: > I don't know why this is working for Karen, but not Michael. > > In any case, try this version of xty

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread DR
Mr. Keffer brings up a point that I've been interested in as a student (practically from the beginning) of computer science starting back in the 1950s and 60s following what was a mathematical branch, but then into system and compilers. The question, sort of a diversion from the on topic disc

Re: [weewx-user] Unrecoverable error "no such table: forecast_day_wind"

2023-11-17 Thread Karen K
Tom Keffer schrieb am Freitag, 17. November 2023 um 14:43:37 UTC+1: I don't know why this is working for Karen, but not Michael. In any case, try this version of xtypes.py. It explicitly tests whether a daily summary is available when calculating wind vectors. I guess, because I do not plot wi

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread Jonathan Ryshpan
On Thursday, November 16, 2023 at 11:26:44 AM UTC-8 Jonathan Ryshpan wrote: > > > > > > I tried cherry picking genplot.py, which broke other things; maybe > > > I did it wrong. Anyway I'd like to try V5. Where are instructions > > > for downloading and installing it? The only version I can find is

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread vince
"*...why don't language developers support the old stuff so users aren't frustrated when they attempt to stay up to date but have legacy stuff they'd like to run*" They do. Just not forever, and just not in all cases. There's a point where you would have a rats nest of backward compatibili

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread DR
Vince, Thanks, that does make sense.  I guess I was just thinking there were areas of the code that wouldn't be used if not called, rather than linking and work arounds. And while we enjoy amazing speeds, even from our little Rasp Pi boxes, I used to labor over doing something in assembler

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread Tom Keffer
Having watched this up close, I have an explanation. In a previous life, I was on the C++ standardization committee, X3J16, representing Rogue Wave Software. We sold C++ class libraries, and probably had 100,000+ of them out in the field. There were only a handful of representatives on the committe

Re: [weewx-user] Errors Continue [was: Weewx fails in Fedora 39]

2023-11-17 Thread DR
Mr. Keffer: Thanks for the insider's view and experience.  Not many of us get to rub shoulders even in forums, with people who were central to doing things that literally affected people all around the world. The financial cost of interfering with upgrades or not taking a desired upgrade with

Re: [weewx-user] Unrecoverable error "no such table: forecast_day_wind"

2023-11-17 Thread 'Michael Waldor' via weewx-user
Heureka - your fix within xtypes.py did the trick. I no longer get errors during the night. Sadly, I forgot to store nightly copies of the weewx HTML output, thus I currently can't confirm if the weekwindvec is really created. But I'm quite sure:-) Thank you very much, Michael Karen K schrie