Jump to content

stusviews

Members
  • Posts

    8205
  • Joined

  • Last visited

Everything posted by stusviews

  1. Which bulbs are you using? Did you cap off the (red) load wire on the KPL?
  2. No, it it not possible to add a scene to a scene. It's not even possible to past the members of a scene into another scene.
  3. So, even if the device did not respond correctly, the ISY "thinks" it did?
  4. What's the result is you use a different bulb? Incandescent preferred as a test.
  5. 1. Change Status to Control 2. Do NOT include the sensor as a member of a scene
  6. Devices do report back after scene commands. Otherwise Status wouldn't work in programs. And in some cases, a scene is the only way to control the status of, for example, a keypad button.
  7. Scene transmit signals to all members of the scene concurrently and are inherently faster than programs. Programs are the best only choice if conditions must be met. BTW, I have a scene that turns off nearly all of my more than 100 devices. In particular, the scene turns off nearly all interior lights except those in the bedroom (and a few others).
  8. It's great that it worked. The usual procedure is to power up the PLM first, then the ISY.
  9. You can also link a universal garage door opener receiver such as one from Genie, Chamberlain, GTO or Liftmaster to a Homelink button and connect the receiver to the sense terminals of an I/O Linc.
  10. What is the device? What is the load?
  11. Control requires a manual "change of state." Sense detects any "change of state" even if the change is caused by a scene. Post your program(s). Right click on the program name, select Copy to Clipboard, paste into your reply. Also describe any scene(s) that the responder is a member of.
  12. Did you click on the + to the left of the Leak Sensor?
  13. Use control, not state.
  14. Both Chamberlain ans Liftmaster have (line voltage) switches that respond to Homelink buttons. The switch can be used to trigger a Micro Module. Another alternative is to link the Homelink button to an X10 switch.
  15. The Leak Sensor has three nodes; Dry, Heartbeat and Wet. The nodes should already be labeled.
  16. The first program tests if the garage door is open between midnight and sunrise. It the garage door is open, then the 5 minute timer starts after which the second program starts and tests if the garage door is still open. If it is, then the program closes the door. Program 1 If From 12:00:00AM To Sunrise (same day) And Status 'GG / Devices / GG Garage 1 Sensor' is On Then Wait 5 minutes Run Program 'test2' (If) Else - No Actions - (To add one, press 'Action') Program 2 If Status 'GG / Devices / GG Garage 1 Sensor' is On Then Set 'GG / Devices / GG Garage 1 Sensor / GG Garage 1 Relay' On Else - No Actions - (To add one, press 'Action')
  17. That's great. Browsing to http://isyshould not take you, "to some website." Unless you set a port, you should arrive at the ISY Dashboard. Did that not happen?
  18. Browse to http://isy If that works or not then post back. We'll go from there.
  19. The device is an I/O Linc. Sending an On to the relay is independent of the sensor. What doesn't work, the I/O Linc or the program?
  20. Which specific camera? Which DVR?
  21. If you have a statement that causes the If condition to become false, then "the current atomic statement group will complete" means that everything in that statement will execute even if only one element caused the condition to become false. For example, if a statement runs a second program that changes the condition part way through, the rest of that second program will continue to run. The same is true if one member of a scene causes the condition to become false. All members of the scene will still respond to the statement command.
  22. Deleting the PLM erases all link between the PLM and your devices. If you have a backup, then you can restore those links. If not, then you'll need to add all your device to the ISY. There's no need to restore the PLM because it has no records.
  23. I use a 2-wire extension cord cut in half with the plug end going to the device being tested and receptacle end connected to the load. I also plug a lamp into the receptacle. On a 2-wire extension cord, the side with the rib is neutral and the smooth side is line. On a 3-wire extension cord, the wires are color coded. BTW, a ground wire is not needed for testing.
  24. A state variable can be a triigger, an integer variable cannot. So, if you run a program, then the program can test if an integer variable has a particular value. But you can't run a folder, so you can't test the value of an integer variable. A state variable doesn't depend on running anything. If the value of the state variable becomes true, then then the program runs itself and/or the programs in a folder are permitted to run.
  25. There's no doubt that the program ran. Did you actually do a search (Find/Replace) for the errant program? Post the program, too. And the folder condition.
×
×
  • Create New...