Commit Graph

253 Commits

Author SHA1 Message Date
Tom Keffer
ae92fdff28 Added favicon.ico capability.
Made VantagePro.accumulateLoop slightly more robust.
2010-11-22 00:15:17 +00:00
Tom Keffer
c788bc8634 V1.9.2 2010-11-20 22:22:54 +00:00
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
53411f90f5 Now a little more DST aware when retrieving archive records since a certain time. The problem is that the archive records on the VP2 contain no information about whether DST was in effect.
Also, removed function config(). It is no longer used.
2010-11-19 02:48:24 +00:00
Tom Keffer
118a759c18 Added option --clear-VantagePro to clear the memory of a VP 2010-11-19 02:43:29 +00:00
Tom Keffer
67f0ddfd47 Catches exception weewx.ArchiveError and keeps going. 2010-11-19 02:42:55 +00:00
Tom Keffer
5d92ea9bb4 Added exception weewx.ArchiveError. Mostly, thrown when trying to insert duplicate primary key. 2010-11-19 02:41:10 +00:00
Tom Keffer
19b04500cd Fixed broken logic in startOfInterval() that shows itself in Fall DST to ST transition. 2010-11-19 02:39:27 +00:00
Tom Keffer
37e2d5c156 Celsius dewpoint calculation now catches exception of type OverflowError. 2010-11-18 17:01:42 +00:00
Tom Keffer
268c94f54a V1.9.1 this time with the right version tags 2010-09-09 21:32:35 +00:00
Tom Keffer
90876d69e1 V1.9.1 2010-09-09 21:31:22 +00:00
Tom Keffer
983ac45c12 Now catches exception of type httplib.BadStatusLine when doing RESTful posts. 2010-08-20 01:56:21 +00:00
Tom Keffer
cc15dbb342 V1.9.0 2010-07-05 01:27:52 +00:00
Tom Keffer
42fa3122ed V1.9.0 after merge from trunk 2010-07-05 01:17:56 +00:00
Tom Keffer
01fef7adb5 V1.9.0 2010-07-05 01:14:59 +00:00
Tom Keffer
15f174524d Simplified logic in the QC check. 2010-07-05 01:08:28 +00:00
Tom Keffer
fcc0256f05 V1.9.0a5 2010-06-27 18:34:10 +00:00
Tom Keffer
86a7e54072 Added option --exit to allow exiting (rather than restart) on I/O error. 2010-06-27 18:33:27 +00:00
Tom Keffer
e4f98b8459 Suppressed warnings emitted by Pydev by using dummy names on unused variables. 2010-06-17 01:49:15 +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
5e9d8e2cdd Setup removes old reference to max_drift in section VantagePro 2010-06-16 01:15:56 +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
3aab69a7f7 Version 1.9.0 alpha 2.
Fixed problem with start of rain year.
2010-06-15 16:10:07 +00:00
Tom Keffer
8e18f8e2eb V1.9.0 alpha 1 2010-06-14 18:57:17 +00:00
Tom Keffer
1544205f7f Added StdQC, a simple "min/max" quality control service. 2010-06-14 18:19:59 +00:00
Tom Keffer
c78fa50d35 Working branch for version 1.9 2010-06-14 17:35:49 +00:00
Tom Keffer
07bd8492ed V1.8.4 2010-06-12 21:34:18 +00:00
Tom Keffer
d416ba80ff Changed uv unit group to group_uv.
dewpoint calculation now catches ValueError exception, return None.
2010-06-08 21:29:22 +00:00
Tom Keffer
1a57655fbf v1.8.4beta1; Fixed problem if weewx starts up at precisely the beginning of an archive interval. Units for UV in LOOP records also corrected. Introduced new group for UV, group_uv_index 2010-06-06 20:10:30 +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
456db379a9 Problem with configuring archive interval found and fixed
by user A. Burriel (thanks, Antonio!)
2010-05-21 00:07:19 +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
305f18300a V1.8.1 2010-05-01 14:35:12 +00:00
Tom Keffer
10b67b2777 V1.8.1 Ported to Cheetah V2.4.2.1. 2010-05-01 14:31:48 +00:00
Tom Keffer
4fb27a60bb v1.8.0 main trunk 2010-04-28 16:31:47 +00:00
Tom Keffer
659465e1e6 v1.8.0 2010-04-28 16:10:24 +00:00
Tom Keffer
19480c448b v1.8.0rc1 2010-04-27 17:22:58 +00:00
Tom Keffer
73bf7568e2 Simplified FTP invocation code.
Allow other report generators to keep going, even if one fails.
2010-04-26 20:44:32 +00:00
Tom Keffer
dd34e647f8 Now sets default log mask if debug flag is not on. 2010-04-26 15:50:45 +00:00
Tom Keffer
db62022b01 v1.8.0a3. Moved argument parsing and daemonize out of the main engine class. 2010-04-26 15:01:17 +00:00
Tom Keffer
28b4f6b9f1 V1.8.0a2 2010-04-26 02:18:27 +00:00
Tom Keffer
9ec7625eff Introduced weeutil.weeutil.log_traceback().
Added comments here and there.
2010-04-25 16:01:40 +00:00
Tom Keffer
301b433410 v1.8.0a1 2010-04-24 20:51:07 +00:00
Tom Keffer
dc29369824 Added a calibration service, StdCalibrate 2010-04-24 17:13:10 +00:00
Tom Keffer
0cf165e8df Added stack tracebacks for unrecoverable exceptions. 2010-04-24 16:22:19 +00:00
Tom Keffer
bbdb252263 Services are now expected to initialize in __init__ rather than setup(). This makes the ordering of services less important. 2010-04-24 15:59:11 +00:00
Tom Keffer
70fb309499 config_dict is now passed in as an argument to the services. 2010-04-24 15:36:30 +00:00
Tom Keffer
3d5616d95d Added stack traceback when an unrecoverable exception is caught in restful 2010-04-24 15:24:32 +00:00
Tom Keffer
9642e33e7d Now saves average console battery voltage in the archive. 2010-04-23 14:05:18 +00:00
Tom Keffer
04ab16dd50 Generalized type stats accumulators so I can use them elsewhere. Broke out StdAccum and WindAccum to their own module. 2010-04-23 01:29:32 +00:00