Jump to content

oberkc

Members
  • Posts

    5860
  • Joined

  • Last visited

Everything posted by oberkc

  1. oberkc

    Wall switches

    I still believe you can either run additional cables, or opt for a two-device approach...an inlinelinc at the fixture and an insteon switch to replace the existing switch. Pick which option is best for you. If material cost is the primary concern, I suspect the additional wire would be cheaper.
  2. oberkc

    Wall switches

    There may be other options, but depends on: a) are these switches in a common box, or all separate boxes? are these switches on the same circuit? One option that is near univerally available is to install an inlinelinc at the fixture and insteon switch at the wall. This option requires re-purposing of conductors to provide hot and neutral at the switch location, so the ability to identify and work with wiring helps a bit. Of course, there is the added cost of the additional device, but that is often a better option than rewiring.
  3. . With this, I agree. I like program folders, especially when one has multiple programs based on identical conditions. I have several such folders, including: home away guest winter summer (I could see uses for others, such as weekends, weekdays, night, day, etc...) In each of these folders I have multiple programs governing interior and exterior lighting and device control. When one has only a single program predicated on this type of condition, the use of folders may not offer a lot of advantage.
  4. I am only superfically aware of how harmony remotes work. I believe that they have an inherent X-10 capability. If you can incorporate an X-10 device into your bluray activity, you have the option to make use of an X-10 IR reciever and use this to trigger a scene via ISY program. Another factor is what version of ISY do you have and where is it located. Is yours a version with IR reciever? Is it near the TV? If yes to both, you could configure it to recognize the specific IR command you wish to use to trigger a lighting scene. If none of the above, you could go with an insteon IRLinc and program the ISY to recognize the specific harmony command (via IRLinc) you wish to use to trigger a scene.
  5. I don't think that variables are inherently easier in this regard. Program status (true/false) can also be a folder condition.
  6. That is what the program "does" or that is what the program "is supposed to do, but doesn't"? This is what I suspected...that you put the last condition as an override, but THEN and ELSE paths both have the timer. So it is not currently working as you hoped. What I am concerned is happening, then, is that something (motion, zone vioation, etc) triggers your program, which causes THEN to run, which turn on the scene that includes the "back CFL floods", which forces a re-evaluation due to the status change of the "back CFL floods", which halts the THEN path and runs the else path, which (after ten minutes) turns off the scene that includes the "back CFL floods", which forces another program evaluation, which again runs the else path, which turns off the scene that is already off. I think you will need to completely abandon this program and start fresh. First thing is to establish how you want to initiate guest status. Is this a keypad button? Switch? Manual activation of the "back CFL floods" (I assumed this was your approach)? You could create a simple program (calling it "guest status") such as: if control "back CFL flood" is switched on and control "back CFL flood" is not switched off then else This program will act as a simple status check and be TRUE when the "back CFL flood" device is switched on locally, and FALSE when switched off locally. ON (program true) will indicate guest mode. OFF (program false) will indicate normal mode. For the timer, try something like: if program "guest status" is false and From Sunset To Sunrise (next day) And ( Elk Zone 'Fishing Shed' is Violated Or Elk Zone 'Fishing Deck Box' is Violated ) Then run program "timer" (then path) else Add a third program (calling it "timer") if then Set Scene 'Fishing Shed Lights' Fast On Wait 10 minutes Set Scene 'Fishing Shed Lights' Fast Off else The benefit from breaking out the timer into a separate program is that it will not be interrupted by change in guest status, change in elk zones, or sunrise. In other words, it will continue to completion unless you get another zone violation. Each new zone violation will restart the timer. If you prefer, you could create a variable (as suggested earlier by Xathros) to indicate home and away, but I am not sure what benefit there would be in this case. Perhaps it might be a little easier to see the program logic and remember how everything works in the future. Functionally, I don't think it would operate any differently. If, in the future, you wanted more than two conditions (guest and normal), then variables may make things a little simpler.
  7. You may not be able to accomplish what you want with your existing program construct. You current program turns the lights off in both THEN and ELSE paths. This program also seems like it might include a loop, where your THEN path forces a change in status, forcing a re-trigger to the ELSE path, forcing another retrigger....etc...You may need to start fresh. You may also want to rethink your desires. Do you really want to disable the timer always when you have company (regadless of whether you are out back), or only when are sitting out back (regardless of whether you have visiting guests)? Perhaps a better way would be to override the timer via a light switch as you head out back? A few questions: a) Please confirm that your scene "fishing shed lights" include the device "back CFL floods"? (I assume that is does, based upon your description.) What is your purpose for the last condition line: And Status 'Back CFL Floods' is Off? c) Under normal operation, do you want your 10min countdown restarted at every violation of your fishing shed?
  8. I agree...I want the button lit when the door is open. There may be another way to achieve your goal, even with the "new-and-improved" sensor. Perhaps there is a way you could re-mount your sensor such that it is in contact when the door is OPEN? This may be a little more complicated, but I would think doable. The only downside to this in my mind is that I prefer confirmation that the door is FULLY closed, rather than FULLY opened. Mounting the sensor that engages when the door is open would result in a CLOSED status when the door is only partially closed, for whatever reasons.
  9. There are other options. I use folders, including: a) programs to run in summer programs to run in winter c) programs to run when home d) programs to run when away Put your programs into one of these folders, and use home/away status to enable/disable folders automatically.
  10. Consider, also, the possibility that you could take advantage of all that power in your ISY in such a way that manually activating your scene via one of the D buttons would halt the motion sensor response. Or, you could use a FASTON from one of your keypads to do the same. I would think that it would be a useful capability to be able to turn the lights on and have them stay on, for those occasions that justify this.
  11. Correct, this would only respond to a program. Not necessarily. Like garyfunk, I have lots of keypads for this purpose. But for you, simply create a program to react to "control off" from your BAS 3way1 switch. The program would simply turn off the BASEMENT LIGHTS scene. Alternatively, you could create the program to respond to FASTOFF. Doing so would give one the option to only turn off section B (OFF) or all three sections (FAST OFF). The downside is that this might not be sufficiently intuitive for those in your house technologically challenged.
  12. Devices can be part of many scenes, but controller only of one. The only reason that I can think that the ISY would complain is that you are trying to add them as a controller. If you have not yet tried, attempt to add them to the new BASEMENT LIGHTS scene as a responder.
  13. First, I would go to the user manual. Then to the various wiki articles. Both are here: http://wiki.universal-devices.com/index ... =Main_Page After that, this forum is very good.
  14. I don't believe it would matter. In most installations, one cannot directly control a fanlinc (it is up in the ceiling, in the fan canopy). To activate a fanlinc from a program, and have the linked button show correct status, choose the scene in mobilinc or in a program.
  15. And if you wanted to test for LeeGs theory, you could temporarily connect directly the load and line wires in the switch box (bypassing the switch). If the lights come on bright, then you have isolated your root cause to the switch (itself, pending voltage test) or LeeG's propose incompatibility.
  16. The universal devices wiki is a good place to start for most things. Try: http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Variable_Details In addition, there is a complete section on variable in this forum under "common ISY topics". Make sure you have a relatively new version of the ISY software. Variable have only been around a couple of years. If your ISY is older than that, and you have not updated your software, you may not have variable capability.
  17. No rules that I am aware of, other than those you impose upon yourself. I suspect, however, that there is a total character limit, and may be some off-limit characters, but such limits will become self-evident should you ever violate them (I don't know what they are, off-hand). I have developed my own naming convention: "RRR DD Description", where RRR is the three-character designation for room, the DD is a two-character designation for device type.
  18. Another thought... Does the fan/light have a built-in dimmer or remote control?
  19. You have done the things I can think of. Pending result of fixture voltage test, I am thinking bad switchlinc. When you measure voltage, I suggest doing so at output of switchlinc (across red and white wire) and doing so, if possible, under load. It is concieveable to me that the switchlinc is putting out 120VAC, but the voltage at the fixture is lower due to some wiring issue. It would be a shame to return a good device, only to later find out it is a wiring problem.
  20. Just beware that there is likely a reason why "scene" status has no meaning with insteon. Possibly, it is because no two people can agree on what it means for a scene to be on. If you have a scene that includes two devices, who's "on" level is 30% and 70% (more complicated still, a scene with different "on" levels for each controller), is the scene ON or OFF if the levels are 31% and 71%? What about 29% and 69%? I bring this up only to point out that scene status can be a more complicated concept than first imagined. One needs to think through their own definition of scene status to make sure any variable used accurately reflects that definition.
  21. I agree. For showers, a temperature of (even as low as) 110F could work. One has to balance that against other needs for hot water, such as dish washing and sanitation. I am not sure what the accepted temperature for these purposes is, but I suspect it is 140+. I choose to use shower temperatures as my driving requirement.
  22. Are we talking about a fanlinc? What device actually powers the light?
  23. It sure sounds as if you have not missed anything. My initial reaction was "on" levels set to something other than 100%, but I guess you checked that. Other thoughts/questions: a) does the light come on at apparent same level regardless of which device sent the control command? what does ISY admin panel show as level? Is it 100% c) have you tried another light bulb? d) voltage at fixture (same question as Brian H)? e) have you tried a fast-on at the new device? Any difference? f) factory reset of new device? g) faulty device?
  24. Possible problems: a) when you control via mobilinc, are you choosing to control the device-in-question directly, or choosing the scene you created with keypad button as controller? For example, when you wish to control the fan via mobilinc, do you select the device (fanlinc) or scene (includes kpl button and fanlinc node)? (hint: correct answer is scene.) when you control a device directly, and wish the KPL to reflect status, make sure the device is defined as CONTROLLER in the scene that includes the KPL and device. It sounds as if you have set that device as RESPONDER only.
  25. One thing that may also help with the water heater cycling during shower is to turn the water temperature DOWN. Doing so might allow a higher ratio (thus quantity) of heated water.
×
×
  • Create New...