Commit Graph

449 Commits

Author SHA1 Message Date
Tom Keffer
64dd684652 Added additional accumulator extractors. 2017-05-22 07:53:10 -07:00
Tom Keffer
21f7216fb1 Extract last (instead of average) value of stormRain. 2017-05-21 13:42:17 -07:00
Matthew Wall
d4ff72d8dc fixed interval bug in wmr200 driver 2017-04-27 11:11:14 -04:00
Tom Keffer
922f636c53 Added missing aggregation type 'min_ge'. PR #252
Thanks to user Christopher McAvaney!
2017-04-25 06:23:00 -07:00
Tom Keffer
0418459f70 Added inDewpoint to the observation group dictionary. 2017-04-24 05:18:03 -07:00
Tom Keffer
d29eba5a53 Corrected formatting used to report indoor temp and humidity to the Weather Underground. 2017-03-25 06:05:07 -07:00
Tom Keffer
c01c71c0b2 Added change log message for PR #246 2017-03-24 16:25:26 -07:00
Tom Keffer
ccf5e38aa1 V3.7.1 2017-03-22 17:13:29 -07:00
Tom Keffer
036832adae Added change log entry 2017-03-21 05:22:18 -07:00
Tom Keffer
6df7ca26dd By default, autocommit is now enabled for the MySQL driver. Fixes issue #237.
Included regression test.
2017-03-17 07:56:31 -07:00
Tom Keffer
4193246ccf Added PR #234 to change log 2017-03-15 15:47:14 -07:00
Tom Keffer
0a72725c90 Removed redundant change log entry 2017-03-14 14:15:57 -07:00
Tom Keffer
d93ffeeba6 Fixed bug that prevented a port from being specified for MySQL installations. 2017-03-14 14:13:10 -07:00
Matthew Wall
a5073fdf7d distribute examples in a single directory 2017-03-14 12:17:11 -04:00
Tom Keffer
163d7dac6d Fixed problem that prevented a MySQL port from being specified. 2017-03-14 06:02:02 -07:00
Matthew Wall
ee1b35ad07 enable post_interval overrides for WOW uploader 2017-03-12 12:52:29 -04:00
Matthew Wall
de4ae94b48 emit rapidfire cache info only when debug >= 3 2017-03-12 12:42:52 -04:00
Matthew Wall
b67e600b35 fixed log syntax 2017-03-12 12:31:46 -04:00
Tom Keffer
3859dbeb5e Added date to change log 2017-03-11 08:16:39 -08:00
Matthew Wall
a3fa972e51 remove misleading windGustDir info 2017-03-10 15:47:53 -05:00
Tom Keffer
a19ca18b24 Reworded comment on whether to --update daily summaries. 2017-03-10 10:55:23 -08:00
Matthew Wall
3968e9787f fixed inverted wmr200 battery status 2017-03-01 21:32:23 -05:00
Matthew Wall
69a1e3dbae document changes to wmr100, wmr200, wmr9x8 drivers. fix 'Calculatios' typo. 2017-03-01 21:30:00 -05:00
Matthew Wall
baea41436c decode heatindex and windchill from wmr300 sensor outputs 2017-02-27 12:47:41 -05:00
Matthew Wall
5c67de228e do not warn when calibrations are ignored - the implementation resulted in too many log entries 2017-02-19 09:10:00 -05:00
Tom Keffer
28e7166a90 Slightly more robust mechanism for decoding last time a file was FTP'd. 2017-02-12 13:07:05 -08:00
Tom Keffer
2a2651cfa4 The weedb Cursor object can now be used in a "with" clause. 2017-02-05 18:16:15 -08:00
Tom Keffer
3c34e7672f The weedb Connection object can now be used in a "with" clause. 2017-02-05 18:07:58 -08:00
Tom Keffer
b00989a632 Ported MySQLdb to the new database exception hierarchy. 2017-02-05 17:29:43 -08:00
Tom Keffer
9af4fc74b8 Now uses dedicated test users 'weewx1' and 'weewx2' 2017-02-04 12:43:56 -08:00
Tom Keffer
8cac36d37a Adjustable value for how long to wait after a bad uploader login.
Option retry_login. Fixes issue #212.
2017-02-02 16:18:17 -08:00
matthewwall
cb9b98b1b2 remove write_timeout from ultimeter 2017-01-24 21:44:25 -05:00
Tom Keffer
a48b7a9c20 Updated the upgrade guide. 2017-01-22 08:57:12 -08:00
Tom Keffer
cba005c5a4 Stupid typo 2017-01-21 17:19:18 -08:00
Tom Keffer
f772f53e66 Update changes doc 2017-01-21 17:17:38 -08:00
Tom Keffer
d03c54385e Documented $ago options, as well as .start and .end 2017-01-21 17:07:16 -08:00
matthewwall
af9f70dc7c better logging when cc3000 loses contact with sensors 2017-01-19 07:29:04 -05:00
matthewwall
48531d8766 added write timeout to ultimeter driver 2017-01-19 07:26:30 -05:00
Tom Keffer
73be17703c Merge branch 'development' of https://github.com/weewx/weewx.git into development 2017-01-16 06:47:35 -08:00
Tom Keffer
e88f9b2002 Now emits the barometer trend in LOOP packets as field 'trendIcon'
Vantage only.
2017-01-16 06:46:58 -08:00
matthewwall
e836bcf8cd indicate when calibrations are ignored 2017-01-16 08:41:50 -05:00
Tom Keffer
467022648b Merge remote-tracking branch 'origin/master' into development
Conflicts:
	docs/changes.txt
2017-01-15 08:18:04 -08:00
dcapslock
cd9c5d132b Implement .spans(interval=seconds) tag timespan iterator. (#199)
* Implement .spans(interval=seconds) tag timespan iterator.

* Add .spans(interval=seconds) timespan iterator

* Add documentation and test for changes to intervalgen.

* Updated test cases for byspan.
2017-01-15 07:49:51 -08:00
Tom Keffer
7acdbc6c62 Fixed max windSpeed. Allow configuring accumulators from config files.
Max value of windSpeed for the day is now the max archive value of
windSpeed. Formerly, it was the max LOOP value. Fixes issue #195.

The types of accumulators, and the strategies to put and extract records 
out of them, can now be specified by config stanzas. See issue #115.
2017-01-14 13:07:14 -08:00
matthewwall
b849fff5aa log every rain counter reset 2017-01-14 10:17:57 -05:00
Tom Keffer
be0b20df58 Added note about issue #175 to change log. 2017-01-12 15:20:36 -08:00
Tom Keffer
2cd9344fe6 Fixed bug in Celsius to Fahrenheit conversion.
This affected pressure conversions in uwxutils.py.
2017-01-11 16:43:32 -08:00
matthewwall
5b65d4e81e fix battery status flag in acurite driver. make lowBattery example work will all battery indicators. addresses PR#194 2017-01-11 17:44:26 -05:00
Tom Keffer
15190fe4f2 Merge remote-tracking branch 'origin/weighted_summaries_(#61)' into
development
2017-01-07 05:27:21 -08:00
matthewwall
4ac63d11aa remove false windGustDir 2017-01-06 17:34:50 -05:00