Jump to content

oberkc

Members
  • Posts

    5816
  • Joined

  • Last visited

Everything posted by oberkc

  1. I thought you said there were four scenes. Let me rephrase this, to make sure I understand. You want to define a button on each of two keypads to control four scenes. Correct? I would create a mutually-exclusive relationship between buttons CEGH on KPL-8 and ABCD on KPL-6. This relationship would ensure that only one of the four buttons is on at any one point. After that, I would create the four scenes with the applicable two KPL buttons as controllers in each scene. The only doubt in my mind is whether the mutually-exclusive relationship is maintained when a KPL button is responding to a scene command, rather than direct control. Perhaps someone can confirm this.
  2. This depends on the devices in the scene, and is not an accurate statement in the global sense. One could, for example, define a button on each of multiple keypads to be controllers in a scene. In such a case, the KPL buttons WOULD accurately reflect the status of the scene. Your particular problem, however, may be in trying to set a zero scene level for responders, or it could be the consequence of trying to control one KPL button with another button from the same KPL. So...this statement could be true in your particular case. I recall similar things as described by LeeG...in some versions (maybe all) of keypads, it may not be possible to set a setting of "off" in response to a scene "on" command. (This is a limitation of some insteon devices.) I also recall that certain versions of KPLs don't allow direct control of one button from another. Perhaps you are experiencing one of these problems. I don't have any spare KPL buttons with which to experiment, but, based on your experience and the experiment of LeeG, it sounds as if you will need to use a program for your particular case. I am unclear as to the purpose of your various keypad buttons, but you may also find a solution in the use of the mutually exclusive feature of the keypad. This feature allows one to define a set of buttons where only one is allowed to be on at any given point, and the rest will turn off when one is activated. Whether this serves your needs depends a great deal on the larger design of your lighting scenes and programs.
  3. Sorry, but I have no idea what you are asking. A little more background may help. Hopefully, I am just stupid and others can figure this out.
  4. OK. My mistake. I would have expected this to work, then, but also consider the possibility that the motion sensor would also have to be put into linking mode for this to be successful.
  5. My understanding of this device is only conceptual, but I understand the in-linelinc is the only insteon device in this kit. The motion detector is hardwired to the inlinelinc, is it not? If so, there would be no insteon motion sensor showing up...only the inlinelinc, itself, would be displayed in your "my lighting" tree.
  6. I agree that the original post was difficult to comprehend. I am still trying to figure out: "still flashed the sing incond..." I also wonder about competing phase couplers. Is it possible that some old versions of x-10 boosterlincs or similar device could be trying to repeat commands in some form of a loop in such a way as to cause a flashing of the load?
  7. I am not sure that I completely understood the details of your first post.... I have not experienced flashing loads, except during the process of linking. Is this condition repeatable for you? Does it happen randomly? Certain times? In response to some action on your part? I would think that it would be pretty easy to eliminate the ISY as a potential cause. Remove power and unplug it from the PLM. If your problem goes away, then I would conclude most likely that the tech support at smarthome was correct. If the problem persists, then there is some additional troubleshooting to look forward to.
  8. Yes. Some of my older versions require cycling of power. I understand that this is a relatively recent feature. I have some switches v27 and these DO require cycling of power. The dimmer switch that I have that worked was v38.
  9. Besides the light going on, nothing. There is no condition in your program which would be triggered by turning your light on. However, if you turn it on again , then turn it off again (all during the ten minute wait), the program will trigger an evaluation (one of your conditions is control...off). This will halt further execution of your program and start another "then" or "else" path, depending on the results of your evaluation.
  10. Just to be clear.... 1. You created a program that included a statement "adjust scene" 2. You chose the scene, then the device within the scene 3. The new level you set to 30% 4. The scene now shows 30% 5. You don't believe it is working because, when you press the switch of the changed device, it does not respond with the new value. Is this all correct? As suggested by LeeG, and then by sub-routine, rather than selecting the scene at this step, select the actual switch. I think this is the single change that you must make. You would do the same thing, again. Just to be sure we are speaking clearly, could you provide us with the actual name of your scene, and the names of the devices within that scene. While I am certainly not overly experienced on this command, what I suspect is happening is that you are setting the "on" level for that switch that is applied at the scene level, rather than at the local level. I performed a quick experiment on one of my newest dimmers. I created a simple program where it adjusts the scene. Instead of selecting the actual scene in which the device resides, I chose the device itself. From there I chose the device, itself, again, from the choices given. When I executed the program, the device now responded to the new setting. I believe this is how you want yours to respond.
  11. This option (enable internet access) is to enable one to log in to the ISY from a remote location, outside your home network. The types of problems you are experiencing are usually followed by questions about routers and firewall settings. I have tried my best to stay ignorant of such things, so I will not try to fool anyone into thinking I know anything about them.
  12. Easier is in the eye of the beholder, I guess. I am just not percieving any of these changes as so. To me, these are just different ways of achieving the same goal...no easier or harder to understand. Sorry...I am having trouble getting excited about this type of change. People have told me that different opinions are what makes the world interesting. In my mind, too, if you are sufficiently advanced to desire (or even understand the purpose of) separate triggers, you are sufficiently advanced to understanding existing trigger mechanisms. This change is not going to benefit those who have no clue about programming (in my mind, at least). But I enjoy discussions on these topics. I guess we will see if, and how, Universal Devices responds.
  13. I don't disagree with this either, but your proposal for a wholesale change in criteria wording is not (as near as I can tell) part of the proposal to which I was responding.
  14. I must count myself among the skeptical regarding this point. While it appears that this may add some flexibility for the advanced user, and may make the ISY more consistent with other advanced programming languages one may be used to, it does not reduce the level of understanding required. On the contrary, I see this as potentially adding one more thing that can go wrong. Example new thread: One still must understand the concept of triggers and conditions. One must still understand the existing defualt triggers. No....I don't see this forum going out of business any time soon. It is just that the questions will change.
  15. Indeed, it is. I just wanted to make sure you were not laboring under a false pretense.
  16. Given that one can already separately specify triggers and conditions (disable the condition program, write a separate program for triggers), the question seems to me to boil down less about program limitations and more about intuitiveness and user friendliness.
  17. Nice! Now the fun and addiction begins.
  18. I believe you are correct, in that the mutually-exclusive option for those buttons function only when the buttons are activated locally. If you are going to have an ISY program activate the scene, then it would be a simple matter to add a program step to turn off the correct buttons. If you are activating a scene from the ISY admin panel, you could manually turn off the buttons off. In my experience, there is very little reason to control my lighting from the admin panel, except for troubleshooting purposes. Since you have established mutually-exclusive relationships between the three KPL buttons, only one will be on at any given point in time. There should be no reason to write a program to cause this to happen. Based on what I understand from your post, you should be able to handle your needs with one scene, three buttons as controllers, each button having it's own settings, with the three buttons in a mutually exclusive relationship. Am I missing your question?
  19. My understanding is that current versions of most devices support "off" as a viable response to a scene "on" command. Are you suggesting that, when you select button A within the scene definition, "off" is not an option you can choose for the load-controlling device? Yes, a program can do this also, but I did not think it necessary.
  20. This is to offer as much flexibility as possible. The scene level generally refers to the settings when called from the ISY and programs. The device level is the settings when called from that device. This allows multiple scene settings to be set based on the device from which it is controlled. In case you wanted the same scene response from a particular device as you would get when calling from the ISY. Am not sure what is your question here. If you turn a scene on from a program, all responding devices (controllers are also rsponders) that are part of that scene, including KPL buttons, will go to the "on" settings, as defined under the master scene definitions.
  21. That seems very strange to me that these would show different status. I would have assumed that the information displayed would be from the same source. Good. I think, however, I would still remove the offending devices from the ISY, perform a factory reset on the devices, then add them back to the ISY using the automatic method. The version 00 still has me concerned. The automatic detection should give you an accurate version number. Do you not have any access points? Is your PLM a dual-band version? Are any of your other devices dual band? I am wondering if the lack of version number is indicative of failed communication. Yes, this sounds like a viable option, but I think you will find adding the devices back into programs and scenes still easier. Besides the discrepancy in status, is your system (programs, scenes) working as expected?
  22. I am not sure that I understand the difference between "regular page" and "admin console". This definitely concerns me. In devices that are easy to access, I have never seen the value in manual linking. I would do this by "start linking" and autodetect. It will not delete scenes and programs, but it will delete this device within the scenes and programs. You will have to re-add it. The other factor that could come into play is the version of ISY software you are running. I would upgrade to the latest available version if you have not already done so. Sometimes, support for the latest generation of devices is included in these upgrades.
  23. As others have addressed, I assume there is a possibility that the switch is the one directly controlling the load. If so, then it sounds as if you need to take the advice of Sub-Routine. To which I would add.... One other factor that I recall when trying similar things is that older versions required resetting of power before local control settings such as this take hold. I do not remember the cut-off version. Hopefully, yours are newer.
  24. Of course, this is already achievable by disabling programs. The remaining question is whether you believe this would be more "intuitive". I cannot help but wonder if there would be fewer or greater numbers of questions and confusion. My suspicion is that neither (existing or proposed) option is inherently more intuitive than the other.
  25. I am not overly hopeful that this will solve your problem, but it is worth checking. What is often not clear to me is whether hooking an insteon switch into a noisy load would contribute to communication problems, even when the switches are off. Or...does replacing a dumb switch with an insteon switch create new communication problems if that switch controls a noisy load. BTW, what are the loads on the four new switches? How did you add the devices to your ISY (manually or "start linking")? Did you experience any problems (or even apparent delays) with adding these devices to the ISY? I wonder about the possibility that there is a corrupt link database in the device or ISY and what affect that may have on the performance of your existing scene.
×
×
  • Create New...