Tom Keffer
Tom Keffer
Sorry, I wasn't very clear, and my diagnosis was a bit off. If you ask for a month plot with daily aggregations, you get this:  Note how all aggregations...
I wonder if we need something like the sensor maps that the drivers use? It's a common pattern in the uploaders. For example, the `AmbientThread` has ``` 'barometer': 'baromin=%.3f', 'co':...
There's a pattern I've been using for situations like this. Take a look in `accum.py`. Basically it would look like: ``` DEFAULTS_INI = """ [StdRESTful] [[WOW]] [[uploader_map]] [[[[baromin]]]] source =...
That looks good! A few (trivial) suggestions: 1. When assigning a function parameter to `self`, it's good practice not to change the name. So, instead of self.formats = uploader_map you...
A fair question. Off the top of my head, here are some reasons: 1. It's easier to modify a configuration file. 2. All the state is held in the code...
There's a commit four years ago that explicitly addresses the formatting of indoor humidity: https://github.com/weewx/weewx/commit/d29eba5a53e180625ae53158fc70c10083eec6a2 It seems to be there to address this email thread: https://groups.google.com/g/weewx-user/c/R71L5gLs1EM/m/kQFP005IAQAJ It's possible we could...
Doug, not stale at all. It's just not getting any love.
If the user specifies an `interval`, then I would think that should always take precedence. I like the idea of offering an explicit option to use the `interval` field in...
Unfortunately, this is the easy part. The hard part is changing the database and reporting tools on the weewx.com server. Got Perl?
don't see the point in that. Any posted data would just be lost.