AVR onevire.classdef logging

Begonnen von Mysho, 01 Februar 2013, 11:00:51

Vorheriges Thema - Nächstes Thema

Mysho

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!

zippo

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

marc2

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

UliM

Sure:
attr global verbose 2

Best, Uli
RPi4/Raspbian, CUL V3 (ca. 30 HomeMatic-devices), LAN (HarmonyHub, alexa etc.).  Fördermitglied des FHEM e.V.

marc2

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 now.

Regards, Marc