Jump to content

RickL66

Members
  • Posts

    34
  • Joined

  • Last visited

RickL66's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. That works! Thanks! I guess I was over-thinking it, with variables, program calling another program, etc... I like sweet and simple.
  2. Hmm, that makes sense. I'll give that a try.
  3. I have the Elk Doorbell and Telephone Ring Alert kit with an I/O Linc. When my phone rings the lights turn on and off with the I/O Linc in a scene (ringing, IO Linc sensor is on, lights come on, between rings, sensor is off, lights go off). I have also created a program to return the lights back to their previous state before the phone rang. How do I program this to wait until after the last ring before I run the program that returns the lights to their previous state? Right now it's about 3-4 seconds between rings. If the phone has not ring for at least 10 seconds, I want to run my restore state program. Help?
  4. Saw that in the wiki, should have corrected you...
  5. Ah! Thanks! I couldn't find that in the wiki.
  6. I am trying to figure out how to run an action after I do a repeat in my Then program. For example: If Something Happens Then Sent email Repeat 4 times Set Scene 'Notifications' Fast On Set Scene 'Notifications' Fast Off Do something else AFTER but not in the Repeat <------- Else - No Actions - (To add one, press 'Action') Is it possible? I can't seem to indent it back to the left to be "out of the loop". Thanks, Rick
  7. Legionella could possible occur if temped water was left in a water heater tank undisturbed for an extended period of time, a long period of time. Water heaters are always being refreshed with new cold water and any possibility of bacterial contamination is not likely. Many second home owners turn their water heaters off for weeks at a time. Water heater manufacturers have put settings for lower temperatures on their water heaters. If there were a chance of legionella they would change their design. Legionella is more likely to occur with cross contamination from boilers.
  8. That is what I thought. Thanks!
  9. When I buy a ISY-99i, is the tan/gray RS-232 cable supposed to be included?
  10. Thanks polexian - I never thought of it that way, I shall give it a try!
  11. RickL66

    Email Speed

    Hi Michel - I have tested the email speed, and by golly, it sure is fast and a big improvement from two years ago when I last used ISY99i. I can now get emails in about 1 or 2 seconds. Thanks!
  12. Hi Michel - Just want to see if you have ever gotten to this "to-do" and made it possible to save the current state of some devices to restore back to the saved state?
  13. RickL66

    Email Speed

    Hi Michel - I am back and have a new ISY99i now and I am going to give this a try again. I basically returned my ISY99i back in 2009 when I was not able to accomplish what I needed. Looks like you guys have made big improvements. I have updated to the latest 3.1.13 Beta. I thought I read somewhere that the Network Module is now included? Am I wrong? Thanks, Rick
  14. RickL66

    Flashing lights

    Thank you, Michel! I am going to buy a ISY-99i back. Rick
  15. RickL66

    Flashing lights

    Hi, Been awhile since I've been here. I want to try to get rid of Homeseer and use just ISY-99i. The only thing stopping me is not being able to do scripts on ISY-99i. I think I asked that question 2 years ago. Is it now possible to run a script that will flash a light plugged into a Insteon plug-in module? This is my script in Homeseer- can I do something like this in ISY, without homeseer? Sub Main Dim count for count = 1 to 6 hs.SetDeviceValue "\2", 1 'for On hs.waitsecs .7 hs.SetDeviceValue "\2", 2 'for Off hs.waitsecs .7 next End Sub Thanks!
×
×
  • Create New...