Commit Graph

1366 Commits

Author SHA1 Message Date
Tom Keffer
9ebd4c83ee Clarified the meaning of some wind tags. 2018-05-06 04:57:36 -07:00
Tom Keffer
876dabab7f Substitute windDir for missing windGustDir. Fixes issue #320. 2018-05-05 17:53:45 -07:00
Tom Keffer
37e3796737 Windrun calculations now include the "current" record. Fixes issue #294. 2018-04-30 18:58:11 -07:00
Tom Keffer
c63dbe666b Clarified record_augmentation. Fixed some HTML warnings 2018-04-18 09:11:05 -07:00
Tom Keffer
17227fdbe4 Clarified rsync directions 2018-04-17 10:56:58 -07:00
Matthew Wall
ad93fd3e5d minor layout adjustment for os icons 2018-04-14 09:21:35 -04:00
Matthew Wall
97c387cde0 'pip install' not just 'pip' 2018-04-14 09:21:03 -04:00
Tom Keffer
6794ce3cc4 Added version number of change log 2018-04-09 05:33:25 -07:00
Tom Keffer
981a0e49c9 Document option post_indoor_observations. 2018-03-31 05:35:15 -07:00
Buster One
7e32fcfdf4 URL changes to https (#308)
* Changed some URLs to https

* URL changes
2018-03-26 06:19:50 -07:00
Unknown
3ef00a1082 Fix wee_extension --install typo 2018-03-25 22:25:14 +10:00
Unknown
7a4cc30329 Revert "Fix wee_extension --install typo"
This reverts commit 2380841427641d5f17e02bc7dcb59bf7bdbf3eda.
2018-03-25 22:21:55 +10:00
Unknown
6d5454ba8d Fix wee_extension --install typo 2018-03-25 22:21:55 +10:00
Tom Keffer
e07b031b4c Driver path is weewx.drivers.vantage, not weewx.driver.vantage 2018-03-21 12:43:15 -07:00
Matthew Wall
6b61def7d3 more html simplification 2018-03-07 17:24:21 -05:00
Matthew Wall
c0573e7274 make install instructions consistent 2018-03-07 17:14:41 -05:00
Matthew Wall
0d055b44d0 make the html compliant 2018-03-07 17:06:57 -05:00
Tom Keffer
6a64aa5832 Simple pip install directions 2018-03-06 07:50:37 -08:00
Tom Keffer
378d7b83c8 Cut down user choices.
No suggestion of putting unit extensions into user/extensions.py
2018-03-06 03:45:16 -08:00
Glenn
db2038e14a Expand on adding new units 2018-03-06 17:14:50 +11:00
Tom Keffer
f06e2292a5 Prefer pip to easy_install. Make clear you need to cd before running 2018-03-04 09:13:08 -08:00
Tom Keffer
207890cd50 Fixed typos. Added entry to change log. 2018-03-02 05:06:05 -08:00
Tom Keffer
2da527a007 Better CRC error message in Vantage driver. 2018-02-25 07:21:16 -08:00
Tom Keffer
b0656b0e1d Fixed bug that crashes the program if a Sqlite permission error occurs. 2018-02-09 16:05:05 -08:00
Andrew Elwell
c29ce1ba98 Fixes #298 (#299)
* Update docs. Closing #298

* Typo: remove extra <
2018-01-19 04:55:21 -07:00
Matthew Wall
d6fddc94f6 use a cruder but more reliable method for reading cc3000 logger 2018-01-05 11:58:12 -05:00
Tom Keffer
3f1ab05f80 Added issue #295 and attribution to change log. 2018-01-01 06:19:45 -08:00
Tom Keffer
202f25d7e0 Fixed bug that prevented specifying an almanac time from working. 2017-12-29 12:37:04 -08:00
Matthew Wall
6a48f09a87 Merge branch 'master' of github.com:weewx/weewx 2017-12-26 01:41:07 -05:00
Matthew Wall
b68e2260cd accept None in cache for rapidfire 2017-12-26 01:40:57 -05:00
Tom Keffer
8c833cc66a Clarified role of None. See issue #291. 2017-12-25 19:13:21 -06:00
Matthew Wall
7d6e7b7720 periodically clear the CC3000 logger 2017-12-25 12:20:25 -05:00
Matthew Wall
1135f093da wmr300 0.19rc1 with fix for initial timeout and logger overflow 2017-12-24 14:26:08 -05:00
Matthew Wall
a139aa55a8 added froggit models 2017-12-23 13:06:05 -05:00
Matthew Wall
e75c5e7263 update rsyslog config syntax 2017-12-20 23:10:36 -05:00
Matthew Wall
894f95bd66 Merge branch 'master' of https://github.com/weewx/weewx 2017-12-17 13:52:33 -05:00
Matthew Wall
bf7cb9aa90 better mapping of cc3000 voltages to wview schema 2017-12-17 13:52:00 -05:00
gjr80
4a67631396 Fixed incorrect date separator and inconsistent use of Null/NULL/null in wee_import section 2017-12-15 10:20:57 +10:00
Tom Keffer
42cb71c951 Updated date in the change log 2017-11-22 05:39:50 -06:00
Matthew Wall
fc851d7a6b catch all types of HTTPException, not just BadStatusLine and IncompleteRead 2017-11-16 20:37:03 -05:00
Tom Keffer
ae7c2fb87b Introduced FTP option secure_data. Fixes issue #284. 2017-10-27 05:48:25 -07:00
Tom Keffer
8bdf8fba2c Allow additional headers to be added to the HTTP request object. 2017-10-22 08:27:20 -07:00
Tom Keffer
f7f25135b0 Re-ordered the change log 2017-10-13 09:22:12 -07:00
Tom Keffer
172e44b22c V3.8.0 release candidate a0 2017-10-13 08:04:00 -07:00
Tom Keffer
ddf1fd6dcc Merge branch 'master' into development 2017-09-30 13:14:31 -07:00
Tom Keffer
209203e40a Documented PR #277 in change file 2017-09-30 13:09:13 -07:00
jcea
020a7ce396 Default for CWOP "stale" was too small. Increase it to something reasonable (#277)
* Document new default for CWOP "stale"

See issue #106.

* Update usersguide.htm

* Update restx.py
2017-09-30 13:06:28 -07:00
Tom Keffer
2572d17763 Uploader framework now allows POSTS with a JSON payload 2017-09-26 19:32:44 -07:00
Tom Keffer
da0a31e68e Fixed bug that caused ignore_zero_wind to be ignored. 2017-09-25 16:36:18 -07:00
Tom Keffer
1de3c8fd01 Documented to option loop_on_init 2017-09-22 19:20:23 -07:00