Tom Keffer
16f1fed837
Document using wee_database to modify an existing database.
...
Restructure documentation on modifying a new database.
2021-02-25 16:20:37 -08:00
Tom Keffer
9bd4419936
V4.4.0
2021-01-30 11:07:10 -08:00
Tom Keffer
fc950cc61a
Merge branch 'master' into development
...
# Conflicts:
# docs/changes.txt
2021-01-29 06:50:00 -08:00
Tom Keffer
c788d67720
Replaced http with https in many places.
2021-01-08 11:43:24 -08:00
Tom Keffer
34f401e718
StdWXCalculate can now do calculations for only LOOP packets, only archive
...
records, or both. PR #630 .
2021-01-06 05:49:46 -08:00
Tom Keffer
b99843d983
Removed WMR200 driver and references.
2020-12-18 09:06:05 -08:00
Tom Keffer
2a9d6a2b4a
Upgraded to tocbot v4.12.0
2020-12-11 16:38:58 -08:00
Tom Keffer
a3170d25a5
Changed name of ignore_zero_wind to force_null.
...
Added test for it.
Check for lingering values of other [StdWXCalculate] values.
2020-11-16 16:54:11 -08:00
Tom Keffer
6456ef97fb
v4.3.0a1
2020-11-11 09:07:43 -08:00
Tom Keffer
adb8b4ebfe
Changed how various undocumented parameters in [StdWXCalculate] are specified.
...
The only one people are likely to have used is ignore_zero_wind. See the
Upgrading Guide.
Documented the various [StdWXCalculate] options.
2020-11-11 06:10:18 -08:00
Tom Keffer
0215e41f5a
Added old algorithm for calculating heat index. User selectable.
...
Documented the StdWXCalculate options and algorithms.
2020-11-06 16:07:02 -08:00
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