From 66dcda4068ca1a476419ea6d4e885803d9fa0b24 Mon Sep 17 00:00:00 2001 From: kaihs Date: Mon, 18 Aug 2014 16:18:57 +0000 Subject: [PATCH] WMBUS: added ignore attribute git-svn-id: https://svn.fhem.de/fhem/trunk@6416 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/36_WMBUS.pm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/36_WMBUS.pm b/fhem/FHEM/36_WMBUS.pm index 5114698df..148144586 100644 --- a/fhem/FHEM/36_WMBUS.pm +++ b/fhem/FHEM/36_WMBUS.pm @@ -28,6 +28,7 @@ sub WMBUS_Initialize($) { $hash->{AttrFn} = "WMBUS_Attr"; $hash->{AttrList} = "IODev". " AESkey". + " ignore:0,1". " $readingFnAttributes"; } @@ -324,7 +325,7 @@ WMBUS_Attr(@) will fail and no relevant data will be available.

Prerequisites
- This module requires the perl module Crypt::CBC, Digest::CRC and Crypt::OpenSSL::AES (AES only if encrypted messages should be processed).
+ This module requires the perl modules Crypt::CBC, Digest::CRC and Crypt::OpenSSL::AES (AES only if encrypted messages should be processed).
On a debian based system these can be installed with
sudo apt-get install libcrypt-cbc-perl libdigest-crc-perl libssl-dev
@@ -336,7 +337,7 @@ WMBUS_Attr(@)
Readings