Tom Keffer
48fce1e1a0
Rename weewx.units.UnknownType to weewx.units.UnknownObsType
...
Avoids confusion with the similarly named `weewx.UnknownType`.
2023-10-28 17:32:24 -07: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
89e8d34f39
Correct the "where" guide.
2023-10-26 14:50:21 -07:00
Tom Keffer
92e979e624
Minimize duplication.
...
Streamline install instructions. Hopefully, this will
make them less intimidating.
2023-10-26 14:50:04 -07:00
Tom Keffer
ad1b3b2d5c
Add a landing page for Quickstart guides
2023-10-26 14:48:27 -07:00
Tom Keffer
283eddc0d0
Catch up git install instructions to the recent refactor
2023-10-19 08:10:14 -07:00
Tom Keffer
6cd5dc91f6
Refactor, using 'src' instead of 'bin' to hold the source code.
...
wee_resources becomes weewx_data, and is put in version control.
The build documentation, as well as the 'user' subdirectory, are now
in it.
This allows weewxd to be run directly from the git repository for
two reasons: 1) the documentation does not have to be built first.
2) because the source code is now under 'src', while the 'user'
subdirectory is in weewx_data, weewxd does not accidentally pick
up the repository's version of the 'user' subdirectory.
2023-10-17 05:14:34 -07:00
Tom Keffer
5e7691d002
Option --type is optional
2023-10-14 04:59:17 -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
9d388cabd2
Build the resources before attempting to provision.
2023-10-03 08:31:44 -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
Tom Keffer
bd1d3332b1
Allow --config option to be used by weectl device
2023-09-07 09:02:17 -07:00
Matthew Wall
cb44e9e335
clarify meaning of ~
2023-09-06 07:56:35 -04:00
Matthew Wall
b1902c9fab
do not start a line with a hash
2023-09-06 07:47:47 -04:00
Matthew Wall
891b3af3a2
fix broken english
2023-09-06 07:45:08 -04:00
Tom Keffer
dd0f5effd9
More details on upgrade
2023-09-04 17:40:44 -07:00
Tom Keffer
f15f25c77c
Merge remote-tracking branch 'origin/V5-lib' into V5
2023-09-04 12:10:47 -07: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
db8ea89c18
Fix typo. group_delta_time should be group_deltatime.
2023-09-02 07:15:34 -07:00
Tom Keffer
4cd6962ec0
Document new location for user directory
2023-08-30 18:27:22 -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
294d7e1d31
425 FTP error can be fixed with reuse_ssl option
2023-08-25 16:26:30 -07:00
Tom Keffer
ed9c34549d
Fix some garbled text and HTML.
...
More details on pros and cons of install methods.
2023-08-24 18:41:29 -07:00
Tom Keffer
2482eebf8a
Replace deprecated Image.ANTIALIAS
...
Fixes issue #884 .
2023-08-22 11:49:38 -07:00
Tom Keffer
2dfe1ce5f6
Include an introduction in the Users Guide
...
Link to the root index
2023-08-21 17:17:08 -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
c2fd221cec
Update usage string for weewxd
2023-08-14 05:00:42 -07:00
Tom Keffer
09a92e5e0c
Call super() without arguments
...
Python 3
2023-08-12 09:35:52 -07:00
Tom Keffer
2155ef0ce5
Fix small mistakes in the examples and docs
2023-08-12 07:35:08 -07:00
Tom Keffer
390a368392
Clarify role of weectl
2023-08-11 05:23:42 -07:00
Tom Keffer
38521bc789
Include links to weectl device.
2023-08-09 05:31:54 -07:00
Tom Keffer
363a125f39
Fix broken hardware links.
2023-08-08 18:34:44 -07:00
Tom Keffer
a889783fb2
Fix many broken links.
...
Warn the user to use a scheme when specifying `station_url`.
2023-08-08 18:08:32 -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
38b698f8d2
Add page with overview of weectl
2023-07-28 07:04:16 -07:00
Tom Keffer
3ca794cb4e
Remove wee_debug.
2023-07-27 14:07:15 -07:00
Tom Keffer
0907e6e752
Initial documentation of weectl debug
2023-07-27 13:56:23 -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
Matthew Wall
c2e6c0168c
fix broken link
2023-07-24 06:49:34 -04:00
Tom Keffer
c3cd56f360
Fix broken links in upgrade guide
...
Stopped with "Upgrading to V3.2".
2023-07-23 05:30:16 -07:00
Matthew Wall
11bc0a06b4
use source instead of . to be less confusing to noobs. put ve in home directory to more closely match normal usage.
2023-07-23 06:53:56 -04:00
Tom Keffer
d72bc66967
Fix a broken list
...
Readability
2023-07-22 14:19:31 -07:00
Tom Keffer
f9cf5d0d42
Follow canonical form for anchors
2023-07-22 13:59:59 -07:00