From 3b4af9242e66ae873f7472ab74b7dd400a6b5e22 Mon Sep 17 00:00:00 2001 From: icinger Date: Fri, 19 Feb 2016 20:25:51 +0000 Subject: [PATCH] 47_OBIS: another small fix git-svn-id: https://svn.fhem.de/fhem/trunk@10880 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/47_OBIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/47_OBIS.pm b/fhem/FHEM/47_OBIS.pm index 94b482d04..d686dbfa9 100644 --- a/fhem/FHEM/47_OBIS.pm +++ b/fhem/FHEM/47_OBIS.pm @@ -160,7 +160,7 @@ sub OBIS_Read($) my $tn = TimeNow(); my $buf = DevIo_SimpleRead($hash); - if ($hash->{helper}{EoM}!=1) {OBIS_Parse($hash,$buf);} + if ($hash->{helper}{EoM}!=1 && $hash->{helper}{DEVICES}[1]>0) {OBIS_Parse($hash,$buf);} return(undef); }