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
Matthew Wall
ca810e50be
more work on the upgrade guide
2023-06-08 22:08:46 -04:00
Matthew Wall
768fc9e1e1
minor fixes
2023-06-07 22:18:14 -04:00
Matthew Wall
3da098d928
start formatting the upgrade guide
2023-06-07 22:13:57 -04:00
Matthew Wall
75939caa21
provide more driver guidance
2023-06-07 21:48:34 -04:00
Matthew Wall
2bf6dcedf2
fix not format
2023-06-07 21:09:39 -04:00
Matthew Wall
5e1fe6dc6f
start the (long) process of converting wee_imporet
2023-06-07 21:09:09 -04:00
Matthew Wall
8541084c80
more faffing with hardware pages
2023-06-07 19:21:50 -04:00
Matthew Wall
387687e966
refer to new hardware pages
2023-06-07 15:32:50 -04:00
Matthew Wall
c81a7d0c9f
fix options
2023-06-07 15:31:54 -04:00
Matthew Wall
54e59fa761
split hardware into separate pages
2023-06-07 15:31:11 -04:00
Matthew Wall
ff915996c3
convert utilities to md (except import)
2023-06-07 14:40:46 -04:00
Matthew Wall
b4f85969ff
make weectl docs consistent
2023-06-07 11:52:07 -04:00
Matthew Wall
68c9a2a115
clean up options/actions. convert wee_database to md.
2023-06-07 11:35:30 -04:00
Matthew Wall
771c8ea68c
fix broken links
2023-06-07 09:49:48 -04:00
Matthew Wall
dd4579b426
fix html location. fix broken links.
2023-06-07 09:45:52 -04:00
Matthew Wall
b63f24cd21
flatten quickstart
2023-06-07 09:38:08 -04:00
Matthew Wall
e0311dc41c
simplify pip instructions. fix some minor mistakes.
2023-06-07 09:37:28 -04:00
Matthew Wall
c7a2f43f0e
fix stray html tags. fix some typos. make tables consistent. teach matt how to work with the new doc system.
2023-06-07 09:07:11 -04:00
Matthew Wall
de73e7ff8a
provide more install info
2023-06-07 09:06:06 -04:00
Matthew Wall
39c8da1acd
fix build-docs dependency
2023-06-07 07:35:41 -04:00
Matthew Wall
3d516f047a
consolidate the v5 documentation. remove redundant docs/links. flatten some of the doc structure. placeholder for run-from-source.
2023-06-06 22:39:43 -04:00
Tom Keffer
ef2607022c
Move guide for migrating from setup.py to V5 to the wiki
2023-06-04 18:53:05 -07:00
Tom Keffer
26cc737965
Remove the migrating guide from quickstarts
2023-06-03 16:15:45 -07:00
Matthew Wall
daf3fec0a8
simplify the quickstart index
2023-06-03 17:53:14 -04:00
Matthew Wall
6ddb764761
update the suse quickstart, plus fixes to keep debian and redhat aligned
2023-06-03 17:41:14 -04:00
Matthew Wall
606b03b43a
Merge branch 'V5' of github.com:weewx/weewx into V5
2023-06-03 17:25:11 -04:00
Matthew Wall
5a2ce95e7e
update redhat quickstart. clean up debian and pip quickstarts.
2023-06-03 17:25:05 -04:00
Tom Keffer
4f0d13d347
Fix broken link
2023-06-03 13:08:45 -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
8ebefa513e
Require "ephem" instead of "pyephem"
...
Package has been renamed on pypi.org.
Also, ephem V3.7 doesn't work. We require 4.1.
2023-05-27 04:50:48 -07:00
Tom Keffer
3b2f7c3817
Remove dollar sign from parameter names in Cheetah expressions.
2023-05-26 17:08:15 -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
Matthew Wall
da8ca196f1
minor cleanup to pip install page - eliminate gerunds, make headings consistent, smooth out some of the narrative
2023-05-20 23:11:34 -04:00
Matthew Wall
2bf4dfa290
generalize daemon options for pip installs
2023-05-20 22:54:13 -04:00
Matthew Wall
742f3b98cb
added missing weewx arg for systemctl start/stop
2023-05-20 22:34:30 -04: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
9acc7668e6
Remove function XTypeTable.get_series()
...
Let ArchiveTable.get_series() do the work.
2023-04-29 04:45:06 -07:00
Tom Keffer
6983a07c07
Define duration synonyms explicitly
2023-04-28 07:35:16 -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
b936533bd5
No longer use weewx-python3.list --- make it explicit
...
Fix some links
2023-04-11 18:56:22 -07:00
Tom Keffer
419000c920
Correct pip upgrade process.
2023-04-07 15:39:57 -07:00
Tom Keffer
199f6c587c
Merge branch 'master' into V5
...
# Conflicts:
# docs_src/upgrading.htm
2023-04-07 15:21:51 -07:00
Tom Keffer
d906b88f79
Document where to find the pip-installed executables
2023-04-07 15:17:26 -07:00
Tom Keffer
b6679aeac4
Introduce option weectl station upgrade --what
...
Remove action `weectl station upgrade-skins`
2023-04-07 13:01:05 -07:00
Tom Keffer
365e8b9255
Add option --config-only to station upgrade
2023-04-07 05:33:43 -07:00