Commit Graph

834 Commits

Author SHA1 Message Date
Tom Keffer
ac2e564c10 Rewrote the almanac so it now supports star ephemeris. For example,
$almanac.rigel.next_rising. Fixes issue #79.
2015-11-19 18:00:01 -08:00
Tom Keffer
728a6517f2 Changed logic that decides whether the configuration file includes a
custom schema, or the name of an existing schema.
2015-11-19 05:43:19 -08:00
Tom Keffer
b2824fabc8 Fixed bug in WMR200 driver that caused it to emit gauge pressure for
altimeter pressure.
2015-11-18 18:29:36 -08:00
Matthew Wall
9d733eaa20 fix test for sensors not found 2015-11-15 03:56:06 -05:00
Tom Keffer
1a66041573 Fixed problem with the Vantage driver that caused it to decode the
console display units incorrectly.
2015-11-07 05:22:37 -08:00
Matthew Wall
84e3d1c824 added option to specify syslog label 2015-10-31 11:41:18 -04:00
gjr80
30bdb332d7 Updated wee_debug documentation
Added warning re checking for personal/sensitive info remnants in
wee_debug output
Added wee_debug entry to changelog
2015-10-25 15:34:30 +10:00
gjr80
95e04543e9 Removed some accidently duplicated code 2015-10-25 12:09:21 +10:00
gjr80
72b48e3a6b minor cosmetic changes 2015-10-25 11:48:58 +10:00
gjr80
0a5b25c8eb Documented wee_debug utility
Added new section under Troubleshooting
2015-10-25 11:43:31 +10:00
Matthew Wall
df5d6fcdbe driver does not enforce wind dir undefined when no wind speed policy 2015-10-12 08:39:43 -04:00
Matthew Wall
3cf589f62b fix acurite d1 bug 2015-10-12 00:50:04 -04:00
Tom Keffer
d41de30b5e Clarifed instructions on backing up weewx 2015-09-30 08:09:26 -07:00
Tom Keffer
3d578aea16 An optional port number can now be specified with the MySQL database.
Fixes issue #73
2015-09-25 06:08:19 -07:00
Tom Keffer
c6e575d7b1 Tried to further clarify install instructions. 2015-09-19 13:15:04 -07:00
Tom Keffer
bc74172242 The offset of the bottom label can now be set with option
bottom_label_offset.
2015-09-16 05:46:25 -07:00
Tom Mitchell
b24f5ed45e Update a couple of typos
Change two occurrences of 'strict_ansii' to 'strict_ascii'
Update the special Cheetah block names to include 'ToDate'
2015-09-13 15:24:41 -04:00
Tom Keffer
0a86c2f105 Added unit 'minute' to unit conversion dictionary 2015-09-09 05:53:13 -07:00
Tom Keffer
995cc4f0d0 The FTP utility now catches PickleError exceptions, then does a retry 2015-09-03 06:57:27 -07:00
Matthew Wall
6f4c9184de added the new acurite 02064C 2015-09-01 19:25:11 -04:00
Matthew Wall
5c0dd2d52e added note about DatabaseTypes 2015-09-01 18:39:11 -04:00
gjr80
23434b98e7 Updated wee_database --help example output 2015-08-31 15:32:16 +10:00
Tom Keffer
83089f27b3 V3.3.0b1 2015-08-30 07:48:01 -07:00
Tom Keffer
597ec1a9a4 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-08-30 07:47:18 -07:00
Tom Keffer
ffb214fb95 StdRESTful service now supports POSTs, as well as GETs. 2015-08-30 07:40:55 -07:00
Matthew Wall
903a982b2c document the acurite windspeed decoding 2015-08-28 22:26:02 -04:00
Tom Keffer
57469dd2d0 StdPrint now prints packets and records in (case-insensitive)
alphabetical order.
2015-08-26 17:09:38 -07:00
Tom Keffer
5d5078f637 Fixed bug that caused wind direction to be calculated incorrectly,
depending on the ordering of a dictionary.
2015-08-26 17:02:31 -07:00
Matthew Wall
6cf7eb8049 added lacross 1640 2015-08-21 07:20:16 -04:00
Tom Keffer
021b605e93 Added WMR200 fix to change log. 2015-08-17 05:42:12 -07:00
Tom Keffer
c581d6bd92 Uninstalling an extension with a skin now deletes all empty directories.
This fixes issue #43.
2015-07-31 13:58:54 -07:00
Tom Keffer
0535f55f8f Now really includes wunderfixer in the release. 2015-07-30 19:14:44 -07:00
Tom Keffer
a626ca5734 Merge pull request #57 from gjr80/master
Documented $span tag
2015-07-27 08:15:43 -07:00
gjr80
7b8813d14d Documented $span tag 2015-07-27 15:08:05 +10:00
tkeffer@gmail.com
a9ef737d9f Updated Wiki link from SF to GitHub 2015-07-26 10:03:59 -07:00
tkeffer@gmail.com
c4a00f831b Reflect move from sourceforge.com to weewx.com 2015-07-26 10:01:56 -07:00
Matthew Wall
14ecd216f5 distinguish clock skew from corrupt memory for no update to html pages 2015-07-23 21:14:40 -04:00
Tom Keffer
6554cc5235 Fixed problem when using setup.py to install into a non-standard
location. Weewx would start a new database in the "standard" location,
ignoring the old one in the non-standard location.
2015-07-18 16:38:13 -07:00
Tom Keffer
bce6848919 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-07-15 16:52:41 -07:00
Tom Keffer
bd3cb37289 Require pillow instead of PIL (which is no longer supported) 2015-07-15 16:49:58 -07:00
Matthew Wall
7834c99566 fix changelog formatting (again) 2015-07-15 19:12:43 -04:00
Tom Keffer
21fc9e888b V3.2.0 release candidate 2015-07-15 13:48:04 -07:00
tkeffer@gmail.com
1d3fd13ae6 V3.2.0b3 2015-07-15 06:47:43 -07:00
tkeffer@gmail.com
b6da114e86 Added changes to the WMR9x8 driver to the change log. 2015-07-14 10:46:42 -07:00
Tom Keffer
4941f2f225 V3.2.0b2 2015-07-11 18:44:47 -07:00
Tom Keffer
68f00ad274 FTP uploader now retries several times to connect to a server, instead
of giving up after one try.
2015-07-11 18:43:44 -07:00
Tom Keffer
4555affe7f Better example of using $current.dateTime 2015-07-11 16:26:19 -07:00
Matthew Wall
58edbf3350 include suse in layout table 2015-07-10 07:50:23 -04:00
Tom Keffer
dc635c5ceb More reformatting, changing <p> to <pre>. 2015-07-09 11:03:07 -07:00
Tom Keffer
f4442113aa Reformatted.
Used style "cmd"
Changed some <p>'s to <pre>'s.
2015-07-09 08:43:47 -07:00