FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: 3dmanipulator am 16 Juli 2015, 11:36:14

Titel: doif, ausführung trotz fehlermeldung
Beitrag von: 3dmanipulator am 16 Juli 2015, 11:36:14
hallo,
das folgende doif wird ausgeführt, obwohl es immer eine fehlermeldung herbeiführt.
schön ist dass es funktioniert, aber ohne fehlermeldung wäre es noch schöner ;).

Internals:
   DEF        ([hell2:twilight_weather] < 80)
(set kuche_sensor_12 configIlluminationReportsInterval 0,
set kuche_sensor_12 configIlluminationReportThreshold 0,
get kuche_sensor_12 configIlluminationReportsInterval,
get kuche_sensor_12 configIlluminationReportThreshold)
DOELSE
(set kuche_sensor_12 configIlluminationReportsInterval 900,
set kuche_sensor_12 configIlluminationReportThreshold 90,
get kuche_sensor_12 configIlluminationReportsInterval,
get kuche_sensor_12 configIlluminationReportThreshold)
   NAME       kochenlicht.w.lumimeldung
   NR         98
   NTFY_ORDER 50-kochenlicht.w.lumimeldung
   STATE      cmd_2
   TYPE       DOIF
   Readings:
     2015-07-16 06:45:06   cmd_event       hell2
     2015-07-16 06:45:06   cmd_nr          2
     2015-07-16 11:30:06   e_hell2_twilight_weather 100
     2015-07-16 06:45:06   error           set kuche_sensor_12 configIlluminationReportsInterval 900: Scheduled for sending after WAKEUP  set kuche_sensor_12 configIlluminationReportThreshold 90: Scheduled for sending after WAKEUP  get kuche_sensor_12 configIlluminationReportsInterval: Scheduled for sending after WAKEUP  get kuche_sensor_12 configIlluminationReportThreshold: Scheduled for sending after WAKEUP
     2015-07-16 06:45:06   state           cmd_2
   Condition:
     0          ReadingValDoIf('hell2','twilight_weather','') < 80
   Devices:
     0           hell2
     all         hell2
   Do:
     0          set kuche_sensor_12 configIlluminationReportsInterval 0, set kuche_sensor_12 configIlluminationReportThreshold 0, get kuche_sensor_12 configIlluminationReportsInterval,  get kuche_sensor_12 configIlluminationReportThreshold
     1          set kuche_sensor_12 configIlluminationReportsInterval 900, set kuche_sensor_12 configIlluminationReportThreshold 90, get kuche_sensor_12 configIlluminationReportsInterval, get kuche_sensor_12 configIlluminationReportThreshold
   Helper:
     last_timer 0
     sleeptimer -1
   Internals:
   Itimer:
   Readings:
     0           hell2:twilight_weather
     all         hell2:twilight_weather
   State:
   Trigger:
Attributes:
   room       Doif


ich vermute dass die wakeup meldung die fehlermeldung erzeugt.
weiss jemand wie man das abstellen kann?

grüße horst