mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 19:32:42 +00:00
47_OBIS: Removed an anoying Log-call
git-svn-id: https://svn.fhem.de/fhem/trunk@13004 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6773f532ed
commit
4ff65d8521
@ -307,7 +307,7 @@ sub OBIS_trySMLdecode($$)
|
||||
# my $telegramm = $&;
|
||||
my @list=$&=~/(7707)([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]*)/g;
|
||||
Log3 $hash, 5,"OBIS: Telegram=$msg";
|
||||
Log 3,Dumper(@list);
|
||||
# Log 3,Dumper(@list);
|
||||
if (!@list) {Log3 $hash,3,"OBIS - Empty datagram: .$msg"};
|
||||
my $line=hex($list[1])."-".hex($list[2]).":".hex($list[3]).".".hex($list[4]).".".hex($list[5])."*255(";
|
||||
if ($line eq '255-255:255.255.255*255(') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user