KS550 & createlog
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@839 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2236,8 +2236,8 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
is a separate firmware with HomeMatic support which lacks FHT support.
|
||||
</li>
|
||||
<li><b>Note</b>: Currently supported device families: remote, switch, dimmer,
|
||||
blindActuator, smokeDetector, threeStateSensor and THSensor.
|
||||
</li>
|
||||
blindActuator, smokeDetector, threeStateSensor, THSensor and the
|
||||
KS550</li>
|
||||
|
||||
</ul>
|
||||
<br><br>
|
||||
@@ -5752,11 +5752,14 @@ Terminating
|
||||
The autocreate module intercepts the UNDEFINED event generated by each
|
||||
module, creates a device and optionally also FileLog and weblink
|
||||
entries.<br>
|
||||
<b>Note:</b>devices will be created with a unique name, which contains
|
||||
<b>Note 1:</b> devices will be created with a unique name, which contains
|
||||
the type and a unique id for this type. When <a href="#rename">renaming
|
||||
</a> the device, the automatically created filelog and weblink devices
|
||||
will also be renamed.
|
||||
|
||||
will also be renamed.<br>
|
||||
<b>Note 2:</b> you can disable the automatic creation by setting the
|
||||
<a href="#disable">disable</a> attribute, in this case only the rename
|
||||
hook is active, and you can use the <a href="#createlog">createlog</a>
|
||||
command to add FileLog and weblink to an already defined device.
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
@@ -5798,14 +5801,24 @@ Terminating
|
||||
|
||||
<a name="weblink"></a>
|
||||
<li>weblink<br>
|
||||
Create a weblinkn associated with the device/filelog.</li><br>
|
||||
Create a weblink associated with the device/filelog.</li><br>
|
||||
|
||||
<a name="weblink_room"></a>
|
||||
<li>weblink_room<br>
|
||||
"Put" the newly weblink in this room. The name can contain the
|
||||
wildcards %TYPE and %NAME, see the example above.</li><br>
|
||||
|
||||
<li><a href="#disable">disable</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<a name="createlog"></a>
|
||||
<b>createlog</b>
|
||||
<ul>
|
||||
Use this command to manually add a FileLog and a weblink to an existing
|
||||
device. E.g. if a HomeMatic device is created automatically by something
|
||||
else then a pairing message, the model is unknown, so no plots will be
|
||||
generated. You can set the model/subtype attribute manually, and then call
|
||||
createlog to add the corresponding logs. </ul> <br>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user