Re: [weewx-user] Re: Belchertown wind plot direction resolution

2025-06-22 Thread Russ Panneton
Bingo, I missed that on my first reading. Thank you! On Sun, Jun 22, 2025, 00:46 jterr...@gmail.com wrote: > Davis archive records lack the degree resolution. The Davis archive wind > direction is the prevaling/dominant wind observed during the archive > interval, and coded as follows : 0 = N,

Re: [weewx-user] Digest for weewx-user@googlegroups.com - 2 updates in 1 topic

2025-06-21 Thread Russ Panneton
Turns out the simple workaround is changing the record_generation setting in the StdArchive from hardware to software. On Fri, Jun 20, 2025, 16:01 wrote: > weewx-user@googlegroups.com > > Google > Gro

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
 PM UTC-7 Russ Panneton wrote: > >> Same error out of weewx.xtypes.get_series()... >> >> On Tue, Jun 4, 2024 at 1:34 PM Russ Panneton wrote: >> >>> Thank you, I'll give this a try! The data is in my db, at least since >>> weewx has been populating it

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
Same error out of weewx.xtypes.get_series()... On Tue, Jun 4, 2024 at 1:34 PM Russ Panneton wrote: > Thank you, I'll give this a try! The data is in my db, at least since > weewx has been populating it the last couple of years vs. old wview. > > On Tue, Jun 4, 2024 at 12:5

Re: [weewx-user] Re: windRun charts?

2024-06-04 Thread Russ Panneton
Thank you, I'll give this a try! The data is in my db, at least since weewx has been populating it the last couple of years vs. old wview. On Tue, Jun 4, 2024 at 12:51 PM vince wrote: > FWIW, this seems to generate the same high peak for the year that matches > Belchertown's records page for th

Re: [weewx-user] Re: windRun charts?

2024-06-03 Thread Russ Panneton
> > > You might try rewording your question a bit to make it easier to figure > out what exactly you are asking or trying to accomplish… > > Thanks! I want to create charts showing windrun by day over N weeks and a chart showing windrun by week over N months. My db has entries for "archive_day_wi

Re: [weewx-user] Belchertown graphs stopped working

2023-05-09 Thread Russ Panneton
I'm happy I copied the 10.3.3 sources to a local directory per roe-dl's description in issue #881 On Tue, May 9, 2023 at 10:18 AM Eric K wrote: > Huh. I didn't do anything and the charts returned. > On Tuesday, May 9, 2023 at 10:58:23 AM

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-27 Thread Russ Panneton
Doh, thank you!! On Fri, Jan 27, 2023, 14:40 vince wrote: > You want to 'fork' that repo in github, make your changes in your fork > and commit to your forked repo on github, and then you should be able to do > a PR. > > On Friday, January 27, 2023 at 10:17:40 AM UTC-8 pannetron wrote: > >> I'v

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-09 Thread Russ Panneton
Good catch. No, the station has no input for altitude. And I was wrong about setting the tags in twi.py to "altitude" -- that caused issues with the Belchertown skin I use and the value reported to PWSWeather. I changed the tags to "barometer" and things work okay now but I'm left unsure what er

Re: [weewx-user] Corrections for barometric pressure from TWI station

2023-01-08 Thread Russ Panneton
On Sun, Jan 8, 2023 at 4:51 AM Tom Keffer wrote: > It sounds like the TWI instrument is emitting "altimeter" or "barometer", > but the driver is labelling it "pressure" (i.e., gauge pressure). So, weewx > feels the need to "correct" it to SLP, resulting in your enormous pressures. > > I would rec