Re: [weewx-user] Re: C84612 with GW1000U gateway

2018-08-16 Thread Tony McConnell
GAS utility is to change network settings on the bridge device. It was created by LaCrosse specifically for the bridge. Should be able to find the download with a quick Google. On Tue, Aug 14, 2018, 10:51 PM Charlie Huang wrote: > what's the GAS utility? i'm pretty on this step. need some help.

Re: [weewx-user] Re: Degrees measurement in exact figures

2018-08-16 Thread Thomas Keffer
Andrew has it exactly right. For the difference between LOOP packets (every 2.5 seconds) and archive records (depends on console setting, but in your case, every 10 minutes), see the section *LOOP packets vs archive records

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Pat
I'm still thinking about this, and since I can't get the socket.io real time stream to work in Python, I thought about using a timer to poll the endpoint. However it looks like they only update the endpoint every 5

[weewx-user] Re: after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread Michael Gray
I have found/fixed my problem!As I suspected, it was nothing to do with weewx per se... Somehow, my DNS config (resolv.conf etc.) was changed so my Pi was not resolving hostnames. This caused weewx rest code not to resolve urls needed for posting to public servers: ./weewx/restx.py:

[weewx-user] after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread Michael Gray
Last night, I performed routine Rapbian (Jessie) updates to my RaspBerry Pi and also updated weewx from 3.7.1-1 to 3.8.0.1 and after the updates, weewx has stopped publishing data to CWOP and Wunderground -- I'm still getting data from my (Acurite) weather station which are going into the

[weewx-user] Re: RainMachine API for weewx- Driver Wanted/Needed

2018-08-16 Thread Antonis Katsonis
What is the qpf, minrh and maxrh? -- 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] after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread gjr80
Let's try that again. Hi, Any reason you are using hardware record generation? As far as I am aware the AcuRite stations only emit loop packets (in fact the AcuRite driver does not have a genArchiveRecords() method necessary to generate archive records from the hardware). Suggest you try

Re: [weewx-user] after raspbian and weewx updates, weewx has stopped publishing to wunderground and CWOP

2018-08-16 Thread Michael Gray
Running in the foreground (sudo weewxd /etc/weewx/weewx.conf) -- I only see LOOP and REC messages -- nothing about attempting to publish anything... These are the only config diffs between pre (working) and post (no publish) upgrade: mgray@raspberrypi:/etc/weewx $* diff weewx.conf-3.7.1

[weewx-user] Re: after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread Michael Gray
It's always said that -- I never explicitly requested "hardware generation" -- I'll try adding record_generation = software explicitly last restart before "upgrade" when all was well:Aug 14 15:17:11 raspberrypi weewx[654]: engine: Record generation will be attempted in 'hardware'

[weewx-user] Re: Degrees measurement in exact figures

2018-08-16 Thread Antonis Katsonis
If archive records is set to 10 minutes, the record generation set in software, when will the weewx request new packets from the console? Every 10 minutes or every 2.5 seconds? ( 2.5 sec is the update interval between console and ISS ) The type of packets will be archive record or loop packet or

Re: [weewx-user] after raspbian and weewx updates, weewx has stopped publishing to wunderground and CWOP

2018-08-16 Thread Thomas Keffer
That all looks normal to me as well. Take a look at the [StdRESTful] section of your weewx.conf configuration file. Did anything get mangled by the upgrade process? Is the option "log_success" set to false? You can post the section here after obscuring any passwords. -tk On Thu, Aug 16, 2018 at

[weewx-user] Re: Degrees measurement in exact figures

2018-08-16 Thread Andrew Milner
The VP2 archive record only contains the 16 points - so that is what you should get when you select hardware record generation. There was a bug introduced at 3.7 which meant weewx was overriding the hardware value even if hardware was selected. This is what Thomas has corrected if am

[weewx-user] Re: RainMachine API for weewx- Driver Wanted/Needed

2018-08-16 Thread G Hammer
QPF- Quantitative Precipitation Forecast NOAA QPF Page minrh & maxrh- Min/Max relative humidity. On Thursday, August 16, 2018 at 7:59:41 AM UTC-4, Antonis Katsonis wrote: > > What is the qpf, minrh and maxrh? > -- You received this message

