Commit Graph

527 Commits

Author SHA1 Message Date
Tom Keffer
56406c4963 Document force_direction (issue #614). Update change log. 2020-10-20 15:24:47 -07:00
Tom Keffer
1993f13e0d 4.2.0a1 2020-10-19 06:10:14 -07:00
Tom Keffer
57cb9d1a2d Where the user directory is located.
Replenish Matthew's supply of capital letters.
2020-09-25 09:26:16 -07:00
Tom Keffer
25d55de262 HTML id for loop_on_init 2020-08-28 16:06:29 -07:00
Tom Keffer
6e843023a4 Fixed typos. Should be weewx.manager.DaySummaryManager. 2020-05-28 06:34:59 -07:00
Tom Keffer
a55c9cd22b Set Version to 4.1.0 2020-05-25 12:10:00 -07:00
Tom Keffer
d39ece87cb How to FTP from a 2nd directory. 2020-05-16 06:55:40 -07:00
Tom Keffer
3c81cd2c1c Added option 'reuse_ssl' to FTP. This activates a workaround for a bug in the
Python ftp library that causes long-lived connections to get closed prematurely.
Works only with Python 3.6 and greater. Also, radically simplified ftpupload.
2020-05-13 09:42:29 -07:00
Tom Keffer
dbab613a56 Document option post_interval 2020-05-08 04:48:24 -07:00
Tom Keffer
7dfe39b0e8 Minor edits. 2020-03-26 15:45:00 -07:00
Tom Keffer
fcb5889464 Updated configuration instructions for MySQL. 2020-03-23 07:41:21 -07:00
Tom Keffer
aae6a4c2ff setup.py instructions that use apt-get 2020-03-21 19:02:53 -07:00
Tom Keffer
47eba90dd3 Update weewx lines-of-code. Sigh. 2020-03-20 08:50:37 -07:00
Tom Keffer
d00db3195c Use minified version of cash.js 2020-03-20 06:26:21 -07:00
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