Commit Graph

1657 Commits

Author SHA1 Message Date
Matthew Wall
c99e53697a improved help. better command line argument syntax. remove unneeded global declarations. added --list option to enumerate installed extensions. 2014-02-02 15:20:47 +00:00
Matthew Wall
958df7256b improve installation from tarballs 2014-02-02 04:36:02 +00:00
Tom Keffer
004b230475 Internationalized _calcXLabelFormat() 2014-02-01 17:30:49 +00:00
Matthew Wall
f13b42e0d0 remove last trace of extensions. update todo. 2014-02-01 17:10:28 +00:00
Tom Keffer
2a5ddac564 Fixed comment in weewx.conf on how to do big images. 2014-02-01 16:48:36 +00:00
Matthew Wall
b8d384f855 remove extensions from packaging rules 2014-02-01 14:38:07 +00:00
Matthew Wall
7b5d4164c5 remove extensions from weewx source tree 2014-02-01 14:35:11 +00:00
Tom Keffer
e1439ef036 Fixed problem where a missing key could cause the WOW thread to crash. 2014-02-01 14:10:41 +00:00
Tom Keffer
c783578447 Fixed problem where a missing record value could cause a crash. 2014-02-01 14:08:36 +00:00
Matthew Wall
e879354650 added default x label format for time plot 2014-02-01 04:13:44 +00:00
Tom Keffer
7aa227599e Some more tweaks to plot layout. 2014-02-01 00:38:31 +00:00
Matthew Wall
0b0a71577e use proper temp dir as default 2014-01-31 19:11:09 +00:00
Matthew Wall
0d53da06cb deal with None/none from configobj 2014-01-31 19:10:14 +00:00
Matthew Wall
70ed796658 option to specify cmon schema via weewx.conf. automatically detect cpu temperature for rpi. 2014-01-31 19:09:38 +00:00
Tom Keffer
c8b7d5c12d Fine tuned right margin. 2014-01-31 15:37:30 +00:00
Matthew Wall
0f074a7392 fine offset rain counter glitches may be momentary or persistent. attempt to deal with both cases. 2014-01-31 14:46:33 +00:00
Matthew Wall
6dc10747f2 make logwatch slightly more modular 2014-01-31 14:44:52 +00:00
Tom Keffer
8ee7b962d9 Changed class name from AWEKAS to StdAWEKAS, parallelling the name of the other RESTful classes. 2014-01-31 00:03:08 +00:00
Tom Keffer
59cb084966 Failure to set an archive interval when using bar plots no longer results in an exception. 2014-01-30 23:58:38 +00:00
Tom Keffer
ffaff5c13f Log entry to not post AWEKAS is logged as DEBUG (like the others), instead of ERR. 2014-01-30 23:56:46 +00:00
Matthew Wall
29b908ee27 forgot to commit filename change 2014-01-30 21:56:14 +00:00
Matthew Wall
9b4dfcd86e event.record not event.packet in QC/MinMax 2014-01-30 21:53:15 +00:00
Tom Keffer
d96c6a2b53 Added an option --string-check and --fix to the utility wee_config_database to fix embedded strings found in the sqlite archive database.
Documented it.
2014-01-30 18:37:02 +00:00
Matthew Wall
8293bd2f59 include wee_setup in the rpm %files 2014-01-30 17:23:15 +00:00
Tom Keffer
ff26165b45 Added a check for stray strings in the archive database 2014-01-30 16:23:50 +00:00
Tom Keffer
c2e15e16f9 Added stack traceback should an exception occur. 2014-01-30 16:22:44 +00:00
Matthew Wall
5adfb7d871 clean up any temporary file detritus 2014-01-30 01:54:16 +00:00
Matthew Wall
eb527ba445 save cheetah output to temporary file then move when done 2014-01-30 00:09:06 +00:00
Matthew Wall
2dc5a6c755 handle authentication failures for wetter.com 2014-01-29 21:07:51 +00:00
Matthew Wall
8bf6632908 added StdQC Min/Max doc. other minor fixes. 2014-01-29 20:12:33 +00:00
Matthew Wall
4bf30ebc81 defer defaults to arg lists. more logwatch tweaks. 2014-01-29 18:27:37 +00:00
Matthew Wall
ffd021f6e8 hierarchic restful options for log_success, log_failure, timeout, max_retries, retry_wait 2014-01-29 18:07:19 +00:00
Tom Keffer
74633fb2e4 Added genSchemaOf() function to weedb. 2014-01-29 17:53:48 +00:00
Matthew Wall
571d071dfb logwatch adjustments for changes in 2.6 2014-01-29 15:40:53 +00:00
Matthew Wall
2f11096d0e properly delete files and dirs when removing extensions 2014-01-29 14:22:34 +00:00
Matthew Wall
1e0bd85941 maintain backward compatibility 2014-01-29 14:21:31 +00:00
Matthew Wall
3e59ab2bcd fix metric/metricwx speeds 2014-01-29 13:24:28 +00:00
Matthew Wall
5e7bf7dcdd default to including interior temp and humidity 2014-01-29 13:06:15 +00:00
Matthew Wall
f1f4df4a96 conditionally merge extension configs. remove and prune sections when uninstalling. 2014-01-29 06:17:38 +00:00
Matthew Wall
e8d3deb111 attempt to workaround configobj scrambling of comments 2014-01-29 06:16:12 +00:00
Matthew Wall
f725062e78 more log message tweaks 2014-01-29 03:30:34 +00:00
Matthew Wall
35ec014f4c use the shiny new units conversion methods 2014-01-29 03:29:27 +00:00
Matthew Wall
2c93a7361b catch other awekas variations 2014-01-29 03:26:54 +00:00
Matthew Wall
9029c9e1fc fixed silly oversight 2014-01-29 02:47:47 +00:00
Matthew Wall
06642b7d5f properly mask the emoncms token in log messages 2014-01-29 02:40:34 +00:00
Matthew Wall
0df7d2fb4f indicate database and table when logging. make logging consistent. 2014-01-29 02:27:11 +00:00
Tom Keffer
f757b55391 Added a couple of neglected changes. 2014-01-29 01:42:47 +00:00
Tom Keffer
1d047a16b0 Introduced unit system "METRICWX".
Updated docs to reflect this.
Got rid of the very out of date appendix "Packet types"
Updated the appendix "Units" to show the default units for the various unit systems.
2014-01-29 01:38:58 +00:00
Matthew Wall
dfb62c2165 make logging more consistent 2014-01-29 00:11:36 +00:00
Matthew Wall
7e32f03cec be smarter when updating restful configurations 2014-01-29 00:10:30 +00:00