Author Topic: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground  (Read 5945 times)

0 Members and 1 Guest are viewing this topic.

Offline wolfdown

  • Member
  • *
  • Posts: 13
PyWeather is Python module for accessing Davis Vantage Pro/Pro2 serial weather data. It also supports data upload to the WeatherUnderground. Included in the package is a working script for collecting and reporting data I am using on my own weather station.

You can find the source code and more information here: http://github.com/cmcginty/PyWeather

Additional Background:

I've spend the last few months improving the last official PyWeather 0.7, which was some years ago. At the time I could not find any simple Linux-based drivers for the Davis Vantage Pro weather station, except PyWeather. Since then I've re-written the entire Davis interface module. With this release it is now possible to configure and read Archive Record data fields, and a number of bugs were fix. The Python code has been tested on Ubuntu 9.10, but it can likely easily be modified to support Windows or Apple OS.

If anyone finds this software useful, I'd love to hear from you.

Offline weatherforyou

  • Forecaster
  • *****
  • Posts: 545
  • My weather is on WeatherForYou.com. Is yours?
    • http://www.weatherforyou.com
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #1 on: July 08, 2010, 02:09:54 PM »
How about support for uploading to PWSweather.com?  ;)
Joe Torsitano


Offline wolfdown

  • Member
  • *
  • Posts: 13
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #2 on: July 08, 2010, 02:28:00 PM »
Shouldn't be a problem. I'll take a look at it soon.

Offline wolfdown

  • Member
  • *
  • Posts: 13
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #3 on: July 09, 2010, 07:25:08 PM »
I couldn't find any data regarding the reporting format. If you have the details, this would really help me add support for the site.

Offline weatherforyou

  • Forecaster
  • *****
  • Posts: 545
  • My weather is on WeatherForYou.com. Is yours?
    • http://www.weatherforyou.com
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #4 on: July 09, 2010, 08:14:52 PM »
If you fill out a support request at http://www.pwsweather.com/support.php it'll be e-mailed to you. :)
Joe Torsitano


Offline destroyboy

  • Member
  • *
  • Posts: 1
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #5 on: December 30, 2010, 06:22:56 PM »
WARNING! I tried this software, and the first thing it does is WIPE ALL THE ARCHIVE DATA off the Weather Station. This is really dumb and it caught me out. I'm like - where has my data gone, so I looked into the code a bit more, and it actually does it ON PURPOSE, WITHOUT WARNING! so nice try, but, *sigh*

Offline wolfdown

  • Member
  • *
  • Posts: 13
Re: RELEASE: PyWeather 0.8.2 for Davis Vantage Pro + WeatherUnderground
« Reply #6 on: December 30, 2010, 06:57:54 PM »
 :oops: What you said is correct. The record clear speeds up the system startup. The assumption was that archived data is stored online. Sorry you had to be the first one to discover this "feature".

I will disable the format command for an alternative solution.

Are you just using the device memory for the LCD graphs or is there some other reason? Is it a problem that the software change the archive interval?