[weewx-user] Re: Ambient Weather WS-2000/WH31B

2019-02-02 Thread G Hammer
I can see my WH31B Tuned to 433.920MHz. Allocating 15 zero-copy buffers {"time" : "2019-02-02 18:52:41", "brand" : "OS", "model" : "THGR122N", "id" : 206, "channel" : 1, "battery" : "OK", "temperature_C" : -2.000, "humidity" : 12} {"time" : "2019-02-02 18:52:42", "brand" : "OS", "model" :

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread opchris
Hi Guys!Thank you, Pat, for the great skin! I am about to translate everything into German. I am currently stuck at renaming the graphs. Where do I need to change the titles of the diagrams and also the names of the single lines? Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat: > >

Re: [weewx-user] Re: NOAA reports not available

2019-02-02 Thread bgrattan
Glenn, Here's what I found, so far: two NOAA directories /home/weewx/skins/Standard/NOAA - contains 2 template files for and MM summaries /home/weewx/pub_html/NOAA - contains all the summary files *.txt from 2007-present day I substituted the original index.html.tmpl and an older

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread Juan Antonio Mosquera
The internationalization would be very interesting. That way we would not have to change the code with each update. Thank you for your work. El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió: > > Thanks. I'm working on skin version 0.9 now which I'm hoping to release > soon. Many

[weewx-user] Checking versions, configurations

2019-02-02 Thread Kevin Tarr
Sometime in the last six months, my device started to update weatherunderground every 30 minutes instead of 5. Today I started to look. Problem 1 is that I set this up when I moved houses. I've had to replace my home unit sometime (two years ago?) but basically I wanted this to be set and

Re: [weewx-user] Re: Argent Ads-Ws1 Replacement and other stuff

2019-02-02 Thread Jardi Martínez
Hi! As a request in another post here, I have been working on a driver for the Build Your Own Weather Station, as described in this guide: https://projects.raspberrypi.org/en/projects/build-your-own-weather-station I don't have the hardware so the debugging is being done by the guy who requested

[weewx-user] Re: Checking versions, configurations

2019-02-02 Thread Pat
I'm a little confused and I think that comes from your confusion. Let's try to break it down and hopefully that'll help. It looks like you installed weewx using apt-get. So that would follow the file location layout for the apt-get installation. Click here and go all the way to the bottom

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-02-02 Thread Pat
Thanks. I'm working on skin version 0.9 now which I'm hoping to release soon. Many bug fixes. To change the chart names, check the files within skins/Highcharts_Belchertown/json I haven't had a chance to look into internationalization yet. Hopefully soon. On Saturday, February 2, 2019 at

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
It is odd, I got weewx running on 1/30/19 and I have entries for 1/30 and 1/31, nothing for 2/1 or 2/2. I checked the standard skin NOAA reports and they were also missing 2/1 and 2/2. I checked the NOAA templates in the Belchertown skin and diff'd the weewx standard skin and they are

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
I am happy to post the logs: Feb 2 23:30:27 localhost weewx[482]: manager: Added record 2019-02-02 23:30:00 CST (1549171800) to database 'weewx.sdb' Feb 2 23:30:27 localhost weewx[482]: manager: Added record 2019-02-02 23:30:00 CST (1549171800) to daily summary in 'weewx.sdb' Feb 2 23:30:30

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread gjr80
Ok, a few things. You appear to be generating archive records and saving them to database. Your log indicates the Standard skin is generating 13 files each report cycle, an unmodified Standard skin should be producing at least 15 files each report cycle. Have you modified the Standard skin at

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread gjr80
So it seems you are not prepared to post your logs? As I said in my previous post not only do we look for errors in the logs but we look to see what is/is not going on. That often gives us a clue to the issue. Gary -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
Here is a full run from journalctl -l: Feb 02 23:55:31 localhost weewx[482]: manager: Added record 2019-02-02 23:55:00 CST (1549173300) to database 'weewx.sdb' Feb 02 23:55:31 localhost weewx[482]: manager: Added record 2019-02-02 23:55:00 CST (1549173300) to daily summary in 'weewx.sdb' Feb 02

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
Hmmm, the only other variable here is I was using interceptor for a bit, but it was not stable (stopped capturing packets after 1-4 hours), maybe this is SDR vs Interceptor/observer data capture? On Saturday, February 2, 2019 at 10:17:31 PM UTC-6, tor...@torrin.org wrote: > > It is odd, I got

Re: [weewx-user] Re: ExtraTemp1

2019-02-02 Thread Thomas Keffer
I have created an extension, FilePile , that automates a lot of this. You specify what unit system your incoming data is in, and it will automatically convert it to the unit system used by the incoming record. Take a look at the README and see if everything

[weewx-user] Re: SDR, rtl_433, WH65B, and WH32B

2019-02-02 Thread torrin
Yup, but I am seeing and error and not capturing any data from the WH32B. I created an issue, but no one has picked it up yet. I will post back if I get anywhere. On Saturday, February 2, 2019 at 3:28:34 PM UTC-6, G Hammer wrote: > > That may be just the ticket until the 32B is supported. >

Re: [weewx-user] Re: ExtraTemp1

2019-02-02 Thread John Masters
Yes tk, i have followed the instructions and added FilePile via your manual method. Hey Presto, no more spikes on the graph! Your code has cracked it, many thanks: the RECs are correctly showing extraTemp1: john@pyzero:/home/weewx $ sudo bin/weewxd weewx.conf REC:2019-02-02 19:50:13 GMT

Re: [weewx-user] Re: Second crash after 11 days

2019-02-02 Thread Steve2Q
Now up to 15% :( -- 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. For more options, visit

[weewx-user] Re: Checking versions, configurations

2019-02-02 Thread mwall
On Saturday, February 2, 2019 at 1:34:44 PM UTC-5, Kevin Tarr wrote: > > Sometime in the last six months, my device started to update > weatherunderground every 30 minutes instead of 5. Today I started to look. > sounds like you have a fine offset station with usb interface. they will

Re: [weewx-user] Re: Second crash after 11 days

2019-02-02 Thread Steve2Q
Tom..thank you for taking the time to help. For now I will reboot the system when the % gets up to around 80. It will be interesting if this is a problem with Stretch. I wonder if any other Pi users have similar problems with Stretch or they are using an older Raspian distro. -- You received

[weewx-user] Re: Checking versions, configurations

2019-02-02 Thread Kevin Tarr
Installed: 3.1.0-1 Candidate: 3.1.0-1 Version table: *** 3.1.0-1 0 100 /var/lib/dpkg/status archive_interval = 300 I see it now. Give me an hour. On Saturday, February 2, 2019 at 2:11:54 PM UTC-5, Pat wrote: > > I'm a little confused and I think that comes from your

[weewx-user] Re: SDR, rtl_433, WH65B, and WH32B

2019-02-02 Thread G Hammer
That may be just the ticket until the 32B is supported. So, you've done the steps to get a new device added? On Saturday, February 2, 2019 at 4:15:49 PM UTC-5, tor...@torrin.org wrote: > > I have been researching this and I cannot find the WH32B either on 915mhz > (which it is supposed to be on)

[weewx-user] NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
I installed the Belchertown skin last night (It is quite AWESOME!), my only issue is my NOAA reports are generating, but have no data in them. There are entries from 2 days in January (I just got weewx running 1/30/19) but no entries for February. I am using the Belchertown Skin as the Std

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread torrin
Actually, this looks like a weewx issue, since with the old standard skin it was not working past Jan 31. Any help would be appreciated. On Saturday, February 2, 2019 at 3:29:36 PM UTC-6, tor...@torrin.org wrote: > > I installed the Belchertown skin last night (It is quite AWESOME!), my >

[weewx-user] Re: Checking versions, configurations

2019-02-02 Thread Kevin Tarr
This is in the hardware guide: Configuring with wee_device Action --help Invoking wee_device with the --help option wee_device */home*/weewx/weewx.conf --help Anyway, I've upgraded, reset the weewx.conf file. And this shows the

Re: [weewx-user] Re: NOAA reports not available

2019-02-02 Thread Glenn McKechnie
Hi Bob, Your page at http://grattans.org/wx/ is missing some vital code, which interestingly you have correct in your last post. Is that from your local tmpl version? The navbar code is missing the 6 lines that start with - in the diff below. @@ -451,17 +451,11 @@ Monthly

[weewx-user] Re: NOAA Reports Belchertown Skin

2019-02-02 Thread Pat
Hey there. Any errors in syslog when generating the reports? Not sure off top of my head why NOAA reports would fail. They get the info from within weewx itself. Do you have any data in the Reports page? What do you mean by the hourly forecasts extended into Belchertown? I'm using them at

Re: [weewx-user] Re: Second crash after 11 days

2019-02-02 Thread Thomas Keffer
Well, that's no good. I've been doing some of my own tests here, and think that the weakrefs are an artifact of using pympler. I am running some experiments on my end with stretch. Unfortunately, I don't have a lot of time at the moment, so it may take a while. -tk On Sat, Feb 2, 2019 at 1:18

[weewx-user] SDR, rtl_433, WH65B, and WH32B

2019-02-02 Thread G Hammer
I have an Ambient Weather which has the WH65B outdoor sensor and since I have the WS2000 console, I have a WH32B indoor temp/humidity/barometer. I get good data from the outdoor sensor using this: rtl_433 -M utc -F json -p 39.741 -R 78 -f 91498 {"time" : "2019-02-02 19:21:57", "model" :

[weewx-user] Re: SDR, rtl_433, WH65B, and WH32B

2019-02-02 Thread torrin
I have been researching this and I cannot find the WH32B either on 915mhz (which it is supposed to be on) or 433mhz. I am working with the rtl_433 folks trying to figure it out. In the mean time, I picked up a WH25, which is supported in rtl_433 and is only $16 at AW. On Saturday, February

Re: [weewx-user] Re: NOAA reports not available

2019-02-02 Thread bgrattan
Glenn, Thanks! I’ll try the fix tomorrow. Not sure how or when this got messed up. As I haven’t used the summary feature for a while then I haven’t missed it. Much appreciated! Just curious where you are located? Will keep you posted. Bob -- You received this message because you are