Commit Graph

46 Commits

Author SHA1 Message Date
Tom Keffer
a97879609a Allow StdCalibrate to operate only on LOOP or archive data.
Addresses issue #895.
2023-12-05 14:27:54 -08:00
matthew wall
50e2e4d496 update changelog to include significant packaging changes. update the upgrade guide with packaging changes. 2023-12-04 21:18:40 -05:00
Tom Keffer
5622a7ad96 Allow named reports to be run 2023-11-28 05:48:08 -08:00
gjr80
68de54b2d1 add/update weectl import changes 2023-11-28 13:35:54 +10:00
Tom Keffer
4619697337 No longer distribute docs.
Must access online.
2023-11-25 16:22:03 -08:00
Tom Keffer
15113e3b29 Include [Logging] section in weewx.conf
Without it, logging will be as before: to syslog.
However, for new installs, it will be to WEEWX_ROOT/log/weewx.log
2023-11-25 13:45:54 -08:00
Tom Keffer
1ed986167a Document commit 5c5d9ff 2023-11-21 14:02:22 -08:00
Tom Keffer
3147301106 Updated docs to mkdocs v1.5.
Mostly involved changing links to suppress warnings
2023-11-19 16:18:49 -08:00
gary
0d0e9be74c add wee_import change 2023-11-19 10:12:40 +10:00
Tom Keffer
2202248b0b Revert changes to fousb from commit 2d78943
The commit resulted in errors
"TypeError: can't subtract offset-naive and offset-aware datetimes"
2023-10-28 05:45:00 -07:00
Tom Keffer
2d7894315d Port to Python 12.
Change deprecated datetime.utcfromtimestamp() to
datetime.fromtimestamp().
2023-10-12 04:31:51 -07:00
Tom Keffer
5f66d29b54 Include HTTP links in change log. 2023-10-12 04:23:57 -07:00
Tom Keffer
73ca205b60 Fixed innumerable grammatical nits.
Thanks PyCharm.
2023-10-04 18:19:07 -07:00
Tom Keffer
2d7d7a1553 Change from old Google analytics UA code to the GA4 tag system.
Also, move the tag code to the <head> area.

Fixes issue #892.
2023-09-28 15:43:39 -07:00
Matthew Wall
b1902c9fab do not start a line with a hash 2023-09-06 07:47:47 -04:00
Tom Keffer
a4ec368a19 Introduce option retry_wait --- how long to wait before a retry 2023-09-04 12:00:01 -07:00
Tom Keffer
f368b521a5 Fix potential crash when installing extension.
If one of the service groups was missing in the configuration file,
the extension installer would crash.

Fixes issue #886.
2023-08-30 12:38:13 -07:00
Tom Keffer
b259d3dd91 Tag suffix has_data() works for xtypes.
Fixes issue #877.
2023-08-30 12:11:36 -07:00
Tom Keffer
76a0d5029b Change log for commit c1b4a9c839 2023-08-30 08:01:10 -07:00
Tom Keffer
2482eebf8a Replace deprecated Image.ANTIALIAS
Fixes issue #884.
2023-08-22 11:49:38 -07:00
Tom Keffer
a08cbbf361 Allow calculating $trend when one of the two records is missing 2023-08-21 05:14:20 -07:00
Tom Keffer
9030153817 Correct errors using gettext().
Use StringIO to initialize configuration.

Change skin name from 'basic' to 'Basic'.

Use .long_form for elapsed times.
2023-08-20 14:31:09 -07:00
Tom Keffer
e88aeba81f Add change log entry for issue #883 2023-08-16 14:31:10 -07:00
Tom Keffer
390a368392 Clarify role of weectl 2023-08-11 05:23:42 -07:00
Tom Keffer
86005a7f75 Change documentation to use weectl device instead of wee_device 2023-08-03 17:21:22 -07:00
Tom Keffer
3ca794cb4e Remove wee_debug. 2023-07-27 14:07:15 -07:00
Tom Keffer
52db4781a7 Pass option_dict on to get_aggregate()
Make sure first element of optional value is a float.

Fixes issue #881.
2023-07-26 12:27:26 -07:00
Tom Keffer
59c6b87494 Reformat (most of) the change log to markdown 2023-07-25 08:09:03 -07:00
Tom Keffer
f4677f9699 Consistently use "station data" instead of "user data" 2023-07-19 18:38:06 -07:00
Tom Keffer
92ce711881 Change file versions.md to upgrade.md
Shorten lines
2023-07-18 04:54:18 -07:00
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