From d3f355abbec769997cc85f621cba62fa0c63c945 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Fri, 13 Dec 2019 20:53:50 +0000 Subject: [PATCH] 77_SMAEM: contrib 3.5.0 git-svn-id: https://svn.fhem.de/fhem/trunk@20736 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/77_SMAEM.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/DS_Starter/77_SMAEM.pm b/fhem/contrib/DS_Starter/77_SMAEM.pm index 6dc27b71e..bfed1cd47 100644 --- a/fhem/contrib/DS_Starter/77_SMAEM.pm +++ b/fhem/contrib/DS_Starter/77_SMAEM.pm @@ -398,8 +398,8 @@ sub SMAEM_DoParse ($) { # Entscheidung ob EM/HM2.0 mit Firmware >= 2.03.4.R my $offset = 0; my $grid_freq; - $hex =~ /.*000d04.{10}(000e04)(.*)(001504).*/; - if($1 && $1 eq "000e04") { + $hex =~ /.*000d0400.{8}(000e0400)(.*)(00150400).*/; + if($1 && $1 eq "000e0400") { $grid_freq = hex($2)/1000; $offset = 16; }