Hello,
After reading through documentation and forum I am still confused.
Since my cognitive style is "work by example" I will describe what I try to
do and what I think should be done.
My Fineoffset should read the met station every five minutes.
Then every 30 minutes weewx should ask the console for all the previous
half our readings. So basically every 30 minutes it should fetch six (6)
groups of readings (6x5=30)
Then those data should be archived in the mysql DB.
To my understanding all this is implemented as:
'wee_device --set-interval=5'
and then in the config file:
[FineOffsetUSB]
# This section is for the Fine Offset series of weather stations.
polling_mode = PERIODIC
# The station model, e.g., WH1080, WS1090, WS2080, WH3081
model = WS2080
# How often to poll the station for data, in seconds
polling_interval = 1800
# The driver to use:
driver = weewx.drivers.fousb
...............
[StdArchive]
# If the station hardware supports data logging then the archive
interval
# will be downloaded from the station. Otherwise, specify it (in
seconds).
archive_interval = 1800
# How long to wait (in seconds) before processing new archive data. Must
# be greater than zero.
archive_delay = 15
# If possible, new archive records are downloaded from the station
# hardware. If the hardware does not support this, then new archive
# records will be generated in software.
# Set the following to "software" to force software record generation.
record_generation = hardware
# Whether to include LOOP data in hi/low statistics
loop_hilo = True
# The data binding used to save archive records
data_binding = wx_binding
Is this correct?
Thank you
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.