Everything posted by Sub-Routine
-
KPL LED status in scenes - are programs required to update?
No, you should control the scene instead of the switch. Rand
-
Woe is me: no isy after Win7 64-bit
Try this: http://www.universal-devices.com/99i/2.8.16/admin.jnlp - Java application Rand
-
Programming for DST
Hi iostream212, The ISY can use Sunset but not DST. If On Mon, Tue, Wed, Thu, Fri From Sunset To Sunrise (next day) And Time is 6:30:00PM Then Set Scene 'Living Room' On Wait 1 hour Set Scene 'Living Room' Off Else - No Actions - (To add one, press 'Action') Rand
-
NTP Server DNS Error? + red Error light every 15 seconds?
Hi ELA, If you have a static address set in the ISY the DNS and Gateway are probably different than your old router. If you set the ISY to DHCP does it function correctly? Rand
-
How to Disable Sense Wire in In-Line Linc with ISY?
Hi wharris, Yes, FastOn should disable the sense, On will re-enable sense. Any reason for Repeat 1 times? It won't do anything that wouldn't happen without it. Rand
-
Unclear on linking EZIO8SA
Have you seen this post? Kaspersky 2010 Exclusions If you can reserve an address in your router for the ISY that would be best. Rand
-
Unclear on linking EZIO8SA
Hi Quixote, Kaspersky should open a requester when you try to access an unauthorized device. Please reboot your PC and try again. Rand
-
Frozen ISY 99i
Hi Mick, Please disconnect the PLM cable from the ISY and reboot the ISY. If you can access the ISY then we have to blame the cable or PLM. Rand
-
mixed ON & OFF in scene
Hi Orest, Turning the ApplianceLinc Off when turning on the scene is not an issue. Select the scene and set the ApplianceLinc to Off. Select the KPL button within the scene and set the ApplianceLinc to Off. This will work when turning the scene On. But the opposite will require a program. Scenes, by definition, when switched off will turn all devices off. Rand
-
Programming help, please
Hi Avonlea22, This is confusing. Let me try to explain. Every SwitchLinc is inherently a Controller. By itself it controls only itself. Hence one scene is built-in with the switch as a controller and a responder. You do not need to create a new scene. When you select Adjust Scene the In Scene drop-down will allow you to select a specific controller or an ISY controlled scene. In Scene select the SwitchLinc Master Bath Can Lights from this drop-down. Controller. The Set drop-down will now allow you to select Master Bath Can Lights. Responder. Set the Level and Rate as you have done. Save Changes. To test right-click on the program and select Run (Then) to dim the light. Use Run (Else) will change the switch to bright and quick. Rand
-
Programming help, please
Hi Avonlea22, You need to set the scene controller to the SwitchLinc, otherwise your program is changing the ISY controlled scene. If On Mon, Tue, Wed, Thu, Fri From 3:00:00AM To 5:00:00AM (same day) Then In Scene 'Master Bath Can Lights' Set 'Master Bath Can Lights' 30% (On Level) In Scene 'Master Bath Can Lights' Set 'Master Bath Can Lights' 4.0 Min (Ramp Rate) Else In Scene 'Master Bath Can Lights' Set 'Master Bath Can Lights' 75% (On Level) In Scene 'Master Bath Can Lights' Set 'Master Bath Can Lights' 0.5 Sec (Ramp Rate)
-
Venstar T1800 - Can't add both Heat and Cool to SwitchLinc
andyf0, I can't argue with that. As you have noticed RemoteLinc is only a Controller. The ISY is a slave to what a device reports. As of right now it looks like the work-around should accomplish your goals. Thank you for the comments. We are always working to improve our device. I hope this doesn't cause you too much trouble. Rand
-
Venstar T1800 - Can't add both Heat and Cool to SwitchLinc
No problem, it can be confusing. If a scene can control the devices that is best. The ISY is not involved except as a spectator. The ISY allows multiple controllers in a scene. Every controller added to a scene is also added as a responder if the device supports that. In a 3-way switch scene each switch follows the other when they are both controller/responders. It may be an undocumented function in the thermostat. We'll have to ask the programmers. It should not have messed up your thermostat. That could be a coincidence. please help - thermostat issues! See page 2. Rand
-
Setting "Main" button on a keypad operate scenes
That is a KPL limitation that any included buttons can only follow On/Off commands. Other responders can be set to Off in a scene. You can create programs to switch other scenes containing KPL buttons to Off depending on device states. Since you only have 1 KPL Mutually Exclusive buttons may work for you. ISY-99i/ISY-26_INSTEON:Linking_a_KeypadLinc#Configuring_Mutually_Exclusive_Groupings If the programs are blank the ISY is not seeing the PLM. Unplug the PLM and ISY for a minute. I don't know of any un-labeled button. If you just installed the firmware upgrade be sure to clear your Java cache. ISY-99i/ISY-26_INSTEON:Clearing_Your_Java_Cache Rand
-
Thermostat
Hi regseigs1, Please see our Wiki. ISY-99i/ISY-26_INSTEON:Linking_a_Thermostat Rand
-
PLM WRITE FAILS!
Hi Steve, Unplug the thermostat adapter. Unplug your Access Points for a few seconds each. Sometimes the adapters seem to create noise. Rand
-
Venstar T1800 - Can't add both Heat and Cool to SwitchLinc
Hi andyf0, If you add both modes to a scene each mode would try to control the other. Create two scenes with the ceiling fan as a responder. Add Heat Mode to one scene (controller) and Cool Mode to the other scene (controller). Rand
-
I can´t link a Triggerlinc
Hi rgalvezn, If you have not yet you should factory reset the TriggerLinc. 2421_Manual Rand
-
Epson projector interfering with ISY?
Hi arzoo, Since you know the PLM works in another location I would suggest using an extension cord from the PLM to another circuit while the ISY/PLM are in the closet. Then you will know if a new circuit will solve the issue before you spend the time and money to run new wires. Rand
-
Linking Two Lamp Module 2856D2B
The 02457D2X/LampLinc-INSTEON-Plug-In-Lamp-Dimmer-Module-2-Pin can be a controller but the 2x56 is not. Rand
-
Venstar and Thermostat Control V2
Hi Devon, 1. Turn them Off 2. Note their addresses 3. New Insteon Device 4. Enter an address, leave on Auto Discover 5. Press Finish 6. Set the Heating/Cooling on Rand
-
Weatherbug Climate Temp into Custom Notifications ?
junkycosmos, You want to read the weather conditions every 60 seconds and then Wait some time so one reading is not an anomaly. With this set of programs the temp has to remain below 20F before a mail is sent. Then a notice is sent every 60 minutes as long as the temp remains below 20F. Weather Cold If Module 'Climate' Temperature < 20 °F And Program 'Temperature Cold' is False Then Run Program 'Temperature Cold' (Then Path) Wait 1 hour Run Program 'Temperature Cold' (Else Path) Else - No Actions - (To add one, press 'Action') When the temperature falls Only runs if it was warm during last check Weather Warm If Module 'Climate' Temperature >= 20 °F And Program 'Temperature Warm' is False Then Run Program 'Temperature Warm' (Then Path) Wait 1 hour Run Program 'Temperature Warm' (Else Path) Else - No Actions - (To add one, press 'Action') When it warms Only runs if it was cold during last check Temperature Cold If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 20 minutes Send Notification to 'Text to Blackberry' Run Program 'Temperature Warm' (Else Path) Else - No Actions - (To add one, press 'Action') Cold = True Warm = False Temperature Warm If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 20 minutes Send Notification to 'Text to Blackberry' Run Program 'Temperature Cold' (Else Path) Else - No Actions - (To add one, press 'Action') Warm = True Cold = False Rand
-
Official Firmware Release: 2.8.16
Hi Jeff, There is an option on the Configuration panel to Query at Startup. ISY-99i/ISY-26_INSTEON:System_Configuration Unfortunately, if you put the ISY on a UPS it will not be restarted. I have to believe there would be some way to use an IOLinc to be triggered by a minimum voltage which could Wait x seconds and then run the Query All program. I don't know what you could do to reset the devices though. Cycle the breakers somehow? Rand
-
Query of Venstar
Hi matapan, The Main node is a Responder. The other three nodes are controllers. Rand
-
So, what did I do wrong and how do I fix it?
Firmware: ISY-99i/ISY-26_INSTEON:Help_Menu#About 2.8.8 should be fine. Release 2.8.16 (RC) Is Now Available I am beginning to suspect an issue with one of the new devices. If you pull the Set button out on both devices does everything return to normal? If so then try one device powered at a time. Rand