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