mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
HMCOnfig:Minor fix
git-svn-id: https://svn.fhem.de/fhem/trunk@11915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8c2aa4fce9
commit
cd506360ab
@ -1444,9 +1444,6 @@ sub CUL_HM_Parse($$) {#########################################################
|
|||||||
my $mode = ReadingsVal($chnName,"R-controlMode","");
|
my $mode = ReadingsVal($chnName,"R-controlMode","");
|
||||||
push @evtEt,[$chnHash,1,"desired-temp:$dTemp"];
|
push @evtEt,[$chnHash,1,"desired-temp:$dTemp"];
|
||||||
push @evtEt,[$chnHash,1,"desired-temp-manu:$dTemp"] if($mode =~ m /manual/ && $mh{mTp} eq '10');
|
push @evtEt,[$chnHash,1,"desired-temp-manu:$dTemp"] if($mode =~ m /manual/ && $mh{mTp} eq '10');
|
||||||
# readingsSingleUpdate($chnHash,"desired-temp-cent",$dTemp,1) if($mode =~ m /central/ && $mh{mTp} eq '02');
|
|
||||||
# removed - shall not be changed automatically - change is only temporary
|
|
||||||
# CUL_HM_Set($chnHash,$chnName,"desired-temp",$dTemp) if($mode =~ m /central/ && $mh{mTp} eq '10');
|
|
||||||
$chnHash->{helper}{needUpdate} = 1 if($mode =~ m /central/ && $mh{mTp} eq '10');
|
$chnHash->{helper}{needUpdate} = 1 if($mode =~ m /central/ && $mh{mTp} eq '10');
|
||||||
}
|
}
|
||||||
push @evtEt,[$mh{shash},1,"desired-temp:$dTemp"];
|
push @evtEt,[$mh{shash},1,"desired-temp:$dTemp"];
|
||||||
|
@ -376,7 +376,7 @@ foreach my $al (keys %culHmModel){ # duplicate entries for alias devices
|
|||||||
OffLevel =>{a=> 15.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"PowerLevel off"},
|
OffLevel =>{a=> 15.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"PowerLevel off"},
|
||||||
OnMinLevel =>{a=> 16.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"minimum PowerLevel"},
|
OnMinLevel =>{a=> 16.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"minimum PowerLevel"},
|
||||||
OnLevel =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>100.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>1,t=>"PowerLevel on" ,lit=>{oldLevel=>100.5}},
|
OnLevel =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>100.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>1,t=>"PowerLevel on" ,lit=>{oldLevel=>100.5}},
|
||||||
OnLevelArm =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'lit' ,f=>2 ,u=>'' ,d=>1,t=>"onLevel on" ,lit=>{disarmed=>0,extSens=>50,allSens=>200}},
|
OnLevelArm =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>100 ,c=>'lit' ,f=>'' ,u=>'' ,d=>1,t=>"onLevel on" ,lit=>{disarmed=>0,extSens=>50,allSens=>200}},
|
||||||
|
|
||||||
OffLevelKm =>{a=> 15.0,s=>1.0,l=>3,min=>0 ,max=>127.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"OnLevel 127.5=locked"},
|
OffLevelKm =>{a=> 15.0,s=>1.0,l=>3,min=>0 ,max=>127.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"OnLevel 127.5=locked"},
|
||||||
OnLevelKm =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>127.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"OnLevel 127.5=locked"},
|
OnLevelKm =>{a=> 17.0,s=>1.0,l=>3,min=>0 ,max=>127.5 ,c=>'' ,f=>2 ,u=>'%' ,d=>0,t=>"OnLevel 127.5=locked"},
|
||||||
@ -998,8 +998,8 @@ $culHmRegType{pushButton} = $culHmRegType{remote};
|
|||||||
}
|
}
|
||||||
|
|
||||||
,"HM-PB-4DIS-WM" =>{ peerNeedsBurst =>1,expectAES =>1,language =>1,stbyTime =>1}
|
,"HM-PB-4DIS-WM" =>{ peerNeedsBurst =>1,expectAES =>1,language =>1,stbyTime =>1}
|
||||||
,"HM-Dis-WM55" =>{ intKeyVisib =>1,stbyTime =>1}
|
,"HM-Dis-WM55" =>{ intKeyVisib =>1,stbyTime =>1,language =>1,localResDis =>1}
|
||||||
,"HM-Dis-EP-WM55" =>{ intKeyVisib =>1
|
,"HM-Dis-EP-WM55" =>{ intKeyVisib =>1,transmDevTryMax =>1
|
||||||
,powerSupply =>1,localResDis =>1,wakeupBehavior =>1,wakeupBehavMsg =>1
|
,powerSupply =>1,localResDis =>1,wakeupBehavior =>1,wakeupBehavMsg =>1
|
||||||
,displayInvert =>1}
|
,displayInvert =>1}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user