[weewx-user] plot custom variable in select time frame using python matplotlib

2023-01-19 Thread mihec
Hi, I would like to plot e.g. temperature and solar radiation from my sqlite3 weewx's database file for the whole last year or just selected season. Is there a code example how to do that? The problem I have is actually to extract the data from the database file. The plotting part I can handle.

Re: [weewx-user] plot custom variable in select time frame using python matplotlib

2023-01-19 Thread mihec
sqlite.org/cli.html>" can emit CSV > files. > > On Thu, Jan 19, 2023 at 9:15 AM mihec wrote: > >> Hi, >> I would like to plot e.g. temperature and solar radiation from my sqlite3 >> weewx's database file for the whole last year or just selected seaso

Resolved [weewx-user] plot custom variable in select time frame using python matplotlib

2023-01-26 Thread mihec
plt.show() graph_data() četrtek, 19. januar 2023 ob 20:49:04 UTC+1 je oseba mihec napisala: > Thanks, I'll have a look how to do that. > > četrtek, 19. januar 2023 ob 20:25:16 UTC+1 je oseba tke...@gmail.com > napisala: > >> WeeWX does not use matplotlib. >>

[weewx-user] Re: Yearly inside temperature in Fahrenheit instead Celsius

2021-07-21 Thread mihec
t;, you should >see loop packets (LOOP:) and archive records (REC:) appearing on screen. >Confirm that inTemp and outTemp are both using the same units. Post a >copy of some loop packets here if you are unsure what you are looking >at/for. > > Gary > > On

[weewx-user] Re: Yearly inside temperature in Fahrenheit instead Celsius

2021-07-21 Thread mihec
Nothing else looks unusual. > > Just looked again at your skin.conf extract, are you using InTemp or > inTemp. I would have thought it should be inTemp, case matters here. > > Gary > On Wednesday, 21 July 2021 at 18:07:34 UTC+10 mihec wrote: > >> Hi Gary, >> >>

Re: [weewx-user] Fog detection?

2021-09-03 Thread mihec
I'm using Weather Display with one of my stations and use the built in function to set the fog/haze conditions. It works very good. Fog conditions: * T < 10°C * 95% >= humidity * low wind or no wind * solar radiation low Haze: * T < 13°C * 94% >= humidity * low wind, low solar I might have sligh

[weewx-user] Re: Setting up rtldavis - where to get?

2024-03-09 Thread mihec
Hi, I need help setting up the rtldavis as well. Currently I'm using Ubuntu22.04 (as a test polygon) and latest weewx version (5.0x). I did follow up instructions from the github link but got stuck at step 4) where I should reconfigure the driver. The new "weectl" binary does not seem to have t

[weewx-user] Error with NOAA reports, aggregate type meanmax

2023-06-05 Thread mihec
Hi, I'm having issues with NOAA report generation ever since I installed the station but never minded enough to fix it. I use Weatherflow Air & Sky, weewx version is 3.9.2. This is the error message in the /var/log/syslog: Jun 5 18:52:37 raspberrypi weewx[451]: cheetahgenerator: Generate failed

[weewx-user] Re: Error with NOAA reports, aggregate type meanmax

2023-06-05 Thread mihec
>STRFTIME('%s'); > > 5. check there are no more future dated records: > sqlite> SELECT datetime(MAX(dateTime), 'unixepoch', 'localtime') FROM > archive; > > 6. if there are no more future dated records exit sqlite3: > sqlite> .q > > 7.

[weewx-user] Re: Error with NOAA reports, aggregate type meanmax

2023-06-07 Thread mihec
and then say, at least 10 or so archive intervals. > > Gary > > On Monday, 5 June 2023 at 20:52:36 UTC+2 mihec wrote: > >> Hi Gary, >> thanks for you quick response! >> I checked for the latest date in my database and it seems I have no such >> records: >>

[weewx-user] Driver for Vaisala WXT536 and additional sensors

