[weewx-user] US Unit System but Temp in Centigrade

2022-02-06 Thread John Jacklin
Hi I have just installed WeeWX 4.60 on a Raspberry Pi using a Davis WLL. I live in the UK so want US units but temperature in Centigrade! I have found these settings in weewx.conf # Which unit system to use for all reports. Choices are 'us', 'metric', or 'metricwx'. # You can override

[weewx-user] weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread David Schulz
hi, since the update to 4.6.0, i have no windrun calculation. it only outputs 0. via $day.windrun.sum / $current.windrun there are no more values. nothing changed on the weewx.conf and i see no errors in the syslog. [StdWXCalculate] [[Calculations]] windrun = prefer_hardware -- You receiv

[weewx-user] Re: weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread David Schulz
problem occurs even with a completely new installation. echo "SELECT dateTime, windrun FROM archive" | sqlite3 weewx.sdb 1644146400|0.0 1644146700|0.0 1644147000|0.0 1644147300|0.0 David Schulz schrieb am Sonntag, 6. Februar 2022 um 09:58:28 UTC+1: > hi, > > since the update to 4.6.0, i have

[weewx-user] Re: weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread Karen K
First I would change prefer_hardware by software and hardware in turn and see what happens. Is there a difference in behavior? Then you may want to set debug high enough to see the LOOP packets in syslog. What wind related values are there? -- You received this message because you are subscri

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2022-02-06 Thread Tom Keffer
The problem here is a little technical, so bear with me. The way things work normally is that the default configuration for the Cheetah generator includes a TimeBinder in the search list. Because a TimeBinder includes an attribute 'trend', the tag $trend works. The problem is that the extension s

Re: [weewx-user] Use cached data?

2022-02-06 Thread Tom Keffer
This comes up from time to time. The general philosophy in WeeWX is to "not make things up." If your sensors only update every few minutes, WeeWX should not be pretending they report more often. There are also technical reasons not to cache: keeping cache coherency can be a challenge. For example

Re: [weewx-user] US Unit System but Temp in Centigrade

2022-02-06 Thread Tom Keffer
Just add group_temperature to the commented out list. For example: [[[Units]]] # Option "unit_system" above sets the general unit system, but overriding specific unit # groups is possible. These are popular choices. Uncomment and set as appropriate. # N

RE: [weewx-user] Use cached data?

2022-02-06 Thread chiel.bouwmeester
Hi Tom, I agree on the point… it has rather to do with stuff running out of sync and there for sometimes missing things. I’d rather see it as not being updated then making things up, the value was there a short time before. I’ll search the archives again to see if there is a option that coul

[weewx-user] Re: weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread David Schulz
windrun = software Solved the problem and the behavior looks the same. echo "SELECT dateTime, windrun FROM archive WHERE dateTime > 1644154200" | sqlite3 weewx.sdb 1644154320|0.171428571428571 1644154440|0.227210884353742 1644154560|0.25578231292517 1644154680|0.199319727891156 1644154800|0.2184

[weewx-user] freezing rain on anemometer

2022-02-06 Thread morr...@gmail.com
My wind measurements are going to be missing for some time. Our last winter storm deposited "freezing rain", which is the local term for rain which freezes the instant in contacts something. [image: IMG_3477_cropped.JPG] -- You received this message because you are subscribed to the Google Gro

Re: [weewx-user] freezing rain on anemometer

