Commit Graph

328 Commits

Author SHA1 Message Date
Tom Keffer
ab42762711 Service StdTimeSync now does a clock sync on startup.
Modified service_list to put it at the front of the list of services to be run.
2013-07-07 15:37:26 +00:00
Tom Keffer
724b3aa389 Fixed minor typo in docs about MySQL permissions. 2013-06-29 16:25:04 +00:00
Tom Keffer
34e8809266 V2.3.3 2013-06-21 15:59:37 +00:00
Tom Keffer
9b7aa745a8 V2.3.3 2013-06-21 15:51:31 +00:00
Tom Keffer
59352b7ba1 MySQL driver now explicitly converts any SQL arguments to a tuple first. Fixes problem where arguments derive from tuple, but override the string conversion operator (as does TimeSpan). 2013-06-21 15:36:48 +00:00
Tom Keffer
3abd366512 Option week_start now works. 2013-06-17 00:46:05 +00:00
Tom Keffer
272f348d76 V2.3.2 2013-06-16 13:41:18 +00:00
Tom Keffer
8153cb15ed Fixed bug that causes the first day in the stats database not to be included
in calculations of all-time stats.
2013-06-15 02:00:11 +00:00
Tom Keffer
80b1e39f6d Now returns None if a body is always up. 2013-06-12 13:42:54 +00:00
Tom Keffer
3210446b08 If one of the sections SummaryByMonth, SummaryByYear, or ToDate is missing,
the report engine no longer crashes.
2013-05-21 23:17:28 +00:00
Tom Keffer
e77e0ed4cd Added upgrade instructions for upgrading skin.conf 2013-05-18 16:46:51 +00:00
Tom Keffer
3ba15ea67a Plots shorter than 24 hours are now possible. 2013-05-17 19:55:37 +00:00
Tom Keffer
f33f0ad1bb Plots that show exactly 24 hours are now possible. However, the skin configuration file still does 27 hours. 2013-05-17 18:42:30 +00:00
Tom Keffer
38ba3cc60a Fixed bug that prevented overriding the FTP directory in section
[[FTP]] of the configuration file.
2013-05-03 14:21:21 +00:00
Tom Keffer
2bd5515fd6 Added support for the temperature-only sensor THWR800 in the WMR100 driver. 2013-04-15 16:50:42 +00:00
Tom Keffer
4c8eaff46f V2.3.1 2013-04-15 16:16:36 +00:00
Tom Keffer
34dd39e66e rsync now works with Python 2.5 and 2.6 (not just 2.7) 2013-04-13 14:44:23 +00:00
Tom Keffer
0f9e075f34 2013-04-13 00:11:05 +00:00
Matthew Wall
263f5dac94 forgot to add fine offset catchup changes to changelog 2013-04-11 15:43:50 +00:00
Tom Keffer
2f2be08a09 V2.3.0 2013-04-10 01:48:05 +00:00
Tom Keffer
80dbb48d98 A few nips and tucks in the User's Manual. 2013-04-07 16:27:19 +00:00
Tom Keffer
11bb912cb8 V2.3.0b1 2013-04-05 17:02:00 +00:00
Matthew Wall
fe4e23497f emit status changes to log to help diagnose fousb lockups. added latest live_data changes from jim easterbrook. 2013-04-01 15:32:18 +00:00
Tom Keffer
2f9393b5df V2.3.0a5 2013-04-01 14:42:02 +00:00
Tom Keffer
a4778758df V2.3.0a4 2013-03-29 00:31:44 +00:00
Tom Keffer
1322d10a40 Fixed bug that caused Corrections to be applied twice to records if software record generation was used. 2013-03-28 23:42:41 +00:00
Tom Keffer
d39df01bc5 Put all of the device drivers in their own separate package. 2013-03-27 20:00:35 +00:00
Tom Keffer
1c65eac7e9 V2.3.0a2 2013-03-27 18:11:38 +00:00
Tom Keffer
adac004c84 Now reports altimeter pressure to CWOP. 2013-03-27 18:07:53 +00:00
Tom Keffer
874232874b Added the ability to produce station and altimeter pressure to the Vantage driver. This required changing the calling signature of the loader function slightly. All known drivers have been updated to reflect this. 2013-03-26 16:47:38 +00:00
Matthew Wall
ea1072b7e7 ensure dos line endings 2013-03-26 11:44:08 +00:00
Matthew Wall
2c9d0fbbff added lacrosse ws28xx driver 2013-03-26 04:45:49 +00:00
Tom Keffer
40087c39b9 V2.3.0a1 2013-03-25 16:15:44 +00:00
Tom Keffer
96dcfa7b34 Added WMR200 to the configuration file and to the User's Guide. 2013-03-25 15:27:07 +00:00
Tom Keffer
51abf1660a Changed the name of drivers. Made changes in setup.py to reflect them.
old                       new
	VantagePro.py (Vantage)   vantage.py (Vantage)
	WMR918.py (WMR-918)       wmr9x8.py (WMR9x8)
	wmrx.py (WMR-USB)         wmr100.py (WMR100)
2013-03-25 14:27:05 +00:00
Matthew Wall
38b7c2098a added gradients to daynight transitions. fixed daynight transition bug. 2013-03-22 18:46:41 +00:00
Matthew Wall
581d8ee3b2 rename sample_period to polling_interval. fix lurking uninitialized variable in fousb sync. deal with another delay=None condition. added explanation in usersguide about fousb polling and archive intervals. default to 60 second polling interval instead of 30. 2013-03-21 23:28:05 +00:00
Matthew Wall
f52a49be23 clarify fousb operating modes 2013-03-20 18:19:31 +00:00
Matthew Wall
386532a83e added user guide section about fousb operating modes 2013-03-20 14:40:50 +00:00
Tom Keffer
69b853a3ae rsync now allows a port to be specified. Patch from user Mark Flocco. 2013-03-15 17:13:23 +00:00
Matthew Wall
b5cb3b83aa added latest changes to the changelog 2013-03-14 20:35:00 +00:00
Matthew Wall
af06d60f2d added synchronisation for catchup 2013-03-14 01:06:11 +00:00
Matthew Wall
90dc50ed5a config file is optional - search standard locations if not specified 2013-03-13 15:55:20 +00:00
Tom Keffer
c1995aac50 Fixed bug when showing trends using temperature. 2013-03-11 15:59:56 +00:00
Matthew Wall
9a904b24ef fixed bug in CWOP upload 2013-03-04 13:21:58 +00:00
Matthew Wall
8c1da173cc update docs to reflect latest fousb fixes. minor cleanup to customizing doc based on lacrosse ws28xx development. 2013-03-03 14:08:31 +00:00
Tom Keffer
fc76bef388 Corrected name of mysql client package. 2013-02-25 17:01:20 +00:00
Matthew Wall
aaaf86da9d added pressure calibration option for fine offset stations. reduced log spewage. 2013-02-20 05:27:53 +00:00
Matthew Wall
bd87d58ca8 make docs DOS mode (apparently they were converted to unix mode but with ^M newlines at r1028) 2013-02-20 03:59:39 +00:00
Matthew Wall
cbf2b5b783 added luminosity-to-radiance conversion 2013-02-18 20:34:34 +00:00