FHEM Forum

FHEM - Hausautomations-Systeme => EnOcean => Thema gestartet von: Nestor am 21 Dezember 2020, 21:08:06

Titel: Perl warning when no defined autocreate device
Beitrag von: Nestor am 21 Dezember 2020, 21:08:06
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
Titel: Antw:Perl warning when no defined autocreate device
Beitrag von: klaus.schauer am 22 Dezember 2020, 07:12:47
autocreate routines modified. update now available
Titel: Antw:Perl warning when no defined autocreate device
Beitrag von: Nestor am 23 Dezember 2020, 08:13:07
Thx, it is fixed :)