-
Photocell with Insteon/ISY
I've read the documentation but it is not clear to me how to adjust the "darkness sensitivity" value. Does lowering the number make the Dusk.Dawn turn On with lower light or more light?
-
Soft Keypadlinc-like Console from Raspberry Pi
Ok doesn't sound too painful I have a good idea what I need for the RPi. As I understand it, the RPI communicates directly with the ISY. If so, it is required to have the Network add-on module for the ISY?
-
Soft Keypadlinc-like Console from Raspberry Pi
kck, VERY kewl and thanks for sharing... I have a few RPi laying around so looks like I have a new project Just so I know all of the requirements, can you post what you loaded into your RPi outside of the OS and your project? What add-on modules are required for the ISY?
-
Oracle is ending Java plug-in support.
Teken, Well said my friend... if this site had a "quote of the week", yours would be my nomination
-
Heartbeat function on 2843-222 Rev.1.9 Open/Close Sensor
Very much appreciate the detailed response... I'm currently running v4.3.26 so would I still be able to implement Belias' leak sensor program to monitor the battery status in the device?
-
Heartbeat function on 2843-222 Rev.1.9 Open/Close Sensor
Teken, Can you shed some light on the latest versions of the Open-Close sensors you received? Does the ISY have the ability to receive an alert when the battery is low or dead (like the motion sensor)?
-
On-off outlet
For those of you who have a On/Off outlet outside... I do not have an existing outlet near where my Xmas lights are placed. Anyone have an idea of how I can use the On/Off module with an extension cord outside?
-
Need a resistor to keep LED lights from staying on........
I have the same situation with the LED string not going 100% dark... I also understand the need to add a resistor... I'm not clear where you add the resistor. Do you place it across the plug on the lights?
-
Enable/Disable device via Program
I have a few devices I only use for certain situations... otherwise, they are unplugged. I was hoping to setup a program so when I activate a variable, the program would either enable/disable the device so I don't get the query alerts nightly.
-
Enable/Disable device via Program
Is it possible to Enable or Disable a INSTEON device within a program?
-
Scene Fast On effet on ToggleLinc
Ahhh ok... now I understand the 2 parts to the IF. Thanks again Lee & Stu.
-
Scene Fast On effet on ToggleLinc
stu, I'm somewhat new to the ISY programming so am I correct that your example would cause the IF to be true if I just turned on the light with a single ON from the ToggleLinc? I currently have another program which acts as a timer when the garage light is left on for x minutes and then generates alerts. My goal was to have a alternate way of turning on the same scene/light without the timer program running (like if I'm working in the garage) thereby avoiding false alerts about the light being left on.
-
Scene Fast On effet on ToggleLinc
Lee, many thanks. I'm all about reliability so if using the Fast on is not a good way of triggering the program, any other suggestions? I have another program which monitors the Garage Light being left on so this program was my idea of disabling the monitoring program.
-
Scene Fast On effet on ToggleLinc
Hummm...here is the program I am using If Control 'Garage / Garage Light' is switched Fast On Then $sGarage_Light = 1 Else - No Actions - (To add one, press 'Action') This program is used to set variable/flag to disable timer program If I push the button up twice very quickly, the program still does not run. Any idea what needs to change?
-
Scene Fast On effet on ToggleLinc
If a Scene is activated via a Fast On and the scene as a ToggleLinc as a controller... will a program which has "If ToggleLinc is Switched Fast On" be true?