[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

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

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

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

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

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

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]

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

[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

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

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

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 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

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

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

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.

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,

[weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread VE4PER / Andy
My wind speed cups are physically broken; so no wind data ---awaiting delivery of parts and since it is down anyway I decided to do all the updates now while I wait. I recently upgraded ubuntu OS to 20.04LTS, python to python3 and it appears the update process also updated weewx to 4.1.1.1.

Re: [weewx-user] weewx 4.1.1.1 error query

2020-06-07 Thread Graham Eddy
you would probably get that error if you tell weewx to use StdStationRegistry service e.g. in weewx.conf something like: restful_service = weewx.restx.StdStationRegistry, ... but not defined a RESTful definition stanza in weewx.conf e.g. [StdRESTful]< < < < this key

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:

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

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

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