2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

OBIS: Support DZG hack also for power_L1/L2/L3

git-svn-id: https://svn.fhem.de/fhem/trunk@26870 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
gvzdus 2022-12-18 11:03:32 +00:00
parent ba3f03e995
commit 970138b209
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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) {