Tom Keffer
eb177de541
Merge branch 'master' into development
2024-01-26 16:35:12 -08:00
Tom Keffer
d1ac83bc59
Fix problem with rebuilding daily summaries with dropped columns
...
If a column was dropped from a database using
weectl database drop-columns, then its daily summaries rebuilt, user
would get a "table already exists error."
2024-01-26 15:47:21 -08:00
Matthew Wall
4005e1e9f6
use /var/lib/weewx as HOME for weewx on redhat/suse
2024-01-24 21:06:21 -05:00
Tom Keffer
379d99bdb7
Log the addition of zh_CN.conf in change file
2024-01-24 05:30:18 -08:00
Tom Keffer
64ed8827fe
Merge branch 'master' into development
...
# Conflicts:
# src/weewx_data/skins/Seasons/lang/zh.conf
2024-01-24 05:27:49 -08:00
Tom Keffer
9b2e2dbdc6
Revert "Change Chinese language translation from Traditional to Simplified"
...
This reverts commit 5b7df7b72a .
2024-01-24 05:21:00 -08:00
Tom Keffer
34b62709d8
Allow option "lang" to include a country code
...
language file zh.conf is Traditional Chinese,
while zh_CN.conf is Simplified Chinese
2024-01-22 06:03:45 -08:00
Tom Keffer
9a9d045216
Correct docs and attribution for cn->zh change
2024-01-21 12:46:20 -08:00
Tom Keffer
5b7df7b72a
Change Chinese language translation from Traditional to Simplified
2024-01-20 15:15:04 -08:00
Tom Keffer
e54801e2c0
Chinese language code changed to zh. Fixes issue #912 .
2024-01-20 15:12:22 -08:00
Tom Keffer
8202ecf167
Allow the --config option to use of the tilde (~) prefix
2024-01-19 17:29:24 -08:00
Tom Keffer
e6bf5c936b
Include PR #919 in change log
2024-01-19 14:08:49 -08:00
Tom Keffer
5374035861
Fix problem with weectl device when using installed drivers
...
Fixes issue #918
2024-01-17 14:47:11 -08:00
Tom Keffer
aa153b8f99
Document fix for installing w/v4 config files
...
Documents commit b6e027d6
2024-01-17 14:44:46 -08:00
Tom Keffer
e5724ba58a
Include backwards compatible reference to weewx.UnknownType in log
...
Documents commit 0573e373
2024-01-17 14:42:02 -08:00
matthew wall
f4f09e20ce
bump to 5.0.0
2024-01-14 11:39:43 -05:00
Tom Keffer
1555627b8b
Add some overlooked changes to the log.
2024-01-10 07:37:35 -08:00
Matthew Wall
04551c496f
update the upgrade guide and changes
2024-01-07 12:58:43 -05:00
matthew wall
7d8612c242
python 3.6 now not python 3.7
2023-12-21 14:18:34 -05:00
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