Jump to content

MikeB

Members
  • Posts

    1821
  • Joined

  • Last visited

Everything posted by MikeB

  1. If you press the KPL button ON, the ISY's Admin Console should show that the button is ON - and vice versa. If the ISY and the actual KPL are out of sync, there is a problem.
  2. I mean, for example, if you have multiple programs that react based on the status of the same device. You may need to add a WAIT to one of the programs for them to operate as intended, for one to take priority over another, etc.
  3. One note - any X10 codes programmed into devices would not be cleared.
  4. Check the status of that KPL button on the ISY's Admin Console. Did the ISY see the button being pressed OFF? If it did, I think you'll need to adjust your programs. If it did not, you'll need to figure out why the ISY is not always seeing the button press (probably a communications issue). In this scenario WAITs can be used to give the ISY time to correctly evaluate the status of yoru devices before triggering the action. Also, when scenes are controlled there can be substantial traffic on the powerline (the larger the scene, the more traffic due to cleanups, etc.). Adding WAITs can space commands out to avoid powerline collisions and increase reliability.
  5. I don't believe so, but can't say I've tested.
  6. No, the restore will restore the whole device.
  7. The ELSE statement only runs if the IF statement is explicity not true. Saying "not switched on" makes the IF statement explicitly not true when you press the KPL button on, triggering the execution of the ELSE portion of your program. Sounds like a timing issue. Clean up your programs as I'll mention below, and if still happens add/remove WAIT commands to your THEN and ELSE statements to adjust the timing as needed. You should be able to combine these to something like: If Control 'KitchenKeypad.C' is switched on And Control 'KitchenKeypad.C' is not switched off Then Wait 1 second Set Scene 'indoorXmasLights' On Else Wait 1 second Set Scene 'indoorXmasLights' Off Did you find you needed the WAIT command? If not, try removing to see if your program still executes reliably.
  8. Glad to hear. They do sometimes get knocked loose during shipping.
  9. This is great, thanks for the info!
  10. MikeB

    GC-100

    Hi Gary - Unfortunately, at the moment, the ISY's Network Module cannot react to commands or responses received FROM devices.
  11. Thanks for the details. I'm not able to duplicate here, however, with Windows 7 Ultimate x64. UDReport.txt is saved here at: C:\Users\%username%\AppData\Local\Temp Account I am logged in as is a local Administrator, and User Account Control is set to the "Default" setting. Anyone else with Windows 7 seeing this?
  12. Or like you suggested, some kind of an IR repeater. I use a Niles IR repeater over Cat5 to keep my ISY in the basement while I control my lighting in the theater. You can also purchase RF IR repeaters. Some high-end universal remotes also feature RF receivers that you can locate with your equipment, out of sight from the remote control.
  13. Since your status program is accurately controlling the state of that KPL button, I don't think you need your condition checks. I would just do: If Control 'KPL.C' is switched On And Control 'KPL.C' is not switched Off Then Set Scene 'XmasLightsAll' On Else Set Scene 'XmasLightsAll' Off
  14. Yes that should be fine.
  15. I would personally use ISY Programs to accomplish what you desire. I would create a scene containing all your devices called "HolidayLights" or whatever you choose. I would create a scene containing the KPL button and call it "HolidayLightStatus" or whatever you choose. I would write a program that checks the status of your individual devices and, if any are NOT OFF, turn "HolidayLightStatus" ON. I would write a program that turns "HolidayLights" OFF if your KPL button is pressed OFF, and turns "HolidayLights" ON if your KPL button is pressed ON. Check out this thread for some similar scenarios and example Programs: http://forum.universal-devices.com/viewtopic.php?t=2280
  16. The IR version includes an IR receiver on the front of the unit that you can use to trigger ISY Programs with a universal remote control. This allows you to control INSTEON and other devices with your universal remote control.
  17. I think you'll need to provide a bit more information. What do the programs that are not running have in common? Are they triggered by INSTEON devices, or simply run on a schedule? You also might consider posting the programs you are having issues with.
  18. I haven't tested, but once the sensor goes OFF the IF statement should become false and the program should stop running.
  19. I haven't tested, but how about something like this: If Time is 12:00:00AM And Status 'GarageSensor1' is On Then Repeat 4 times Set 'GarageRelay1' On Wait 20 seconds Else - No Actions - (To add one, press 'Action')
  20. Hi Steve - Could you list the exact steps you are taking and detail the symptoms so I can try to duplicate here? Thanks
  21. Unfortunately, KPL secondary buttons cannot be controlled directly. Try adding the button to a scene, and controlling the scene instead.
  22. Create a scene and drag both the KPL button and ToggleLinc in as controllers.
  23. Only other suggestion I might have would be to create a scene that contains the Motion Sensor and your problem device, then delete the scene. Try that on a single device to see if it helps.
  24. I assume you checked to be sure there isn't a scene programmed somewhere that you are missing? If not, did you originally have the ISY crawl and import existing links into the ISY? If so it sounds like you have half-links that were imported into the ISY. Unfortunately, at this point I think your best solution is: - remove each of the problem devices from the ISY - factory reset each device - add each device back into the ISY - add each device into your scenes as needed
  25. Seems strange. I would do the following: - factory reset one of the responding devices - test to ensure it no longer responds to the MS - do a restore on the responding device from the ISY - test again to ensure it no longer responds to the MS Let me know your results...
×
×
  • Create New...