Commit Graph

16 Commits

Author SHA1 Message Date
Tom Keffer
67b4650f72 Insert change log entry for PR #879 2023-07-16 16:28:05 -07:00
Tom Keffer
94fa3a14f9 Fix problem that caused crashes with firstlast accumulators
Fixes issue #876.
2023-07-12 17:48:25 -07:00
Tom Keffer
d3294cccf7 Hit database when calculating pressure when using stale temperature
Fixes issue #875.
2023-07-08 16:31:48 -06:00
Tom Keffer
40ecffca9b Implement weectl database update 2023-07-03 14:21:43 -07:00
Tom Keffer
dea4b30317 Detect "dash" values for rain-related measurements on Vantage 2023-07-03 12:52:53 -07:00
Tom Keffer
3d1761d247 Add change log entry for commit 0d3028 2023-07-02 13:42:50 -07:00
Tom Keffer
cacce4e2c0 Delay station registration by a random length of time
Toe avoid everyone hitting the server at the same time.
2023-06-09 04:53:28 -07:00
Tom Keffer
488aef8cd8 Remove the utility wunderfixer.
The WU seems to no longer allow past-dated records.
2023-05-27 05:06:11 -07:00
Tom Keffer
2aba36a7e3 Return almanac properties as ValueHelpers.
This leverages all the goodness of ValueHelpers, including obeying
local formatting conventions.

To avoid breaking old skins, the VH versions have been given
new names.
2023-05-25 15:46:54 -07:00
Tom Keffer
ed24b0659c Format azimuth properties as zero padded 3 digits.
E.g., `005°` instead of `5°`.
2023-05-24 11:01:41 -07:00
Tom Keffer
3a30795b46 Fix calculation of astrometric heliocentric longitude.
It was called `hlong` instead of `hlon`.
2023-05-22 07:22:22 -07:00
Tom Keffer
9b203d6443 Accumulator firstlast no longer coerces values to a string 2023-05-03 15:34:30 -07:00
Tom Keffer
6b7e394692 Fix problem when setting Vantage repeater. Fixes issue #863.
Add retransmit information for Vantage `wee_device --info` query.
2023-05-01 12:26:37 -07:00
Tom Keffer
7dc50e224a Allow additional shortcuts for specifying durations
For example, '3h' for three hours.
2023-04-22 07:22:15 -07:00
Tom Keffer
26f9466628 Allow aggregation of xtypes that are not in the database schema.
Fixes issue #864.
2023-04-13 12:55:55 -07:00
Tom Keffer
2fe42433fe Rename docs subdirectories.
docs -> docs_src
html_docs -> docs

This puts the names closer to the end product.
2023-04-04 07:27:42 -07:00