Site updated at 2017-11-04 06:33:48 UTC
This commit is contained in:
parent
58beb42469
commit
34db186026
518 changed files with 5817 additions and 3208 deletions
|
@ -93,7 +93,8 @@
|
|||
<li><strong>target_temp</strong> (<em>Optional</em>): Set initial target temperature. Failure to set this variable will result in target temperature being set to null on startup.</li>
|
||||
<li><strong>ac_mode</strong> (<em>Optional</em>): Set the switch specified in the <em>heater</em> option to be treated as a cooling device instead of a heating device.</li>
|
||||
<li><strong>min_cycle_duration</strong> (<em>Optional</em>): Set a minimum amount of time that the switch specified in the <em>heater</em> option must be in it’s current state prior to being switched either off or on.</li>
|
||||
<li><strong>tolerance</strong> (<em>Optional</em>): Set a minimum amount of difference between the temperature read by the sensor specified in the <em>target_sensor</em> option and the target temperature that must change prior to being switched either off or on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor goes below 24.5 and it will stop when the sensor goes above 25.5.</li>
|
||||
<li><strong>cold_tolerance</strong> (<em>Optional</em>): Set a minimum amount of difference between the temperature read by the sensor specified in the <em>target_sensor</em> option and the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5.</li>
|
||||
<li><strong>hot_tolerance</strong> (<em>Optional</em>): Set a minimum amount of difference between the temperature read by the sensor specified in the <em>target_sensor</em> option and the target temperature that must change prior to being switched off. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will stop when the sensor equals or goes above 25.5.</li>
|
||||
<li><strong>keep_alive</strong> (<em>Optional</em>): Set a keep-alive interval. If set, the switch specified in the <em>heater</em> option will be triggered every time the interval elapses. Use with heaters and A/C units that shut off if they don’t receive a signal from their remote for a while.</li>
|
||||
</ul>
|
||||
<p>A full configuration example looks like the one below. <code class="highlighter-rouge">min_cycle_duration</code> and <code class="highlighter-rouge">keep_alive</code> must contain at least one of the following entries: <code class="highlighter-rouge">days:</code>, <code class="highlighter-rouge">hours:</code>, <code class="highlighter-rouge">minutes:</code>, <code class="highlighter-rouge">seconds:</code> or <code class="highlighter-rouge">milliseconds:</code>.</p>
|
||||
|
@ -106,7 +107,8 @@
|
|||
<span class="s">min_temp</span><span class="pi">:</span> <span class="s">15</span>
|
||||
<span class="s">max_temp</span><span class="pi">:</span> <span class="s">21</span>
|
||||
<span class="s">target_temp</span><span class="pi">:</span> <span class="s">17</span>
|
||||
<span class="s">tolerance</span><span class="pi">:</span> <span class="s">0.3</span>
|
||||
<span class="s">cold_tolerance</span><span class="pi">:</span> <span class="s">0.3</span>
|
||||
<span class="s">hot_tolerance</span><span class="pi">:</span> <span class="s">0</span>
|
||||
<span class="s">min_cycle_duration</span><span class="pi">:</span>
|
||||
<span class="s">seconds</span><span class="pi">:</span> <span class="s">5</span>
|
||||
<span class="s">keep_alive</span><span class="pi">:</span>
|
||||
|
@ -135,6 +137,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Climate</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/climate/'>EPH Controls Ember Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.ephember/'>EPH Controls Ember Thermostat</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue