Simulator]
# This section is for the weewx weather station simulator.
# The time (in seconds) between LOOP packets.
#loop_interval = 2.5
# The simulator mode can be either 'simulator' or 'generator'.
# Real-time simulator. Sleep between each LOOP packet.
# mode = simulator
# Generator. Emit LOOP packets as fast as possible (useful for testing).
# mode = generator
# The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the
# default is to use the present time.
#start = 2011-01-01T00:00
# The driver to use.
# driver = weewx.drivers.ulator
##############################################################################
[FineOffsetUSB]
# This section is for the Fine Offset series of weather stations.
# The station model, e.g., WH1080, WS1090, WS2080, WH3081
# model = WS2080
# How often to poll the station for data, in seconds
polling_interval = 60
# The driver to use:
driver = weewx.drivers.fousb
##############################################################################
# This section is for uploading data to Internet sites
[StdRESTful]
# Uncomment and change to override logging for uploading services.
log_success = True
log_failure = True
[[StationRegistry]]
# To register this weather station at
weewx.com, set this to true, and
# set option 'station_url', located in the [Station] section above.
register_this_station = True
[[AWEKAS]]
# This section is for configuring posts to AWEKAS.
# If you wish to post to AWEKAS, set the option 'enable' to true, then
# specify a username and password.
# Use quotes around the password to guard against parsing errors.
enable = False
# username = replace_me
# password = replace_me
[[CWOP]]
# This section is for configuring posts to CWOP.
# If you wish to post to CWOP, set the option 'enable' to true,
# then specify the station ID (e.g., CW1234).
enable = True station = GW7066
# If this is an APRS (radio amateur) station, specify the
# passcode (e.g., 12345). Otherwise, ignore.
# passcode = replace_me
[[PWSweather]]
# This section is for configuring posts to PWSweather.com.
# If you wish to post to PWSweather.com, set the option 'enable' to
# true, then specify a station and password.
# Use quotes around the password to guard against parsing errors.
# enable = True
station = replace_me
password = replace_me
[[WOW]]
# This section is for configuring posts to WOW (
wow.metoffice.gov.uk).
# If you wish to post to WOW, set the option 'enable' to true, then
# specify a station and password.
# Use quotes around the password to guard against parsing errors.
# enable = False
station = replace_me
password = replace_me
[[WOW-BE]]
# This section is for configuring WeeWX to upload to WOW-BE (
wow.meteo.be)
# If you wish to post to WOW-BE, set the option 'enable' to true, then
# specify a station and password.
# Use quotes around the password to guard against parsing errors.
# enable = False
station = replace_me
password = replace_me
[[Wunderground]]
# This section is for configuring posts to the Weather Underground.
# If you wish to post to the Weather Underground, set the option
# 'enable' to true, then specify a station (e.g., 'KORHOODR3'). Use
# the station key (find it at
#
https://www.wunderground.com/member/devices) for the password.
# enable = False station = IPRET0237
password = FVKcMQiv
# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = False