Site updated at 2017-09-26 07:14:23 UTC
This commit is contained in:
parent
80847eb95a
commit
b723b0750d
415 changed files with 2329 additions and 1581 deletions
|
@ -75,7 +75,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">zamg</code> platform uses meteorological details published by the Austrian weather service <a href="https://www.zamg.ac.at">Zentralanstalt für Meteorologie und Geodynamik (ZAMG)</a>.</p>
|
||||
<p>Only observations for capital cities are publically available. You can check the list of stations in <a href="http://www.zamg.ac.at/ogd">CSV format</a>.</p>
|
||||
<p>Only observations for capital cities are publicly available. You can check the list of stations in <a href="http://www.zamg.ac.at/ogd">CSV format</a>.</p>
|
||||
<p>To add ZAMG to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<ul>
|
||||
<li><strong>station_id</strong> (<em>Optional</em>): The ID number for a supported ZAMG station.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Additional name for the sensors. Defaults to platform name.</li>
|
||||
<li><strong>latitude</strong> (<em>Optional</em>): Latitude coordinate to monitor weather of (required if <strong>longitude</strong> is specificed). Defaults to coordinates defined in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
|
||||
<li><strong>latitude</strong> (<em>Optional</em>): Latitude coordinate to monitor weather of (required if <strong>longitude</strong> is specified). Defaults to coordinates defined in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
|
||||
<li><strong>longitude</strong> (<em>Optional</em>): Longitude coordinate to monitor weather of (required if <strong>latitude</strong> is specified). Defaults to coordinates defined in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
|
||||
<li><strong>monitored_conditions</strong> array (<em>Optional</em>): Conditions to display in the frontend.
|
||||
<ul>
|
||||
|
@ -116,7 +116,7 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<p class="note">
|
||||
This sensor is an alternative to the <a href="/components/weather.zamg/"><code class="highlighter-rouge">zamg</code></a> weather platform. The <code class="highlighter-rouge">zamg</code> weather platform is easier to configure but less customisable.
|
||||
This sensor is an alternative to the <a href="/components/weather.zamg/"><code class="highlighter-rouge">zamg</code></a> weather platform. The <code class="highlighter-rouge">zamg</code> weather platform is easier to configure but less customizable.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue