mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
bug in TC-IT reg settngs
git-svn-id: https://svn.fhem.de/fhem/trunk@5534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
80c207a3fd
commit
066b80db78
@ -3950,7 +3950,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
|
|||||||
$b2 = $b1++;
|
$b2 = $b1++;
|
||||||
$nrCh2Pair = 2;
|
$nrCh2Pair = 2;
|
||||||
}
|
}
|
||||||
return "$b2 = $b1";
|
|
||||||
$target = "both" if ($st eq "virtual" && $pSt eq "smokeDetector");
|
$target = "both" if ($st eq "virtual" && $pSt eq "smokeDetector");
|
||||||
|
|
||||||
# First the remote (one loop for on, one for off)
|
# First the remote (one loop for on, one for off)
|
||||||
@ -4185,7 +4185,6 @@ sub CUL_HM_infoUpdtDevData($$$) {#autoread config
|
|||||||
# autocreate undefined channels
|
# autocreate undefined channels
|
||||||
my @chanTypesList = split(',',$culHmModel->{$mId}{chn});
|
my @chanTypesList = split(',',$culHmModel->{$mId}{chn});
|
||||||
foreach my $chantype (@chanTypesList){
|
foreach my $chantype (@chanTypesList){
|
||||||
Log 1,"General $chantype";
|
|
||||||
my ($chnTpName,$chnStart,$chnEnd) = split(':',$chantype);
|
my ($chnTpName,$chnStart,$chnEnd) = split(':',$chantype);
|
||||||
my $chnNoTyp = 1;
|
my $chnNoTyp = 1;
|
||||||
for (my $chnNoAbs = $chnStart; $chnNoAbs <= $chnEnd;$chnNoAbs++){
|
for (my $chnNoAbs = $chnStart; $chnNoAbs <= $chnEnd;$chnNoAbs++){
|
||||||
|
@ -1005,6 +1005,7 @@ $culHmRegModel{"ROTO_ZEL-STG-RM-FSA"} = $culHmRegModel{"HM-CC-VD"};
|
|||||||
,noMinMax4Manu =>1,daylightSaveTime=>1,sendWeatherData =>1
|
,noMinMax4Manu =>1,daylightSaveTime=>1,sendWeatherData =>1
|
||||||
,modePrioParty =>1,modePrioManu =>1,weekPrgSel =>1
|
,modePrioParty =>1,modePrioManu =>1,weekPrgSel =>1
|
||||||
},
|
},
|
||||||
|
"HM-TC-IT-WM-W-EU07"=>{ sign =>1},
|
||||||
"HM-ES-PMSw1-Pl01" =>{ OnTime =>1,OffTime =>1,OnDly =>1,OffDly =>1
|
"HM-ES-PMSw1-Pl01" =>{ OnTime =>1,OffTime =>1,OnDly =>1,OffDly =>1
|
||||||
,SwJtOn =>1,SwJtOff =>1,SwJtDlyOn =>1,SwJtDlyOff =>1
|
,SwJtOn =>1,SwJtOff =>1,SwJtDlyOn =>1,SwJtDlyOff =>1
|
||||||
,CtValLo =>1,CtValHi =>1
|
,CtValLo =>1,CtValHi =>1
|
||||||
@ -1059,7 +1060,6 @@ $culHmRegChan{"HM-CC-RT-DN-BoM06"} = $culHmRegChan{"HM-CC-RT-DN06"};
|
|||||||
|
|
||||||
$culHmRegChan{"HM-TC-IT-WM-W-EU03"} = $culHmRegChan{"HM-CC-RT-DN03"};
|
$culHmRegChan{"HM-TC-IT-WM-W-EU03"} = $culHmRegChan{"HM-CC-RT-DN03"};
|
||||||
$culHmRegChan{"HM-TC-IT-WM-W-EU06"} = $culHmRegChan{"HM-CC-RT-DN06"};
|
$culHmRegChan{"HM-TC-IT-WM-W-EU06"} = $culHmRegChan{"HM-CC-RT-DN06"};
|
||||||
$culHmRegChan{"HM-TC-IT-WM-W-EU07"} = $culHmRegType{remote}; # type hash
|
|
||||||
|
|
||||||
$culHmRegChan{"ROTO_ZEL-STG-RM-FWT02"}= $culHmRegChan{"HM-CC-TC02"};
|
$culHmRegChan{"ROTO_ZEL-STG-RM-FWT02"}= $culHmRegChan{"HM-CC-TC02"};
|
||||||
$culHmRegChan{"ROTO_ZEL-STG-RM-FWT03"}= $culHmRegChan{"HM-CC-TC03"};
|
$culHmRegChan{"ROTO_ZEL-STG-RM-FWT03"}= $culHmRegChan{"HM-CC-TC03"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user