############################################################################## # This section is for information about the station. [Station] # Description of the station location location = "Eldorado at Santa Fe, New Mexico" # Latitude in decimal degrees. Negative for southern hemisphere latitude = 35.5219 # Longitude in decimal degrees. Negative for western hemisphere. longitude = -105.9586 # Altitude of the station, with the unit it is in. This is used only # if the hardware cannot supply a value. altitude = 1996, meter # Choose 'foot' or 'meter' for unit # Set to type of station hardware. There must be a corresponding stanza # in this file, which includes a value for the 'driver' option. station_type = Vantage # If you have a website, you may specify an URL. This is required if you # intend to register your station. station_url = http://quedo.dynu.net/weewx # The start of the rain year (1=January; 10=October, etc.). This is # downloaded from the station if the hardware supports it. rain_year_start = 1 # Start of week (0=Monday, 6=Sunday) week_start = 6 [Vantage] # This section is for the Davis Vantage series of weather stations. # Connection type: serial or ethernet # serial (the classic VantagePro) # ethernet (the WeatherLinkIP or Serial-Ethernet bridge) type = ethernet # If the connection type is ethernet, an IP Address/hostname is required: host = 192.168.1.22 # The driver to use: driver = weewx.drivers.vantage