Difference between revisions of "Weather Station"

From Earlham CS Department
Jump to navigation Jump to search
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
+
HIP uses a weather station to provide data as a reference to be used against the energy usage of the campus. This information is useful in many situations including future development of the EC Comprehensive Sustainability Plan and the Energy Wars competitions.
  
All documents are courtesy of Davis Instruments.
+
We use a Davis Vantage Pro 2 Plus weather station system, installed spring 2014. It monitors temperature, humidity, wind speed and direction, and UV radiation (among others) and transports that data to a console and ultimately to our computer. The cabled version was chosen for its stability and reliability. The weather station is on the north end of campus on the roof of Dennis Hall.
  
== PDF Documents ==
+
[http://cs.earlham.edu/~hip/weather.html To see the most recent readings from the station, go here.]
 +
 
 +
== Pictures ==
 +
Weather Station <br>
 +
[[File:WeatherStation.jpg]]
 +
 
 +
Console <br>
 +
[[File:WeatherConsole.jpg]]
 +
 
 +
== Words ==
 +
All of the information generated by the weather station is sent to a console located in the CS batcave on the fourth floor of Dennis Hall. A display on the console shows the live readings from the station and sends data to new-proto, where weewx stores it in a SQLite database. A custom-written PERL script then moves that data from the automatic database to our PostgreSQL database.
 +
 
 +
tl;dr:
 +
* weather station -> console -> new-proto:/var/lib/weewx.sdb (via weewx) -> weather (postgreSQL) on new-proto
 +
 
 +
All via Ethernet cables.
 +
 
 +
Eventually a webpage/app.
 +
 
 +
crontab user: weather
 +
 
 +
Outage 2015-06-03,4 to solder a run of UV-resistant cable into the regular station-to-console cable.
 +
 
 +
== Documents ==
 +
 
 +
All documents by Davis Instruments.
 +
 
 +
[http://www.davisnet.com/support/weather/support_docs.asp?dtype=2 main support docs] (select Vantage Pro2)
  
 
[http://davisnet.com/product_documents/weather/manuals/07395-234_IM_06312.pdf console]
 
[http://davisnet.com/product_documents/weather/manuals/07395-234_IM_06312.pdf console]
Line 11: Line 38:
 
[http://davisnet.com/product_documents/weather/spec_sheets/6152C_6162C_SS.pdf specs]
 
[http://davisnet.com/product_documents/weather/spec_sheets/6152C_6162C_SS.pdf specs]
  
[http://www.davisnet.com/product_documents/weather/spec_sheets/6510_40_44_50_60_SpecWLWin_Rev_D.pdf WeatherLink] (Data Logger, USB version - ignore Windows software descriptions):
+
[http://www.davisnet.com/product_documents/weather/spec_sheets/6510_40_44_50_60_SpecWLWin_Rev_D.pdf WeatherLink] (Data Logger, USB version - ignore Windows software descriptions)
  
 
== Source Links ==
 
== Source Links ==
Line 18: Line 45:
  
 
[http://davisnet.com/weather/products/wx_product_docs.asp?pnum=06162C index for manufacturer documentation]
 
[http://davisnet.com/weather/products/wx_product_docs.asp?pnum=06162C 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:
 
*<pre>find / -name "*weewx*" | grep weewxd</pre>
 
 
 
use [http://www.wviewweather.com/release-notes/wview-User-Manual.html#Advanced-db this] to configure storing archived data to a psql database
 

Latest revision as of 14:44, 6 June 2015

HIP uses a weather station to provide data as a reference to be used against the energy usage of the campus. This information is useful in many situations including future development of the EC Comprehensive Sustainability Plan and the Energy Wars competitions.

We use a Davis Vantage Pro 2 Plus weather station system, installed spring 2014. It monitors temperature, humidity, wind speed and direction, and UV radiation (among others) and transports that data to a console and ultimately to our computer. The cabled version was chosen for its stability and reliability. The weather station is on the north end of campus on the roof of Dennis Hall.

To see the most recent readings from the station, go here.

Pictures

Weather Station
WeatherStation.jpg

Console
WeatherConsole.jpg

Words

All of the information generated by the weather station is sent to a console located in the CS batcave on the fourth floor of Dennis Hall. A display on the console shows the live readings from the station and sends data to new-proto, where weewx stores it in a SQLite database. A custom-written PERL script then moves that data from the automatic database to our PostgreSQL database.

tl;dr:

  • weather station -> console -> new-proto:/var/lib/weewx.sdb (via weewx) -> weather (postgreSQL) on new-proto

All via Ethernet cables.

Eventually a webpage/app.

crontab user: weather

Outage 2015-06-03,4 to solder a run of UV-resistant cable into the regular station-to-console cable.

Documents

All documents by Davis Instruments.

main support docs (select Vantage Pro2)

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