2023-09-04 Thread mihec
Hello, I see that weewx supports the Vaisala WXT5x0 sensors. I am planning to purchase the AWS810 system that includes WXT536 and additional temperature sensors and a couple pyranometers. Does the current weewx driver support the readout of all mentioned sensor values? Thanks! -- You received

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-24 Thread mihec
imestamp? > > select datetime(dateTime, 'auto'), count(*) from archive group by 1 having > count(*) > 1; > > On Tuesday, 24 December 2024 at 05:17:40 UTC mihec wrote: > >> Hi, >> I then used a desktop PC to do database update (which went much faster) &

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-25 Thread mihec
time zone from you, which I assume is CEST. I set up a VM > using CEST but, again, it rebuilt the summaries uneventfully. > > Really need to see the log. > > -tk > > > On Wed, Dec 25, 2024 at 2:40 PM mihec wrote: > >> Thanks for checking. I ran the command agai

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
to ram disk (symlink’ed to minimise > weewx config changes), complete the update, then move it back - execution > time a few minutes. > *⊣GE⊢* > > On 24 Dec 2024, at 6:46 am, mihec wrote: > > It seems it will take several hours to finish (takes 1 minute for 25 days) >

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-24 Thread mihec
`weectl database check’ still does this >> *⊣GE⊢* >> >> On 24 Dec 2024, at 4:17 pm, mihec wrote: >> >> I think there must be an invalid entry in my database (Aug 12, 2021). My >> SQLite database management knowledge is basically zero, so I'm looking for >

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-26 Thread mihec
update archive set soilTemp2=null where soilTemp2=9e999;* > sqlite>* .quit* > > The number "9e999" serves as value "Inf". > > Then do your database update. > > -tk > > > On Wed, Dec 25, 2024 at 10:54 PM mihec wrote: > >> Tom, apologies f

[weewx-user] Re: Fix the daily rain totals for specific days

2025-02-01 Thread mihec
ls. Thanks! sobota, 1. februar 2025 ob 21:57:00 UTC+1 je oseba michael.k...@gmx.at napisala: > > https://weewx.com/docs/5.1/utilities/weectl-database/?h=wee+database#rebuild-the-daily-summaries > > And don't forget to delete existing NOAA files, as they won't be updated &g

[weewx-user] Fix the daily rain totals for specific days

2025-02-01 Thread mihec
Hello, my Davis station has occasional issues with rain measurement lately. I do have data from manual measurements (daily totals). Is it possible to fix the daily totals in the weewx database so I replace the wrong values with my manual measurements? If yes, any hint how to do it properly so th

[weewx-user] Override default unit label

2024-12-11 Thread mihec
Hi, I'm using the soilMoist columns for logging the PM data. Neowx plot uses the default units [cb] but I'd like to override it with " " or "ug/m³". Is it possible to do that in the weewx.conf? Thanks! -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-19 Thread mihec
My weewx version is 3.9.2 and have used the "old" 'neowx' skin for a couple of years. I've upgraded the skin to the latest neowx version now and have trouble with NOAA and summary html pages. Even though the templates are listed in the skin.conf they are obviously not used to generate archive da

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-20 Thread mihec
n > the Wiki. > > -tk > > On Fri, Dec 20, 2024 at 1:52 AM mihec wrote: > >> The latest neowx skin is here: >> https://neoground.com/projects/neowx-material#section-download >> >> I hesitate with the upgrade since everything has been working well for >

[weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-20 Thread mihec
ing report 'FTP' petek, 20. december 2024 ob 03:41:21 UTC+1 je oseba vince napisala: > Which neowx skin and version precisely? Have a download link? > > Weewx 3.9.2 is almost 5.5 years old. If you can do so, upgrading to > current v5 is recommended, but you need python 3

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-20 Thread mihec
ve got things back to a more normal form, if things are still not > working, set debug=1, restart weewx, post the log from startup through the > first reporting cycle. Don't skimp on the log! > > -tk > > On Fri, Dec 20, 2024 at 5:40 AM mihec wrote: > >> Thank

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
g... This is my database file: -rwxrwxrwx 1 weewx weewx 682086400 dec 23 08:57 weewx.sdb I also tried with pi:root or root:root but none of the options worked. ponedeljek, 23. december 2024 ob 09:34:05 UTC+1 je oseba mihec napisala: > Thanks both for your advice. I decided to do a weewx upgr

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
Thanks both for your advice. I decided to do a weewx upgrade before I read you last two posts... It has not progressed OK and now I'm stuck with some strange error due to modified schema in the weewx.sdb file. I moved to weewx 4.10. I'm trying to solve this now... petek, 20. december 2024 ob 20

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
ob 12:49:09 UTC+1 je oseba michael.k...@gmx.at napisala: > > The user which is running weewx has to have write access both to the > database file and the containing folder. Furthermore, no other process can > have the database open for writing at the same time. > mihec schrieb am

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
it does nothing. My apologies for posting so much but I need to resolve this. ponedeljek, 23. december 2024 ob 14:00:13 UTC+1 je oseba mihec napisala: > Sorry, this is the log content when I restart weewx after I set the > permissions on directories and database file: > Dec 23 13:50:26

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
ow-to-get-a-good-useful-log>.* > > > On Mon, Dec 23, 2024 at 4:47 AM mihec wrote: > >> I set all directories' permissions to '777' and the error has gone. The >> next issue is the weewx does not log the data from the station at all. No >> message i

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-25 Thread mihec
; >> Computer was a m1 mac mini with 16 GB of RAM. I wonder if you're >> running out of memory and need to split your rebuild-daily up into pieces >> with the --from and --to options. Just a guess. >> >> >> On Wednesday, December 25, 2024 at 1:56:50 PM UTC-8 m

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-25 Thread mihec
t focus on rebuilding the daily > summaries. > > Could you please include the stack trace when doing "weectl database > rebuild-daily"? Once I see where it fails, I can send you an instrumented > version of the database code so we can see exactly what is happening. > >

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-25 Thread mihec
13:17 UTC+1 je oseba Tom Keffer napisala: > Thanks. That tells me what I needed to know to create a useful > instrumented version of manager.py. Replace the one you have with the > attached version. It will give more information about exactly what created > the error. Post the log

Re: [weewx-user] Cheetah generator does not generate SummaryByMonth and other files

2024-12-25 Thread mihec
This is the dump: https://we.tl/t-X3r6gbimBx sreda, 25. december 2024 ob 22:48:59 UTC+1 je oseba mihec napisala: > I replaced the original manager.py with attached one. That file is in the > /usr/share/weewx/weewx/ directory. > I will prepare the dump of the database. > > us

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
ectl-database/#update-a-database>. > > This has the advantage that you can watch its progress. > > *weectl database upgrade* > > > > > On Mon, Dec 23, 2024 at 5:00 AM mihec wrote: > >> Sorry, this is the log content when I restart weewx after I set the >&

Re: [weewx-user] Re: Cheetah generator does not generate SummaryByMonth and other files

2024-12-23 Thread mihec
e 1515, in _set_day_sums cursor.execute(update_sql, (day_accum.timespan.start,)) File "/usr/share/weewx/weedb/sqlite.py", line 50, in guarded_fn raise weedb.NoColumnError(e) weedb.NoColumnError: no such column: inf ponedeljek, 23. december 2024 ob 20:46:36 UTC+1 je oseba mihec napisala: >

[weewx-user] Reading from ecowitt cloud

2025-03-11 Thread mihec
Hi, there is an ecowitt station which is installed at remote location. I cannot put the raspberry pi to the same network as the ecowitt console is. I thought to have a weewx service running at home and reading data from the ecowitt cloud through their API. Is there a driver or solution for this

Re: [weewx-user] Reading from ecowitt cloud (New: how to log the rain)

2025-03-26 Thread mihec
he decimal places for html display. I used various options from the weewx docs but none worked. Do these new columns have to be formatted as floats or doubles, or? I appreciate your hints and advise. petek, 21. marec 2025 ob 17:15:49 UTC+1 je oseba mihec napisala: > Thanks for your reply.