Re: [weewx-development] Development guidance needed for a non-standard PWS

2019-10-15 Thread Pieter Rautenbach
Out of interest, here is my project: https://github.com/parautenbach/WeeWX-BME280 It seems to be running so just monitoring to see if everything is fine. Being able to test the driver from the command line was useful and helped me to sort out a few issues. I'm pushing data to WU as IPARAD2.

Re: [weewx-development] Consolidate database interval records?

2019-10-15 Thread gjr80
wee_import does not do any form of record aggregation, it just reads in the records as they appear in the source and applies one of three methods of determining the interval field for each record. Firstly it can derive the interval field as the difference between successive record timestamps (w

Re: [weewx-development] Consolidate database interval records?

2019-10-15 Thread Pat
OTOH, I'm not entirely sure how I'd merge these records successfully and accurately. I certainly could export this subset of records to a CSV and use wee_import - if wee_import's interval = conf is an optional way to accomplish this? On Tuesday, October 15, 2019 at 8:41:41 PM UTC-4, Tom Keffer

Re: [weewx-development] Consolidate database interval records?

2019-10-15 Thread Thomas Keffer
Yes, it's certainly possible, but you would have to write a Python script to do it. You could start with the transfer_db.py script, located in the examples subdirectory. On Tue, Oct 15, 2019 at 3:10 PM Pat wrote: > Back when I started with weewx in 2015 I had a 1 minute archive interval. > I kep

[weewx-development] Consolidate database interval records?

2019-10-15 Thread Pat
Back when I started with weewx in 2015 I had a 1 minute archive interval. I kept it that way for a few months until I realized more in how the archive interval works. I am performing some wee_import functions to get calc_missing on some records. wee_import warns about the mismatch in the inter