mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
HMCCU: moved to FHEM directory
git-svn-id: https://svn.fhem.de/fhem/trunk@10844 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
006a13e5af
commit
5713425352
@ -2364,6 +2364,7 @@ sub HMCCU_Dewpoint ($$$$)
|
||||
|
||||
1;
|
||||
|
||||
|
||||
=pod
|
||||
=begin html
|
||||
|
||||
@ -2471,9 +2472,9 @@ sub HMCCU_Dewpoint ($$$$)
|
||||
<li>get <name> parfile [<parfile>]<br/>
|
||||
Get values of all channels / datapoints specified in <parfile>. <parfile> can also
|
||||
be defined as an attribute. The file must contain one channel / datapoint definition per line.
|
||||
Datapoints are optional (for syntax see command get channel). After the channel definition
|
||||
Datapoints are optional (for syntax see command 'get channel'). After the channel definition
|
||||
a list of string substitution rules for datapoint values can be specified (like attribute
|
||||
substitute).<br/>
|
||||
'substitute').<br/>
|
||||
The syntax of Parfile entries is:
|
||||
<br/><br/>
|
||||
{[<interface>.]<channel-address>[.<datapoint-expr>]|<channel-name>[.<datapoint-expr>]} <regexp>:<subsstr>[,...]
|
||||
@ -2488,6 +2489,63 @@ sub HMCCU_Dewpoint ($$$$)
|
||||
</li>
|
||||
</ul>
|
||||
<br/>
|
||||
|
||||
<a name="HMCCUattr"></a>
|
||||
<b>Attributes</b><br/>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>ccuget <State | Value><br/>
|
||||
Set read access method for CCU channel datapoints. Method 'State' is slower than 'Value' because
|
||||
each request is sent to the device. With method 'Value' only CCU is queried. Default is 'Value'.
|
||||
</li><br/>
|
||||
<li>ccureadingformat <name | address><br/>
|
||||
Format of reading names (channel name or channel address)
|
||||
</li><br/>
|
||||
<li>ccureadings <0 | 1><br/>
|
||||
If set to 1 values read from CCU will be stored as readings. Otherwise output
|
||||
is displayed in browser window.
|
||||
</li><br/>
|
||||
<li>ccutrace <ccu-devname-exp|ccu-address-exp><br/>
|
||||
Turn on trace mode for devices matching specified expression. Will write extended
|
||||
information into FHEM log (level 1).
|
||||
</li><br/>
|
||||
<li>parfile <filename><br/>
|
||||
Define parameter file for command 'get parfile'.
|
||||
</li><br/>
|
||||
<li>rpcinterval <3 | 5 | 10><br/>
|
||||
Specifiy how often RPC queue is read. Default is 5 seconds.
|
||||
</li><br/>
|
||||
<li>rpcport <value[,...]><br/>
|
||||
Specify list of RPC ports on CCU. Default is 2001.
|
||||
</li><br/>
|
||||
<li>rpcqueue <queue-file><br/>
|
||||
Specify name of RPC queue file. This parameter is only a prefix for the
|
||||
queue files with extension .idx and .dat. Default is /tmp/ccuqueue.
|
||||
</li><br/>
|
||||
<li>rpcserver <on | off><br/>
|
||||
Start or stop RPC server.
|
||||
</li><br/>
|
||||
<li>statedatapoint <datapoint><br/>
|
||||
Set datapoint for devstate commands. Default is 'STATE'.
|
||||
</li><br/>
|
||||
<li>statevals <text:substext[,...]><br/>
|
||||
Define substitutions for values in 'set devstate/datapoint' command.
|
||||
</li><br/>
|
||||
<li>substitude <expression>:<substext>[,...]<br/>
|
||||
Define substitions for reading values. Substitutions for parfile values must
|
||||
be specified in parfiles.
|
||||
</li><br/>
|
||||
<li>stripchar <character><br/>
|
||||
Strip the specified character from variable or device name in set commands. This
|
||||
is useful if a variable should be set in CCU using the reading with trailing colon.
|
||||
</li><br/>
|
||||
<li>updatemode { client | both | hmccu }<br/>
|
||||
Set update mode for readings.<br/>
|
||||
'client' = update only readings of client devices<br/>
|
||||
'both' = update readings of client devices and IO device<br/>
|
||||
'hmccu' = update readings of IO device
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
|
Loading…
x
Reference in New Issue
Block a user