2022-02-06 Thread Tomasz Przechlewski
niedz., 6 lut 2022, 3:07 PM użytkownik morr...@gmail.com napisał: > My wind measurements are going to be missing for some time. > > Our last winter storm deposited "freezing rain", which is the local term > for rain which freezes the instant in contacts something. > > [image: IMG_3477_cropped.JPG

[weewx-user] Re: Acurite Atlas with Ambient (Fine Offset) WH32B for indoor pressure/temp/hum SETUP

2022-02-06 Thread William Garber
may have fixed it. used rtl_433 set only to 915mhz to time interval of WH32B ... it is 1 minute between packets. atlas is much faster than 1 minute. need to add time for rtl_433 finding "minimum detection level based on noise" for each frequency hop. set "hop_interval 120" in rtl_433.conf. set

[weewx-user] sending cvs file's no template's

2022-02-06 Thread jschoonh
initially a global question: At the moment I run wheater hub via a stripped xp laptop. This generates graph.jpg's and cvs files and store's data on my NAS. On my web site, I built a weather page's with HTML, CSS, Java and PHP. Now bought a cheap HP thinclient t620 with 2 SSDs (€ 49) and installe

[weewx-user] Re: Acurite Atlas with Ambient (Fine Offset) WH32B for indoor pressure/temp/hum SETUP

2022-02-06 Thread matthew wall
On Sunday, February 6, 2022 at 9:26:38 AM UTC-5 william...@att.net wrote: > may have fixed it. used rtl_433 set only to 915mhz to time interval of > WH32B ... it is 1 minute between packets. > atlas is much faster than 1 minute. > need to add time for rtl_433 finding "minimum detection level b

[weewx-user] Re: sending cvs file's no template's

2022-02-06 Thread matthew wall
On Sunday, February 6, 2022 at 9:54:02 AM UTC-5 mie...@gmail.com wrote: > The next step would be to use weewx to send a *.cvs file (in stead of > template's) with ftp every 2 minutes to my site containing all current > data, hourly high low data, per day all high low data, rain per hour, per >

[weewx-user] Re: Acurite Atlas with Ambient (Fine Offset) WH32B for indoor pressure/temp/hum SETUP

2022-02-06 Thread William Garber
NOTE: I ordered the clone of the Fine Offset WH25 (barometer; humidity; temperature) for indoor measurements. The main point is that this is on 433mhz frequency so it will save time with the noise level estimation when rtl_433 hops frequencies. Since the atlas is on the same frequency it will

[weewx-user] Re: Acurite Atlas with Ambient (Fine Offset) WH32B for indoor pressure/temp/hum SETUP

2022-02-06 Thread William Garber
possibly the wind direction in the picture above is "N/A" because the wind velocity is so low or zero. Also the time "__NOW__" should be 2 * 2min + 1 min not 2 * 1min + 1min. On Sunday, February 6, 2022 at 8:31:05 AM UTC-8 William Garber wrote: > the separate points on the line are gone and i

[weewx-user] Re: sending cvs file's no template's

2022-02-06 Thread jschoonh
Matthew Thank you! That is a big step in the right direction. I have now a csv file that displays current data for each loop. But I see that the values are in F. I can convert that to metric at "receipt" if that is not possible in weewx. I can move forward now :-) Op zondag 6 februari 2022 om 18

[weewx-user] SQL Count Statement

2022-02-06 Thread storm...@gmail.com
I'm attempting to count the number of times a certain string appears in a row/column using the following SQL statement: "SELECT count(*) FROM wxalerts WHERE event_id like (?)", [event_id_code] When I run the statement, it always returns 0. If I run the following statement, it returns the correc

[weewx-user] Version 4.6 is out

2022-02-06 Thread Tom Keffer
Sorry. We published the new version, but never sent out an announcement! Find it in the usual places. CHANGES: Easy localization of all skins that come with WeeWX. Big thanks to user Karen, who drove the effort! PR #665. Allow options --date, --from, and --to to be used with wee_database --rewe

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2022-02-06 Thread Glenn McKechnie
Thanks Tom, for the explanation and the quick fix. It's applied and working. I'll mull over your explanation, bits of it make sense - I'll need more time for the rest ;-) Thanks again. On 07/02/2022, Tom Keffer wrote: > The problem here is a little technical, so bear with me. > > The way things

Re: [weewx-user] Re: weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread Tom Keffer
Glad you found a workaround, but this is clearly not right. I've opened up issue #737 to track. On Sun, Feb 6, 2022 at 5:50 AM David Schulz wrote: > windrun = software > > Solved the problem and the behavior looks the same. > > echo "SELECT dateTime, w

Re: [weewx-user] Re: weewx.4.6.0: no windrun calculation after update

2022-02-06 Thread David Schulz
Thank you. I have already replied to this on Github. Same / similar problem exists with ET as well. I also had to change from prefer_hardware to software, otherwise a 0 or 0.0 is always written to the DB, even though I don't have the value in use. tke...@gmail.com schrieb am Montag, 7. Februar

[weewx-user] Since 4.6, seeing ET (no data) in Seasons

2022-02-06 Thread Ryan Stasel
Using the Ambientweather API driver, and since 4.6, I'm seeing Evapotranspiration in Seasons, yet my Vantage Vue doesn't have that data, and it's not reported in Ambientweather, so I'm unclear why Seasons is showing it. Is this a bug with Seasons, with driver, or did apt-get replace a template

[weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread Al
Immediately after upgrading to weewx 4.6.0 I am getting the following errors: Feb 06 17:00:27 p4-1 weewxd[17341]: weewx[17341] ERROR weewx.cheetahgenerator: Evaluation of template /opt/weewx/skins/WEEWXtags/WEEWXtags.php.tmpl failed with exception '' Feb 06 17:00:27 p4-1 weewxd[17341]: weewx[

Re: [weewx-user] Since 4.6, seeing ET (no data) in Seasons

2022-02-06 Thread Tom Keffer
Hi, Ryan This is a (now) known issue: https://github.com/weewx/weewx/issues/737 The workaround is simple: set ET to 'software' in StdWXCalculate: [StdWXCalculate] [[Calculations]] ... ET = software On Sun, Feb 6, 2022 at 4:50 PM Ryan Stasel wrote: > Using the Ambientweat

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread Tom Keffer
Are you using the extension "since"? Take a look at this thread and see if it helps. On Sun, Feb 6, 2022 at 5:25 PM Al wrote: > Immediately after upgrading to weewx 4.6.0 I am getting the following > errors: > > Feb 06 17:00:27 p4-1 weewxd

[weewx-user] Anyone else seeing Wunderground Rapid Fire down?

2022-02-06 Thread Nate Bargmann
It looks like Wunderground Rapid Fire upload has been down for about an hour. Even restarting WeeWX 4.5.1 did not resolve the issue. Network connectivity seems to be okay as I can ping wunderground.com. - Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pes

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread gjr80
This will be due to some errant behaviour in one of the WeeWX-Saratoga SLEs that most likely has some of the characteristics of the since.py issue. I will need to work through and fix and will update WeeWX-Saratoga in due course. Gary On Monday, 7 February 2022 at 11:39:08 UTC+10 tke...@gmail.

Re: [weewx-user] Anyone else seeing Wunderground Rapid Fire down?

2022-02-06 Thread 'John Kline' via weewx-user
The problem was on the wunderground side. It’s back now. > On Feb 6, 2022, at 6:00 PM, Nate Bargmann wrote: > > It looks like Wunderground Rapid Fire upload has been down for about an > hour. Even restarting WeeWX 4.5.1 did not resolve the issue. Network > connectivity seems to be okay as I

Re: [weewx-user] Since 4.6, seeing ET (no data) in Seasons

2022-02-06 Thread Ryan Stasel
Thank you sir! On Sunday, February 6, 2022 at 5:37:18 PM UTC-8 tke...@gmail.com wrote: > Hi, Ryan > > This is a (now) known issue: https://github.com/weewx/weewx/issues/737 > > The workaround is simple: set ET to 'software' in StdWXCalculate: > > [StdWXCalculate] > [[Calculations]] >

[weewx-user] Wunderground Error

2022-02-06 Thread Jeremy A
I'm getting the following error when trying to post to WU. It has been working fine. No issues posting to PWS and CWOP. Anyone else seeing this? I have restarted weewx as well. [image: wu_error.png] -- You received this message because you are subscribed to the Google Groups "weewx-user" gr

[weewx-user] Re: SQL Count Statement

2022-02-06 Thread storm...@gmail.com
Update: Figured out the SQL statement to use: SELECT count(*) FROM wxalerts WHERE event_id like '%{event_id_code}%' On Sunday, February 6, 2022 at 3:33:36 PM UTC-5 storm...@gmail.com wrote: > I'm attempting to count the number of times a certain string appears in a > row/column using the fol

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread Al
Thanks Tom and Gary. For now I'll just go back to the previous weewx version and wait this out. I have a full backup from this morning taken just before I upgraded. For reference, there is no 'since.py' on my installation. Al gjr80 wrote: This will be due to some errant behaviour in one of t

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread gjr80
Hang on, gives about 15 minutes and I will have the new version published. Gary On Monday, 7 February 2022 at 13:22:06 UTC+10 vanilla...@gmail.com wrote: > Thanks Tom and Gary. > > For now I'll just go back to the previous weewx version and wait this > out. I have a full backup from this morning

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread Big Al
OK, I'll stick with 4.6.0 and await your update. Al On Sunday, February 6, 2022 at 7:29:54 PM UTC-8 gjr80 wrote: > Hang on, gives about 15 minutes and I will have the new version published. > > Gary > On Monday, 7 February 2022 at 13:22:06 UTC+10 vanilla...@gmail.com wrote: > >> Thanks Tom and G

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread gjr80
Turns out I had fixed the 'trend' issue a month ago but never built and published the release, my apologies. I have published v0.1.3 which fixes this plus one other issue. Gary -- You received this message because you are subscri

Re: [weewx-user] Anyone else seeing Wunderground Rapid Fire down?

2022-02-06 Thread Nate Bargmann
* On 2022 06 Feb 20:15 -0600, 'John Kline' via weewx-user wrote: > The problem was on the wunderground side. It’s back now. I just saw that it was back up upon getting back in here. Thanks! - Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears

Re: [weewx-user] Error message with WeeWX-Saratoga extension after weewx 4.6.0 upgrade

2022-02-06 Thread Al
gjr80 wrote: Turns out I had fixed the 'trend' issue a month ago but never built and published the release, my apologies. I have published v0.1.3 which fixes this plus one other issue. Thanks Gary! after updating all is well. Al

[weewx-user] Homan WS5029 Station

2022-02-06 Thread Chris Epworth
Hi Guys, can you tell me if the Holman WS5029 is ok to use or if anyone has used it. Its only a cheapy i know. Cheers Chris -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send