FHEM Forum

FHEM - Hausautomations-Systeme => 1Wire => Thema gestartet von: Mysho am 01 Februar 2013, 11:00:51

Titel: AVR onevire.classdef logging
Beitrag von: Mysho am 01 Februar 2013, 11:00:51
Hello everyone,

I have the AVR conencted to FHEM via ECMDDevice. But everytime FHEM triggers define 1wire_temp at +*00:01:00 get kuchyne_tam temp;;sleep 1;;

there is a "After sleep: temp xx" in the log file. Since it is repeating every minute the logfile is getting overfilled with this messages. Is there a way to supress the message so it does not get written into the logfile? I tried to sed the trigged and the ECMDDevice loglevel 6 but did not help. Thanks in advance!
Titel: Aw: AVR onevire.classdef logging
Beitrag von: zippo am 10 Mai 2013, 22:42:53
Hi Mysho,

I have the same problem. Tried to set loglevel attributes of the ECMD-device and the at-command, but it didn't solve the problem.

Did you find a solution?

Thanks in anticipation,
zippo1000
Titel: Aw: AVR onevire.classdef logging
Beitrag von: marc2 am 23 Juli 2013, 22:41:56
Hi !

This seems to be a generic issue, as this output is generated by "WakeUpFn" in fhem.pl
using the quite low loglevel of 2. Would it be possible to increase the loglevel
to 4 by default ?

Best regards, Marc
Titel: Aw: AVR onevire.classdef logging
Beitrag von: UliM am 25 Juli 2013, 13:33:34
Sure:
attr global verbose 2

Best, Uli
Titel: Aw: AVR onevire.classdef logging
Beitrag von: marc2 am 25 Juli 2013, 22:10:19
Hi Uli,

decreasing the verbose level could be a workaround only, as it affects
FHEM in total and not only the specific device. However, there is a
generic solution (http://forum.fhem.de/index.php?topic=13850.msg87294#msg87294) now.

Regards, Marc