mirror of
https://github.com/weewx/weewx.git
synced 2026-04-22 10:37:06 -04:00
commit 5023ea5acdee7b7698d3f9e59118711503bbb2ab Author: Tom Keffer <tkeffer@gmail.com> Date: Sun Oct 18 04:38:05 2020 -0700 Suggest more xtypes examples. commit 3c8b0e77c4a0c5163bde5df513f5eda37eac9853 Author: Tom Keffer <tkeffer@gmail.com> Date: Sat Oct 17 08:07:31 2020 -0700 Added sample image of vapor_p. Added comment about ordering matters. commit 9ebc989d702f66249f6caafbd9ba1e9739eb42d4 Author: Tom Keffer <tkeffer@gmail.com> Date: Sat Oct 17 06:15:18 2020 -0700 XType class Delta can now use the same cumulative type more than once. Added tests. commit 47857d83817a4fb32ab645245239cf5a56c65b19 Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 16:29:18 2020 -0700 Added XType 'Delta', for calculating differences from cumulative totals. commit bb8a07bd3e828f7cd7f20660c8702370151bbb96 Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 12:11:01 2020 -0700 Reformat xtypes documentation. Finishes fix for issue #491. commit a27d6e1dbdee272c2a2b22bb58d162cbb7472049 Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 12:09:33 2020 -0700 Upgrade now adds new service group xtypes_services. Update tests to follow. commit 611dbc60d0908294ae268019c48f2ca7693f0615 Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 09:11:47 2020 -0700 No heat index for temperatures under 40F. commit fe9e60818295fcc8386501425b259ea2111005d7 Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 08:22:37 2020 -0700 Update comments on get_series() commit 14f3a15cd7df2e64674d794fb375cc7e807ad91a Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Oct 16 08:12:03 2020 -0700 Add a version of get_series() that works for xtypes. Document it. Include vaporpressure.py in the examples subdirectory. commit 0995f772e6b204b13c60af42681fdb2e54ab200b Author: Tom Keffer <tkeffer@gmail.com> Date: Thu Oct 15 17:07:52 2020 -0700 More details about how to write an xtypes extension. commit 1e1dce3a29f211944230119078e0108502f8f706 Author: Tom Keffer <tkeffer@gmail.com> Date: Thu Oct 15 17:07:10 2020 -0700 Add threading lock to RainRater. commit bed387de5913e42291045b4780e8110c15229b73 Author: Tom Keffer <tkeffer@gmail.com> Date: Thu Oct 15 04:49:59 2020 -0700 Update and improve the xtypes documentation. commit dc4f488d17a4aeaa9b9d604c500f7063c044a0af Author: Tom Keffer <tkeffer@gmail.com> Date: Thu Oct 15 04:49:31 2020 -0700 Add service group xtype_services to weewx.conf. commit 6f29b1a23d60189b07efae4d4ea160079eb973e8 Author: Tom Keffer <tkeffer@gmail.com> Date: Wed Oct 14 13:31:43 2020 -0700 It's OK for direction to be none, provided speed is zero commit 034be1c968dd0bc33791d4f6559c15c7e28b6364 Author: Tom Keffer <tkeffer@gmail.com> Date: Wed Oct 14 13:31:21 2020 -0700 Check to make sure the section [Engine][[Services]] exists commit 8cf2b3e372d1b9da948ef6caa27aadb721308850 Author: Tom Keffer <tkeffer@gmail.com> Date: Wed Oct 14 08:24:13 2020 -0700 Separate StdService from XType functionality. Makes XType functionality useful outside the context of WeeWX services. Simplifies test suites. commit 9325e792cafa0a885f529ac15636202d518a9c61 Author: Tom Keffer <tkeffer@gmail.com> Date: Wed Oct 14 08:23:07 2020 -0700 Class DummyEngine derives from Engine. commit 7ac31f7bd2b80c61792e0f3a5f0293ec1eb0666b Author: Tom Keffer <tkeffer@gmail.com> Date: Sat Oct 10 16:26:19 2020 -0700 Made it easier to add new, derived types via StdWXCalculate. See issue #491.
<!DOCTYPE html>
<html lang="en">
<head>
<title>weewx: Documentation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="css/weewx_ui.css"/>
<link rel="icon" href="images/favicon.png" type="image/png"/>
</head>
<body>
<div class="sidebar">
<div class="doclist">
<a href="usersguide.htm">User's Guide</a><br/>
<a href="customizing.htm">Customization Guide</a><br/>
<a href="hardware.htm">Hardware Guide</a><br/>
<a href="utilities.htm">Utilities Guide</a><br/>
<a href="upgrading.htm">Upgrade Guide</a><br/>
<a href="devnotes.htm">Notes for Developers</a>
</div>
</div>
<div class="main">
<div class="header">
<div class="logoref">
<a href='http://weewx.com'> <img src='images/logo-weewx.png' class='logo' style="float:right" alt="weewx logo"/>
</a><br/> <span class='version'>
Version: 4.1
</span>
</div>
<div class="title">WeeWX Documentation</div>
</div>
<div class="content">
<dl>
<dt>Quick-Start</dt>
<dd>
Follow the installation instructions for a basic install, which
you can then refine. For detailed instructions, see the
User's Guide.
<p>
<a href="debian.htm">Instructions for Debian, Ubuntu, Mint, Raspbian</a><br/>
<a href="redhat.htm">Instructions for Redhat, Centos, Fedora</a><br/>
<a href="suse.htm">Instructions for SUSE, OpenSUSE</a><br/>
<a href="macos.htm">Instructions for MacOS</a><br/>
<a href="setup.htm">Instructions using setup.py</a><br/>
</p>
</dd>
<dt><a href="usersguide.htm">User's Guide</a></dt>
<dd>
Contains complete details about how to install, configure, and
run WeeWX. Includes instructions for
migrating from <span class="code">wview</span>, integrating
WeeWX with a web server, uploading to
various weather services, and troubleshooting. This is the
definitive guide to using WeeWX.
</dd>
<dt><a href="customizing.htm">Customization Guide</a></dt>
<dd>
Describes how to modify reports through configuration
options and templates. Explains how to create and
customize skins. Also includes more advanced topics such as
creating custom generators and services, adding new template
tags, and creating drivers for new weather station hardware.
</dd>
<dt><a href="hardware.htm">Hardware Guide</a></dt>
<dd>
Includes capabilities and quirks of hardware that is directly
supported by WeeWX. This guide
describes how to configure each type of hardware using the
<span class="code">wee_device</span> utility. It also includes
a driver compatibility table that shows which drivers work with
what hardware, and the capability level of each driver.
</dd>
<dt><a href="utilities.htm">Utilities Guide</a></dt>
<dd>
Reference for the various utilities that are included with
WeeWX. This guide contains details
about the options for each utility, as well of examples of how
to use the utilities. The programs include an import utility,
a database utility, a tool to configure weather station
hardware, and a tool to upload missing data to
Weather Underground.
</dd>
<dt><a href="upgrading.htm">Upgrade Guide</a></dt>
<dd>
Instructions for upgrading from previous versions of WeeWX.
</dd>
<dt><a href="devnotes.htm">Notes for Developers</a></dt>
<dd>
Outline of the goals and strategies for
WeeWX. This guide provides
the guidelines for how WeeWX
developers should deal with issues such as time,
internationalization, exception handling, and units.
</dd>
<dt><a href="changes.txt">Change Log</a></dt>
<dd>List of the changes in each release.</dd>
<dt><a href="http://weewx.com/hwcmp.html">Hardware Comparison</a></dt>
<dd>Are you looking for a weather station? Would you like to
build your own station? This table lists the sensors,
configurations, and specifications for various
types of weather-related hardware.
</dd>
</dl>
</div>
</div>
<div class="footer">
<p class='copyright'>
© <a href='copyright.htm'>Copyright</a> Tom Keffer
</p>
</div>
</body>
</html>