On Monday, December 12, 2016 at 6:05:20 AM UTC-5, Alberto Sánchez wrote: > > Hi mwall, > > I have tested RC2 driver and it starts correctly, thamk you very much for > your job. But I have other problem now, I lose a lot of pressure data, > temperature ... (example > https://www.wunderground.com/personal-weather-station/dashboard?ID=IULTZAMA2#history/tdata/s20161211/e20161211/mdaily > ) > > Weewx 3.6.1 > Driver 0.15RC3 > Locale English > alberto,
the wmr300 emits pressure data once every 15 minutes. since your archive interval is 5 minutes, it is expected to see some archive records with no pressure data. weewx does not cache. this is by design. if weewx uploaded a pressure value in an archive interval where no pressure was received, it would be lying to you. there is a lengthy discussion about caching here: https://github.com/weewx/weewx/issues/31 https://github.com/weewx/weewx/issues/131 there are two other types of records in your wu data that are suspicious. there is at least one record that contains only pressure, and a couple of records that contain only rain=0 and rainRate=0. since the other sensors on a wmr300 report much more frequently than once every 5 minutes, these records probably indicate loss of comms between the console and the sensors. (there might be a loss-of-contact indicator in the raw data, but we have not yet figured out where it is or how to decode it) 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.
