Commit Graph

206 Commits

Author SHA1 Message Date
Tom Keffer
08282d7450 Rewrote config_database. Added config_vp and config_database to the list of scripts to be installed.
Moved daemon.py to weeutil.
2012-03-27 15:36:35 +00:00
Tom Keffer
ddd226102f Renamed configure to config_database 2012-03-27 01:55:18 +00:00
Tom Keffer
16d4bcf9ca Added utility vpconfig for configuring the VantagePro hardware. 2012-03-27 01:53:15 +00:00
Tom Keffer
baac73104e Merged changes from V1.13.1 2012-03-26 01:53:16 +00:00
Tom Keffer
49df02cc23 v1.13.1 2012-03-26 01:18:47 +00:00
Tom Keffer
6380e07838 Fixed problem with default line colors. 2012-03-26 01:02:35 +00:00
Tom Keffer
15a175db50 Added other services to the engine.
Removed DST logic from VantagePro.
Fixed logic problem in imagegenerator
2012-03-26 00:58:34 +00:00
Tom Keffer
6b357d409d Introduced event callbacks. 2012-03-25 17:38:25 +00:00
Tom Keffer
aa4fdf18bb Fixed minor typo. 2012-03-25 15:27:45 +00:00
Tom Keffer
8b2815c3a3 Merged in changes from main trunk. 2012-03-25 13:35:07 +00:00
Tom Keffer
f35da76636 Conditionally imports sqlite3. If it does not suppor the "with" statement, then imports pysqlite2 as sqlite3. 2012-03-24 16:01:28 +00:00
Tom Keffer
891027b0b9 Snapshot. Got the basics of the new engine working. 2012-03-19 01:26:14 +00:00
Tom Keffer
5f93942c1d Snapshot on the way to introducing events 2012-03-18 02:24:21 +00:00
Tom Keffer
ea6e691174 Added finer control over the line plots. Can now add optional markers. The
marker_type  can be  'none' (the  default),  'cross', 'box',  'circle', or  'x'.
Also, line_type can  now either be 'solid' (the default)  or 'none' (for scatter
plots).
2012-03-16 01:13:55 +00:00
Tom Keffer
2eb2e7a447 Added scatter plots to weeplot utilities.
Simplified some of the logic in weeplot.
2012-03-14 23:30:39 +00:00
Tom Keffer
f485fee2af Changed reserved keyword 2012-03-14 18:40:23 +00:00
Tom Keffer
163da6ebd4 v1.13.0 2012-03-14 00:55:57 +00:00
Tom Keffer
d77033de86 v1.13.0b1 2012-03-13 22:45:06 +00:00
Tom Keffer
5bff5b1624 v1.13.0a2
Changed the signature of the search functions in filegenerator.py
2012-03-13 18:10:59 +00:00
Tom Keffer
89edb734db Snapshot while working to introduce later binding of archive and stats databases to reports. 2012-03-12 14:11:52 +00:00
Tom Keffer
498ad83442 Corrected error in expected almanac.
Generated data now uses config file to determine archive and stats database.
2012-03-12 14:02:46 +00:00
Tom Keffer
154374a375 Now explicitly throws an exception when trying to open an archive database that is not initialized.
v1.13.0a1
2012-03-09 17:41:30 +00:00
Tom Keffer
7b13d66366 Fixed a few documentation typos. 2012-02-17 02:09:40 +00:00
Tom Keffer
5efe686b21 Added install instructions for Fedora.
V 1.12.4
2012-02-13 16:15:05 +00:00
Tom Keffer
4687502d87 Now always imports 'sqlite3' (never pysqlite2). Simplified installation instructions. Fixed a bug that prevented reports from being run using the Python version of Cheetah's NameMapper utility. 2012-02-13 01:35:08 +00:00
Tom Keffer
697cd8df90 Version 1.12.4b1.
Now looks for latest version of pysqlite on the machine and uses that.
2012-02-12 17:16:22 +00:00
Tom Keffer
239232e33f Simplified a few filter lines of code. 2012-02-12 00:04:07 +00:00
Tom Keffer
ddbaee824b Class FtpUpload now inherits from 'object' 2012-02-11 20:34:24 +00:00
Tom Keffer
7b0717f599 Corrected encoding error for transmitting insolation data to CWOP. 2012-02-11 16:40:00 +00:00
Tom Keffer
f89ba4400c Version 1.12.3 2012-02-09 23:58:39 +00:00
Tom Keffer
8c48cc7e2a Can now recover from other HTTP errors when doing RESTful posts. 2012-02-04 23:31:31 +00:00
Tom Keffer
b74ec1f999 V1.12.2 2012-01-19 00:12:19 +00:00
Tom Keffer
c557e7d1c8 Simplified logic in weewx.VantagePro.genDavisLoopPackets 2012-01-18 23:18:41 +00:00
Tom Keffer
3a6c3f0c5a Added comment about Davis 'resend' documentation error. 2012-01-10 19:01:58 +00:00
Tom Keffer
9904e46b03 Davis documentation gives the VP resend code as hex 21, but it's actually decimal 21. Changed to reflect reality. 2012-01-10 18:56:47 +00:00
Tom Keffer
1c89e0e0fe V1.12.2a1 2012-01-09 05:20:30 +00:00
Tom Keffer
a9f9b045e9 Fixed type on archive_interval 2012-01-08 17:23:16 +00:00
Tom Keffer
d0e6f22ba7 Improved robustness of configuration utility. 2012-01-07 18:04:52 +00:00
Tom Keffer
e1939e9353 Allows more explicit conversion types. Added regression test for same. 2012-01-07 18:04:15 +00:00
Tom Keffer
e2662055c5 More information about a module that fails to load 2012-01-07 18:03:27 +00:00
Tom Keffer
1b158580df Added FTP error 521 to the list of errors that can occur when a directory already exists. 2012-01-07 18:03:03 +00:00
Tom Keffer
8a0452a0aa Fixed problem with missing attribute in VantagePro.setArchiveInterval 2011-11-05 22:45:45 +00:00
Tom Keffer
d90d228e4d V1.12.1 2011-11-03 21:24:58 +00:00
Tom Keffer
59e8d93b25 Renamed VantagePro.retrieveProperties to VantagePro._setup 2011-11-03 21:20:16 +00:00
Tom Keffer
1ef4271967 Cleaned up some compiler warnings.
Removed unused exception classes.
2011-11-01 15:58:52 +00:00
Tom Keffer
e62dc83bab V1.12.1a1 2011-10-31 23:46:04 +00:00
Tom Keffer
479b0783af V1.12.0 2011-10-29 13:14:19 +00:00
Tom Keffer
f4a776f9c0 Moved the change log to the docs subdirectory 2011-10-28 13:37:34 +00:00
Tom Keffer
11fbb5a64d V1.12.0a3 2011-10-27 16:07:46 +00:00
Tom Keffer
614ad55878 The readme.htm file in docs has now become a guide to the various guides.
V1.12.0a2
2011-10-26 17:23:49 +00:00