Commit Graph

859 Commits

Author SHA1 Message Date
Matthew Wall
82b2fd2fe2 bump version to 3.4.0 2016-01-16 22:03:12 -05:00
Tom Keffer
41d503b352 Modified test suite to get it to work with Python 2.6.
Dropped support of Python 2.5
2016-01-16 16:35:49 -08:00
Matthew Wall
ccb5b34e2e added option for log_success to generators 2016-01-15 12:29:28 -05:00
Matthew Wall
92904d4d25 wait for sane system time before starting up 2016-01-15 11:48:39 -05:00
Matthew Wall
768cb03346 document use of use_constants 2016-01-14 23:16:06 -05:00
Matthew Wall
149fa1eecd recognize and extract zip files as well as tar and tgz files 2016-01-14 16:37:41 -05:00
Matthew Wall
d8d0d1abb9 merge with master 2016-01-11 10:31:06 -05:00
Matthew Wall
f88f4a1c4e default to use_constants=True for acurite stations 2016-01-11 10:04:12 -05:00
Tom Keffer
805bc5015d Localization of tags is now optional. Use function toString() with
argument localize set to False. Example:
$current.outTemp.toString($localize=False) 
Fixes issue #88.
2016-01-10 16:47:39 -10:00
Tom Keffer
ba62b5b6cc Added documentation and change log entry for iteration by hours. 2015-12-26 16:10:39 -10:00
Tom Keffer
450f3d8933 Fixed bug in almanac code that caused an incorrect sunrise or sunset to
be calculated if it followed a calculation with an explicit horizon
value.
2015-12-11 17:54:14 -10:00
Matthew Wall
839d7c4099 install wee_debug, don't just distribute it 2015-12-11 18:34:59 -05:00
Matthew Wall
f1ffb0b481 complete overhaul of the te923 driver, incorporating changes from andrew miles pull request from earlier this year 2015-12-10 05:19:37 -05:00
Tom Keffer
71de5f4c3e Version 3.3.1 2015-12-06 14:54:11 -08:00
Tom Keffer
e8afb48288 Fixed bug where the subsection for a custom report gets moved to the
very end of the [StdReport] section of a configuration file on upgrade.
Fixes issue #81.
2015-12-06 14:48:26 -08:00
Tom Keffer
3e00a1c66e Fixed bug when posting to WOW 2015-12-06 12:28:45 -08:00
Matthew Wall
f1f8e0af75 fix table layout 2015-12-06 04:54:15 -05:00
Tom Keffer
275df8f284 Version 3.3.0 2015-12-05 09:05:10 -08:00
Tom Keffer
6ec44cb61f Prettied up weewxd --help 2015-12-05 09:02:46 -08:00
Matthew Wall
75b8cc1f6b Merge branch 'master' of github.com:weewx/weewx 2015-11-29 03:08:06 -05:00
Matthew Wall
7b8099abcc added the wmr300 driver, now capable of reading full historical records from the station 2015-11-29 03:07:20 -05:00
Tom Keffer
1f22db702a Added 'drop' to the list of minimum MySQL permissions necessary 2015-11-24 15:37:04 -08:00
Matthew Wall
6567d4ac2b minor install instruction fixes. update copyright notice. 2015-11-23 23:42:29 -05:00
Matthew Wall
12f03a0d85 clarify some hardware characteristics 2015-11-23 23:08:41 -05:00
Matthew Wall
3889595bc1 consistent path for wee_extension 2015-11-23 22:56:50 -05:00
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