diff --git a/fhem/CHANGED b/fhem/CHANGED index 92d98455c..f85bdec1a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 47_OBIS: Support DZG hack for power_L1/2/3 - change: 93_DbRep: minor code change (ualarm removed) - feature: 70_ESCVP21net: added HC2150, added on/off as direct set commands - feature: 70_SVDRP: added Plugin support, NextTimer name diff --git a/fhem/FHEM/47_OBIS.pm b/fhem/FHEM/47_OBIS.pm index 7db4b7915..374b1f341 100644 --- a/fhem/FHEM/47_OBIS.pm +++ b/fhem/FHEM/47_OBIS.pm @@ -420,7 +420,7 @@ sub OBIS_Parse_List # Signed (5) or Unsigned (6) Int my $num = 0; my $subme = 0; - if ($tltype==0x50 && $len<4 && $isobis && $cntdown==2 && $result[0]=~/^1-0:16\.7\.0/ && $hash->{helper}{DZGHACK}) { + if ($tltype==0x50 && $len<4 && $isobis && $cntdown==2 && $result[0]=~/^1-0:[1357]6\.7\.0/ && $hash->{helper}{DZGHACK}) { $tltype = 0x60; } if ($len==8) {