Commit Graph

  • c8684ad05c clean up table layouts. make command prompts consistent. more warning blocks. Matthew Wall 2013-02-01 15:11:55 +00:00
  • c9afaaafc3 added copyright footer to each html page Matthew Wall 2013-02-01 14:20:18 +00:00
  • 6a42bd0db9 Changed path to setup.py Tom Keffer 2013-02-01 14:14:25 +00:00
  • 71218461a1 Added the ability to do a dump from a Vantage station, using command 'DMP'. New option for config_vp to do so. Version 2.2.0a3 Tom Keffer 2013-02-01 13:42:59 +00:00
  • 91e0b88825 consistent use of 'warning' in style and content Matthew Wall 2013-02-01 13:29:53 +00:00
  • 6b3ae5278f consistent use of quotes and code. consolidate testing status for hardware into the supported hardware table. Matthew Wall 2013-02-01 13:25:48 +00:00
  • 3eacec6d64 use color other than blue to highlight configuration parameters since blue is default link color for many browsers Matthew Wall 2013-02-01 06:18:53 +00:00
  • f04fd0a736 added note about rain rate calculation for fousb Matthew Wall 2013-02-01 05:50:22 +00:00
  • c2dd1256c5 added BUILD with build/release notes. adjusted css colors, spacing. pushed install instructions into quick-start guides, streamlined usersguide. Matthew Wall 2013-02-01 05:43:56 +00:00
  • 77977cb040 added BUILD file with build/release instructions and notes Matthew Wall 2013-02-01 05:10:16 +00:00
  • ac70577c4a apparently sed -i behaves differently on macosx than debian6, so stick with a conservative approach Matthew Wall 2013-02-01 00:03:03 +00:00
  • 02c797c03d make all html files have dos line endings Matthew Wall 2013-01-31 23:39:59 +00:00
  • afbab2dc79 attempt to make doc releases a bit easier with a 'version' target in the makefile Matthew Wall 2013-01-31 23:37:04 +00:00
  • 8c25e281ca set props on doc files. add instructions for dealing with missing dependencies on debian install. Matthew Wall 2013-01-30 03:45:13 +00:00
  • f10678c976 added rain rate calculation to fousb driver Matthew Wall 2013-01-30 03:01:17 +00:00
  • 99d904c8a1 reformat fousb code to facilitate synchronizing with pywws Matthew Wall 2013-01-30 02:57:58 +00:00
  • 2697ac0458 added os-icons. fixed some typos in the install guides. added copyright page as part of docs. minor doc cleanup to make doc names and titles a bit more consistent. Matthew Wall 2013-01-30 02:57:10 +00:00
  • 8ac8419f4e 3 quick-start guides - linux (source), debian, redhat. minor html cleanup - change all files to unix line endings, fixed some html tag errors, made indents consistent in preformatted blocks, minor adjustments to css for better readability. Matthew Wall 2013-01-29 02:49:20 +00:00
  • 23def3f44b reformat changelog to 80 columns. rename to changes.txt from README.txt. Matthew Wall 2013-01-29 02:46:15 +00:00
  • 7ad55d4e96 fix changelog formatter Matthew Wall 2013-01-29 02:45:07 +00:00
  • 1d87d8d3c5 added targets to lint the deb and rpm packages Matthew Wall 2013-01-28 19:34:13 +00:00
  • 4162593226 added targets for package changelogs. comment in weewx.conf about version. Matthew Wall 2013-01-28 19:27:48 +00:00
  • 9170a8fa98 merge packaging branch to trunk Matthew Wall 2013-01-28 18:23:05 +00:00
  • 750f18de6a Updated "New Features" list. Tom Keffer 2013-01-24 14:47:46 +00:00
  • 24d5adc51a Added clarifying comments. Tom Keffer 2013-01-22 15:11:08 +00:00
  • 478e139f09 Fixed problem that caused rain totals to be misreported to RESTful stations when using a metric database. Tom Keffer 2013-01-22 13:28:27 +00:00
  • 1f2d3d3072 Removed superfluous comments. Tom Keffer 2013-01-22 00:07:01 +00:00
  • 4e0b1762b2 Fixing rainfaill measurements. Station units are mm and mm/hr while the internal metric units are cm and cm/hr. Fixing century calculation for station datestamps. Nobody will be able to tell the difference for another 55 years, but now it's right. Compenguy 2013-01-20 13:03:14 +00:00
  • a95b56d39f Updated README.txt Tom Keffer 2013-01-20 02:00:24 +00:00
  • a328300855 Included an install strategy for old-style schemas. Prettied up the document tables. V2.2.0a2 Tom Keffer 2013-01-20 01:50:17 +00:00
  • 8a81da069a Updated docs. V2.2.0a1 Tom Keffer 2013-01-19 21:46:17 +00:00
  • 444f33d0d1 Reintegrated with the 'generalize' branch. Tom Keffer 2013-01-19 16:05:49 +00:00
  • 9b13c0d9be Finished generalizing the engine. Tom Keffer 2013-01-19 15:22:13 +00:00
  • 6633756dcd snapshot. Tom Keffer 2013-01-19 03:50:37 +00:00
  • 38404ef856 Fiddled with the color scheme. Tom Keffer 2013-01-18 21:52:37 +00:00
  • 4d5b3526bb Fixed bug for when sunset is after 24h UTC. Tom Keffer 2013-01-18 20:23:00 +00:00
  • 16c0d225f4 Use attribute self.stn_info for lat/lon information. Changed function parameter ordering to lat/lon. Added doctests for function tobool(). Moved it to weeutil.weeutil Presently crashes if sunset is after midnight UTC. Tom Keffer 2013-01-18 19:27:04 +00:00
  • 912f20760f Applied day-night patch from Matthew Wall. Images show a different color for nighttime. Tom Keffer 2013-01-18 18:16:16 +00:00
  • 61ec809b2e Added the ability to specify color using the notations #RRGGBB or an English descriptor (eg, 'yellow'). Tom Keffer 2013-01-18 04:21:29 +00:00
  • d5d55e9562 Fixed bug in weedb.sqlite3.Cursor.execute(). Value was not being returned. Tom Keffer 2013-01-17 16:08:49 +00:00
  • 847f83167b Added tests for a SELECT on a bad column name. Tom Keffer 2013-01-17 15:49:51 +00:00
  • 3c947655c0 Added details about other Fine Offset models. Tom Keffer 2013-01-17 15:35:09 +00:00
  • 8308b366e2 Added 'windGustDir' to the list of types retrieved from the database for Ambient-like protocols. Tom Keffer 2013-01-16 14:21:54 +00:00
  • f45bc628f1 Now bad SELECT statements raise weedb.OperationalError Tom Keffer 2013-01-15 18:00:36 +00:00
  • 8bc7f2c11c weeutil.weeutil._get_object now just returns the object type and does not instantiate it. Tom Keffer 2013-01-14 22:41:30 +00:00
  • 599772687b The accumulator factory for BaseStatsDb now returns a BaseAccum. Tom Keffer 2013-01-14 20:50:32 +00:00
  • 03bcfc4e1c Catch up with main trunk Tom Keffer 2013-01-12 15:34:35 +00:00
  • d13838f614 Added documentation on line_gap_fraction and bar_gap_fraction. Tom Keffer 2013-01-12 15:25:04 +00:00
  • 7a5ca12aa4 WakeupError now used if unable to connect initially with the console. Tom Keffer 2013-01-12 14:07:19 +00:00
  • 9469dfcd68 Now catches exception raised if the USB control message fails. Converts to weewx ConnectError. Tom Keffer 2013-01-12 14:03:19 +00:00
  • 6339c841d7 Added the ability to specify the "maximum gap" in a plot as a fraction of the x-axis scale. If the data contains a gap bigger than this amount, no connecting line will be drawn. Contributed by M. Wall. Tom Keffer 2013-01-12 02:58:07 +00:00
  • 3aaddfa3ef Changed a couple comments. Tom Keffer 2013-01-12 02:21:56 +00:00
  • e2e85826a4 Pulled weather specific logic out of stats.py and wxengine.py Tom Keffer 2013-01-09 04:06:17 +00:00
  • f6e9917035 Broke class StatsDb into two classes, BaseStatsDb and WXStatsDb. Put all the weather specific logic into the latter. Tom Keffer 2013-01-09 00:59:07 +00:00
  • 75fe727d1c Removing weather specific logic from the engine Tom Keffer 2013-01-08 02:59:49 +00:00
  • 23bd675aed Added 'last' and 'lasttime' to list of things accumulated by the accumulators. Tom Keffer 2013-01-06 14:44:11 +00:00
  • 65170604b9 Initial version Tom Keffer 2013-01-06 01:17:36 +00:00
  • faf7fa25ba genFakeRecords() now has arguments for start, stop time and increment Tom Keffer 2013-01-06 01:16:47 +00:00
  • ad0aba0274 Initial version of transfer_db.py Tom Keffer 2013-01-05 18:27:03 +00:00
  • 9c6084edb1 (re)include the description comments Matthew Wall 2013-01-04 15:59:10 +00:00
  • df6a27ec43 make max-sane-rain a configuration option for fousb. report magic numbers in config_fousb. version and id were reversed in config_fousb. Matthew Wall 2013-01-04 15:53:27 +00:00
  • 9479b52bee Added config_fousb.py to the list of scripts to be installed. Tom Keffer 2013-01-04 15:24:46 +00:00
  • 5bf1b880be Added Fine Offset configuration utility from Matthew Wall. His version 350. Tom Keffer 2013-01-04 15:17:16 +00:00
  • 20c4fd1962 did commit from wrong working copy, so removing here. sorry. Matthew Wall 2013-01-04 02:48:32 +00:00
  • ad692daac2 add config snippets for rc, logrotate, logwatch, apache Matthew Wall 2013-01-04 02:43:43 +00:00
  • eb43bf16f6 Now expects a NotImplementedError exception to get raised if a station hardware does not have an archive_interval property. Tom Keffer 2013-01-04 02:05:16 +00:00
  • 88d24a58bf The property archive_interval is now retrieved using a property method. This allows it to appear in the abstract base class AbstractStation. Tom Keffer 2013-01-03 21:53:58 +00:00
  • f49dc23455 V2.1.1 Tom Keffer 2013-01-03 00:37:25 +00:00
  • f25e184b9e Fixed a bug that shows itself if a value in a 'trend' is None. Tom Keffer 2013-01-03 00:12:48 +00:00
  • 947d00aadf Added check for the presence of radar_url. Tom Keffer 2013-01-02 23:37:30 +00:00
  • c3f5713c2f Version 2.1.0 release v2.1.0 Tom Keffer 2013-01-02 16:02:48 +00:00
  • dfd2efb9d3 V2.1.0 Tom Keffer 2013-01-02 15:57:19 +00:00
  • be391c2f38 Added unit test for addition and subtraction of ValueTuples. Tom Keffer 2013-01-02 15:16:53 +00:00
  • 604e5e99a9 Added check for 'has_key' as a work around for a Cheetah bug. Tom Keffer 2013-01-02 15:16:10 +00:00
  • 3760462394 Added Matthew Wall's patch that allows optional bar chart fill colors. V2.1.0b2 Tom Keffer 2013-01-02 02:24:26 +00:00
  • 233a7d5548 Added documentation on tag $trend. Version 2.1.0b1 Tom Keffer 2013-01-02 01:44:05 +00:00
  • 623eb93150 Added a tag for trends. Introduced new unit group 'group_elapsed' and new units 'second', 'hour', and 'day'. Tom Keffer 2013-01-02 01:10:30 +00:00
  • 7faf25c800 Trend time delta now an option in the skin configuration file. Defaults to 3 hours. Tom Keffer 2013-01-02 00:17:36 +00:00
  • 9dbb8787eb Now only requires pyserial if the serial version is used. Tom Keffer 2013-01-02 00:17:09 +00:00
  • e0ac785c17 Added tag $current.barometer_trend. However, I think I can do better... Tom Keffer 2013-01-01 23:35:06 +00:00
  • 60aee4f4a3 Updated to V2.1. Simplified install instructions. Added documentation for Fine Offset. Added hardware specific install instructions. Tom Keffer 2013-01-01 16:35:35 +00:00
  • 6946c4e583 Now imports ftpupload or rsynchupload only if they are used. Tom Keffer 2013-01-01 16:24:37 +00:00
  • 0ea8412fc4 From Matthew Wall. Makes the bogus rain count detection more robust and improves behavior when values from other sensors are known to be bad. Tom Keffer 2013-01-01 16:22:27 +00:00
  • c45e7bd2ed Changed syntax of exception to Python V2.X Tom Keffer 2013-01-01 16:18:17 +00:00
  • abdbd5f662 Added driver for the Fine Offset series of weather stations. Ported by Matthew Wall. Tom Keffer 2013-01-01 14:30:14 +00:00
  • e594b35d90 Fixes dewpoint underflow problem. Fixes barometer / altimeter pressure readings. Tom Keffer 2013-01-01 13:18:54 +00:00
  • b270fda51b Added optional logging level to member function addRecord. Tom Keffer 2013-01-01 02:04:28 +00:00
  • b008af71e8 Added support for Rsynch, contributed by user William Page. Tom Keffer 2012-12-31 19:35:13 +00:00
  • 3479fea094 WMR100 now uses software calculated dewpoint. Tom Keffer 2012-12-31 19:21:27 +00:00
  • b9d6ea4cc5 Added missing </td> tags here and there. Tom Keffer 2012-12-31 16:11:02 +00:00
  • b3f203b72d Replaced variable $year with $yr in NOAA selector logic. Tom Keffer 2012-12-31 16:01:07 +00:00
  • 2c3cf5b343 Added Debian cleanup contributed by William Page. Tom Keffer 2012-12-30 00:14:24 +00:00
  • fc16678d5f Support for the WMR918/968, contributed by William Page. Tom Keffer 2012-12-30 00:06:34 +00:00
  • 6754aa111f Added docs for Redhat support Tom Keffer 2012-12-29 23:37:35 +00:00
  • bf926c07e2 Added tests for dewpoints. Tom Keffer 2012-12-27 15:59:05 +00:00
  • 4771fc7295 Added Redhat init.d script, contributed by Mark Jenks Tom Keffer 2012-12-25 16:57:25 +00:00
  • 8f04ac5e33 Added comment about reload. Tom Keffer 2012-12-25 16:54:29 +00:00
  • 94d0c46f10 Simplified (slightly) the implementation for almanac calendar events. Tom Keffer 2012-12-18 18:00:27 +00:00
  • ed8bde5ccb Added description and photo of adding ferrite coils. Tom Keffer 2012-12-18 02:47:21 +00:00
  • 375987e843 Removed an orphaned 'print' statement. Tom Keffer 2012-12-13 15:36:19 +00:00