Site updated at 2016-10-02 07:31:14 UTC
This commit is contained in:
parent
6cb0129044
commit
bbe47052f4
23 changed files with 52 additions and 38 deletions
|
@ -93,12 +93,26 @@
|
|||
|
||||
<ul>
|
||||
<li>Each sensor will be given the <code class="highlighter-rouge">device_id</code> of “bom [optionalname] friendlyname units”</li>
|
||||
<li>Get the station ID for your local BOM station from the BOM website: State -> Observations -> Latest Observations -> Choose the station</li>
|
||||
<li>The URL will look like http://www.bom.gov.au/products/IDS60801/IDS60801.94675.shtml. This is for Adelaide. The URL is read as: http://www.bom.gov.au/products/[zone_id]/[zone_id].[wmo_id].shtml</li>
|
||||
<li>A name is optional but if multiple BOM weather stations are used a name will be required.</li>
|
||||
<li>The sensor will update every minute 35 minutes after last data timestamp. This allows for the 30 minute observation cycle and the approximate 5 minute update delay in publishing the data.</li>
|
||||
</ul>
|
||||
|
||||
<p>To get the station ID <code class="highlighter-rouge">[zone_id]</code> and <code class="highlighter-rouge">[wmo_id]</code> for your local BOM station:</p>
|
||||
<ul>
|
||||
<li>Find your station on these maps:</li>
|
||||
<li>NSW: http://www.bom.gov.au/nsw/observations/map.shtml</li>
|
||||
<li>QLD: http://www.bom.gov.au/qld/observations/map.shtml</li>
|
||||
<li>VIC: http://www.bom.gov.au/vic/observations/map.shtml</li>
|
||||
<li>WA: http://www.bom.gov.au/wa/observations/map.shtml</li>
|
||||
<li>SA: http://www.bom.gov.au/sa/observations/map.shtml</li>
|
||||
<li>TAS: http://www.bom.gov.au/tas/observations/map.shtml</li>
|
||||
<li>ACT: http://www.bom.gov.au/act/observations/canberramap.shtml</li>
|
||||
<li>NT: http://www.bom.gov.au/nt/observations/map.shtml</li>
|
||||
<li>alternatively, from the <a href="http://www.bom.gov.au/">BOM website</a>, navigate to State -> Observations -> Latest Observations -> Choose the station.</li>
|
||||
<li>The URL will look like: http://www.bom.gov.au/products/[zone_id]/[zone_id].[wmo_id].shtml</li>
|
||||
<li>For Adelaide, the URL will look like http://www.bom.gov.au/products/IDS60801/IDS60801.94675.shtml.</li>
|
||||
</ul>
|
||||
|
||||
<p>To add the BOM weather observation 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue