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(@)
define <name> WMBUS [<manufacturer id> <identification number> <version> <type>]|<bHexCode>
- Normally a WMBus device isn't defined manually but automatically through the autocreate mechanism upon the first reception of a message.
+ Normally a WMBus device isn't defined manually but automatically through the autocreate mechanism upon the first reception of a message.
For a manual definition there are two ways.
@@ -372,6 +373,9 @@ WMBUS_Attr(@)
- AESKey
A 16 byte AES-Key in hexadecimal digits. Used to decrypt messages from meters which have encryption enabled.
+ -
+ ignore
+
@@ -435,7 +439,7 @@ WMBUS_Attr(@)
define <name> WMBUS [<manufacturer id> <identification number> <version> <type>]|<bHexCode>
Normalerweise wird ein WMBus Device nicht manuell angelegt. Dies geschieht automatisch bem Empfang der ersten Nachrichten eines Gerätes über den
- fhem autocreate Mechanismus.
+ fhem autocreate Mechanismus.
Für eine manuelle Definition gibt es zwei Wege.
@@ -473,7 +477,10 @@ WMBUS_Attr(@)
Ein 16 Bytes langer AES-Schlüssel in hexadezimaler Schreibweise. Wird verwendet um Nachrichten von Zählern zu entschlüsseln bei denen
die Verschlüsselung aktiviert ist.
-
+ -
+ ignore
+
+
Readings