mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
HOL device for presence simulation
git-svn-id: https://svn.fhem.de/fhem/trunk@1833 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8e81ef6964
commit
ef8bde1f33
@ -96,6 +96,7 @@
|
||||
<a href="#FS20">FS20</a>
|
||||
<a href="#HMS">HMS</a>
|
||||
<a href="#HMLAN">HMLAN</a>
|
||||
<a href="#HOL">HOL</a>
|
||||
<a href="#HTTPSRV">HTTPSRV</a>
|
||||
<a href="#IPCAM">IPCAM</a>
|
||||
<a href="#IPWE">IPWE</a>
|
||||
@ -2621,6 +2622,37 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a name="HOL"></a>
|
||||
<h3>HOL</h3>
|
||||
<ul>
|
||||
<tr>The HOL module attempts to simulate your presence using your FHEM devices.<br/>
|
||||
Device support: All devices that are able to handle on-for-timer and on commands.<td>
|
||||
|
||||
<br /><br />
|
||||
<a name="HOLdefine"></a>
|
||||
<b>Define</b>
|
||||
<ul>
|
||||
<code>define <name> HOL</code><br>
|
||||
<br>
|
||||
To make the module find the devices you want to switch in holiday mode,
|
||||
you have to specify a global user attribute (attr global userattr holidaySwitchTime).
|
||||
The attribute tells the HOL module how long each device should be switched on.
|
||||
If you want to switch a device in your FHEM configuration, just add this attribute as device attribute
|
||||
with your defined duration.
|
||||
When being switched to on, the module chooses a random defined device
|
||||
having the <i>holidaySwitchTime</i> attribute and trigger it to on-for-timer.
|
||||
After the on-timespan, this device is switched to off and another random one triggered to on-for-timer.
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<a name="HOLset"></a>
|
||||
<b>Set</b>
|
||||
<ul>
|
||||
<li>on</li>
|
||||
<li>off</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="CUL"></a>
|
||||
<h3>CUL</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user