Jump to content

Motion sensor - Change behavior [SOLVED]


iostream212

Recommended Posts

Posted

Hello,

I have a motion sensor that is not linked to anything. I have a program run when the sensor is triggered to control devices or scenes based on time of day. During the day I have the sensor turn on a single light. That program looks like this:

If
       $IsDarkOutside is 0
   And Control 'Office / Office Motion-Sensor' is switched On
Then
       Set 'Office / Office Fan Light' 100%
Else
  - No Actions - (To add one, press 'Action')

The light in the action list ramps to 100% over 30 seconds, however I want to change that. The local device settings are set to instant on/off, but that is not happening from my program. So my question is where is this ramp rate coming from and how to change it? Thanks!

Posted

The Office Fan Light is reacting to a Local Ramp Rate that is not what the ISY thinks the device is set to. Click the Office Fan Light node, move the Local Ramp Rate to something else. Once that change is complete move it to something you want.

Posted

Thank you LeeG. Works as expected after following your instructions. Cheers.

I was also having an issue with the sensing mode not working in the previous program. Changing the motion sensor from 'status' to 'control' fixed the sensing issue. Hope this helps someone.

Guest
This topic is now closed to further replies.

×
×
  • Create New...