Commit Graph

428 Commits

Author SHA1 Message Date
Matthew Wall
02e37726d3 merge latest changes from master 2017-03-10 16:33:19 -05:00
Matthew Wall
1bc8590c03 merge latest changes from master 2017-03-05 11:12:16 -05:00
Matthew Wall
5db80b3144 skin.conf is optional 2017-02-25 09:24:13 -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
matthewwall
f4f6d99958 remove the (fabricated) windGustDir from fousb driver. document the removal from wmr100 and wmr200 drivers. 2017-01-05 21:54:33 -05:00
matthewwall
dfdb243da5 apply sensor_map to wmr200 2017-01-05 20:36:18 -05:00
matthewwall
a61675f930 apply sensor_map pattern to wmr9x8 2017-01-05 19:34:36 -05:00
matthewwall
25fd6d21cc apply sensor map pattern schema_name=obs_name to wmr100 driver. remove artificial wind gust dir from driver, as the hardware does not emit wind gust dir. 2017-01-05 18:42:23 -05:00
matthewwall
61b866aaee added delay after ws23xx read to reduce chance of spikes in observation data 2017-01-03 18:31:10 -05:00
matthewwall
9e638d3065 warn when wmr300 rain counter reaches maximum value 2016-12-31 23:47:04 -05:00
matthewwall
61c4896e4a added CSS for printing docs 2016-12-31 16:45:26 -05:00
Tom Keffer
c6b0809179 Fixed bug in vantage driver
Console wake up was skipped  during retries when fetching EEPROM vales.
2016-12-28 18:28:58 -08:00
gjr80
be7516dcd7 Fix spelling mistake in changes.txt 2016-12-23 23:05:39 +10:00
gjr80
7a3b663223 Added mention of weighted sum patch in Upgrade Guide and changes.txt 2016-12-23 23:03:34 +10:00
Tom Keffer
412a5f5134 Started a separate document "Notes for developers."
It's intended to eventually include a style guide and other hints for
developers working on weewx.
2016-12-22 08:24:53 -08:00
Tom Keffer
efc7dea149 Fixed problem with multiple SummaryBy stanzas.
Multiple subsections under [SummaryBy...] stanzas could cause multiple
copies of their target date to be included in the Cheetah variable
$SummaryByYear and $SummaryByMonth. Fixes issue #187.
2016-12-14 17:41:40 -08:00
Tom Keffer
42e403b43b Fixed problem on MacOS. Added comment in change file 2016-12-14 16:58:50 -08:00
matthewwall
7139033e92 eliminate experimental directory, move examples directory. addresses issue #183 2016-12-06 13:11:18 -05:00
Tom Keffer
f3966d1d81 Added flag record_augmentation.
When doing hardware record generation, the engine now augments the
record with any additional observation types it can extract out of the
accumulators. Fixes issue #15.
2016-12-01 18:53:32 -08:00
Tom Keffer
18fcdb6a56 Can now do SummaryByDay (as well as SummaryByMonth and SummaryByYear).
NB: This can generate *lots* of files --- one for every day in your database! Leaving this undocumented for now. Fixes issue #185.
2016-11-28 08:49:21 -08:00
Tom Keffer
2b723cdf24 Documented the anti-alias feature. Fixes issue #6. 2016-11-27 14:53:19 -08:00
Tom Keffer
98035cac09 It's now possible to iterate over every record within a timespan.
Includes tests.
Fixes issue #182.
2016-11-26 08:20:59 -08:00
Tom Keffer
e11c9d252a Added reference to issue #13 2016-11-24 16:53:12 -08:00
Tom Keffer
c4ca8b65b6 $current now searches the record from event NEW_ARCHIVE_RECORD.
$current first searches the record from event NEW_ARCHIVE_RECORD for an
observation type. If it cannot find it there, it searches the database.
2016-11-24 16:50:10 -08:00
Tom Keffer
7bcb47fdcd Bug fix on wee_report for arbitrary time.
Fixed bug that was introduced in v3.6.0, which prevented wee_report from
working for anything other than the current time.
2016-11-24 16:29:53 -08:00