oberkc
Members
-
Joined
-
Last visited
-
Currently
Viewing Topic: In UDM unable to open Settings>Plugins>YolinkLocal
Everything posted by oberkc
-
Programming Wisdom Please
One thing that you may have to watch out for with this second program is the possibility that someone turns off the nightlight less than ten minutes before sunrise. I am concerned that, were this to happen, the wait period would continue and turn the night light on AFTER sunrise. The simple solution might be a slight modification to the second program, such as: If From Sunset To Sunrise - 10 minutes (next day) And Status ‘nightlight’ is Off Then...
-
keypad linc
Your program will do nothing to enable the C button to control the pump. Perhaps it would be best to describe what it is you want the program to do.
-
keypad linc
That is what I suspected but was not sufficiently confident to suggest it. If so, I then wonder if there is a difference between "Status 13.83.0d.b is on" and "status 13.83.0d.b is 100%". That is the only thing that caught my attention. I suspect there is no difference. I also suspect that it may not even be possible to select a "100%" (versus "ON") status on a secondary button. Otherwise, I expect the program to do exactly what he said he stated he wanted (which may or may not be what he really wanted).
-
keypad linc
This looks about right to me. Does it work? If your keypadlinc is a dimmer version, I wonder whether there might be complications if less than fully ON (100%). I forget whether secondary buttons can have a status of something other than OFF or ON, but this would be easy enough to check, if you are so inclined.
-
Programs not running
Obvious things to look for: a) have you saved the changes to your program? Do you see little green arrows in your program listing? do you, or do you not, see in the event viewer, the command to turn on the kitchen door light? c) can you turn on the kitchen light from the admin panel? d) is the program disabled? Is the program in a folder that is disabled? e) what is the status (true or false) of the program? When was it last run? Is this the same time as receipt of the motion sensor signal? There is little to go wrong with the program, itself. There is something else in play here.
-
Vehicle detection and status
Yes, that is exactly what I meant. Perhaps a combination of two (aligned in such a way that only a car could block both, with some ISY program logic requiring both, along with a continuous minute, as you suggest. I don't think these are very expensive. Other topic has explored the use of a cell phone as a surrogate for the car. Perhaps some type of logic such if cell phone connected to the wifi and garage sensor gizmo activated and second garage sensor gizmo activated then do whateve
-
Vehicle detection and status
Maybe I misunderstood, but I thought the original request was to detect whether the vehicle was IN the garage, not whether it is coming or leaving. Still, if the sensor was off and suddenly turned on, I think one could reasonably infer that the car just arrived. Obviously, a combination of sensors and logic would be required to ensure that it was a car, and not a lawnmower (or a person), but this is an issue not necessarily unique to this particular solution.
-
Vehicle detection and status
I wonder if one of those garage door opener safety sensors, in conjuction with an IOLinc and power supply, could be adapted for this purpose?
-
Repeating LED Follow Program - Need Advice
My gut reaction is to solve the communication problem. Absent of that, I would try to understand the communication problem a little better. It is possible, in my mind, that the reason that your keypads are missing the programs is because the control/status signals are not getting TO the ISY. If this is the case, no amount of programming (short of a query) will solve this problem. I thought filterlincs were plug-in devices. I am curious what you mean when you say you have one "at the panel". Are you saying that your keypads are on filtered power!? This could impact communication. I just ran out of time, but I thought I would offer a few thoughts.
-
How do I set program priority when multiple programs exist?
There is no "flash" command in insteon, so the only way I know to do this is through a program. I forget the exact program language, but it is something like: repeat three times turn light on wait x seconds turn light off
-
How do I set program priority when multiple programs exist?
I would take a slightly diffent allocation of tasks, triggers, and programs: If Control 'Main: Trigger Drive-Opened' is switched On then Resource 'Driveway Alarm Beep' Send Notification to 'Rich Email' content 'Driveway Alarm Alert' Run driveway alarm (if path) else Modify your driveway alarm code, and disable this program: If From 6:35:00PM To 6:35:00AM (next day) Then Set Scene 'Outside' On Wait 5 seconds Set Scene 'Outside' On Wait 25 minutes Set Scene 'Outside' Off Wait 5 seconds Set Scene 'Outside' Off Else - No Actions - (To add one, press 'Action')
-
Fanlinc and KPL6 - fan only works when light switch on
Is the keypad main button also in this scene, as a controller?
-
i/o link sensor report
If the leds on the IOLincs are not responding to a change in sensor state, then I would begin to suspect a hardware issue. It could be wiring. It could be the relay itself. It could be the IOLinc. You could eliminate the iolinc from consideration by shorting the sensor terminals and see if the iolinc led changes state. I am finding it hard to believe that this happened simutaneoulsy on three iolincs. Any electrical storms lately?
-
i/o link sensor report
Is the LED showing sensor state still reponding as you expect? The ability to talk to the relay does not, in my mind, guarantee the ability to hear the sensor. There are only a couple of things that I can think that might cause this problem...a communication problem, or a hardware failure. I suppose it may be possible that a corrupt link database may be a possible cause, so it may not hurt anything to perform a "restore device" from this ISY.
-
Red Exclamation mark (ISY 994i)
I believe it represents a communication problem with that device. Have you tried to make any changes to the device? Scenes? Links? If so, try again to write those changes.
-
check for event, wait, check again and send sms if still on
Try something like (syntax not exact): If Status of IOLinc is on Then Wait 10 minutes Send sms notification Else
-
Garage Door Control & Status
Your program will trigger upon any change of state of your sensor, regardless of the variable. Whether it triggers off the variable depends on whether it is a state or integer,
-
I think I created conflicting scenes, how to fix?
I still think device malfunction is a posssibility.
-
KPL button to be lit when lights are on
Program looks good to me. I would consider other possible causes. Symptom suggest THEN path cause change in status of one of your conditions. Do you have any x10 addresses in use? Are any of these devices in other programs? Perhaps watching the event viewer when you trigger one of your problem devices would yield a clue.
-
I think I created conflicting scenes, how to fix?
While I read that you had installed a new paddle, the though did not cross my mind that this could be a potential cause of your problems. Good catch. Hopefully, that is the source of your problems and that it is easily remedied.
-
I think I created conflicting scenes, how to fix?
. Oftentimes, when manual scene commands work but programs or commands from ISY or mobilinc don't, it is because of problems communicating with the PLM. I would consider this possibility first. This sounds to me like either a wiring problem, or a device failure. Don't assume that a professional electrician understand how to wire insteon switches. I don't know how comfortable you are with electrical wiring, but I would be pulling that particular paddle out and checking wiring.
-
I think I created conflicting scenes, how to fix?
In addition. Any light, keypad button (load controlling or otherwise) , or module that you want to go on or off in response to your ALL scene should be included as responders. Yes, exactly. I tend to agree with this, which is why I recommended looking at causes other than scene definition.
-
I think I created conflicting scenes, how to fix?
first, no more "mashing". All scene creation should be done via ISY admin panel. Once created, just use the switches to turn off/on the scenes. Create one more scene...the two KPL main buttons would be controllers. All other devices you want to come on (including other KPL buttons) in response to the KPL main buttons would be added as responders.
-
I think I created conflicting scenes, how to fix?
I thought I would post a quick reply, without spending a lot of time studying your post... I don't think one can create conflicting scenes. If a device is already a controller of one scene, the ISY will not let you add it as a controller in a second scene. Devices can be responder to many scenes, but this would not create the symptoms you describe. I would be considering the following possibilities: a) is the load on the various switchlincs causing a problem? Are these loads something other than a simple incandescent light, operating on 120VAC? possible wiring problems? c) communication problems. d) do you have any programs involving these devices?
-
My Harmony Remote and controlling lights
I have not used the IR portion of the ISY-994 (however I have used the IRLinc). For this reason I was hesitant to respond to this question. Unfortunately, I see others were equally hesitant, so I will not let ignorance get in the way in this case. Does not the ISY IR capability let you add a device command like a learning remote? How many buttons do you need the ISY to recognize in order to give you the control you need? Half a dozen? Would it be a simple matter to train the ISY for the specific buttons you wish to use for lighting control?