Jump to content

Sub-Routine

Members
  • Posts

    2226
  • Joined

  • Last visited

Everything posted by Sub-Routine

  1. Sub-Routine

    Program Status

    The Activity column indicates if a program is Running or Idle. Only programs with Wait actions can usually be observed as running. Without a wait the notice usually just flashes for an instant. Rand
  2. Hi mdcastle, The Mem and Error lights will blink about once every 10 seconds when the ISY is not connected to a network. Rand
  3. Hello mrohde, A KeypadLinc should have each button available as a separate node when linked to the ISY. If you are not seeing all the buttons then you will have to remove and re-add the device to the ISY while selecting the correct Device Type. Please see this post: Unsupported Devices. Select device category 01.09 for a 6 button KPL, 01.0C for an 8 button device. Rand
  4. Sub-Routine

    Oh No!!!

    Hi Mike, There is a way to remove a file, but I think in this case you would lose your floorplan so I will wait for Michel to advise you. If your link is to the UDI site then you will see the console through older firmware (no folders). You can set a new bookmark to http://ISY in IE to access your ISY locally. Rand
  5. I did exactly that myself a few weeks ago which is what made me think of it in your case Rand
  6. Hello Rick, I have a program to flash lights. I did not use any Wait commands. About the quickest it works is 1/2 second between commands. If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 second Set Scene '~New Year Lights' Fast On Set Scene '~New Year Lights' Fast Off Set Scene '~New Year Lights' Fast On Set Scene '~New Year Lights' Fast Off Else - No Actions - (To add one, press 'Action') Rand
  7. Good advice from Illusion. One other thought. Perhaps the MS is linked to the light with a level of zero?
  8. If the LampLincs do not have any load on them they will return a NACK. The ISY then displays this error. A Query will return the actual state of the LampLinc. ApplianceLincs do not check for a load. Rand
  9. Right now you can set up several years in advance. If Time is 12:00:00AM on 2010/01/01 Or Time is 12:00:00AM on 2011/01/01 Or Time is 12:00:00AM on 2012/01/01 Or Time is 12:00:00AM on 2013/01/01 Or Time is 12:00:00AM on 2014/01/01 Or Time is 12:00:00AM on 2015/01/01 Then Run Program 'Flash Lights' (Then Path) Else - No Actions - (To add one, press 'Action') Rand
  10. Hello fasttimes, ISY-99i/ISY-26_INSTEON:Tools_Menu#Show_Links_Table_Database. 22 and 02 are deleted records. Using Restore on a device will delete these. Rand
  11. Hi greg, All I can think of is the IOLinc is responding to a direct command differently than a group command. Insteon devices always send group commands. Try putting the IOLinc in a scene and then controlling the scene. Rand
  12. You could use dates in the folder conditions: Folder Conditions for 'December Weekends' Add conditions to limit when programs in this folder are allowed to run. If From 12:00:00PM on 2009/12/04 To 12:00:00PM on 2009/12/06 Or From 12:00:00PM on 2009/12/11 To 12:00:00PM on 2009/12/13 Then Allow the programs in this folder to run. Rand
  13. Hello capsterx, Michel missed that you described the version in your first post. Since you have a v.35 switch this may be a flaw in the device. You can factory reset the switch and use Restore from the ISY menu to rewrite the links. If you continue to have these problems I suggest you phone Smarthome for a replacement switch. Rand
  14. Hello rogresssem, You can add the devices manually: Unsupported Devices. Rand
  15. Hello sanders, You should be able to see the signal (DON) from the switch in the Event Viewer (Tools | Diagnostics) when you press the switch on and off. If the switch isn't sending the command it may have a bad link to the PLM. A Restore device will rewrite the link database. Rand
  16. Hello Jack, Use another Repeat command to end the loop: If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 5 times Set Scene 'FR Lamp' Fade Up Wait 1 second Set Scene 'FR Lamp' Fade Stop Wait 1 second Repeat 1 times Wait 5 seconds Set Scene 'FR Lamp' Off Else - No Actions - (To add one, press 'Action') Rand
  17. Then place that program in a folder that has the condition From 12AM to Sunrise. Rand
  18. Hi brobin, The supply is the same as an ISY-99i, 5VDC, 300mA (minimum), center positive. 6VDC should work as well. Rand
  19. Disable the program, and call it using Run (If). If Status 'Dining Room' > 80% Then Set 'Dining Room' 80% Else - No Actions - (To add one, press 'Action') Rand
  20. Hello sanders, In my experience programs that are running in a folder that is disabled are stopped. Programs in a disabled folder cannot be run. Rand
  21. Hi Fastbird, Since your program must already have seen the motion sensor off before it runs activating a switch before that will not stop the program. I would suggest using separate programs to watch for the Fast On condition. This assumes you want to switch the lights off manually after the override. Garage Motion Off If Status '11.A9.C6- motion Sensor Garag' is Off Then Wait 12 minutes Set Scene 'Garage Lights' Off Else - No Actions - (To add one, press 'Action') If Control '12.37.CA.1 Garage tube Lights' is switched Fast On Then Disable Program 'Garage Motion Off' Else - No Actions - (To add one, press 'Action') If Control '12.37.CA.1 Garage tube Lights' is switched Off Then Enable Program 'Garage Motion Off' Else - No Actions - (To add one, press 'Action') Rand
  22. Hello Illusion, This program becomes false when the KPL is switched Off and the Test Switch will not be switched Off. If you switch the actions in the Then portion the switch will be switched off before the program changes status. Front Porch Motion Off Not Enabled If Status 'Front Porch KPL' is On Then Set 'Front Porch KPL' Off Set 'XX- Test Switch V.27' Off Else Stop program 'Motion-Front Porch' Rand
  23. Hello intellihome, The number of nodes is the number of devices X the number of buttons + the number of scenes. For example, an 8 button keypad is 8 nodes. Generally if you have less than 50 Insteon devices you shouldn't need the Pro, more than 70 devices you probably need the Pro. Note that an ISY can be upgraded to a Pro if you find your system expanding beyond the capabilities of a normal ISY. Rand
  24. Hello Eugene, Since you have setup port forwarding in your router you do not need to enable internet access. The router will automatically connect to the ISY when you use https://myispaddress. Rand
  25. Hi Denis, We usually have someone available for phone support M-F 9-5 PT (12-8 ET). Closed Friday night and Saturday. Email other times. Rand
×
×
  • Create New...