Wunderground rapid fire wind gust

172 views
Skip to first unread message

Pat Hayes

unread,
Nov 3, 2014, 5:39:27 PM11/3/14
to weewx...@googlegroups.com
Hello all!

In my weewx.conf, if I set Weather Underground to rapid fire, wind gusts are not showing up. I turn off rapid fire and wind gust info now shows up. Any ideas?

Thomas Keffer

unread,
Nov 3, 2014, 5:58:12 PM11/3/14
to weewx-user
I've noticed this as well and I have no idea why. If you are using a VantagePro2, the gust information is included in the URL as "windgustmph".

For example, I just tried it, and here's the URL:


It's certainly not the first bug we've seen in their API.

-tk

On Mon, Nov 3, 2014 at 2:39 PM, Pat Hayes <mister...@gmail.com> wrote:
Hello all!

In my weewx.conf, if I set Weather Underground to rapid fire, wind gusts are not showing up. I turn off rapid fire and wind gust info now shows up. Any ideas?

--
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+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Pat Hayes

unread,
Nov 3, 2014, 6:33:49 PM11/3/14
to weewx...@googlegroups.com
Im using Acu-rite's 5 in 1 weather system. This is my first weather station and I wanted to test out the waters before getting something better as the Vantage Pro 2. I was just curious if the script that uploaded to Wunderground maybe was missing the wind gust part in the upload url. Do You know what file handles that? Im curious and wanted to take a look.

Thomas Keffer

unread,
Nov 3, 2014, 7:16:13 PM11/3/14
to weewx-user
Oh. No idea what happens with the Acu-rite.

With the VantagePro, wind gust is not normally included in the LOOP packets (which come every couple of seconds), so the driver, located in bin/weewx/drivers/vantage.py, adds it.

The uploading to WU is handled by a class that puts the new LOOP and archive records in a queue, and another class in a separate thread which receives them, then posts them to the URL. Both are in bin/weewx/restx.py.  Class StdWunderground is the former, class AmbientLoopThread for the latter. Both have subclasses.

-tk


--
Reply all
Reply to author
Forward
0 new messages