Everything posted by oberkc
-
Trouble adding a 2457D2 R1.9
In case you have not seen it, each update gets a new topic, with change description. Try here: http://forum.universal-devices.com/viewforum.php?f=25 You can review each update at your leisure and find what is in each, including recognition of any new devices. I have not memorized the change log, unfortunately, so I cannot answer without performing the same review.
-
Question on a timer program
Unspoken regarding this suggestion is that programs with "wait" statements will be interrupted should an initial condition (such as "status") change. So...when the light is turned off, then back on, this will halt the execution of the program, starting it again when the light is turned off the second time. In some cases, this can be undesireable. In this case, however, it is a nice capability.
-
Insteon 2450 doesn't work like garage door kit instructions
I use the garage door kit and ISY based upon the excellent example in the UD wiki. It takes advantage of latching mode and works beautifully (at least for me it does). The example, however, is based on a scene relationship between controller (keypad) and responder (relay). There is no ISY program controlling the garage door. I remain a little unclear about your goals with your garage door kit, but I think it premature to globally accept a lack of door mode behavior. The door mode behavior does work in certain conditions. If, however, your C# program can handle only direct commands, then perhaps that is a limitation you will have to live with.
-
Trouble adding a 2457D2 R1.9
It seems that each version of software brings with it recognition of new devices. Perhaps your new insteon device data was added after ISY v3.2.6? Have you checked the change description for the newer software builds? I know that 3.2.6 is the most recent formal "release", but I would not hesitate to update to a newer software version if I thought it would solve a problem.
-
Cannot get ISY to respond
Since it is easy, my first instinct would be to clear the java cache.
-
ISY-991 and Garage Door Control & Status Kit
I would not be looking at access points for any issues you are having with hop count. I would look, instead, for powerline communication problems.
-
IOLink Sensor / Trigger Reverse
I mounted mine on the door frame, low, near the floor. It is not necessary to mount it to concrete.
-
Insteon 2450 doesn't work like garage door kit instructions
I agree that the included instructions don't apply when using an ISY-99. I also found the instructions regarding the colored wires to be confusing, at best. I am not sure that i agree that these terms don't apply. NO would apply your second example, in my mind (close when magnet is near). NC would refer to your first example (closed when magnet is away). I suspect, too, that much of your issues are related to the way the IOlinc operates outside the control of universal devices. The relay, for example, does not report status.
-
ISY-991 and Garage Door Control & Status Kit
I am curious which "box" you have...is it the signalinc? Is it wired into two breakers from your panel?
-
How To: Delay device shut off with responsive motion sense
Are you sure that it is necessary to include the "stop program" command? My recollection is that initiating a "run program" will interrupt an ongoing wait statement.
-
Need help with simple gutter heating program
is your variable defined as an "integer" or "state"? I believe this program would work as you expect if the variable is a "state" type.
-
Why are some programs false and some true?
Perhaps, also, that program is being called by another program, such as: if ... then run sunset program
-
Avoiding nuisance trips of flow sensor
I understand that integer variables will not TRIGGER a program evaluation, but STATE programs will. For example, your program C1 has in it only a condition based on an integer variable. If my understanding is correct, this program will NOT execute, because there is nothing to trigger an evaluation. Perhaps this is why your series of programs is getting stuck? But, as I said, I have yet to need variables and can speak only based on things I have read around here. Hopefully, others can confirm this.
-
Avoiding nuisance trips of flow sensor
I stared at this set of programs for a while and am having trouble following the logic. What is the purpose of the two variables? Perhaps including some explanation as to the purpose of the various programs would help spur broader response. I don't use variables in any of my programming, but I understand there are two types: integer and state. What types are your two variables? If integer, this could explain why you are not getting the response you expect.
-
Linking ISY99i to new Insteon LED Bulb Model:2672-222
It could be a lot of things, but my first thought is to make sure you have the latest version of firmware for the isy. I recall the bulb being added relatively recently.
-
Running a program on scene activation
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.
-
Insteon and isy app for android?
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.
-
Insteon and isy app for android?
I use mobilinc. I also continue to use conductor, but I understand that it is no longer supported.
-
wiring options
Good catch. I forgot about the bulblinc option.
-
Mix insteon and zigbee?
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.
-
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.
-
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.
-
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.
-
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?
-
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.