Tom Keffer
9a9b40ed03
Added software rain calculations for the Davis instruments.
2012-09-24 21:01:28 +00:00
Tom Keffer
0e8e053bd0
Updated CHANGES text file.
2012-08-26 01:37:16 +00:00
Tom Keffer
a1fae59f1e
Snapshot working on accumulator strategy.
2012-07-29 21:10:17 +00:00
Tom Keffer
b121c3112e
Catch up with main trunk V1.14.1
2012-07-10 01:36:27 +00:00
Tom Keffer
4724d2b09b
v1.14.1
2012-07-06 15:59:38 +00:00
Tom Keffer
054659cec5
Catch up with version 1.14.1
2012-06-22 15:20:38 +00:00
Tom Keffer
d7103e60fd
Added other socket errors to the list of caught exceptions.
...
V1.14.1
2012-06-22 00:22:05 +00:00
Tom Keffer
5f34bb88ac
Hardened retry strategy for the WeatherLink IP. If the port fails to open at all, or
...
a socket timeout occurs, it will thrown an exception (resulting in a retry in 60 seconds).
If a socket returns an incomplete result, it will continue to retry until everything
has been read.
2012-06-21 16:01:43 +00:00
Tom Keffer
a724ff20d3
If a WeatherLinkIP port fails to open, a weewxIOError exception will be thrown, resulting in a retry in 60 seconds. If a socket returns an incomplete result, it will continue to retry.
2012-06-21 15:10:55 +00:00
Tom Keffer
e058f3d48a
Catch up with V1.14.0
2012-06-19 14:22:51 +00:00
Tom Keffer
c34cb3fca1
Corrected typo in upgrading guide.
2012-06-18 23:52:11 +00:00
Tom Keffer
ced3934f05
Updated Change log.
...
Corrected package error in setup.py (for daemon.py).
Version 1.14.0
2012-06-18 23:42:24 +00:00
Tom Keffer
64373a147b
Renamed subdirector 'mobile' to 'smartphone'
2012-06-18 23:05:29 +00:00
Tom Keffer
47dbd1766e
Changed import for module daemon
2012-06-18 22:56:43 +00:00
Tom Keffer
4655c8cfde
Fixed bug in link on smartphone formatted webpage.
...
Retained old "mobile formatted" page.
2012-06-18 18:11:54 +00:00
Tom Keffer
88401165e3
Catchup feature branch with main trunk.
2012-06-18 00:38:18 +00:00
Tom Keffer
dec6cfa955
Clarified upgrading instructions.
2012-06-18 00:11:50 +00:00
Tom Keffer
6ff703c38c
Updated docs for V1.14
2012-06-17 23:11:41 +00:00
Tom Keffer
2d6044e389
Version 1.14.0b1. Includes smartphone formatted webpage, contributed by user Torbjörn Einarsson.
2012-06-17 22:53:44 +00:00
Tom Keffer
dd503a803f
Fixed bug when submitting CWOP data that shows itself when humidity is in single digits.
...
Changed format of equipment specifier in CWOP data.
2012-06-17 18:00:41 +00:00
Tom Keffer
16512f5d3c
Catch up to main trunk.
2012-06-14 14:48:42 +00:00
Tom Keffer
e000f21f77
Updated change log.
2012-06-14 14:40:24 +00:00
Tom Keffer
19ac536fb5
Changed umask in daemon.py to 0022.
2012-06-14 14:18:21 +00:00
Tom Keffer
6315f79db6
Changed umask in daemon.py to 0022.
2012-06-14 14:17:07 +00:00
Tom Keffer
01b4e95909
Catch up with main trunk version 1.13.2
2012-06-12 14:43:31 +00:00
Tom Keffer
4101cbb88b
V1.13.2
2012-05-02 15:14:08 +00:00
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
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
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
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
557de06c05
Clarified sections in the Quick Guide.
2012-03-14 01:39:17 +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
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
7b0717f599
Corrected encoding error for transmitting insolation data to CWOP.
2012-02-11 16:40:00 +00:00
Tom Keffer
cdc89071b5
Replaced anchor tags with CSS IDs to satisfy the javascript that generates the Table of Contents.
2012-02-06 02:34:36 +00:00
Tom Keffer
fd11dad370
Updated to new version of samaxesjs
2012-02-05 00:07:12 +00:00
Tom Keffer
700d06d513
Upgraded to samaxesjs.toc version 1.5
2012-02-04 01:48:03 +00:00
Tom Keffer
72571f64ce
2012-01-28 17:27:08 +00:00
Tom Keffer
f17fac9d6a
Added FreeBSD notes and start script
2012-01-23 01:34:13 +00:00
Tom Keffer
27a1299787
Clarified instructions for adding a udev rule for serial-to-usb cables.
2012-01-19 14:47:03 +00:00
Tom Keffer
b74ec1f999
V1.12.2
2012-01-19 00:12:19 +00:00