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!
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
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
Sure:
attr global verbose 2
Best, Uli
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