Commit Graph

1629 Commits

Author SHA1 Message Date
Tom Keffer
cdf97de4bf DMPAFT retry count gets reset after every success. 2016-03-13 08:50:01 -07:00
Tom Keffer
e15618f79a Bumped version number. 2016-03-12 17:48:46 -08:00
Tom Keffer
9e94aa6e64 Refactored the retrying of LOOP and DMPAFT commands into a separate
function.
2016-03-12 17:46:20 -08:00
Tom Keffer
55aa76b05e Refactored retries for DMPAFT into a separate function 2016-03-12 17:08:40 -08:00
Tom Keffer
b25cabef08 Made some changes to Luc's version 2016-03-12 16:11:38 -08:00
Tom Keffer
d9746e3706 Luc's version 3.0.5 (aka mod8) 2016-03-12 16:10:52 -08:00
Tom Keffer
a8f01f7bed Suppressed lots of eclipse "Unused variable" warnings. 2016-03-11 12:02:26 -08:00
Tom Keffer
cd9b26e7b5 Fixed static error. 2016-03-11 08:14:45 -08:00
Tom Keffer
b688bfe2fc Fixed problem that prevented the 'localize' option from working for
ValueHelpers.
2016-03-11 08:04:36 -08:00
Tom Keffer
2eb0e04458 Fixed error.
Suppressed warnings.
2016-03-11 07:53:28 -08:00
Matthew Wall
139447465c use modify_conf to set calculations to hardware instead of prefer_hardware for oregon scientific stations that emit partial packets 2016-03-11 00:59:35 -05:00
Matthew Wall
ec1b92c603 give driver author a chance to modify the configuration. addresses issue #84 2016-03-10 19:25:04 -05:00
Matthew Wall
f935d2b5b8 ignore records older than 60 seconds when uploading to CWOP 2016-03-10 09:38:52 -05:00
Matthew Wall
c92bfe6b48 make loop_on_init an option in weewx.conf 2016-03-10 00:34:04 -05:00
Tom Keffer
2fd53e1018 Fix to get around a bug in the Python version of NameMapper 2016-02-21 17:42:30 -08:00
Tom Keffer
03ccc61d58 GenPlot now uses Unicode throughout.
test_templates is now more locale aware
2016-02-20 08:58:36 -08:00
Tom Keffer
2e3df797a5 Plotting now uses Unicode internally for labels. 2016-02-20 08:01:25 -08:00
Tom Keffer
4d87b666b5 Refactored test_templates to allow more than one skin to be used.
Added a test for UTF8 characters in the station name
2016-02-19 16:29:18 -08:00
Tom Keffer
dfcdadad0c Fixed problem in weeutil unittest. 2016-02-18 07:40:05 -08:00
Tom Keffer
26a7a4d541 he Vantage driver now uses a more gentle wakeup, less likely to result
in <ACK> errors.
2016-02-17 05:01:52 -08:00
gjr80
a40b1f2d24 Added a TRANS-DAYS command line parameter to wee_database
wee_database previously did daily summary backfills in one datbase
transaction. This resulted in errors for large archives being processed
on machines with relatively small amounts of memory. The TRANS-DAYS
command line parameter allows the backfill to be completed in a series
of database transactions using no more than TRANS-DAYS data at a time.
To provide a consistent approach to logging some minor changes were made
to the logging in DaySummaryManager.backfill_day_summary(),
DaySummaryManager.drop_daily() and StdArchive.setup_database().
2016-02-14 19:31:26 +10:00
Tom Keffer
3df343ef9a Added humidex and appTemp to group_temperature. Documented some of the
missing unit groups.
2016-02-12 15:12:15 -08:00
Tom Keffer
0cbe0302be Fix test broken by addition to [StdQC] 2016-02-12 14:44:22 -08:00
Matthew Wall
5304f79eaf fix broken indents that caused missing default driver stanza 2016-02-12 09:14:09 -05:00
Tom Keffer
f19c119d5f Added missing "import errno" 2016-02-09 17:59:56 -08:00
Matthew Wall
8f94f08493 keep pycharm happy 2016-02-09 18:40:54 -05:00
Matthew Wall
fcb9bcd8a3 Merge branch 'master' of github.com:weewx/weewx 2016-02-09 18:09:53 -05:00
Matthew Wall
97b0b19dcf provide better feedback when driver does not provide configurator 2016-02-09 18:09:42 -05:00
Matthew Wall
a71fa20d81 continue to function even if a driver does not define a configuration editor 2016-02-09 18:02:38 -05:00
Matthew Wall
57263ff570 deal better with drivers that do not define a conf editor or DRIVER_NAME or DRIVER_VERSION 2016-02-09 17:55:27 -05:00
Matthew Wall
3314e2751b better feedback when driver does not define confeditor, name, or version 2016-02-09 17:37:43 -05:00
Tom Keffer
b3b7dbd67f Added aggregation type min_ge(val). 2016-02-07 17:51:57 -08:00
Matthew Wall
8d3464bc93 Merge branch 'master' of https://github.com/weewx/weewx 2016-02-06 13:04:16 -05:00
Matthew Wall
b1594a8183 deal with plots that have no data 2016-02-05 22:27:04 -05:00
Matthew Wall
740970b264 formatting in preparation for setting imagegenerator defaults 2016-02-05 21:38:14 -05:00
mwall
e0861aa9fa attempt to fix bad header problems in te923 driver. marginally successful. consolidate some logging. tested all of the set/get methods on a small memory model device. added option to sync station clock with system clock (manually only for now). 2016-02-04 22:32:03 -05:00
Matthew Wall
da39323154 add ability to disable specific calculations. report exactly which calculations will be performed, and which algorithms will be used. 2016-01-26 00:34:14 -05:00
Tom Keffer
3a5721e06e Older versions of MySQL (<5.5) now use the storage_engine system
variable, while later versions use `default_storage_engine`.
2016-01-22 05:33:16 -08:00
Tom Keffer
07b0d65305 The type of MySQL storage database engine can now be specified. Default
is INNODB.
2016-01-21 16:49:52 -08:00
Tom Keffer
8b6ce2b155 Added some clarifying comments. 2016-01-21 07:45:27 -08:00
Matthew Wall
a90e5aefae provide more detail in the acurite 'stale data' log message 2016-01-19 12:05:22 -05:00
Matthew Wall
63015eef27 keep pycharm lint happy (mostly) 2016-01-18 17:26:18 -05:00
Matthew Wall
aaa8516b82 deal with empty buffers when reading from wmr300 2016-01-18 17:16:34 -05:00
Tom Keffer
077edaaaa4 Changed execution bit 2016-01-18 09:01:20 -08:00
Tom Keffer
081fcc92ac Fixed bug that prevented rsync uploader from working. 2016-01-18 08:58:10 -08:00
Tom Keffer
b4915d90e1 Only the InnoDB engine supports transactions. However, it's the default
only for later versions of MySQL. This commit explicitly require it.
2016-01-17 14:48:08 -08:00
Matthew Wall
cb5ebabc8b provide more feedback about bad extension structure 2016-01-17 16:30:28 -05:00
Matthew Wall
0a9008d07a Merge branch 'master' of github.com:weewx/weewx 2016-01-17 16:04:37 -05:00
Matthew Wall
e3f099db29 manually extract files from zip archive since extractall is only available in python 2.6 and later 2016-01-17 16:04:31 -05:00
Tom Keffer
098faf2d4c Now returns a normative file path for older versions of
tarfile.getmembers().
2016-01-17 12:42:00 -08:00