Jump to content

oberkc

Members
  • Posts

    5857
  • Joined

  • Last visited

Everything posted by oberkc

  1. This is how I would do it. I understand that there is no such thing as "scene status", so one must look for triggers from the individual scene controllers. No better way is coming to mind.
  2. It works with mine. Please note that both have sections in this forum, under third party products. I would imagine, also, that one could find a good description on mobilinc at the app store and play store.
  3. I use mobilinc. I also continue to use conductor, but I understand that it is no longer supported.
  4. oberkc

    wiring options

    Good catch. I forgot about the bulblinc option.
  5. My understanding is that zigbee support IS pretty limited. If I recall correctly, I believe it may be limited to certain energy monitors. Hopefully, others can confirm with greater certainty. This allows all the apple fans to start claiming that the iPhone is the first device to allow one to control a lightbulb through their smartphone.
  6. oberkc

    wiring options

    I agree with bmiller...this likely does not come directly from a panel, but another fixture or outlet. The wiring you describe is pretty common based on my limited experience. It is known as a switch loop. Yes, an inlinelinc is likely your only option without running additional conductors.
  7. oberkc

    Christmas lights

    That was my assumption, but I was not certain. Given this, I agree with your conclusion: I don't think this statement will accomplish the desired goal.
  8. oberkc

    Christmas lights

    LED christmas lights can sometimes glow, as well. If you get enough strung together, then not. Some have suggested plugging in an incandescent nightlight into the same outlet. Others suggest plugging in an unused power supply or charger. Others appear to go as far as to add a resistor. If you have glowing LED problems, try one of those approaches as your skills and interest dictate.
  9. oberkc

    Christmas lights

    If you did this, then the outletlinc will turn on and off with the keypad button. Effects from programs will be in addition to this. I am not familiar with the statement "stop program". Does this stop any ongoing execution of a program, or more broadly disable the program? My assumption is the former, in which case, this may not do what you expect. What are you expecting to happen when "keypad linc D" is switched on, if anything?
  10. oberkc

    Christmas lights

    on mine, top is switched. Agree on the concern about the test load. If it is a low-power LED, it could continue to glow, even when off.
  11. oberkc

    Christmas lights

    Tedious is the word I would use. If I had multiple programs that required seasonal adjustments, I would probably go ahead, but I have basically two folders that use yearly conditions, and it is not that difficult making the once-per-year adjustment. I think you are making a good decision (for now) to skip the variable approach. Become proficient with some of the basis things: the boolean logic (and, or, parenthesees, if, then, else), understanding what triggers a program, knowing the difference between "status" and "control", avoiding loops, effects and consequences of "wait" statements, etc.... Once there, then relook at the suggested variable program.
  12. oberkc

    Christmas lights

    I believe apostolakisl is absolutely correct...your program will not perform as you expect. With hope that this will help better understand why... There are program triggers (when will a program perform an evaluation) and program results (what are the results of the evaluation). Triggers and evaluations are both dictated by the program conditions (if statement). Your first program will trigger twice, and only twice: on January 4th 2013, and on December 15th, 2030. This program will do nothing between these two points in time. Once triggered, the evaluation will be "true" on the first date (thus running the "then" statement) and will be "false" on the second date (thus running the "else" statement). Bottom line...this program will turn your outlet on when january 4th 2013 rolls around, and will do nothing (empty else statement) in 2030. It will be, simply, a one-time event. Your second program has a couple of problems. First, it will run (trigger) continuously between the "from" and "to" times, meaning it will run from 2013 until 2030 without stopping each January. Second, it will ALWAYS evaluate as "false", because it can never meet both conditions at the same time. This is because you chose "AND" rather than "OR". "AND" requires both conditions to be true in order for the entire condition to be true. Because of this, the second program will do nothing more than send out "off" commands four times daily between December 2013 and January 2030. I also agree with apostolakisl that, short of writing a bunch of amazing programs such that he has done, I have not found a way for ISY to handle your sort of problem. I have taken a different approach. I have simply decided that I am going to be accessing the ISY several time a year regardless, and that I am too lazy to generate the set of programs necessary. Therefore, I simply create a single-year program for holiday lights, and update it each year.
  13. I use keypad buttons as conditions in programs. These keypad buttons are not part of any scene that I created (besides, apparently, the one described by LeeG as a consequence of adding the keypad to the ISY database). The ISY appears to have no trouble keeping track of status.
  14. I apologize for being unclear. The intent of my question was to as about the consistency in the AMOUNT of time she takes, not the start time. For example, does she ususally take around three hours to accomplish her tasks? If so, how about returning the thermostat to energy-saving mode three hours after she enters her elk code?
  15. How about time? Is the cleaning lady consistent in the amount of time it takes? How about motion? Lack of motion for a set period suggests the cleaning lady has left.
  16. Power your ISY (not the PLM) via UPS?
  17. Do you have a means by which imsteon can communicate between legs (or phases) of your eletrial system? This would generally be two dual-band devies, properly verified on each leg.
  18. oberkc

    Automate or not?

    I tend to use single switches for individual lights, and keypads for other functions, including irrigation, or program delays, or setting home or away status, or garage doors. I also use tablets as a user interface. But I agree with the assassment that the perfect UI has yet to be invented.
  19. oberkc

    Scene or Program

    I assume "native" refers to the fact that scenes work bteween devices withou need for intervention by the isy. This can tend to be a little faster reponding.
  20. oberkc

    Dim a scene

    Yes, they could be responders, but not controllers. I don't think that matters. Whatever meets your needs and is most efficient (I like efficient programming). I expect that the ISY status will be fine.
  21. oberkc

    Dim a scene

    Purely a gut feel, but I would create a second scene. Of course, the second scene would not be able to have the same controllers but I assume that this is not a problem if the purpose of the scene is limited to a one-time-per-day mood shift.
  22. LeeG knows far more than most about the details of interdevice communication. My view is much more observational. Individual devices can "work" based on communication between the devices, even with communication with the PLM impaired. When initiating the changes from the ISY, communication between device and PLM becomes critical. This is one reason that I suspected the problem is associated with equipment close to the PLM. Regarding the mismatch between ISY and truth....yes, I understand that the ISY looks for confirmation, but when not recieved, it makes the assumption that the device status is as commanded. Hopefully, the more learned among us will confirm or deny this.
  23. Are the devices that failed the scene test the same two that have incorrect reported status? Are these the same devices that are powering your fluorescent (tube) fixtures? Are those hardwired fixtures or can they be temporarily unplugged? All indications continue, in my mind, pointing towards a communication problem. The communication problem could be associated with the PLM. What other devices do you have plugged into the outlet with the PLM? Computer stuff? UPS? Surge suppressor? Do you have your PLM plugged INTO a UPS or surge suppressor? Given your success with your other devices, the communication problem could also be associated with devices powered by the same circuit as that powering your offending devices. I would be investigating what is on those circuits. And how did you confirm this?
  24. If these are CFL, try temporarily replacing with incandescent. While I am not sure that this is a problem for you, the check is simple enough that one might as well be sure. Regarding the scene test, do you have a lot of programs? Are any of these programs potentially triggered by a change of status by any of the devices in the scene-in-question? (If so, this could skew the results of the scene test.)
  25. My understanding is that the ISY will assume a device reacted to commands, even without confirmation from the device. This suggests, to me, that there is a communication problem in your case. Is it necessary to turn the switch off before turning it on? Would not the light come on if you simply turned it on without first turning it off? There are a couple of questions I have: a) do you have a method for providing a communication path across legs of your electrical system, such as two properly verified dual-band devices or access points or a signalinc? what are the loads you are trying to control? Incandescent? CFL? LV with power supply?
×
×
  • Create New...