Jump to content

Motion Condition


TUhl01

Recommended Posts

Posted

I have a few programs that are triggered by a RING device motion action. As of this morning, motion is not being activated in IoX.   Submitted a ticket.  Has anyone else had this problem?

Posted

I have restarted, deleted and reinstalled.  Just tried a restart again and still have the problem.  The "Test Ring" keeps generating Failure versus Success.  Totally puzzled.  Yesterday I added a 2nd Ring Chime. However, chimes are not included in the server node that could cause this.

Posted
8 hours ago, TUhl01 said:

I have a few programs that are triggered by a RING device motion action.

It would help if you use the "Copy to Clipboard" function on the program (right click on your program - last menu item is "COPY to Clipboard") and paste the text into a reply so the program(s) can be evaluated to give tips on what might be happening. I just tested a simple motion program I have for my Doorbell Pro and it worked as expected.

(NOTE: No need for a textbox (code) or quote box, just paste as text)

My program is:

--------------------

~Door-Motion - 

If
        '~NodeServers / ~Ring / Doorbell (Motion)' is switched Motion
    And From    11:01:00PM
        To      Sunrise - 45 minutes (next day)
 
Then
        Wait  20 seconds
    Set 'Desk Lamp' On
        Wait  5 minutes 
        Wait  12 minutes (Random)
        Set 'Desk Lamp' Off
 
Else
   - No Actions - (To add one, press 'Action')

--------------------

What is your IF trigger?

What happens if you right click the program and select "Run Then"? Do you get the expected result?

Guest
This topic is now closed to further replies.

×
×
  • Create New...