Commit Graph

264 Commits

Author SHA1 Message Date
Tom Keffer
21fc9e888b V3.2.0 release candidate 2015-07-15 13:48:04 -07:00
tkeffer@gmail.com
b6da114e86 Added changes to the WMR9x8 driver to the change log. 2015-07-14 10:46:42 -07:00
Tom Keffer
68f00ad274 FTP uploader now retries several times to connect to a server, instead
of giving up after one try.
2015-07-11 18:43:44 -07:00
Tom Keffer
e1399355cd Introduced new top-level stanza [DatabaseTypes].
Subsections [[SQLite]] and [[MySQL]] now go under it.
Updated docs to match.
2015-07-05 18:28:01 -07:00
Tom Keffer
565522e130 Added additional debug logging to main engine loop.
V3.2.0a3
2015-06-30 10:04:32 -07:00
Tom Keffer
02f09f5f20 Option bar_gap_fraction is now ignored. Bar plot widths are rendered
explicitly since V3.0, making the option unnecessary. Fixes issue #25.
2015-06-28 13:42:07 -07:00
Tom Keffer
6293f75480 Added comment that last commit fixes issue #34. 2015-06-28 09:43:37 -07:00
Tom Keffer
ef403ae3eb The Vantage driver now catches undocumented termios exceptions and
converts them to weewx exceptions. This allows retries if flushing input
or output buffers fail.
2015-06-28 09:39:39 -07:00
Tom Keffer
f6d2aac1f2 Updated change log to reflect new way of configuring databases. 2015-06-27 08:17:07 -07:00
Matthew Wall
7797b34555 log upload urls when debug=1 2015-06-14 08:39:46 -04:00
Matthew Wall
0bb7db1edc fixed 10x multiplier for wind speed from historical records on ws23xx stations 2015-06-11 13:12:02 -04:00
Matthew Wall
fe2fd0bb7e push retries to _read method in te923 driver 2015-06-09 14:55:21 -04:00
Tom Keffer
919a3af93a A bad CWOP server address no longer crashes the CWOP thread. 2015-05-11 14:07:23 -07:00
Tom Keffer
0bf7b906cb s/wee_config/wee_device/g 2015-04-29 06:59:07 -07:00
Tom Keffer
847bbec426 Document the name change for
wee_device
  wee_database
2015-04-28 16:26:02 -07:00
Tom Keffer
8b11fb6cbc $almanac.sunrise and $almanac.sunset now return ValueHelpers. Fixes
issue #26.
2015-04-28 08:13:57 -07:00
Matthew Wall
1670d9b6eb removed more detritus 2015-04-27 22:34:56 -04:00
Matthew Wall
09c4ab5b5d permit hyphens in ws1 data string 2015-04-27 21:15:43 -04:00
Tom Keffer
00f06b74d0 Fixed problem that could cause an exception in the WMR200 driver when
formatting an error string.
2015-04-26 06:58:44 -07:00
Tom Keffer
c6d4bd4874 Failure to launch a report thread no longer crashes program. 2015-04-20 07:25:02 -07:00
Matthew Wall
6c58d6de49 added option to specify fine offset data_format 2015-04-19 17:08:12 -04:00
Matthew Wall
03f47f88eb take changes from origin/master 2015-04-18 12:12:11 -04:00
Matthew Wall
a9d31695c9 added group_length for measuring tide height 2015-04-18 10:53:13 -04:00
Tom Keffer
90b51783e9 Fixed indentation problem + merge conflict in changes.txt 2015-04-17 17:38:23 -07:00
Tom Keffer
315d7ce44c The WU uploader now publishes soil temperature and moisture, as well as
leaf wetness.
2015-04-17 17:31:29 -07:00
Matthew Wall
77481e0554 log dodgey rainfall reports 2015-04-17 16:58:45 -04:00
Matthew Wall
8015bf5afe fix acurite rain decoding. tune 02032 pressure/temperature decoding. 2015-04-10 16:48:05 -04:00
Tom Keffer
abd78c6fce Added marker_size bug to changes.txt 2015-04-03 10:44:31 -07:00
Tom Keffer
5f9480a43f Included option max_delta_12h in changes.txt 2015-03-28 08:42:22 -07:00
Tom Keffer
ed0d475467 Merge remote-tracking branch 'origin/master' 2015-03-27 08:43:56 -07:00
Tom Keffer
ac6efd5543 Added attribution for Wunderfixer. 2015-03-27 08:42:39 -07:00
Matthew Wall
3f9dd00cf4 improved acurite timing 2015-03-27 09:42:59 -04:00
Tom Keffer
e605ec3946 Updated changes doc to reflect wunderfixer changes. 2015-03-26 19:20:23 -07:00
Matthew Wall
e1b7d73e4a note algorithm option in changelog 2015-03-24 10:36:31 -04:00
Matthew Wall
34cbe8286f better usb failure recovery in ws28xx driver 2015-03-01 07:41:28 -05:00
Tom Keffer
4417311ff5 The "alarm" example now includes a try block to catch a NameError
exception should the alarm expression include a variable not in the
archive record.
2015-02-24 18:58:11 -08:00
tkeffer
d1edadd2cd Increased precision of posts for wind to WU and barometer to WOW. 2015-02-22 20:12:35 -08:00
Tom Keffer
1688646799 If StdWXCalculate cannot calculate a derived varible when asked to, it
now sets the value to null.
2015-02-20 08:58:16 -08:00
Matthew Wall
5c54bac2c3 added group_distance with units mile and km. put windrun in group_distance and cloudbase in group_altitude 2015-02-12 13:32:18 +00:00
Matthew Wall
96f216378c include acurite in list of stations for debian install 2015-02-10 13:18:40 +00:00
Matthew Wall
39269502a2 added humidex, apptemp, ET, maxsolarrad, cloudbase, windrun to StdWXCalculate 2015-02-09 19:46:22 +00:00
Tom Keffer
4914259989 Version 3.1.0 2015-02-05 21:15:03 +00:00
Tom Keffer
e08f97305d Changes in the weedb exception model to bring it closer to the MySQL exception model. Introduces exception weedb.IntegrityError (duplicate key) and weedb.ProgrammingError (non-existent table). 2015-02-05 02:19:56 +00:00
Tom Keffer
412944f28a Added --loop-on-init option for weewxd. If set, the engine will keep retrying if the device cannot be loaded. Otherwise, it will exit. This replaces the very broad "--retry" option. 2015-02-03 19:23:51 +00:00
Matthew Wall
77887933e9 added --retry option to weewxd 2015-02-03 17:45:09 +00:00
Matthew Wall
4cfc2431ae added calculations for humidex, apparent temperature, evapotranspiration, cloud base, maximum solar radiation 2015-02-03 04:00:05 +00:00
Tom Keffer
5a8ff7939a Better error message if there's a parse error in the configuration file. 2015-02-01 00:53:51 +00:00
Tom Keffer
c1fd4b0480 New tag $obs, allowing access to the contents of the skin configuration section [Labels][[Generic]]. Fixes ticket #33. 2015-01-31 23:08:17 +00:00
Tom Keffer
fa031a99ab WeatherUnderground passwords are now quoted, allowing special characters to be used. 2015-01-31 20:09:54 +00:00
Tom Keffer
93cdc30c92 SFTP now uses fallback for older versions of Python. 2015-01-31 17:38:33 +00:00