Commit Graph

1138 Commits

Author SHA1 Message Date
matthewwall
058ccce58a added devnotes to doc index 2017-01-09 10:24:34 -05:00
matthewwall
76da4de6cb fix a few rain fields 2017-01-08 23:10:07 -05:00
Tom Keffer
1af30588c8 Added a section on code styles 2017-01-08 15:03:59 -08:00
Matthew Wall
adc8c56d9d use 3.7 to indicate unreleased. when there is a third number then it has been released. 2017-01-08 10:53:45 -05:00
Matthew Wall
ede739d3fa use 3.7.1000 to indicated unreleased since 3.7.x causes problems 2017-01-08 10:51:38 -05:00
Tom Keffer
15190fe4f2 Merge remote-tracking branch 'origin/weighted_summaries_(#61)' into
development
2017-01-07 05:27:21 -08:00
matthewwall
fde34f0bf5 update userguide and hardware guide with sensor map info for wmr100, wmr200, wmr9x8 2017-01-06 18:12:36 -05:00
matthewwall
4ac63d11aa remove false windGustDir 2017-01-06 17:34:50 -05:00
matthewwall
8abbc20a87 bump version to something that is not yet released 2017-01-06 07:38:02 -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
matthewwall
71f9885b29 slightly better toc behavior on small-height displays 2016-12-30 13:55:45 -05:00
matthewwall
bfcc01487d minor edits to devnotes. include devnotes.htm in setup 2016-12-30 01:11:02 -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
91736ca671 Merge branch 'master' into weighted_summaries_(#61) 2016-12-23 23:12:26 +10: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
5ea0bcc2e9 Added notes about internationalization and about exceptions. 2016-12-22 16:00:47 -08:00
gjr80
91f30bcb1c Documented wee_database --apply-weight-patch action 2016-12-23 09:22:15 +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
matthewwall
d90b2a49e4 update the maturity status for drivers included with weewx distro 2016-12-17 10:20:26 -05:00
Alf Høgemark
7a6ce770c8 Add more documentation for configuration of WOW upload
The WOW website where you enter a new site does not
have information on the username and password to
use when uploading to WOW.

So it should help to document that you need to read
another WOW page on how to find the station id, and
that you need to set the password yourself for the
site, and it should be a 6 digit pin code.
2016-12-15 18:30:28 +01: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
1a3fe255db Included sample log that illustrates corrupt Vantage memory. 2016-11-26 05:35:45 -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
Tom Keffer
a9e02957fa Merge branch 'master' of https://github.com/weewx/weewx.git 2016-11-22 12:23:53 -08:00
Tom Keffer
21f55b4de4 Changed algorithm for calculating ET
Former algorithm assumed daily values. This one assumes hourly values.
Fixes issue #160.
2016-11-22 12:21:16 -08:00
matthewwall
56e4cb8ede fixed index.html.tmpl reference in xstats example 2016-11-21 14:54:43 -05:00
Tom Keffer
cab12d31c1 The Standard skin now includes plots of outside humidity.
Fixes issue #181.
2016-11-15 09:07:51 -08:00
Tom Keffer
5abd3e66cb Removed the site-specific "Pond" extensions from the Standard skin.
They've outlived their usefulness
2016-11-15 08:52:37 -08:00
Tom Keffer
7ba496f0c6 Added HTML links for clearing the Vantage logger memory 2016-11-11 05:15:41 -08:00
matthewwall
06703f1393 added two more acurite models 2016-11-10 09:44:40 -05:00
matthewwall
7cf9dc1926 fixed a few typos in utilities guide 2016-11-09 19:39:00 -05:00
Tom Keffer
d193af458b Added v3.6.2 change notes to changes.txt 2016-11-08 08:50:04 -08:00
Tom Keffer
97dd8597e9 The engine now logs locale. Additional information if a TERM signal is
received.
2016-11-08 08:15:42 -08:00
matthewwall
b8c1b2e536 misc hardware edits 2016-11-07 09:43:08 -05:00
matthewwall
112edddfe5 update docs to reflect sensor_map changes 2016-11-06 23:38:49 -05:00