[weewx-user] Re: Weewx tag to show last time it rained

2020-06-07 Thread Maarten van der Hoeven
Well, speaking for me, I would like to show this information (last time it rained) using a tag, and put it in index_hook_after_station_info.inc The tag is $time_since_last_rain. Having done that (putting the tag in that inc-file), it throws an error NameMapper.NotFound while the generator is do

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-07 Thread gjr80
Let me clear a few things up. The approach taken by the WeeWX image generator is to generate a given image/plot every 'aggregate_interval' seconds where aggregate_interval is the aggregate interval applied to that particular plot. If there is no aggregate_interval (eg for 'day' plots) the image

Re: [weewx-user] Weewx with Vantage *and* SDR simultaneously?

2020-06-07 Thread Ron M.
H, yeah, reading through these, that makes more sense... running a second instance with a different config file is easy enough... it was just wrapping my mind around getting that data from that second instance into the report being generated by the Vantage instance... and that multiple bind

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-07 Thread Jerry Keefe
I expected that I would have to add a section under week_images. Both graphics run under day_images On Sunday, June 7, 2020 at 5:49:02 PM UTC-7, Graham Eddy wrote: > > not all items are generated at every cycle - it is graduated. > for example, why generate a yearly graph every 5

Re: [weewx-user] Weewx with Vantage *and* SDR simultaneously?

2020-06-07 Thread Tom Keffer
In theory you could do this by writing a service which augments the data stream with the data from rtl_433. In practice, that's a lot of work, and prone to some data confusion (for example, which outside temperature?). Better to run a second instance using the sdr driver, which adds to a separate

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-07 Thread Graham Eddy
not all items are generated at every cycle - it is graduated. for example, why generate a yearly graph every 5 mins. scheduling options are available to override defaults. g-eddy > On 8 Jun 2020, at 10:40 am, Jerry Keefe wrote: > > StackedWindRose is now generating daily and weekly images but on

[weewx-user] Weewx with Vantage *and* SDR simultaneously?

2020-06-07 Thread Ron M.
Howdy folks, Been happily using wee for a few years now, and finally trying to get a little dangerous with it now. :) Running Wee 4.1.1 (just updated today via deb) on a RasPi with a USB connected Vantage station. That part is working great. I had a couple of RTLSDR modules lying around from m

Re: [weewx-user] Stackedwindrose and Weewx 4.0.0

2020-06-07 Thread Jerry Keefe
StackedWindRose is now generating daily and weekly images but on a puzzlin' schedule. I expected them to both run every 5 minutes, until I implemented Graham's suggestions. But the weekly wind rose png only gets generated every 12th run. This OK, but not what I expected. It seems like weekly

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Tom Keffer
I don't know. The rtl_433 driver is changing constantly. could have been there. On Sun, Jun 7, 2020 at 11:05 AM Sean Jahnig wrote: > Hey Tom, > > You have made my night. Thank you for all the support. After changing it > to ‘sensor_map’ it immediately started reporting to windguru. > > I’m curio

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Sean Jahnig
Hey Tom, You have made my night. Thank you for all the support. After changing it to ‘sensor_map’ it immediately started reporting to windguru. I’m curious to know when this km/h m/h SDR issue arose? Because a month ago this station was reporting correctly and now it isn’t. What changed? Thanks

[weewx-user] Re: WS6in1 driver 0.3

2020-06-07 Thread Bob Atchley
I have updated weewx to version 4.1.1 (from 4.0.0) and it all went very well without any problems. However offline Remy shared a log file that showed that my assumption that if the checksum from our weather station is good the data in the message is good is not absolutely 100% guaranteed (thoug

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Tom Keffer
You've got a typo. It should be "sensor_map", not "sensor map". -tk On Sun, Jun 7, 2020 at 7:15 AM Sean Jahnig wrote: > Hi Tom, > > Thanks a lot for the reply and for the update. > > If that is the case then i will be very happy to at least understand why > that was happening! The question is,

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Sean Jahnig
Hi Tom, Thanks a lot for the reply and for the update. If that is the case then i will be very happy to at least understand why that was happening! The question is, how was it working accurately for the past 4 months? Perhaps an update caused things to change when i was fiddling 2 weeks ago. Thi

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Tom Keffer
I've noticed an error in the SDR driver for wind speed as measured by the AcuRite 5n1. Wind speed is measured by the sensor in km/hr, but is recorded by the driver as mi/hr. That would make the winds 60% high. Matthew has a bunch of fixes like this in the queue. Expect a new version of sdr.py some

Re: [weewx-user] Re: TypeError with last gauge-data.txt.tmpl

2020-06-07 Thread Campo Fiori
Ciao Gary thanks a lot for your assistance, now all works great! :) http://cdfcastronno.altervista.org/WEEWX/ss/gauges-ss-basic.htm Il giorno mer 3 giu 2020 alle ore 04:07 gjr80 ha scritto: > Gianni, > > Please try the attached gauge-data.txt.tmpl. Download the attached file > to your WeeWX mac

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Tom Keffer
In the log: Jun 7 12:54:23 raspberrypi weewx[1028] INFO weewx.engine: Loading station type SDR (user.sdr) Jun 7 12:54:24 raspberrypi weewx[1028] INFO user.sdr: driver version is 0.77 Jun 7 12:54:24 raspberrypi weewx[1028] INFO user.sdr: sensor map is {} Jun 7 12:54:24 raspberrypi weewx[1028] I

Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread Tom Keffer
Somehow your configuration file weewx.conf got corrupted. It should look like: [StdRESTful] [[StationRegistry]] # To register this weather station with weewx, set this to true register_this_station = false [[AWEKAS]] # This section is for configuring posts to AWEK

Re: [weewx-user] records-table.inc - extraSensor : soilMoist1

2020-06-07 Thread Joachim Puttkammer
me culpa thanks Tom -- 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 an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://gro

Re: [weewx-user] Re: Acurite 5-in-1 reading too high

2020-06-07 Thread Sean Jahnig
Thanks for the reply Tom, I think i have fixed the logging now - time stamps are there. I must've just changed DEBUG = 0 before i sent you the weewx.conf file because i have been doing a lot of fiddling. I have set it to 1 again. I have also enabled logging of the unmapped and unknown sensors unde

Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread VE4PER / Andy
OK thanks found the site   http://www.weewx.com/stations.html On 2020-06-07 3:01 a.m., Graham Eddy wrote: you should have a line like the following under [Station] stanza:     station_url = http://www.example.com< < < < your weather station website this is required along with ‘register_this_st

Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread VE4PER / Andy
OK tis done Sir. where is web site with registered station located? Never cam across it in any docs so far On 2020-06-07 03:01, Graham Eddy wrote: you should have a line like the following under [Station] stanza:     station_url = http://www.example.com< < < < your weather station website t

Fwd: Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread VE4PER / Andy
If somebody knows what URL and it's format is in question here and where to enter it I would appreciate knowing Thanks and Thanks again Graham Andy Forwarded Message Subject:Re: [weewx-user] weewx 4.1.1.1 error query Date: Sun, 7 Jun 2020 02:55:55 -0500 From: