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
Matthew Wall
25216f7aec
added interval to historical records
2017-09-11 18:15:23 -04:00
Tom Keffer
1f99010b2f
Acknowledge PR #272
2017-09-03 15:37:37 -07:00
Martin, DL1RF
b10b5dfc87
New commands: '--set-latitude', '--set-longitude', '--set-wind-cup', '--set-temperature-logging' ( #272 )
...
* Repeater support added to '-—set-transmitter-type' command. New command: '—-set-retransmit'
* New commands: '--set-latitude', '--set-longitude', '--set-wind-cup', '--set-temperature-logging'
Additional: very small cosmetic changes.
2017-09-03 15:35:19 -07:00
Martin, DL1RF
b85cf3be4f
Repeater support added to '-—set-transmitter-type' command. New command: '—-set-retransmit' ( #271 )
...
Looks good.
2017-08-31 08:06:51 -07:00
Tom Keffer
63108e43ac
More consistent capitalization. Attribution for PR #270 .
2017-08-28 06:58:25 -07:00
dl1rf
043f49a416
Reflect main change in changes.txt
2017-08-26 18:37:10 +02:00
Tom Keffer
80b3140d79
Merge branch 'master' into development
...
Catch up with the 'master' branch
2017-08-24 15:40:19 -07:00