[weewx-user] after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread gjr80
Hi, Any reason you are using hardware record generation? As far as I am aware the AcuRite station only emit loop packets.(in fact the AcuRite driver does have a genArchiveRecords() method to generate the necessary archive records from hardware). Suggest you try setting record_generation =

Re: [weewx-user] Re: after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread Thomas Keffer
It does seem odd. Did you have debug=1? That should have logged all failures. Otherwise, only the final failure gets logged. -tk On Thu, Aug 16, 2018 at 7:46 AM Michael Gray wrote: > I have found/fixed my problem!As I suspected, it was nothing to do > with weewx per se... Somehow, my

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Pat
I tried that too and couldn't get it to work. Forgot to mention that. Trying it a couple of different ways again, I get the apiKey is missing: with SocketIO('https://api.ambientweather.net/v1/devices?applicationKey=YOUR_APP_KEY=YOUR_API_KEY', 443, LoggingNamespace, verify=False ) as

[weewx-user] Me Again - Trying this again...

2018-08-16 Thread Cycle London
So I asked for your help a while back in migrating a faulty Pi install to a CentOS 7 box. I gave up then, because I thought that I'd be able to handle the constant crashes of the Pi, but having to unplug it and plug it back in three times a day is getting a bit much. And if we go away

[weewx-user] WeeWX v3.8.2 released

2018-08-16 Thread Thomas Keffer
This is a combined release, which includes changes for v3.8.1. In the usual place . Change log: 3.8.2 08/15/2018 Added flag to weewx-multi init script to prevent systemd from breaking it. Thanks to users Timo, Glenn McKechnie, and Paul Oversmith. Fixed problem

Re: [weewx-user] Re: after raspbian and weewx updates, weewx is still collecting data but stopped publishing to CWOP and Wunderground

2018-08-16 Thread Michael Gray
Yes -- I had debug=1 -- did not see any sign of trouble either in /var/log/messages or to the terminal running weewxd in the foreground (vs. daemon mode as a service). m. On Thursday, August 16, 2018 at 10:54:15 AM UTC-4, Thomas Keffer wrote: > > It does seem odd. Did you have debug=1? That

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Pat
That's my thought is trying to find the right combination. The documentation isn't exactly complete, but looking at the "supported" node library they reference, it shows the URL they are using. But they explicitly define websockets there too

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Thomas Keffer
I guess I was wrong! I find it hard to believe that the Python socket.io library is incapable of handling such a simple case. The problem must be some combination of getting the base host, api endpoint, and parameters right. -tk On Thu, Aug 16, 2018 at 8:34 AM Pat wrote: > I tried that too

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Douglas Krug
I've sent this conversation to supp...@ambientweather.com to see if they could offer some guidance or get involved with the discussion here. They have a Facebook API group for questions and discussion, but I think they didn't expect it to be so unloved! Nobody had posted a single comment there

[weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread Pat
Great news! I created 2 new virtual machines (Ubuntu 16.04 and Ubuntu 18.04) and did a clean install of weewx. It seems the apt repository isn't updated with 3.8.2 yet. Anything in addition I need besides the usual Debian install instructions?

Re: [weewx-user] Re: PWS data format for Interceptor

2018-08-16 Thread Thomas Keffer
I'm betting this is a ssl certificate problem. Try setting verify=False. -tk On Thu, Aug 16, 2018 at 8:15 AM Pat wrote: > I'm still thinking about this, and since I can't get the socket.io real > time stream > > to work in

[weewx-user] Re: how to implement forecast table on standard skin or sofaskin?

2018-08-16 Thread Andres Revilla
Hi .. I have tried to follow your tutorial but no luck ... I get data , but no images ... i copy icons , etc ... If i use standar forecast web all its working ok , but when i use standar modified webpage , i get data but images / colors I have installed ( weewx 3.8.0 and forecast 3.2.19) .

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread Thomas Keffer
Yes, this is a known bug. Issue #217 . -tk On Thu, Aug 16, 2018 at 1:35 PM G Hammer wrote: > > Update changed my skin to default. Now looking for what else it may have > changed. > setup.by install & upgrade method. > > -- > You received this message

Re: [weewx-user] Avoid bad data with StdQC

2018-08-16 Thread Thomas Keffer
Because the WMR300 supplies rainRate in hardware, you will need to supply limits for both rain and rainRate. It's up to you to pick sensible values, but something like this should work. [StdQC] rain = 0, 10, mm rainRate = 0, 100.0, mm_per_hour -tk On Thu, Aug 16, 2018 at 1:10 PM Alberto

Re: [weewx-user] WeeWX v3.8.2 released

2018-08-16 Thread Alberto Sánchez
Great job. Thank you very much to all the people who have collaborated. -- 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

Re: [weewx-user] Recommened Hardware For Solid Driver Integration

2018-08-16 Thread Colin Larsen
If you don't mind DIY and ultimate flexibility you could look at WeatherDuino. Emulates the VPs USB connection. On Fri, 17 Aug 2018, 09:00 Thomas Keffer, wrote: > Hard to beat the Davis Vantage series for reliability. They publish their > API, so the driver is very mature. > > Fine Offset

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread G Hammer
Ahhh, I compared the conf files and found what happened. I do not use [[StandardReport]]and have the section commented out. The upgrade added it back without commenting it out. That, of course, caused the website to be completely changed. No real issue as it was easy to recover from, just wanted

[weewx-user] Avoid bad data with StdQC

2018-08-16 Thread Alberto Sánchez
Sometimes, in my Oregon WMR300, there are more than 8000mm rains.It is a mistake of the station, because the error also appears in the console. I have cleaned those records from the database but I would like to avoid them by software. I read that by using

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread G Hammer
It would be nicer if either this were corrected or if the upgrade guide had a warning in it. As there were no program changes in weewx.conf, I just moved the 3.8.1 version back in place and wiped the web of all files. The scheduled ftp put the site back to the desired state/look. On Thursday,

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread vince
On Thursday, August 16, 2018 at 1:53:55 PM UTC-7, G Hammer wrote: > > It would be nicer if either this were corrected or if the upgrade guide > had a warning in it. > As there were no program changes in weewx.conf, I just moved the 3.8.1 > version back in place and wiped the web of all files. >

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread vince
He's missing the 'libusb' rpm On a clean centos/7 vagrant box with only pyusb rpm added [vagrant@localhost ~]$ python test.py libc.so.6 None None Traceback (most recent call last): File "f.py", line 6, in print usb.core.find() File "/usr/lib/python2.7/site-packages/usb/core.py",

[weewx-user] Recommened Hardware For Solid Driver Integration

2018-08-16 Thread Ray Racine
Looking for recommendation as to which hardware (Weather Station) to get with the following guidelines. - Fairly recent released model. - Hobbiest friendly. SOLID SIMPLE INTEGRATION to the data. e.g. Which hardware is best for solid, reliable USB integration to the data? i.e. Which

Re: [weewx-user] Recommened Hardware For Solid Driver Integration

2018-08-16 Thread Thomas Keffer
Hard to beat the Davis Vantage series for reliability. They publish their API, so the driver is very mature. Fine Offset derivatives can also be made to work. The driver has been reverse engineered, but Matthew has a long history with them and has come up with a stable, predictable driver. Stay

Re: [weewx-user] WeeWX v3.8.2 released

2018-08-16 Thread Matthew Wall
> On 16 Aug 2018, at 13:55, Pat wrote: > > It seems the apt repository isn't updated with 3.8.2 yet. Anything in > addition I need besides the usual Debian install instructions? the apt repository at weewx.com has now been updated -- You received this message because you are subscribed to

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread Pat
Standard disclaimer on being volunteers on an open source software project. If you spot the fix, you can submit the changes for the next version. If you want to force an update to re-ftp your web files, you can run wee_reports and not wait until the archive period. On Thursday, August 16,

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread Thomas Keffer
I'm afraid Matthew is going to have to do that. Matthew? -tk On Thu, Aug 16, 2018 at 10:56 AM Pat wrote: > Great news! > > I created 2 new virtual machines (Ubuntu 16.04 and Ubuntu 18.04) and did a > clean install of weewx. It seems the apt repository isn't updated with > 3.8.2 yet. Anything

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread Thomas Keffer
You are probably missing the underlying libusb "C" library. Try running this test, using the Python interpreter. You type what's in *bold*. $ *python* >>> *from ctypes.util import find_library* >>> *print find_library('c')* >>> *print find_library('usb-1.0')* >>> *print find_library('usb-0.1')*

[weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread G Hammer
Update changed my skin to default. Now looking for what else it may have changed. setup.by install & upgrade method. -- 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

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread Thomas Keffer
Yes, it would be nicer. How about a Pull Request that addresses the problem? -tk On Thu, Aug 16, 2018 at 1:53 PM G Hammer wrote: > It would be nicer if either this were corrected or if the upgrade guide > had a warning in it. > As there were no program changes in weewx.conf, I just moved the

[weewx-user] Re: Recommened Hardware For Solid Driver Integration

2018-08-16 Thread Pat
Can't beat the Davis Vantage Pro 2 Plus (which has the UV and Solar Radiation sensors). There's other sensors you can add to it like leaf wetness and soil sensors if you wanted. It outputs a weather packet every 2.5 seconds. If you don't want to do the DIY route to

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread vince
On Thursday, August 16, 2018 at 3:40:43 PM UTC-7, Cycle London wrote: > > Couldn't run test.py as I don't know what's supposed to be in it, but > after running yum install libusb and trying to restart weewx... > > > oh - I just put Tom's commands in a file so I could run it easier.. --

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread Thomas Keffer
The first results suggests that your WMR300 is not registering on the USB bus. From a command line, try this $ *lsusb* Post the results. -tk On Thu, Aug 16, 2018 at 3:40 PM Cycle London wrote: > Couldn't run test.py as I don't know what's supposed to be in it, but > after running yum install

Re: [weewx-user] Recommened Hardware For Solid Driver Integration

2018-08-16 Thread Greg Troxel
Thomas Keffer writes: > Hard to beat the Davis Vantage series for reliability. They publish their > API, so the driver is very mature. I'll second that. I have a VP2 with the solar radiation sensor, and since getting the davis computer interface (serial), it has just worked since about new

Re: [weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread G Hammer
I've had a quick look and it seems there is only the merge or leave it alone option. I'd say to put a warning in the upgrade guide. On Thursday, August 16, 2018 at 4:55:41 PM UTC-4, Thomas Keffer wrote: > > Yes, it would be nicer. How about a Pull Request that addresses the > problem? > > -tk

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread Cycle London
Couldn't run test.py as I don't know what's supposed to be in it, but after running yum install libusb and trying to restart weewx... Aug 16 23:35:19 weather systemd: Stopping SYSV: start and stop the weewx weather system... Aug 16 23:35:21 weather weewx: Shutting down weewx: [FAILED] Aug 16

Re: [weewx-user] Me Again - Trying this again...

2018-08-16 Thread Cycle London
Hi Thomas. The results of the tests are below. [root@weather ~]# python Python 2.7.5 (default, Jul 13 2018, 13:06:57) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from ctypes.util import find_library >>>

[weewx-user] Re: WeeWX v3.8.2 released

2018-08-16 Thread James Greiner
Updated my 3.8.1 to 3.8.2 no issues... Thanks for the hard work! -- 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

[weewx-user] after raspbian and weewx updates, weewx has stopped publishing to wunderground and CWOP

2018-08-16 Thread Michael Gray
Last night, I performed routine Rapbian (Jessie) updates to my RaspBerry Pi and also updated weewx from 3.7.1-1 to 3.8.0.1 and after the updates, weewx has stopped publishing data to CWOP and Wunderground -- I'm still getting data from my (Acurite) weather station which are going into the

[weewx-user] Re: Degrees measurement in exact figures

2018-08-16 Thread Antonis Katsonis
If archive_interval is set to 10 minutes, the record generation set in software, when will the weewx request new packets from the console? Every 10 minutes or every 2.5 seconds? ( 2.5 sec is the update interval between console and ISS ) The type of packets will be archive record or loop packet