Page 1 of 1

Event triggered without meeting the arguments?

Posted: Tue Aug 17, 2010 3:39 pm
by DJF3
Hi,

One of my events writes an entry in the HS Log.
- Event "dishwasher used", triggered by device_value_change (deviceX1, Value is "greater than" 80).
- Written to the log file is "dishwasher value" + the deviceX1 value.
&hs.writelog "test","Dishwasher value: " & hs.devicevalue("X1")

Problem: the device triggers constantly. The log entries say that the device-value was '0'. But if that's the value, how could it have triggered? It should only trigger on values "greater than" 80??


Has anyone seen this before? What could I do to troubleshoot?

Thank you!
DJ

PS. HomeSeer 2.4.0.56

Re: Event triggered without meeting the arguments?

Posted: Tue Aug 17, 2010 6:04 pm
by DJF3
Update: I might have found some weird code in my Plugwise script that could cause this behavior. Will do some tests now and then post another update.

Very usefull were the <HomeSeer dir>\Debug Logs that show exactly what's going on with device values etc.