spud I have looked at the Debug log, and cannot find where this error is coming from. PLEASE have ET log the offending Event. I have over 500 events, about 200 use ET and its VERY difficult to find problems if the log is not telling us specifically what is causing the issue.
The log shows hundreds of this error every few minutes, even when ET logging is only set to 'error'
UPDATE 2 ... I disabled the event with the info below and I still get that error. Though less frequently
Please let me know if you see something wrong, this is all in a single event...
IF
>Any device in group CamerasAll had its value set and <
($OLDVALUE = 1 or $OLDVALUE = 4 or $OLDVALUE = 5 or $OLDVALUE = 11 or $OLDVALUE = 101) and ($NEWVALUE = 2 or $NEWVALUE = 6 or $NEWVALUE = 9 or $NEWVALUE = 10)
THEN
>Run a Command<
&nhs.WriteLog("Camera", hs.replacevariables("$$GLOBALVAR:ETDeviceName_CamerasAll:") & " - value " & hs.replacevariables("$$GLOBALVAR:ETDeviceValue_CamerasAll:") )
>Pushover message<
Cam problem... $$GLOBALVAR:ETDeviceName_CamerasAll: -value $$GLOBALVAR:ETDeviceValue_CamerasAll:
The log shows hundreds of this error every few minutes, even when ET logging is only set to 'error'
UPDATE 2 ... I disabled the event with the info below and I still get that error. Though less frequently
Please let me know if you see something wrong, this is all in a single event...
IF
>Any device in group CamerasAll had its value set and <
($OLDVALUE = 1 or $OLDVALUE = 4 or $OLDVALUE = 5 or $OLDVALUE = 11 or $OLDVALUE = 101) and ($NEWVALUE = 2 or $NEWVALUE = 6 or $NEWVALUE = 9 or $NEWVALUE = 10)
THEN
>Run a Command<
&nhs.WriteLog("Camera", hs.replacevariables("$$GLOBALVAR:ETDeviceName_CamerasAll:") & " - value " & hs.replacevariables("$$GLOBALVAR:ETDeviceValue_CamerasAll:") )
>Pushover message<
Cam problem... $$GLOBALVAR:ETDeviceName_CamerasAll: -value $$GLOBALVAR:ETDeviceValue_CamerasAll:
Comment