Commit Graph

687 Commits

Author SHA1 Message Date
Matthew Wall
a00babf71b add acurite to userguide 2015-01-11 17:05:05 +00:00
Matthew Wall
c78863d536 added instructions for extending units for new observations 2015-01-11 17:03:49 +00:00
Matthew Wall
c374084cfc added partial support for acurite weather stations 2015-01-10 04:43:58 +00:00
Matthew Wall
273e9a72e0 fix twos complement sign bug in ultimeter driver 2015-01-09 18:03:38 +00:00
Matthew Wall
a1fbc6f6b2 add a few more wmr models 2015-01-09 13:13:26 +00:00
Matthew Wall
639627a93a use sliding window algorithm for rainRate 2015-01-09 13:13:07 +00:00
Matthew Wall
6aab7a7f2b set wind dir to None when no wind speed 2015-01-07 04:22:23 +00:00
Matthew Wall
3ee4adbd07 assign default units for more observations 2015-01-04 22:21:03 +00:00
Tom Keffer
34b9421403 Fixed inadvertently introduced bug that causes wind speeds to be off by a factor of 10. 2015-01-04 01:08:43 +00:00
Matthew Wall
9a23af8ef8 make wind dir and gust dir consistent with other drivers 2015-01-03 23:50:15 +00:00
Tom Keffer
579953f0c4 Fixed bug in wmr100 driver that causes gust wind direction to be zero. 2015-01-03 23:22:51 +00:00
Tom Keffer
f96c218d7d Fixed bug in drivers/vantage.py that causes below sea-level altitudes to be read as a large positive number. 2015-01-03 17:14:10 +00:00
Matthew Wall
0ac8a9d25e fixed list-drivers bug 2015-01-02 14:28:09 +00:00
Tom Keffer
c7bae007b6 Added section for dropping and rebuilding the daily summaries. 2014-12-25 03:10:36 +00:00
Tom Keffer
59b17e005a Fixed missing paragraph tags. 2014-12-25 02:59:32 +00:00
Matthew Wall
f269126077 continue using the (confusing) xx/yy/zz date format for now 2014-12-08 03:04:38 +00:00
Matthew Wall
5a49c77248 bump to 3.0.1 2014-12-06 17:59:35 +00:00
Tom Keffer
f42428dc73 Added date to changes.txt 2014-12-05 19:06:38 +00:00
Tom Keffer
03cc9a42e5 V3.0.0 2014-12-05 18:38:08 +00:00
Tom Keffer
664657d7bb V3.0.0b3 2014-12-05 13:26:42 +00:00
Matthew Wall
979bb5a3fc minor highlighting fix. make the 'added' color a bit more in-your-face. 2014-12-03 05:20:42 +00:00
Matthew Wall
c0ab0a5333 added section about upgrading extensions, direct users to extension author/docs 2014-12-03 05:13:58 +00:00
Matthew Wall
5317c2f829 bump version to 3.0.0b2 2014-12-02 02:37:49 +00:00
Matthew Wall
172267ce45 fix broken StdArchive link 2014-12-01 21:30:01 +00:00
Matthew Wall
c0f7eefb99 minor formatting fixes 2014-12-01 20:39:58 +00:00
Matthew Wall
b6c8ce77bc remove duplicate wmr200 section 2014-12-01 19:50:29 +00:00
Matthew Wall
48df55fb9b make the note about archive interval obvious 2014-12-01 16:21:06 +00:00
Matthew Wall
64ad85c40b minor edits of install link wording 2014-11-30 22:14:54 +00:00
Matthew Wall
0e9806d3f2 added troubleshooting section for factory default archive interval (esp ws23xx and fo defaults). put status before verify in install guides. 2014-11-30 22:03:17 +00:00
Matthew Wall
32ac4858e1 added ws28xx fix to the changelog 2014-11-30 21:15:30 +00:00
Tom Keffer
bac47f00a1 Added missing jQuery script. 2014-11-30 16:43:58 +00:00
Tom Keffer
1738d2ffed Reintegrate from the v3 branch.
V3.0.0b1
2014-11-29 18:15:24 +00:00
Chris Manton
a18286249d Update the wmr200 docs minor update 2014-10-26 03:31:18 +00:00
Chris Manton
bd54075e75 Update the wmr200 user accessible options and add some commentary
on wmr200 behavior.
2014-10-26 03:18:20 +00:00
Tom Keffer
065ff4e1eb Fixed some HTML errors.
Clarified wording on how to write a custom driver.
2014-10-25 20:23:19 +00:00
Tom Keffer
204194a38b Used decorator to convert sqlite and mysql exceptions into weedb exceptions.
Introduced exception type weedb.DatabaseError as the base class of all weedb exceptions.
Filled out the "not implemented" functions in the abstract base classes Connection.
2014-10-24 18:10:29 +00:00
Matthew Wall
0aded41660 fixed rare fatal error in ws23xx driver. do not use str as variable name. 2014-10-18 05:15:21 +00:00
Tom Keffer
e164c29575 Added observation type 'snow'. It generally follows the semantics of 'rain'. 2014-10-17 00:40:36 +00:00
Tom Keffer
5fb95900bd Improved robustness of the pickling and unpickling of the times of the last upload. 2014-10-12 15:17:26 +00:00
Matthew Wall
07e9938227 insert release date in changes.txt. ensure proper Version: pattern in customizing.htm 2014-10-12 01:17:04 +00:00
Tom Keffer
f201e9df5d Clarified wording to indicate that its only the hour label that is always plural. 2014-10-11 21:20:37 +00:00
Matthew Wall
63bcdb6481 be more selective about which Version is modified 2014-10-11 20:38:56 +00:00
Tom Keffer
6f598cb54f Implemented workaround for bug in Python 2.5 and 2.6 in the function locale.format_string, which does not allow interpolation.
Clarified upgrading guide.
2014-10-11 17:25:06 +00:00
Tom Keffer
599aea505a Version 2.7.0 candidate release.
Updated Upgrading Guide.
2014-10-11 16:20:03 +00:00
Tom Keffer
c99f9fa95f Finished a more complete explanation of how weewx tags interact with the search list. 2014-10-11 15:50:48 +00:00
Tom Keffer
c395b98d09 More complete explanation of how lazy evaluation of tags work. Needs a little work. 2014-10-11 01:38:56 +00:00
Tom Keffer
6f2746de84 Added the ability to localize the weewx and server "uptime." This involved adding a new unit group "group_deltatime". 2014-10-10 15:35:22 +00:00
Matthew Wall
fa095094a7 ensure consistent shebang and __main__ invocations 2014-10-07 13:10:04 +00:00
Tom Keffer
30773d2693 Various tweaks.
Untabified the file.
2014-10-06 18:10:31 +00:00
Tom Keffer
3f1222ce87 Clarified comments about power supplies and the RPi 2014-10-04 15:22:41 +00:00