EnOcean

Begonnen von p72alrur, 03 Juni 2016, 12:02:50

Vorheriges Thema - Nächstes Thema

p72alrur

Hi everyone!

I'm getting the follow error line: ""2016.06.03 11:05:34 2: EnOcean Cryptographic functions are not available.""

Anyone could help me?

Thank you very much,

Raúl

krikan

Hi Raúl,

have you noticed this:
Zitat
The cryptographic functions need the additional Perl modules Crypt/Rijndael and Crypt/Random. The module must be installed manually. With the help of CPAN at the operating system level, for example,

/usr/bin/perl -MCPAN -e 'install Crypt::Rijndael'
/usr/bin/perl -MCPAN -e 'install Crypt::Random'
see http://fhem.de/commandref.html#EnOcean

Christian