Jump to content

Flashing test


jgraziano

Recommended Posts

Posted

Is there an elegant way to get a particular device to flash for testing? I got it to work with a 2-program 'flip-flop', but it's a bit cumbersome.

 

Thanks.

Jim

Posted
Is there an elegant way to get a particular device to flash for testing? I got it to work with a 2-program 'flip-flop', but it's a bit cumbersome.

 

Thanks.

Jim

 

This worked on Halloween (I think) until I tried to build another for an indoor scene and ran into the Repeat 0 times wall :shock: I should have used Copy, but I was playing around. I think I had a Schedule in the If.

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Repeat Every  0 seconds
          Set  Scene 'Outside Lights - Evening' On
          Wait  3 minutes 
          Set  Scene 'Outside Lights - Midnight' On
          Wait  3 minutes 

Else
  - No Actions - (To add one, press 'Action')

 

I didn't want to test that, so I wrote this, which will flash a light:

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Repeat Every  1 second
          Set 'Foyer' Fast On
          Wait  1 second
          Set 'Foyer' Fast Off

Else
  - No Actions - (To add one, press 'Action')

 

I also learned that if the Program is in a folder that is scheduled to run only on Halloween that it won't run, no matter how many times I push the button :o

 

Rand

Posted

Yes, the UDI guys have been working very hard on the Programs of the ISY and it shows, doesn't it 8)

 

I think most of the wait for v2.5 is coming down to the documentation.

 

Rand

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...