I don't have an autocreate device but EnOcean module still seems to add a FileLog device when defining a new EnOcean device. Is it possible to disable this behaviour as I want to manually define my FileLog devices?
Following Perl Warnings also appear in system log:
2020.12.16 19:37:49 2: EnOcean define EnO_<ID> EnOcean <ID>
2020.12.16 19:37:49 1: PERL WARNING: Use of uninitialized value $d in hash element at fhem.pl line 4585.
2020.12.16 19:37:49 1: PERL WARNING: Use of uninitialized value $autocreateName in hash element at ./FHEM/10_EnOcean.pm line 852.
2020.12.16 19:37:49 2: EnOcean define FileLog_EnO_<ID> FileLog ./log/EnO_<ID>-%Y.log EnO_<ID>
2020.11.24 23:30:10 2: EnOcean define EnO_TF61R_1 Enocean <ID> N5-38-08
2020.11.24 23:30:10 1: PERL WARNING: Use of uninitialized value $d in hash element at fhem.pl line 4585.
2020.11.24 23:30:10 1: PERL WARNING: Use of uninitialized value $autocreateName in hash element at ./FHEM/10_EnOcean.pm line 852.
2020.11.24 23:30:10 2: EnOcean define FileLog_EnO_TF61R_1 FileLog ./log/EnO_TF61R_1-%Y.log EnO_TF61R_1
autocreate routines modified. update now available
Thx, it is fixed :)