bkpky Posted March 1, 2010 Posted March 1, 2010 I am using a 2420M to detect motion and a LampLinc Dual-Band 2457D2. My ISY is ver 2.7.12. This scene worked before but hasn't in the last few weeks. My setup is new so I have been adding a lot of componets to the network over the last weeks. My program: IF Sunset + 20 to 11:00pm AND Driveway Sensor is On THEN Garage Lights 90%, Front Porch Light 70%, Wait 10 Minutes, Garage Lights 50%, Front Porch Off With WAIT in use, it is as if the program stops with the Wait command. If I remove the WAIT the program continues to completion. A few oddities... I am unable to get the ISY to fully recognize the Dual Band device. States it is unsupported 1.14. Any advice?
Michel Kohanim Posted March 1, 2010 Posted March 1, 2010 Hi bkpky, 1. Wait is interrupted when the condition turns to false. So, while waiting and if the conditions is turned to false, the statements following wait will not run 2. Please do be kind enough to use the correct URL for 2.7.12: http://your.isy.ip.address/admin http://your.isy.ip.address/admin.jnlp http://www.universal-devices.com/99i/2.7.12/ http://www.universal-devices.com/99i/2.7.12/admin.jnlp Any of the above URLs should detect your dual band lamplinc. With kind regards, Michel
bkpky Posted March 1, 2010 Author Posted March 1, 2010 Thanks for the links, that was my oversight. I changed the IF statement to use "condition" instead of "status" of the sensor to ON and the program ran correctly.
Recommended Posts