Code:
9/11/2009 7:33:17 PM SECU16 Setting device \12 to 2
Code:
1740 If cs <> stat Then 1750 If gLogComms = 1 Then 1760 WriteLog "SECU16 Setting device " + h + Trim(Str(j + 8)) + " to " + Str(stat) 1770 End If 1780 hs.SetDeviceStatus h + Trim(Str(j + 8)), stat 1790 callback.ValueChangeEvent h & Trim(Str(j + 8)), p 1800 End If
I then looked at mcsTemperature and see that no discretes are being recognized in the setup. I see that I was only looking for input discretes (switch type) and not for output discretes (relay type). I make this change is V6.0.2 http://board.homeseer.com/showthread.php?t=137503. Also make certain in your setup that you do have a database field name entered for the relay.
Leave a comment: