41 Commits

Author SHA1 Message Date
Tom Keffer
3398ce2bbf Version 2.3.2 release 2013-06-16 13:42:10 +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
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
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
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
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
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
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
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
Matthew Wall
aaaf86da9d added pressure calibration option for fine offset stations. reduced log spewage. 2013-02-20 05:27:53 +00:00
Matthew Wall
cbf2b5b783 added luminosity-to-radiance conversion 2013-02-18 20:34:34 +00:00
Tom Keffer
82991ee692 A bad archive record type now causes a catch up to be abandoned, rather than program termination. 2013-02-18 14:00:33 +00:00
Matthew Wall
70754f1dce added dates in changelog, otherwise mkchangelog inserts current date 2013-02-15 17:31:23 +00:00
Tom Keffer
8d996c4ce5 Fixed bug that showed itself when wind direction is 'None' and using an ordinal wind direction.
Also, simplified the logic a bit. The last direction is now used for undefined values. Default is 'N/A'
2013-02-15 16:39:27 +00:00
Tom Keffer
e51a8f1ffa Added the ability to turn the Vantage console lamp on or off. 2013-02-15 15:57:47 +00:00
Tom Keffer
a94c7662d7 setup.py now removes docs/CHANGES.txt.
V2.2.0b1
2013-02-10 15:35:41 +00:00
Tom Keffer
cfa3ba127b Renamed the executables yet again. This time, removed the ".py" suffix. 2013-02-09 17:06:55 +00:00
Matthew Wall
f49c10c78e handle more log messages 2013-02-09 16:31:56 +00:00
Tom Keffer
f99dcc7b8d setup.py now does a rename for the bin subdirectory and for weewx.conf, instead of copying them.
This avoids having to curate the contents of deleted, obsolete files.
v2.2.0a4
2013-02-09 01:17:39 +00:00
Tom Keffer
dd612dbeb0 Changed the names of the wee-config utilities to use underscores instead of hyphens. This is because module names with hyphens in them are not valid Python names. 2013-02-07 23:16:45 +00:00
Tom Keffer
1975b705ca Changed the name of the utilities:
runreports.py -> wee-reports.py
    config_database.py -> wee-config-database.py
    config_vp.py -> wee-config-vantage.py
    config_fousb.py -> wee-config-fousb.py
2013-02-05 23:37:56 +00:00
Tom Keffer
8e6287c17e Now allows I18N versions of the compass direction ordinates. 2013-02-04 17:05:51 +00:00
Tom Keffer
0fdacb1628 Added the ability to produce ordinal wind directions. 2013-02-04 02:03:31 +00:00
Matthew Wall
f04fd0a736 added note about rain rate calculation for fousb 2013-02-01 05:50:22 +00:00
Matthew Wall
23def3f44b reformat changelog to 80 columns. rename to changes.txt from README.txt. 2013-01-29 02:46:15 +00:00