[Station]
# Description of the station location
location = Multiple SDR/Ext Sensor Test w Console
# Latitude in decimal degrees. Negative for southern hemisphere
latitude = XX.XXXX
# Longitude in decimal degrees. Negative for western hemisphere.
longitude = -XX.XXXX
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 1703, foot # Choose 'foot' or 'meter' for unit
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = AcuRite
# If you have a website, you may specify an URL
# 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
##############################################################################
[AcuRite]
# This section is for AcuRite weather stations.
# The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'
model = AcuRite 01035
# The driver to use:
driver = weewx.drivers.acurite
##############################################################################