Hi there,
I'm new to UDI, but so far it's looks like a awesome tool. I'm not a programer by trade, but I was wondering if someone would be willing to help me.
I used this link below to setup a simple motion, triggers lights, and lights to stay on for 15 minutes, if motion is sensed again, that it would stay on type of thing.
http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Using_Motion_Sensors_in_Bathrooms
However, even using that, once the motion sensor turns off, it turns off the light too. Doesn't repeat or anything.
I'm more of a guy that likes to be shown first, then I can go from there.
So what am I doing wrong? Is it that I setup the lights in a Scene... because before I setup any type of program, it would turn them on or off. Or is a push to device type of thing? Any suggestion welcome.
I used Code 4,5,6 in the WIKI, and can't get it to work.
5. Program Main Bath Motion On - Enabled
If
Control 'Main Bath Motion.1-Sensor' is switched On
And Program 'Main Bath Motion Timer Enable' is True
And Status 'Main Bath Lights' is not On
Then
Set Scene 'sMain Bath Lights' On
Else
- No Actions - (To add one, press 'Action')
6. Program Main Bath Motion Timer - Enabled
If
Status 'Main Bath Motion.1-Sensor' is Off
And Program 'Main Bath Motion Timer Enable' is True
Then
Wait 4 minutes
Set 'Main Bath Lights' Off
Else
- No Actions - (To add one, press 'Action')
7. Program Main Bath Motion Timer Enable - NOT Enabled
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Set Program 'Main Bath Motion Timer Enable' To Run At Startup
Else
Set Program 'Main Bath Motion Timer Enable' To Not Run At Startup
Thanks Kev.