Site updated at 2017-06-13 17:37:10 UTC
This commit is contained in:
parent
19eafe12a9
commit
0d30d9570d
249 changed files with 1318 additions and 253 deletions
|
@ -73,15 +73,15 @@
|
|||
</ul>
|
||||
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">climate</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">proliphix</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADDRESS</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">proliphix</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADDRESS</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): Address of your thermostat, eg. 192.168.1.32</li>
|
||||
<li><strong>host</strong> (<em>Required</em>): Address of your thermostat, eg. 192.168.1.32.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for the thermostat.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for the thermostat.</li>
|
||||
</ul>
|
||||
|
@ -96,6 +96,9 @@ of OID values. A complete collection of the API is available in this <a href="ht
|
|||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/proliphix.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.11
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue