mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 23:58:44 +00:00
remove bugs
git-svn-id: https://svn.fhem.de/fhem/trunk@5205 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1a0bee4572
commit
20ad12a21c
@ -996,9 +996,9 @@ sub HMLAN_getVerbLvl ($$$$){#get verboseLevel for message
|
||||
|
||||
<a name="HMLANattr"><b>Attributes</b></a>
|
||||
<ul>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li><br>
|
||||
<li><a href="#attrdummy">dummy</a></li><br>
|
||||
<li><a href="#addvaltrigger">addvaltrigger</a></li><br>
|
||||
<li><a href="#addvaltrigger">addvaltrigger</a></li>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||
<li><a href="#attrdummy">dummy</a></li>
|
||||
<li><a href="#HMLANlogIDs">logIDs</a><br>
|
||||
enables selective logging of HMLAN messages. A list of HMIds or names can be
|
||||
entered, comma separated, which shall be logged.<br>
|
||||
@ -1017,33 +1017,33 @@ sub HMLAN_getVerbLvl ($$$$){#get verboseLevel for message
|
||||
hmMsgLowLimit allowes to reduce this level further.<br>
|
||||
Note that HMLAN transmitt-level calculation is based on some estimations and
|
||||
has some tolerance. <br>
|
||||
</li><br>
|
||||
<li><a href="#hmId">hmId</a></li><br>
|
||||
<li><a name="HMLANhmKey">hmKey</a></li><br>
|
||||
<li><a name="HMLANhmKey2">hmKey2</a></li><br>
|
||||
<li><a name="HMLANhmKey3">hmKey3</a></li><br>
|
||||
<li><a name="HMLANhmKey4">hmKey4</a></li><br>
|
||||
</li>
|
||||
<li><a href="#hmId">hmId</a></li>
|
||||
<li><a name="HMLANhmKey">hmKey</a></li>
|
||||
<li><a name="HMLANhmKey2">hmKey2</a></li>
|
||||
<li><a name="HMLANhmKey3">hmKey3</a></li>
|
||||
<li><a name="HMLANhmKey4">hmKey4</a></li>
|
||||
<li><a name="HMLANhmKey5">hmKey5</a><br>
|
||||
AES keys for the HMLAN adapter. <br>
|
||||
The key is converted to a hash. If a hash is given directly it is not converted but taken directly.
|
||||
Therefore the original key cannot be converted back<br>
|
||||
AES keys for the HMLAN adapter. <br>
|
||||
The key is converted to a hash. If a hash is given directly it is not converted but taken directly.
|
||||
Therefore the original key cannot be converted back<br>
|
||||
</li>
|
||||
<li><a href="#hmProtocolEvents">hmProtocolEvents</a></li><br>
|
||||
<li><a name="HMLANrespTime">respTime</a><br>
|
||||
Define max response time of the HMLAN adapter in seconds. Default is 1 sec.<br/>
|
||||
Longer times may be used as workaround in slow/instable systems or LAN configurations.</li>
|
||||
Define max response time of the HMLAN adapter in seconds. Default is 1 sec.<br/>
|
||||
Longer times may be used as workaround in slow/instable systems or LAN configurations.</li>
|
||||
<li><a name="HMLAN#wdTimer">wdTimer</a><br>
|
||||
Time in sec to trigger HMLAN. Values between 5 and 25 are allowed, 25 is default.<br>
|
||||
It is <B>not recommended</B> to change this timer. If problems are detected with <br>
|
||||
HLMLAN disconnection it is advisable to resolve the root-cause of the problem and not symptoms.</li>
|
||||
Time in sec to trigger HMLAN. Values between 5 and 25 are allowed, 25 is default.<br>
|
||||
It is <B>not recommended</B> to change this timer. If problems are detected with <br>
|
||||
HLMLAN disconnection it is advisable to resolve the root-cause of the problem and not symptoms.</li>
|
||||
<li><a name="HMLANhmLanQlen">hmLanQlen</a><br>
|
||||
defines queuelength of HMLAN interface. This is therefore the number of
|
||||
simultanously send messages. increasing values may cause higher transmission speed.
|
||||
It may also cause retransmissions up to data loss.<br>
|
||||
Effects can be observed by watching protocol events<br>
|
||||
1 - is a conservatibe value, and is default<br>
|
||||
5 - is critical length, likely cause message loss</li>
|
||||
</ul>
|
||||
defines queuelength of HMLAN interface. This is therefore the number of
|
||||
simultanously send messages. increasing values may cause higher transmission speed.
|
||||
It may also cause retransmissions up to data loss.<br>
|
||||
Effects can be observed by watching protocol events<br>
|
||||
1 - is a conservatibe value, and is default<br>
|
||||
5 - is critical length, likely cause message loss</li>
|
||||
</ul><br>
|
||||
<a name="HMLANparameter"><b>parameter</b></a>
|
||||
<ul>
|
||||
<li><B>assignedIDs</B><br>
|
||||
@ -1070,7 +1070,7 @@ sub HMLAN_getVerbLvl ($$$$){#get verboseLevel for message
|
||||
calculates the delay of messages in ms from send in HMLAN until processing in FHEM.
|
||||
It therefore gives an indication about FHEM system performance.
|
||||
</li>
|
||||
</ul>
|
||||
</ul><br>
|
||||
<a name="HMLANreadings"><b>parameter and readings</b></a>
|
||||
<ul>
|
||||
<li><B>prot_disconnect</B> <br>recent HMLAN disconnect</li>
|
||||
|
@ -1493,7 +1493,8 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
push @evtEt,[$shash,1,"power:" .$P];
|
||||
push @evtEt,[$shash,1,"current:" .$I];
|
||||
push @evtEt,[$shash,1,"voltage:" .$U];
|
||||
push @evtEt,[$shash,1,"frequency:".$F];
|
||||
push @evtEt,[$shash,1,"frequency:".$F];
|
||||
push @evtEt,[$shash,1,"eState:E: $eCnt P: $P I: $I U: $U f: $F"];
|
||||
push @evtEt,[$shash,1,"boot:" .(($eCnt&0x800000)?"on":"off")];
|
||||
|
||||
push @evtEt,[$defs{$devHash->{channel_02}},1,"state:$eCnt"] if ($devHash->{channel_02});
|
||||
@ -1873,7 +1874,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
#------------ process events ------------------
|
||||
push @evtEt,[$shash,1,"noReceiver:src:$src ".$mFlg.$mTp." $p"]
|
||||
if(!@entities && !@evtEt);
|
||||
|
||||
|
||||
push @entities,CUL_HM_pushEvnts();
|
||||
|
||||
@entities = CUL_HM_noDup(@entities,$shash->{NAME});
|
||||
@ -4881,6 +4882,8 @@ sub CUL_HM_peerChId($$) {# in:<IDorName> <deviceID> <ioID>, out:channelID
|
||||
return $dId.sprintf("%02X",'0'.$pScNo) if ($pSc eq 'self');
|
||||
return $iId.sprintf("%02X",'0'.$pScNo) if ($pSc eq 'fhem');
|
||||
return "all" if ($pId eq 'all');#used by getRegList
|
||||
my $p = CUL_HM_name2Id($pId).'01';
|
||||
return "" if (length($p)<8);
|
||||
return substr(CUL_HM_name2Id($pId).'01',0,8);# default chan is 01
|
||||
}
|
||||
sub CUL_HM_peerChName($$) {#in:<IDorName> <deviceID> <ioID>, out:name
|
||||
@ -5176,7 +5179,7 @@ sub CUL_HM_getRegFromStore($$$$@) {#read a register from backup data
|
||||
my $convFlg = "";# confirmation flag - indicates data not confirmed by device
|
||||
for (my $size2go = $size;$size2go>0;$size2go -=8){
|
||||
my $addrS = sprintf("%02X",$addr);
|
||||
my ($dReadS,$dReadR) = (undef,"");
|
||||
my ($dReadS,$dReadR) = (undef,"");
|
||||
$dReadS = $1 if( $sRL =~ m/$addrS:(..)/);
|
||||
$dReadR = $1 if( $rRL =~ m/$addrS:(..)/);
|
||||
my $dRead = $dReadR;
|
||||
|
@ -1579,7 +1579,7 @@ my %tpl = (
|
||||
,wmClosed => {p=>"" ,t=>"winmatic lock window"
|
||||
,reg=>{ OffLevelKm =>"0"
|
||||
}}
|
||||
,wmLock => {p=>"" ,t=>"winmatic lock window"
|
||||
,wmLock => {p=>"" ,t=>"winmatic lock window"
|
||||
,reg=>{ OffLevelKm =>"127.5"
|
||||
}}
|
||||
);
|
||||
@ -1847,7 +1847,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
||||
<li>s - sensor :supress sensor</li>
|
||||
<li>e - empty :include results even if requested fields are empty</li>
|
||||
</ul>
|
||||
and/or a filter for <b>names</b>:<br>
|
||||
and/or filter for <b>names</b>:<br>
|
||||
<ul>
|
||||
<li>-f <filter> :regexp to filter entity names </li>
|
||||
</ul>
|
||||
@ -1865,10 +1865,8 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
||||
Just one entity needs to be defined without any parameter.<br>
|
||||
</ul>
|
||||
<br>
|
||||
############################################################
|
||||
<a name="HMinfoget"><b>Get</b></a>
|
||||
<ul>
|
||||
<ul>
|
||||
<li><a name="#HMinfomodels">models</a><br>
|
||||
list all HM models that are supported in FHEM
|
||||
</li>
|
||||
@ -1926,7 +1924,6 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
||||
set hm templateChk BlStopUpLg # each entities<br>
|
||||
</code></ul>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a name="HMinfoset"><b>Set</b></a>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user