mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
10_CUL_HM: powermeter
git-svn-id: https://svn.fhem.de/fhem/trunk@8944 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8a894bba51
commit
6fcf909555
@ -2119,6 +2119,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
push @evtEt,[$shash,1,"energyOffset:".$eo];
|
||||
}
|
||||
push @evtEt,[$shash,1,"energyCalc:".($eo + $eCnt)];
|
||||
CUL_HM_unQEntity($shash->{NAME},"qReqStat");
|
||||
}
|
||||
}
|
||||
elsif($st eq "repeater"){ ###################################################
|
||||
|
@ -1626,7 +1626,9 @@ $culHmChanSets{"HM-SEN-EP01"} = $culHmSubTypeSets{THSensor};
|
||||
$culHmChanSets{"HM-SEN-EP02"} = $culHmSubTypeSets{THSensor};
|
||||
$culHmChanSets{"HM-CC-RT-DN05"} = $culHmSubTypeSets{THSensor};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl03"} = $culHmSubTypeSets{THSensor};
|
||||
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl01"} = $culHmSubTypeSets{switch};
|
||||
$culHmChanSets{"HM-ES-PMSw1-Pl02"} = $culHmSubTypeSets{outputUnit};
|
||||
|
||||
$culHmChanSets{"WDF-solar02"} = $culHmSubTypeSets{blindActuator};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user