Commit Graph

1115 Commits

Author SHA1 Message Date
Tom Keffer
5ea0bcc2e9 Added notes about internationalization and about exceptions. 2016-12-22 16:00:47 -08: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
matthewwall
ec0d65b8c7 fix and document initialization issues for wmr300 driver 2016-11-02 10:59:12 -04:00
matthewwall
dd6cbd0afe minor html edits 2016-11-01 17:49:08 -04:00
matthewwall
27857de3fd Merge branch 'master' of github.com:weewx/weewx 2016-11-01 12:01:26 -04:00
matthewwall
28370b8dbb provide example for ftp and rsync in userguide 2016-11-01 12:00:57 -04:00
Matthew Wall
3b8d6eaaad use database_field = hardware_name pattern in te923 driver. emit firmware version for cc3000 for better diagnostics. 2016-10-31 23:15:57 -04:00
Matthew Wall
93dd84be2f use schema_name = hardware_name for sensor map in cc3000 driver 2016-10-31 22:19:17 -04:00
matthewwall
10e0f8b74e fixed broken td 2016-10-31 15:10:35 -04:00
matthewwall
2371d9f070 document the fine offset data_format option 2016-10-19 16:33:00 -04:00
matthewwall
ec9e43deec document the data_format parameter for fousb 2016-10-18 10:09:39 -04:00
matthewwall
93fe938ac7 added yet another fine offset clone 2016-10-18 10:00:36 -04:00
Tom Keffer
297005c485 Fixed bug that crashed Cheetah if the weewx.conf configuration file
included a BOM. Fixes issue #172.
2016-10-16 11:23:24 -07:00
matthewwall
f8da3ea695 make readme.htm match the docs.html of the web site 2016-10-14 08:39:13 -04:00
matthewwall
afb5d7c1d0 minor doc adjustments for linking to apt instructions 2016-10-13 19:10:11 -04:00
Tom Keffer
8d4a842e9f V3.6.1 2016-10-13 15:16:49 -07:00
matthewwall
317c145e83 links to web server and troubleshooting 2016-10-13 10:54:24 -04:00
matthewwall
4fc7718197 eliminate near-empty importing section from customization guide 2016-10-12 18:58:21 -04:00
Tom Keffer
92dc89d5de v3.6.1rc2 2016-10-12 07:10:36 -07:00
gjr80
ca3d1c9f05 Merge remote-tracking branch 'upstream/master' into wee_import 2016-10-12 14:22:59 +10:00
gjr80
a296a2e283 Updated wunderfixer documentation to use posix date format and equal signs in options
I noticed that none of the single letter options used equal signs
whereas of the 'word' options --config did but no others. All word
options now have equal signs but left single letter options as is,
putting the equal sign in just looked odd.

The 'usage of this utility is at YOUR RISK' notice was removed from the
usage text on 24 Sep by Matthew. Even though it remains in the utility I
have removed it from the wunderfixer usage text in this commit and will
remove it from wunderfixer as well. Not sure if some sort of standard
note or warning should be included instead.
2016-10-12 13:59:55 +10:00
Tom Keffer
45e7c8db89 Bumped version to v3.6.1rc1 2016-10-11 15:47:31 -07:00
Tom Keffer
30200537f6 Adopted format YYYY-MM-DDThh:mm for specifying the start time of the
simulator.
2016-10-11 15:45:46 -07:00
gjr80
fd627f2b7b Merge remote-tracking branch 'upstream/master' into wee_import 2016-10-12 06:15:44 +10:00
gjr80
13881de934 Updated wee_import instructions with revised date formats
Now takes into account revised --dat and new --from and --to command
line options.
- updated usage text
- revised --date option instructions
- added --from and --to option instructions
2016-10-12 06:14:28 +10:00