Everything posted by stusviews
-
Can't open ISY99i administrative console
Is you NIC set to obtain an IP and DNS address automatically? If so, and address If http://isy( or http://isy:port_number) doesn't work and you have a recent backup, then try a factory reset.
-
Keypadlinc, multiple press's to arm/set away mode
Fast on require a double-tap. If Control 'A TestKPL.B' is switched Fast On Then
-
Garage Door
Do you have the I/O relay set for momentary? If so, set a longer duration. BTW, I should have written, "extended," not "extending"
-
Garage Door
I extending the momentary contact duration when the garage door didn't complete its cycle and reversed.
-
KLP button as a status light
Not a problem, but there is no "off program." Off is handled by a scene with the button as a controller and all other devices as responders. The described program controls only the state of the button LED.
-
KLP button as a status light
Thanks for filling in what I omitted. The referred to scene is 'DR / Scenes / DR Front Off Button'
-
KLP button as a status light
Create a scene where the button is a controller of all the devices you want controlled. Set the button mode to non-toggle Off. Write a program that turns the scene on if any of the devices in the scene is not off. Here's a program I use: If Status 'CR / Devices / CR Ceiling Light 80' is not Off Or Status 'KT / Devices / KT Ceiling 50' is not Off Or Status 'LR / Devices / LR Ceiling Light KPL 20' is not Off Then Set Scene 'DR / Scenes / DR Front Off Button' On Else Set Scene 'DR / Scenes / DR Front Off Button' Off
-
Insteon Motor Control Part 2
Seems OK. But no answer can be considered correct without knowing the details of what you want to accomplish.
-
Mini Remote Toggle
The manual for the 8-button Remotelinc 2 is confusing because the button letter and direction is based on a 4-button Remotelinc, so "a ^" actually means press the top button on the right side, "a v" is the top, left and "d v" is the left bottom button.
-
Motion sensor programming help
Use a battery eliminator powered by an INSTEON device such as an On/Off Module (plug-in) or OutletLinc (wired).
-
So what do I need to replace?
File, Restore Modem (PLM)
-
Keypadlinc Button State Not Updating
Create a scene that includes only one button and a program that control that scene only. Any success?
-
Greater Than - Less Than - Equals Greater Than - Etc
http://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS1825.html
-
Greater Than - Less Than - Equals Greater Than - Etc
Teken, is that an Autelis interface?
-
Greater Than - Less Than - Equals Greater Than - Etc
Picture (or draw) a number line with zero in the center, negative numbers to the left and positive numbers to the right. Pick any point. All values to the right of that point are in the greater than direction. -20 -15 -10 -5 0 5 10 15 10
-
Greater Than - Less Than - Equals Greater Than - Etc
> x includes all values that are greater than x. x is not included. >= x includes x and all values greater than x < x includes all values that are less than x. x is not included. <= x includes x and all values less than x
-
Program Color - Reference Meaning List
Win 8.1
-
Program Color - Reference Meaning List
Nope, no blue at all. Edit: not even when renaming a folder.
-
ISY994i/ir pro unresponsive after upgrade to latest firmware
I don't understand what that means.
-
ISY994i/ir pro unresponsive after upgrade to latest firmware
What is the result if you browse to http://isy or, if you assigned a port, then http://isy:port_number
-
DLM & ISY power requirment and location
There's no way to tell in advance where a filter may be needed. A start is to follow the advice already given about electronics on the same circuit as the PLM and ISY. Once you've established the those devices have good communication, then just go ahead and install new devices as desired. If you run into a communication problem, then you can start troubleshooting to determine which electronics needs a filter.
-
Is Insteon Dead?
X10 started in 1975 and licensed that technology to other manufacturers. That protocol, it seems, is still viable, but barely. OTOH, it's not possible to buy a Somfy motor nor RF controller that isn't made by Somfy. They do not license their technology. They've been around for more that 45 years. Nor does Lutron--and they've been around since 1961. INSTEON is not just alive and kicking, they're kicking dust in their competitors faces. And so is U-D! This is a totally biased opinion
-
Trouble with WAIT in program
Lee has it right. Status is re-evaluated each time there is a change. So the condition If Status 'Hot Water Pump' is Off evaluates as false as soon as Then Set 'Hot Water Pump' On occurs. Because the statement is false, the program executes Else.
-
Bathroom On rates at different times of the day
Depends on why you went in BTW, the set ramp rate is the time it takes to go from off to 100%, not to the brightness level the device is set for. At a 30 second ramp rate, the light will reach 40% in 12 seconds.
-
Bathroom On rates at different times of the day
At a 40% On-level with a 30 second ramp rate the light will reach the designated brightness in 12 seconds--because 12 is 40% of 30