Commit Graph

47 Commits

Author SHA1 Message Date
Tom Keffer
82ea67b5f6 Changed install so that it overwrites an existing ./bin subdirectory (after backing it up, of course!). Also, does not install the ./skins subdirectory if one already exists. Finally, no longer massages the service_list at all. 2010-11-20 22:07:05 +00:00
Tom Keffer
90876d69e1 V1.9.1 2010-09-09 21:31:22 +00:00
Tom Keffer
01fef7adb5 V1.9.0 2010-07-05 01:14:59 +00:00
Tom Keffer
cc2d700d91 Version 1.9.0a4
Added checks for bad start of storm time
Simplified VantagePro module.
Added check for bad record time.
2010-06-16 15:57:12 +00:00
Tom Keffer
143ec8d4cc Moved max_drift to section Station. Simplified time synch in VantagePro.py 2010-06-15 17:16:58 +00:00
Tom Keffer
8e18f8e2eb V1.9.0 alpha 1 2010-06-14 18:57:17 +00:00
Tom Keffer
fd00950fdf Added comment about what happens if you change the archive interval. 2010-05-28 16:58:25 +00:00
Tom Keffer
0c1973f19a Added check in StdCalibrate to ignore calibrations for non-existing types. This allows windSpeed and windGust to be calibrated independently. 2010-05-09 19:33:20 +00:00
Tom Keffer
19480c448b v1.8.0rc1 2010-04-27 17:22:58 +00:00
Tom Keffer
28b4f6b9f1 V1.8.0a2 2010-04-26 02:18:27 +00:00
Tom Keffer
301b433410 v1.8.0a1 2010-04-24 20:51:07 +00:00
Tom Keffer
d754043118 The time when the next archive record is due is now calculated within VantagePro.py 2010-04-20 22:45:13 +00:00
Tom Keffer
ddcc73eda2 Added a shutdown() method for the VP2. It gets invoked by a "finally" clause, closing the serial port. 2010-04-18 02:08:07 +00:00
Tom Keffer
b308752e55 V1.7.0 finished documentation 2010-04-16 00:34:01 +00:00
Tom Keffer
3e8a4fdb91 V1.7.0rc3.
Wraps FTP run() in an exception handler.
2010-04-13 15:10:08 +00:00
Tom Keffer
e235198614 V1.7.0rc2
Improved error checking and logging in FTP and RESTful uploads.
2010-04-12 19:28:52 +00:00
Tom Keffer
b05b623f83 Now optionally includes Google Analytics javascript code. 2010-04-12 17:21:04 +00:00
Tom Keffer
21b7ef3e1d weewx V1.7.0a3 2010-04-12 16:54:47 +00:00
Tom Keffer
13af26afa6 Additional exception handling around template processing.
Additional error information if a skin.conf cannot be found.
Started troubleshooting section in the manual.
2010-04-12 13:02:52 +00:00
Tom Keffer
386419dfa3 Changed RSS xml file so the statistics are shown in the <description> field.
Added PWSweather.com configuring information to the Users' Guide.
2010-04-11 16:32:30 +00:00
Tom Keffer
3c674d4c18 V1.7.0a1 2010-04-09 20:36:36 +00:00
Tom Keffer
331699ae0b Changed some class names in stats. 2010-04-09 18:58:48 +00:00
Tom Keffer
0ce4f1d316 V1.7.0a1 2010-04-09 16:40:48 +00:00
Tom Keffer
ea7d11fc8f Initialize Report Generator with the path to the configuration file instead of the configuration dictionary, to avoid possible threading conflict.
Moved generator_list into its own [Generators] section.

Added comments, particularly to stats.py and units.py
2010-04-09 15:33:25 +00:00
Tom Keffer
3a87e47b52 Checkpoint. Converted formatting system to use ValueHelper (instead of ModelFormatter).
Introduced value tuples.
2010-04-08 17:46:30 +00:00
Tom Keffer
d6f8378f77 Branch to experiment with a different way of tracking units 2010-04-05 22:42:24 +00:00
Tom Keffer
044fe7f1f6 Checkpoint. reportengine works. 2010-03-22 01:38:03 +00:00
Tom Keffer
bfa80a8478 Checkpoint. Merging all template generation into a single class. 2010-03-21 19:27:45 +00:00
Tom Keffer
53f468e80e Version 1.5.0 2010-03-07 21:39:41 +00:00
Tom Keffer
a54cd82447 Added exception handler for OSError.
Clarified overriding of options in weewx.conf
Clarified base temperatures for heating and cooling degree days.
2010-03-06 17:01:21 +00:00
Tom Keffer
6199417125 Added some missing SVN keywords. Preparing for V1.5rc1 2010-03-05 16:20:46 +00:00
Tom Keffer
b54e6b2010 Changed nomenclature from unit "classes," to unit "groups." 2010-03-02 01:18:27 +00:00
Tom Keffer
6218120a69 setup.py no longer merges older weewx.conf files into the new one. 2010-02-25 23:41:58 +00:00
Tom Keffer
68f67f43b0 Version 1.5.0 alpha 1. Now supports image generation and reporting in arbitrary measurement units. 2010-02-25 23:24:16 +00:00
Tom Keffer
0fb55476f3 Added details on how to tell a running instance to reread its configuration file. 2010-02-22 23:32:15 +00:00
Tom Keffer
1d3cecafe0 V1.4 release candidate 1 2010-02-21 23:18:42 +00:00
Tom Keffer
e92acc6e84 stats.py now uses very late binding. Sql statements are not run until template evaluation. This reduces memory requirements, as well as simplifying the code.
Also, added configuration option week_start.
2010-02-21 22:22:00 +00:00
Tom Keffer
8cec2acd69 Minor docs changes 2009-12-30 02:03:44 +00:00
Tom Keffer
c2ed04622b Corrected Mark Teel's name, relative line counts of wview vs weewx. 2009-12-27 01:45:35 +00:00
Tom Keffer
665299cd16 V1.3.2 release candidate 2009-12-26 16:29:35 +00:00
Tom Keffer
80e48daa8f Added more customization examples.
Added more documentation on how to customize.
2009-12-22 20:38:27 +00:00
Tom Keffer
86d7f4ca29 Added an engine to run reports. 2009-12-21 22:42:48 +00:00
Tom Keffer
abd89773ee Added customization and upgrading directions 2009-12-21 02:29:40 +00:00
Tom Keffer
fca5fb5811 Added comments. Clean up. Changed subdirectory example to examples. 2009-12-20 22:16:00 +00:00
Tom Keffer
672afdb9ad Changed formatting of keyword substitution. 2009-12-13 17:47:47 +00:00
Tom Keffer
0c029b907b Refined styles in htm files. 2009-11-29 23:03:55 +00:00
Tom Keffer
3c80f467a0 Created a separate docs subdirectory. Added install notes for the SheevaPlug 2009-11-29 16:40:49 +00:00