Jump to content

oberkc

Members
  • Posts

    5876
  • Joined

  • Last visited

Everything posted by oberkc

  1. This, in my mind, is the most common use of motion sensors. Yes, there are good programs available, but will require adaptation for your own types and numbers of devices. Are you familiar with the udi wiki? There is a good discussion about motion sensors used in a bathroom. The basic concepts are the same and pretty well explained there: http://wiki.universal-devices.com/index ... _Bathrooms The way I do this is to use several programs. The first one is simply to keep track of manual control of lights. If Control light switch is turned on And control light switch is not turned off The Set variable (integer type) = 1 Else Set variable = 0 I then use these variables to decide whether i want to enable the motion program If variable = 0 (lights have not been manually turned on) And ( control MS1 is set on Or control MS2 is set on Or control..... (Add as many motion sensors as you wish) ) Then Set lights on Wait x minutes Set lights off Another key is supplementing this with the right scenes. First, the motion sensor should NOT be controller of any scene. The light switch controlling your outside lights SHOULD be in a scene with the lights if there are multilple devices powering your outside lights. For the variable, make sure you define it as an integer. Understand that there are settings on the motion sensor that can affect performance of this setup. Hopefully, you recognize that my syntax is only vaguely accurate, and can see the ideas behind it and adapt for your actual devices.
  2. if control motion sensor is on << then turn on light wait x minutes turn off light else nothing
  3. Perhaps I am loosing track of what you are trying to accomplish, but I am not sure why you have all those STATUS conditions in there. Specifically: And Status 'Garage Interior / Interior - Garage Lights' is Off I suspect it is this condition that is keeping your motion sensor from retriggering the countdown.
  4. The only reason, besides device malfunction, that I understand would case a switch to come on at certain levels are the local settings for that switch. If you are confident you have the programmed appropriate, I would consider cycling the power to the switches. I recall that, for some settings, older versions of switches require a power cycle for the settings to take hold. Alternatively, check that you don't have any funny green or red symbols next to any of these devices indicating a need to write to these devices.
  5. My assumption is that your program is triggering at sunset. The question, then, is how to set up the program with the same conditions, but does not trigger at the from/to times. This is what I came up with: From Sunset To Sunrise (next day) Then run the programs in this folder In the folder, add a program: If $My_iPhone_home is 1 Then Send Notification to 'Text Message' content 'My Home' Set Scene 'Scenes / Outside Rear Pole Lamp' On Wait 3 minute Set Scene 'Scenes / Outside Rear Pole Lamp' Off TJF1960 version would work as well, I expect. Beware....I expect your program has another hole. What happens if you leave home (or sunrise occurs) during the 3 minute wait? (hint: the light may not turn off.)
  6. oberkc

    bad dimmer switch

    I vaguely recall once switching line and load. My recollection is that the switch can appear (leds on) but act very strangely. If you think this is a pssibility, best to confirm independently with a volt meter.
  7. Another option to consider is to look at your program log and see if any fired at the time of the latest log event. If you can identify a program that is causing this, then you should be able to make adjustments to make it behave more as you intend.
  8. Basically, yes. STATUS conditions trigger at any change of state. CONTROL conditions trigger upon receipt of the specified control, but not other controls for the same device. FROM/TO conditions trigger only at the specified times...not anytime between.
  9. based on the reply from apostolakisl, I would also consider the possibility that your first program may suffer similar problems as the second, if one of your elk conditions becomes unviolated. Subsequent sensing of motion would restart the timer, but if the timer is running and an elk condition retriggers the program as FALSE, then your timer will stop and the lights will remain on until another trigger (and TRUE) occurs.
  10. regarding your second program never turning off the lights, I can only assume that some event happens that interrupts the wait statements and forces the program ELSE path to run. Unfortunately, I am unfamiliar with how Elk rules work in this regard to offer any specific advice.
  11. No variable is required. Your program should work as is, unless your motion sensor time-out is set higher than ten minutes. Of course, motion sensors are not 100% reliable and issues such as that can come into play, but I would first check to make sure the time-out period is not set too long. Remember, from the ISY, these settings can be adjusted, but the motion sensor must be put into linking mode for the ISY to write the changes. I believe, too, that jumper 5 must be properly set for the ISY or any other controller to make changes.
  12. Is your variable a state or integer?
  13. I have found some value in have an "all devices" scene. I use this for a couple of reasons, including an ALL-OFF program. Yes. There are a handful of key concepts that are good to understand with insteon and the ISY. One of those concepts is that turning on or off a controller device from the ISY admin panel will not affect any devices that are a responder to that controller....the only time a device acts as a controller is when it is activated locally (press the button).
  14. Only for a few days, up front. I go for months without touching mine. Then, when I do, it is often to experiment or change the way my system works. I encounter nearly NO need for maintenance or babysitting.
  15. That's some great food for thought, I'll try to answer... Yes, technology does intrigue me. Spending an hour or so each night for a few days is fine, but every day, then you can't exactly call it automated. I hate paying someone to do a job just because I'm too lazy. I'll gladly pay somone who actually knows what they are doing. Half of the time when I pay for a job to be done it ends up being no better than if I'd done it myself. I do just want to get it working. I hadn't opened the admin panel in well over a year. But let's be honest- Insteon devices are not built to last, so as they stop working, you do need to deal with them. My house is somewhat static. Maybe once a year I'll think of something I'd like to add to the lighting system. VCR blinking 12:00? No, I did try to keep it set, and I was happy when I bought one that could set its own clock. I rarely programmed it to record. I spend way too many hours a day on the Internet. I use Chrome at work, and Firefox at home. I have no idea why on don't use the same browser in both places. I think the reason might be that there was a version of Firefox that broke flash, and that day I switched to Chrome. I never had that version at home. My smart phone is an iPhone, not because I have a gay crush on Steve Jobs, and not because I love Apple telling me what's best for me, I use an iPhone because it not just can't be tweaked, it doesn't need to be tweaked. Yes there are things I wish it could do better, but I like not having to think abut it. I need it to just work when I use it. I need home automation to be like my iPhone. When I, the household geek pushes a button, I don't want to wonder if it will work. More importantly, when my wife, who quite frankly could live the Amish life style, presses a button, there better be no mystery or trouble shooting involved. It needs to work just like a normal switch that normal people have in their homes. I just feel guilty taking so much from all of you when I have so little to contribute. But if you're willing to hold my hand though this process, then I'd rather just do it myself so I can fix it when it breaks. Thanks, ~Jay I apologize for being unclear, but I intended these as rhetorical questions to help guide your decision. But...I have seen enough. Your attention to detail and willingness to read the responses leads me to the conclusion that you should give this a shot without professional help.
  16. I am having a senior moment with my memory, but this sounds like the common problem where folks can fail to fully account for program triggers versus evaluation results. I can tell you that I avoid programs who's THEN or ELSE path can cause a change of the IF condition. For example, you have a THEN path which turns the "light" off. This would change the STATUS of the light from "not off" to "off". This change of status would trigger (again) the program, which could cause the ELSE path to run. In worse case you may have an infinite do loop. There are a couple of options to avoid this problem. One is to use integer variables as a representation of light status (integer variables, when used in a program IF condition, do not trigger an evaluation when they change). Using this method may require a couple of programs to accomplish, such as: if status light is not off then set integer variable to 1 else set integer variable to 0 if control remote button is set on and integer variable is = 1 then set light off else set light on Another option should you care to avoid the variable approach would be to break your single program into separate programs: if control remote button is set on then run second program (if path) second program (must be disabled): if status light is not off then set light off else turn light on Take your choice. There may be other options, but that should be enough to get you started. Report back if you have any problems. edit: looks like LeeG beat me to it again.
  17. oberkc

    bad dimmer switch

    I think you should consider the possibility that there is something about the condition of your power (surges, over-voltages, spikes, noise) that is causing these failures. While I am sure there are plenty around here that will complain about insteon "quality", 5/13 is absurd for the first six months. Something strange is going on somewhere. Is it possible you have a wiring issue that is causing a gross distortion to your AC waveform?
  18. One factor in whether you want to pursue outside help is your interest level. Does technology, in general, and home automation specifically, intrigue you? Do you find spending an hour or so for a few evenings on the computer early in your life with insteon and the ISY to be time well-spent? Do you like understanding how things work? Do you fix your own appliances because you hate to spend a hundred dollars for someone to come out to fix it for you? If so, then save your money and take advantage of the wonderful folks around here. Do you just want to get things working? Do you look forward to the day when you no longer have to open the ISY admin panel? Do you think your insteon system will remain static once installed? Do you hate smartphones and digital cameras? Did your old VCR clock continue to flash 00:00? Do you get a blank stare in your face if someone asks you what browser you use to surf the internet? If this is more your style, then the use of outside help may not be something to quickly reject.
  19. I must admit that my initial concerns about your program were the same as those of xathros. I also vaguely recall a similar discussion a while back about status and control within the same condition I had a while back, so my confidence is not absolute. Unfortunately, I think your "wait" statement is the factor that will cause the retrigger and halting of the timer.
  20. oberkc

    My new 994i

    There is a sticky post somewhere about configuring ISY for internet access. I understand it is best to change the ports in the ISY settings, then configure port forwarding rules in the router. I inderstand that some antivirus can make things troublesome as well. Check out the long sticky post ...I suspect it will answer the detailed questions you have. As far as remote control in the car, I have chosen the phone route, but the insteon remote seems viable. I suspect it will boil down to what you want to control and the user interface you are looking for. IOS devices will compel you to open an app to control you system, so it will usually entail multiple steps to turn on a light or open a garage door. In my mind, android has the advantage here for those who want a button on the home screen that will perform a function with one press.
  21. I understand that the query can be a problem if one uses the sensor reverse option on the ioloinc. That is, however, a good point that I did not remember.
  22. The keypad button is set to non-toggle ON. ON will be the only command sent to the relay. Unless you have another way to send commands to the relay, the momentary mode chosen should not matter. If this concerns you, set the relay to be in momentary mode, responding only to ON commands.
  23. Perhaps, too, this is another example of some capability in iOS versions versus Android? (I use android. I do not use mobilinc connect.)
  24. EricK's suggested solution is an interesting thought. The only potential concern I have is that the lamp will go to the same preset level (local ON level) each time the ON button is pressed. From that level, it would go to the scene levels when the program executes. This may be noticeable in some cases, but with a judicious use of long local ramp rates, you may be able to mitigate this effect. This could work well. Keep in mind that using this approach, there is no need to define the lamplinc as a controller in the scene. Another issue to work around is what happens when a lamp is turned on by it's switch. Is this a concern for you? Expanding upon EricK's suggestion, you may also consider triggering programs from an OFF command.
  25. The notifications about which I am aware are EMail and Text. I am unaware of notifications "to mobilinc". Perhaps we will learn together.
×
×
  • Create New...