[weewx-user] Re: AcuRite 1035 UHF data link tech characteristics query

2020-06-27 Thread rich T
Andy Take a look at rtl_433 (https://github.com/merbanan/rtl_433). This software decodes AcuRite sensors. No, the 5 N 1 transmits different message types that contains the sensor data. The pressure sensor is located in the console. time: "2020-06-27 21:29:46" model: "Acurite-5n1" subtype:

[weewx-user] Re: AcuRite 1035 UHF data link tech characteristics query

2020-06-27 Thread rich T
I use rtl_433 to decode the sensor data On Saturday, June 27, 2020 at 4:23:33 PM UTC-4, VE4PER / Andy wrote: > > I am trying to get SDR Uno & RSP1A to detect and decode signal between > 5 in 1 sensor unit to display unit so I can have a backup diagnostic to > verify that data comm link. > > I

[weewx-user] AcuRite 1035 UHF data link tech characteristics query

2020-06-27 Thread VE4PER / Andy
I am trying to get SDR Uno &  RSP1A to detect and decode signal between 5 in 1 sensor unit to display unit so I can have a backup diagnostic to verify that data comm link. I can see what appears  I suspect to be it, but it looks like cyclical/repetitive  short bursts on the same approx length

Re: [weewx-user] Update interval less than 300 seconds?

2020-06-27 Thread John Kline
I just now updated this extension to 1.1. I would try it before resorting to a clean install. > On Jun 27, 2020, at 12:16 PM, Michael Meyer wrote: > >  > Hello John, I did grep and get some results. Next time I used grep again no > results. I uninstalled weewx because I did the first

Re: [weewx-user] Update interval less than 300 seconds?

2020-06-27 Thread Michael Meyer
Hello John, I did grep and get some results. Next time I used grep again no results. I uninstalled weewx because I did the first installation with Debian. I did installation weewx with setup py. Again no loop_data.txt created. I will do a fresh Buster light image next. After that I will do also a

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-27 Thread galfert
Yes the WLL requires a wireless ISS (RF). You actually don't need a console at all. If you have a wired console then you don't have a wireless ISS. Just so that nobody gets confused we are talking about the connection between ISS and a console, as in the RF connection. The WLL will connect to

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-27 Thread Russell van vlack
Jeff, Cool! I hadn't pieced together how this would work. I have a couple of Pi's from the previous deployments sitting around. Cheap because they've been sitting in a box. Ha ha. I'll have to try it. This would keep us wired as we have preferred to do. I did get a WifiLogger2 coming as

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-27 Thread Russell van vlack
galfert, The only problem with that, as far as I can tell, is that it requires a wireless conosole, correct? Mine are all cabled. Thanks. On Saturday, June 20, 2020 at 9:42:54 AM UTC-4, galfert wrote: > > You could also ge the Davis WeatherLink Live and use that with WeeWX. > You need the

[weewx-user] Re: Weatherlink IP Discontinued... What are folks using now?

2020-06-27 Thread Russell van vlack
Cool. I've got a couple of Pi's still sitting around. I'll have to try it. Appreciate it. On Friday, June 19, 2020 at 8:28:09 AM UTC-4, Jeff Rabin wrote: > > Easy to config.Add this to /etc/ser2net.conf > > 2:raw:0:/dev/ttyUSB0:19200 8DATABITS NONE 1STOPBIT -XONXOFF -RTSCTS > > On

[weewx-user] Re: Belchertown: current weather picture is missing.

2020-06-27 Thread Pat
Please read the skin's README. Almost all of this is covered there. On Saturday, June 27, 2020 at 10:09:19 AM UTC-4, geni08...@gmail.com wrote: > > how is Belchertown updated, what do you have to be careful about between > release and beta

[weewx-user] Re: Belchertown: current weather picture is missing.

2020-06-27 Thread Pat
Belchertown is updated on the GitHub development page. Any and all files are subject to update. You can read the changelog

[weewx-user] Re: Belchertown: current weather picture is missing.

2020-06-27 Thread geni08...@gmail.com
how is Belchertown updated, what do you have to be careful about between release and beta versions? Pat schrieb am Freitag, 26. Juni 2020 um 18:32:22 UTC+2: > Yes you need to use DarkSky or Aeris weather (with the 1.2 beta skin) > > > On Friday, June 26, 2020 at 11:09:46 AM UTC-4,

[weewx-user] Explore Scientific WSX3001 Pro WIFI Weather Center 7-in-1

2020-06-27 Thread Mitch P.
Hi, does anyone have any luck reading out an Explore Scientific WSX3001 Pro WIFI Weather Center 7-in-1 ( https://www.bresser.de/en/EXPLORE-SCIENTIFIC-professional-7-in-1-Wi-Fi-Weather-Centre-with-Light-Intensity-and-UV-Measurement-Function.html ) I tried SDR approach: rtl_433 -M utc -F json -f

[weewx-user] Re: calculate rainRate for second rain gauge...?

2020-06-27 Thread gjr80
Christian, The StdWXCalculate service calculates rainRate for those systems where the driver does not provide it. You will find the StdWXCalculate code in bin/weewx/wxservices.py (https://github.com/weewx/weewx/blob/master/bin/weewx/wxservices.py). Adding hailRate is relatively