1035 Commits

Author SHA1 Message Date
Tom Keffer
3398ce2bbf Version 2.3.2 release v2.3.2 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
Matthew Wall
bca95ba351 document rain bucket calibration. fix bug in pressure reading (thank you luc) 2013-06-07 14:00:15 +00:00
Matthew Wall
0a8a4b77b8 better logging when console sends message with unknown device id 2013-06-05 15:39:37 +00:00
Matthew Wall
3f7ed906d1 minor consolidation of if-else clauses 2013-06-04 14:43:51 +00:00
Matthew Wall
e1510a81a7 fixed message descriptions from luc's usb sniffing 2013-06-04 14:31:37 +00:00
Matthew Wall
1f8f18eb4d track signal strength and battery status in LOOP data 2013-06-04 14:16:06 +00:00
Matthew Wall
d81b1aacee isolate some debugging messages. improve info/debug log messages during initialization. 2013-06-04 13:49:17 +00:00
Matthew Wall
7ad50d30e6 added wee_config_ws28xx. added dev notes from luc about timing and message types. added debug output for all (?) station data. eliminated part of the Settings cache. refactored how pairing is detected and cached. set transceiver polling to 0.001 to ensure all messages are detected. partial refactoring of setup and rf threading. explicit debug logging of all writes to disk for stat cache. eliminated more dead code. 2013-06-04 12:33:25 +00:00
Tom Keffer
ffe6b2b540 intervalgen now uses a better example. 2013-05-23 00:06:24 +00:00
Tom Keffer
1ea4c0b11b Class TimeSpan is now a specialized tuple and can be used interchangeably with tuples. 2013-05-22 20:58:38 +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
dda8451f84 Shorter time increments now use one hour boundaries. 2013-05-17 20:05:12 +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
Matthew Wall
114d31d787 check for bad pressure values that could cause math exceptions 2013-05-10 21:08:04 +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
432373fd1a Hoisted statement creating cursor outside of try block. 2013-04-17 00:50:52 +00:00
Matthew Wall
444ddcdf8c include weewx.conf.dist in list of conf files 2013-04-16 14:43:35 +00:00
Matthew Wall
0d8e33c94e include weewx.conf.dist in list of conf files 2013-04-16 14:35:55 +00:00
Matthew Wall
d838792c37 avoid hang in debian postinst 2013-04-16 03:51:57 +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
a2c37dba48 On startup, now logs version of Python 2013-04-15 15:50:25 +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
Tom Keffer
167a0f51cd Version 3 of Chris Manton's WMR200 driver, rec'd 9-Apr-2013. 2013-04-11 17:01:31 +00:00
Matthew Wall
263f5dac94 forgot to add fine offset catchup changes to changelog 2013-04-11 15:43:50 +00:00
Matthew Wall
ff9d0f13e9 update package changelogs 2013-04-10 02:08:21 +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
Tom Keffer
a0188c1b42 Added the ability dump a summary of the Vantage logger memory to a file. 2013-04-05 16:54:38 +00:00
Tom Keffer
9036beecb8 Update from Will Page, rec'd Sat, Mar 30, 2013 at 5:28 PM 2013-04-04 15:31:07 +00:00
Matthew Wall
5c8e83e79a keep each line at 78 characters or fewer for 80-column joy 2013-04-02 19:18:08 +00:00
Matthew Wall
60b8b4900c fixed merging of weewx.conf for rpm installs. 2013-04-02 18:21:48 +00:00
Matthew Wall
45ae7e9945 debconf must be initialized before everything else. added more feedback about station and driver during engine initialization. fix copyright notice. 2013-04-02 16:16:53 +00:00
Matthew Wall
f6024a7bc5 added conf merging to rpm package. simplify version handling in merge_config.py and setup.py. 2013-04-02 15:24:23 +00:00
Matthew Wall
5414693d82 minor comments cleanup. format to 80 columns. 2013-04-02 15:23:46 +00:00
Matthew Wall
b132764959 merging of weewx.conf works on debian upgrades, but not sure of setup.py and merge_config.py placement. 2013-04-02 10:57:50 +00:00
Matthew Wall
2777bf4330 clean out some cruft from rpm spec. use appropriate names for weewx merging. 2013-04-01 22:54:00 +00:00
Matthew Wall
e30ed370bb fixed bug in wmr9x8 template. added ability to merge weewx.conf for debian installs. 2013-04-01 21:57:11 +00:00
Matthew Wall
d18f17dfa3 added utility to merge configuration files 2013-04-01 21:55:12 +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
b800e6b4e5 From Chris Manton
Bugfixes:
  Reduced logging spam to syslog
  Added singleton to handle watchdog thread for live data 
    -Upon exception another driver is instantiated which caused thread leaks.  Singleton re-uses
     thread when subsequent drivers are instantiated.
  Added poll_device thread to poll the device
    -The wxengine record phase may takes an indefinite time.  During this time if the weather console
     is pumping data, the buffers overflow causing lost data.  This thread ensures no data is lost
     from the weather console regardless how long the wxengine takes to process the generated
     packets.
  Added singleton for poll_device thread
  Some more cleanup and logging options.
2013-04-01 14:32:24 +00:00
Matthew Wall
70f0c35d91 use max_rain_rate instead of rain_max_sane so that single parameter can be used for different sampling periods and both archive/loop records. 2013-03-31 21:20:39 +00:00
Matthew Wall
54b89c09bb provide more log feedback when starting/stopping weewx 2013-03-31 17:32:26 +00:00