yngve,

what is the 'altitude' entered in your wmr300 console?

please try the following:

1) stop weewx

    sudo /etc/init.d/weewx stop

2) ensure that the archive interval in weewx.conf is 300 seconds.  the 
archive interval of the wmr300 can be anything, but you might want to set 
it to 5 minutes, just for consistency.

3) run the driver directly, and capture the output

    sudo PYTHONPATH=/usr/share/weewx python 
/usr/share/weewx/weewx/drivers/wmr300.py --get-current > 
/var/tmp/wmr300-driver-output.txt

let that run for 30 or 40 minutes.  then ctrl-c to quit.

4) run weewx directly, and capture the output

    sudo /usr/share/weewx/weewxd /etc/weewx/weewx.conf > 
/var/tmp/wmr300-weewxd-output.txt

let that run for 15 minutes.  then crtl-c to quit.

5) start weewx as usual

    sudo /etc/init.d/weewx start

6) post the two output files (wmr300-driver-output.txt and 
wmr300-weewxd-output.txt)

this should tell us if there is a difference between pressure in historical 
records and pressure in live packets.  the driver output will contain only 
live packets, the weewxd output should contain the historical records and 
some live packets.

m

-- 
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.

Reply via email to