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

2023-11-16 Thread 'Michael Waldor' via weewx-user
I have to admit that I do not understand the details howto setup sqlite databases within weewx - I've tried to follow the recipe for DWD forecasts as given within https://github.com/roe-dl/weewx-DWD , and I did retain all database settings as given by standard delivery weewx.conf (I do a manual

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

2023-11-16 Thread Lee Holstege
The original post was mine. I found that removing six.py allowed the system to start, as you did. Everything was working fine EXCEPT the graphs were not being updated and I was getting the errors you reported.. In my case I fixed the problem by by replacing two files -- genplot.py and

Re: [weewx-user] Cascading errors for the Seasons base skin.

2023-11-16 Thread Sylvain M
As my English is no longer correct as before, I use an online translator with the approximations that this entails. I am sorry for that. Concerning erratic values. I actually took the same approach as you recommend, that is to say monitoring the graphics of the WU pages which are correct and

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

2023-11-16 Thread matthew wall
On Thursday, November 16, 2023 at 2:42:43 PM UTC-5 kk44...@gmail.com wrote: There is an extension available created by Matthew Wall and reading the AS3935 lightning detector circuit. It sets 2 observation types: - avg_distance -

[weewx-user] Re: Colorize search list extension

2023-11-16 Thread 'Steeple Ian' via weewx-user
Yes just to confirm and thanks to Vince for the clue that nudged me in the right direction, I can confirm that the hex code enclosed in single quotes works perfectly. Here is an extract from my skin.conf: - [Colorize] [[group_temperature]] unit_system = metricwx default =

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

2023-11-16 Thread Tom Keffer
> > First weewx.conf: > [[dwd_binding]] > database = dwd_sqlite > table_name = forecast > manager = weewx.manager.Manager > schema = schemas.dwd.schema > You are using the database manager weewx.manager.Manager for the "forecast" table. That manager will not

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

2023-11-16 Thread vince
See https://www.weewx.com/docs.html and use the 5.0 link there for instructions, but there are no RHish packages available yet. It might be easier to just grab the v5 genplot.py and drop it into place and see if you get further...

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

2023-11-16 Thread Karen K
There is an extension available created by Matthew Wall and reading the AS3935 lightning detector circuit. It sets 2 observation types: - avg_distance - lightning_strikes In contrary to that, the wview_extended schema as well as units.py in

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

2023-11-16 Thread Jonathan Ryshpan
On Wed, 2023-11-15 at 14:20 -0800, Tom Keffer wrote: > This is caused by upgrading to Pillow 10, which has removed the > attribute "textsize". There have been several email threads about > this. For > example, https://groups.google.com/g/weewx-user/c/F1oLMD8_3MQ/m/Gir1m-9RAgAJ > > You can either

[weewx-user] Re: Colorize search list extension

2023-11-16 Thread vince
(followup) Ian and I talked via email - he got it working by specifying '#' for colors in skin.conf if he surrounded the value in single quotes. On Thursday, November 16, 2023 at 9:49:33 AM UTC-8 Steeple Ian wrote: > I have been looking at the colorize search list extensions in the

[weewx-user] Colorize search list extension

2023-11-16 Thread 'Steeple Ian' via weewx-user
I have been looking at the colorize search list extensions in the examples folder, specifically colorize-3.py. Am I correct in assuming that this extension only works with HTML color names and not with HEX, RGB, etc color codes? -- You received this message because you are subscribed to the

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

2023-11-16 Thread 'Michael Waldor' via weewx-user
I believe that your item (1) can't be my problem because all diagrams have the correct (and current) timestamp below their time axis. Within my failing sample diagram in my previous post you can see the timestamp 23:00 where it should be 03:00. And of course after 5:15 even that diagram is

[weewx-user] Backfill missing data from Ecowitt

2023-11-16 Thread michael.k...@gmx.at
I have some Ecowitt hardware: several sensors, a HP2550_C and a GW2000. I use the GW2000 with weewx, it also transmits to ecowitt.net, the HP2550_C is only used with ecowitt.net. The GW2000 missed some data from the wind sensor, both, my weewx graphs an ecowitt.net are missing these readings at

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

2023-11-16 Thread Graham Eddy
suggestions: (1) maybe the weekly graph is only being calculated in your 0-5 daily hour interval → really failing all the time. try hourly or daily graph to verify it works during those & other hours (2) maybe another deeper exception is happening which happens to be percolated up as sqlError