mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
ba3f03e995
commit
970138b209
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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)
|
- change: 93_DbRep: minor code change (ualarm removed)
|
||||||
- feature: 70_ESCVP21net: added HC2150, added on/off as direct set commands
|
- feature: 70_ESCVP21net: added HC2150, added on/off as direct set commands
|
||||||
- feature: 70_SVDRP: added Plugin support, NextTimer name
|
- feature: 70_SVDRP: added Plugin support, NextTimer name
|
||||||
|
@ -420,7 +420,7 @@ sub OBIS_Parse_List
|
|||||||
# Signed (5) or Unsigned (6) Int
|
# Signed (5) or Unsigned (6) Int
|
||||||
my $num = 0;
|
my $num = 0;
|
||||||
my $subme = 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;
|
$tltype = 0x60;
|
||||||
}
|
}
|
||||||
if ($len==8) {
|
if ($len==8) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user