Tom Keffer
3ff32fea8f
Updating Users Guide.
2020-02-08 05:10:16 -08:00
Tom Keffer
1e4f34e5ab
Started moving parts of the "Troubleshooting" section to the Wiki
2020-02-07 08:54:55 -08:00
Tom Keffer
0adb5fdbfb
Refactored the start up code for weewxd.
...
Moved the restart loop from engine.py to weewxd.
2020-01-26 15:58:41 -08:00
gjr80
7f1f09e446
WeeWX config file is now an optional argument when running weewxd
2020-01-26 17:58:56 +10:00
gjr80
a85e10dd7c
Note to remind users the path to the config file will likely be required when running WeeWX directly
2020-01-26 11:56:04 +10:00
tkeffer@gmail.com
527c9a2806
Updated docs to reflect new schema.
2020-01-13 15:54:32 -08:00
John Kline
7e00198410
Update CC3000 Section of User’s Guide ( #489 )
...
* Robustness enhancements to cc3000 driver including py2/py3 support
cc300.py:
- changes to work on both py2/py3 (tested on both)
- change timeout to 1s (more not needed)
- retry commands when reading cmd echo times out (the signal of failure)
- use timeout of 20s for memory clear (which takes about 12s)
- various changes as assumptions of commands not currently correct (tried on 2 units)
- use weewx.wxformulas.calculate_rain for rain delta
- use weewx.crc16
engine.py:
- Failure to get time from driver is not treated as an error.
rsyncupload.py:
- Add timeout option.
- Change to allow single file to be rsynced.
util/logwatch/scripts/services/weewx:
- Changes to organize very detailed cc3000 output in logwatch reports.
* cc3000 driver cleanup and fixes
* rework genStartup, implement history-since, don't convert to unicode on py2
* fix typo
* fix typo
* Change logwatch script to match capitalization change in wxformulas.calculate_rain
* logwatch change to match engine.py log message change
* Another round of cleaning up the logwatch script.
* remove tabs in logwatch script
* Add missing commands. Get running under debug=1 in PY3.
* A better _format_bytes.
* Make use of weeutil.y_or_n for prompting.
* rewrite function to download archive records, refactor command function
* minor changes to exec_cmd_with_retries, add all cmds to logwatch script
* Update comments.
* change/add comment
* Poll on polling_interval boundaries (rather than slowly drifting).
* Update CC3000 documentation. Add missing headers command to CC3000 configurator.
* Update CC3000 section of User's Guide, minor changes to cc3000 driver.
2020-01-05 06:16:05 -07:00
Matthew Wall
a1cd93469f
adjust tab heights
2020-01-04 12:01:17 -05:00
tkeffer@gmail.com
09c43c6ebb
Comment no longer needed. All supported versions have FTPS.
2019-12-22 07:12:29 -07:00
Tom Keffer
417aab3a8f
Updated benchmarks for creating reports.
2019-09-20 17:01:39 -07:00
Tom Keffer
db31a6f893
Documented the rsync port option.
2019-09-05 09:23:52 -07:00
Tom Keffer
63a9963a12
Support older Vantage stations that do not have the LPS command.
2019-08-24 07:24:34 -07:00
Tom Keffer
4c104a454c
Documented default value for loop_request
2019-08-21 18:11:27 -07:00
Tom Keffer
fe2183ed56
Changed option name to loop_request. Documented it.
2019-08-21 18:08:01 -07:00
Tom Keffer
32c35ce380
Port wunderfixer to the new WU API. The WU seems to no longer allow
...
reposting old records, so this "sort of" fixes issue #414 .
2019-07-18 08:07:40 -07:00
Tom Keffer
ffab6c9ef6
Merge branch 'master' into development
...
# Conflicts:
# bin/weewx/drivers/ws1.py
2019-05-16 18:18:13 -07:00
Tom Keffer
80d8196f7c
Documented option secure_data.
2019-05-16 18:01:21 -07:00
tkeffer@gmail.com
6eba945b1c
Catch up merge branch 'master' into development
...
# Conflicts:
# bin/weewx/drivers/wmr300.py
# bin/wunderfixer
2019-05-07 17:54:02 -07:00
Tom Keffer
86b48e0e7f
Note that archive_interval must be divisible by 60.
2019-05-01 18:19:19 -07:00
Tom Keffer
8b8b3d8c57
Transition to tocbot and weewx_ui.css
2019-04-01 18:34:26 -07:00
Tom Keffer
3423ef9901
Replaced tocify with tocbot.
...
Got rid of jQuery UI dependency.
Use cash instead of jQuery.
Rewrote tabs
2019-04-01 08:57:30 -07:00
Tom Keffer
f1a529de4a
Document required version of Python to 2.7 or 3.5 or later.
2019-03-25 17:38:29 -07:00
Tom Keffer
da5975efd6
Updated WOW posts. Separate "expected response" markup file
2019-03-06 09:33:29 -08:00
Tom Keffer
58d555789e
Got test_restx working under Python 2.7.
2019-03-05 04:25:13 -08:00
Tom Keffer
d2b6ef0720
V4.0.0a1
2019-02-13 14:44:12 -08:00
Tom Keffer
add5fc1817
First wake up the console when performing Davis TEST.
2019-01-28 16:30:02 -08:00
Matthew Wall
2f73c80c8c
fixed toc rendering - cannot skip heading levels
2019-01-23 08:39:01 -05:00
Matthew Wall
2a8bdab464
minor html fixes
2019-01-23 08:24:08 -05:00
Matthew Wall
33513818a8
explicitly address localization use case 1
2019-01-06 17:49:40 -05:00
Matthew Wall
ded8a01bb1
fix table of shipping service lists
2019-01-06 15:54:26 -05:00
Matthew Wall
e2f8f851d1
consolidate and clarify service lists
2019-01-06 14:51:53 -05:00
Matthew Wall
bca0abbeae
provide more explantion of skins that ship with weewx
2019-01-06 14:42:46 -05:00
Matthew Wall
bbf28fa10d
fix cross-document links
2019-01-06 14:34:50 -05:00
Tom Keffer
5cfd2ff8ba
s/ObservationDefaults/Defaults/g
2019-01-05 18:15:28 -08:00
Tom Keffer
e40248965d
Revert "Minor reformatting."
...
This reverts commit 260be6118c .
2019-01-05 18:13:34 -08:00
Tom Keffer
260be6118c
Minor reformatting.
2019-01-05 18:12:23 -08:00
Tom Keffer
aebc6771b7
Changed from [Defaults] to [ObservationDefaults]
2018-12-05 13:16:55 -08:00
Tom Keffer
c8187e06b3
Added section on option hierarchy
2018-12-05 09:42:00 -08:00
Tom Keffer
178d98384d
Document log_success and log_failure more thoroughly.
2018-12-05 07:54:19 -08:00
Tom Keffer
3fe5f3f475
Include [Defaults] in User's Guide
2018-12-05 05:40:07 -08:00
Tom Keffer
99695e48ff
More HTML compliant
2018-12-04 16:24:07 -08:00
Tom Keffer
1537c6b875
Converted docs to HTML 5
2018-12-04 14:31:36 -08:00
Tom Keffer
8ffad3fb78
Document root-level log_success and log_failure
2018-10-29 14:38:35 -07:00
Tom Keffer
4cdceb9af3
A little marketing for the station registry.
2018-10-23 16:40:36 -07:00
Tom Keffer
a10cf1f4b0
Minor corrections
2018-10-21 07:06:16 -07:00
Tom Keffer
adb848568f
Reverted [[default_options]] related code & documentation
2018-10-21 06:58:23 -07:00
Tom Keffer
6a9563e8f1
Fixed some HTML warnings.
2018-10-09 18:46:04 -07:00
Tom Keffer
e847358e6c
Reformat the User's Guide
2018-10-09 10:05:59 -07:00
Tom Keffer
431e7d5277
Document supported versions of Python (no more 2.5)
2018-10-09 09:15:47 -07:00
Tom Keffer
b80ac8c92b
Consistent use of name "WeeWX"
2018-10-09 09:03:33 -07:00