Difference between revisions of "Weather Station"

From Earlham CS Department
Jump to navigation Jump to search
(Notes)
Line 25: Line 25:
  
  
Use the following command to find the wview daemon:
+
Use the following command to find the weewx daemon:
*<pre>find / -name "*wview*" | grep wviewd</pre>
+
*<pre>find / -name "*weewx*" | grep weewxd</pre>
* I believe it's located in /home/new_weather/wview-5.21.5/debian/wviewd_vpro.1
 
 
 
 
 
[http://www.wviewweather.com/release-notes/wview-User-Manual.html#StationConfig-vpro vpconfig] can be used to configure the VantagePro
 
* must stop wviewd before making changes
 
* <pre>vpconfig /dev/ttyUSB1</pre>
 
  
  

Revision as of 17:00, 16 November 2014

The weather station is a Vantage Pro2 Plus with Standard Radiation Shield. Ours is the cabled version, not the wireless version. The cable was chosen for greater stability and dependability. It will be installed on the roof of Dennis during the 2014 spring semester.

All documents are courtesy of Davis Instruments.

PDF Documents

console

hardware configuration using ISS (Integrated Sensor Suite)

specs

WeatherLink (Data Logger, USB version - ignore Windows software descriptions):

Source Links

Cabled Vantage Pro2 Plus with Standard Radiation Shield

index for manufacturer documentation

Notes

  • The console collects the data and relays that data to other devices.
  • A maximum of 2560 records can be archived. Individual records are 52 bytes in size and the device has 128K of non-volatile memory. This is the data used by dataloggers.


Use the following command to find the weewx daemon:

  • find / -name "*weewx*" | grep weewxd


use this to configure storing archived data to a psql database

  • I don't know what the SQL export page is
  • you don't need to create a root user as they specify (just use postgres)