Re: [weewx-user] RTLDavis windRun calculation and rain records

2022-02-24 Thread Andrew Roberts
Tom's patch prevents this: Feb 22 05:57:11 Weather-Centre weewx[9909] CRITICAL user.loopdata: Traceback (most recent call last): Feb 22 05:57:11 Weather-Centre weewx[9909] CRITICAL user.loopdata: File "/usr/share/weewx/user/loopdata.py", line 810, in process_queue Feb 22 05:57:11 Wea

Re: [weewx-user] I am looking for a possibility for all time temp high / low etc.

2022-02-24 Thread Tom Keffer
Just use the tag $alltime. It's a standard feature starting with v4.6. On Thu, Feb 24, 2022 at 2:24 PM jschoonh wrote: > I was helped on my way last time by Matthew wall. In the meantime I'm much > further along and I'm working on building a template that will have all the > data I need on my

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Tom Keffer
Because these are daily summaries, the value for dateTime will always be midnight. What you need is the time of the max, which is given by the field 'maxtime'. SELECT dateTime, datetime(dateTime, 'unixepoch', 'localtime'), max, maxtime, datetime(maxtime, 'unixepoch', 'localtime') FROM archive_day_

[weewx-user] I am looking for a possibility for all time temp high / low etc.

2022-02-24 Thread jschoonh
I was helped on my way last time by Matthew wall. In the meantime I'm much further along and I'm working on building a template that will have all the data I need on my site in the format I want. (no html and other formatting just data) Super super beautiful is weewx :-) Now I have a question ab

[weewx-user] I am looking for a possibility for all time temp high / low etc.

2022-02-24 Thread jschoonh
I was helped on my way last time by Matthew wall. In the meantime I'm much further along and I'm working on building a template that will have all the data I need on my site in the format I want. (no html and other formatting just data) Super super beautiful is weewx :-) Now I have a question ab

[weewx-user] I am looking for a possibility for all time temp high / low etc.

2022-02-24 Thread jschoonh
I was helped on my way last time by Matthew wall. In the meantime I'm much further along and I'm working on building a template that will have all the data I need on my site in the format I want. (no html and other formatting just data) Super super beautiful weewx is :-) Now I have a question ab

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Luis
Now with the rest of the columns for these values (max > 100) I insist,* only at 00:00:00 every day* SELECT dateTime, datetime(dateTime, 'unixepoch', 'localtime'),min, max, sum, count, wsum, sumtime FROM archive_day_rainRate WHERE max > 100.0 LIMIT 100; dateTime datetime (human)

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Luis
You are right. I gave no detailed information: Vantage Vue Raspberry Pi + Raspbian Buster Your query gives no records with rainRate > 100 (and no errors) sqlite> SELECT dateTime, datetime(dateTime, 'unixepoch', 'localtime'), usUnits, rain, rainRate FROM archive WHERE rainRate > 100.0 LIMIT 100;

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Tom Keffer
I'm not sure what "contains a lot of data" means. Could you be more specific? Many days? Just one? Is it in the archive table as well as the daily summaries? We need to know if this is a one-time thing, or a chronic issue. It would be helpful to see the main archive table. Assuming your database is

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Luis
I can't my previous question about the log. I have sent the one I thought was produced by weewx with the debug option. Which one is the "full log"? On Thursday, February 24, 2022 at 5:06:55 PM UTC+1 tke...@gmail.com wrote: > It looks like the log has been filtered to show only debug statements.

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Luis
The day archive contains lot of data with rain rate 516.0236188995 Supposing this value is in inch/hour and you convert it to mm/hour you get the value showed on my webpage ~13107 On Thursday, February 24, 2022 at 5:06:55 PM UTC+1 tke...@gmail.com wrote: > It looks like the log has been filtere

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Tom Keffer
It looks like the log has been filtered to show only debug statements. Please post the full log. I need to see version numbers, conversion targets, etc. It's nice to know that the database generally has reasonable rainRate values, but the bad value you showed in veleta.png is the highest value see

Re: [weewx-user] Wrong conversion rainRate?

2022-02-24 Thread Luis
Hi Tom, I have followed your command on https://www.mail-archive.com/weewx-user@googlegroups.com/msg33396.html and the result is the following: $ sqlite3 /var/lib/weewx/weewx.sdb SQLite version 3.27.2 2019-02-25 16:06:06 Enter ".help" for usage hints. sqlite> select ...> dateTime,datet

Re: [weewx-user] Re: Upgrade debian 11 bullseye

2022-02-24 Thread Didier Decoodt
Hi During the first upgrade (10.4 to 10.10), I have an error: invoke-rc.d: initscript apache2, action "restart" failed. ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since W

Re: [weewx-user] Re: Problem with Vantage Vue

2022-02-24 Thread geo...@gmail.com
Small update: Retrieving weather data via ethernet and port 2 should only work if the Vantage weather station is connected to Meteobridge via USB data logger. My Vantage Vue is connected via Meteostick. geo...@gmail.com schrieb am Montag, 21. Februar 2022 um 21:42:07 UTC+1: > Sorry, that's

Re: [weewx-user] Re: Upgrade debian 11 bullseye

2022-02-24 Thread vhel...@gmail.com
Hi, You can upgrade to Debian 11. Here's one howto: https://www.linuxtechi.com/how-to-upgrade-debian-10-to-debian-11/ Since you are using VMware, take a snapshot before upgrade, and maybe also copy important weewx files to somewhere safe too. It should be flawless, but you newer know... :) k