
oberkc
Members-
Posts
5816 -
Joined
-
Last visited
Everything posted by oberkc
-
I think jec6613 correctly diagnosed the problem. I don’t know that variables are the simple solution, however. What about modifying your original program: - disable it - remove the first condition (if ir006 is pressed) Then, add a second program such as: if if ir006 is pressed then run modified IR 06 program (if path)
-
I think this is good advice. The only downside to this is that, IIRC, many around here claim that the alarm is a GREAT repeater...a better repeater than other z-wave devices. Even better would be if you have a need or interest in an alarm. Given that I purchased the aeotec alarm, I went ahead and created a simple program to trigger it under certain conditions. It gives my wife some level of comfort when I am gone.
-
That has been my experience. I understand that z-wave is a mesh system also, thought I also understand it tends to established fixed routes as devices are added. In my case, the additional z-wave devices resulted in a better z-wave network. Another thing is that, apparently, some z-wave devices can use secure communication and some cannot. Also unlike insteon, z-wave repeaters need to be added to the ISY994. It seems many have recommended the Aeotec alarm as a good repeater. I have one, along with the Aeotec repeater, and am happy to recommend them also. Get a couple, install them first, the install the door lock. Sometimes it can be necessary to program the lock while near the ISY, then install it, but I suspect you will be able to make it work. One thing I suspect you will like about the z-wave locks is that, unlike the morninglinc, they report status. Now, when you unlock the door from the keypad or knob, the ISY will know it. Added bonus: you may find some z-wave devices you like that don't have counterparts in the insteon world. Now you will be ready to incorporate them into your house.
-
As far as I know, the morninglinc is the only insteon lock version available. The practical options remaining are, in my mind, zwave. Perhaps you could use a wifi lock such as a homekit or google lock, but most of those are deadbolts, I think, and would require some special network instructions or nodelincs or polyglot or one of those other systems I know little about. I don't know how far away is your lock from the ISY, but my guess is that the odds are pretty good you can make that work, with one of the z-wave range extenders. Whether or not there is one with knob/handle I don't know.
-
Check your other topic
-
Do the instructions define a specific connection for line/load? Like you, I would have expected voltage only one place. Are both the same voltage? If you remove the light bulb, does the voltage go away on one conductor?
-
That is one option. I think harmony has codes for the he ISY also, but I assume that you would have to teach the ISY Oir somehow dowblaod those codes into the ISY. Some harmony remotes have dedicated "smart home" buttons. These buttons, I believe, work independently of an activity. Given this, I suspect it is best to load a dummy device that falls under the smart home category. Otherwise, harmony will only use that device as art of an activity.
-
The IR capability can be added to an existing ISY.
-
Yes. I have a backup program that turns lights off at dawn and, among other thngs, resets the motion programs.
-
My wife is one of those. She claims not to have to turn off lights because they are automated. The problem is also that she gets concerned also when I use geofencing to determine whether she is home (it is creepy, apparently). Between a rock and a hard place.
-
You do the same thing that I do, except here. Mine revert to "normal" function at dawn.
-
Glad you figured it out. I could, at best, make educated guesses at many of those settings.
-
I have always felt that many underestimate the nuances of these types of automation programs. This is definitely a scenario that is worth thinking about in terms of requirements before programming. I agree with you that better understanding of the lights and requirements is needed to provide better answers. The program I proposed, for example, would not halt itself should someone manually toggle the lights while the timer is running (not sure whether this is important or not). I suspect this program will get more complicated still as AnthemAVM thinks further about what he wants to accomplish.
-
What are "side lights"? Is it the laundry room exterior lights? BBQ lights? Both? Either? What if someone manually turns on the BBQ lights but does not turn on the exterior lights, what do you want to happen: timer or no timer? What do you want to happen if the timer is already in progress, THEN someone manually turns on one or both of the lights? Depending on answer to the questions above, I would probably take a different approach than Larryllix. I would probably keep it two programs: If From 10:01:00PM To Sunrise (next day) And 'SideGate-Opened-Opened' Status is On and ( 'Exterior Lights / Laundry Room Exterior Light' Status is Off Or 'BBQ Island' Status is Off <<<<<<<<<<<<<<<<<this may need changed to AND depending on your answer to my first question ) Then Run Program 'Side Gate On' (then) Else - No Actions - (To add one, press 'Action') If nothing Then Set 'BBQ Island' On Set 'Exterior Lights / Laundry Room Exterior Light' On Wait 5 minutes Set 'Exterior Lights / Laundry Room Exterior Light' Off Set 'BBQ Island' Off Else nothing
-
Do you know for sure that they actually came on? I understand that there are no programs with this device but, by chance, did any programs run at (or about) 12:09:31AM?
-
Same for me. I use them to isolate noise from LED loads to switch. Am unsure if it would affect flickering, but it seems to me that there is a good chance that it would.
-
I did not see three motion sensors. Program 3 is not needed. The other programs, as now written (added ELSE statement) will take care of this. Programs one and two should have an additional statement added to the end of each ELSE path: Set Scene 'Flood Lights' Off I will throw out another option: a single program: If ( Control 'Outside / Rear Deck South Side-Senso' is switched On or Control 'Outside / Rear Deck East Side-Senso' is switched On or control third motion sensor is switched on ) And From Sunset To Sunrise (next day) Then Set Scene 'Flood Lights' On Wait 15 minutes Set Scene 'Flood Lights' OffElse Set Scene 'Flood Lights' Off For any program, ask yourself what will force an evaluation of the IF clause. For the ISY, the evaluations are triggered based upon the conditions contained within. In your (and my) specific cases, the programs would be triggered upon the following events: - sunset -sunrise -receipt of ON commands from one of the two motion sensors. Regardless of what triggered the evauation, the entire condition is evaluated. Any time the evaluation is triggered, WAIT and REPEAT would allow the on-going execution to halt and the program restarted, based on the results of the evaluation. At sunset, the entire condition is false (no simultaneous receipt of any ON command) and the else path runs. At sunrise, the entire condition is false, running the else path. Upon receipt of an ON command, condition could be true (if between sunset and sunrise) or false (if after sunrise and before sunset).
-
Program looks fine. I expect it to work when you get your communication problems solved. In addition to those things said by larryllix - make sure you PLM is not on an outlet or circuit with lots of other electronic gadgets. - make sure you have confirmed communication between the legs of your electrical circuit. There is a test in the user manuals for most of your dual-band devices that include this test.
-
I cannot help but fear that this is a hardware failure.
-
"Best" is subjective. On this one, I would be afraid that motion would trigger during the 15min wait, causing the program to re-evaluate and run false, leaving the lights on indefinitely. Alternatively, if sunrise occurs during wait period, program will halt and leave lights on. Is your objective to have the motion lights turn off after 15minutes, even if subsequent motion is detected? "Control ...on" will only trigger a program upon receipt of ON signals from the motion sensor. OFF signals will NOT trigger the program. It will be TRUE only at that point in time when so triggered. At all other times that condition will be false. "Status...on" will trigger programs only upon a CHANGE of status. Repeated ON signals will NOT trigger the program. It will be TRUE so long as status remains ON. Any time a program is triggered (during a wait or repeat) the program will be interrupted. The only question is whether the program evaluates TRUE (runs THEN) or FALSE (runs ELSE). Having the variable does not halt the interruptions. Rather, having the variable changes the evaluated state (true/false) once interrupted. As for me, I would actually prefer that a new motion sense would reset the timer back to 15min. My recommendation is to state your requirements, in detail. Write them down. What do you want to happen when a motion sensor is triggered? What do you want to happen at sunrise (anything? Turn off the light?)? What do you want to happen if motion is sensed and the light is already on (reset the timer? nothing?) What do you want to happen when one sensor triggers and a second sensor triggers during the wait period? After the wait period?
-
Brian H, it sounded to me as if they have already tapped into the wall button with another gadget. This same approach would work with the IOLinc, don't you think?
-
The insteon garage door kit, including the IOLinc, can be configured to send a "momentary" ON signal, very much like a doorbell button.
-
It would help if you actually post the program. Are you on v4.X of the ISY software, or have you moved to v5.x? One possibility is that your conditions checking on lights being ON are "control on" (rather than "status on") conditions. Is this the case? If so, your program would not ever run the ELSE path.
-
Given what you describe, I think I would be happy to assume that I am leaving the cabin at approximately the same time each visit and turning off D button at the same time on the 10th day. Whether that is in the morning or evening or whatever, a simple approach would work. Given that you already have some programs working, I will also assume you have an understanding of programming with the ISY and are seeking an approach, rather than the exact steps and syntax for the specific programs. I would take the approach as I originally suggested. First, create a variable (probably would use a state variable here) that is to be used to count days since pressing the button. For these purposes, I will call it "daycount". Second, I would create a program which would increase the daycount variable by 1 each day. Third, I would create a program that would watch for status of D button. If D was ON, I would then enable the program created in the second step. If OFF, disable that program and reset the variable to zero. Finally, I would create a program which would, at a fixed time each day, check the variable value and, if = or greater than 10, turn off D button.