
Sub-Routine
Members-
Posts
2226 -
Joined
-
Last visited
Everything posted by Sub-Routine
-
Hi cgritt, I believe the buttons have to be in a scene and then the scene can be controlled. Rand
-
If you want to go the extra step you could connect the device to an extension cord and try it in different outlets. I doubt if Smarthome will ask you to do that. Rand
-
Hello mmknox, First I would suggest one scene with all 4 devices. A Repeat can't hurt. If Time is Sunset Then Repeat 3 times Set Scene 'Outside Lights / OL Evening' On Wait 20 seconds Else - No Actions - (To add one, press 'Action') Schedule migrated from previous version. The Wait should be ~2 seconds per device or greater. Rand
-
Setting scene on-level and ramp rate programmatically
Sub-Routine replied to brad77's topic in ISY994
Hi David, You need to select the Controller of the Scene before you can Adjust a responder's actions. The KPL button Action cannot be adjusted so it is not displayed in that drop-down. I agree it would be nice if Scenes could display nested controllers. Rand -
Some servers require the entire User ID. Do you just have my_email_address or do you have my_email_address@yahoo? Rand
-
Release 2.8.10 (RC6) Is Now Available
Sub-Routine replied to Michel Kohanim's topic in Previous Releases
If most of the Failed devices are on the same circuit then you can search for a device on that circuit that is creating an issue. Rand -
Hi Moshe, Select the program name in the tree on the Program Details panel. Right-click and select Copy to Clipboard. Paste the program in your forum message between Code tags. Rand
-
Setting scene on-level and ramp rate programmatically
Sub-Routine replied to brad77's topic in ISY994
Hi dsdee, GUI oddities usually are due to the Java Cache. You should have the choice of any controller. When you access the ISY are you using the desktop icon created by http://www.universal-devices.com/99i/2.8.10/admin.jnlp? Rand -
Release 2.8.10 (RC6) Is Now Available
Sub-Routine replied to Michel Kohanim's topic in Previous Releases
Hi JCBond, We can't seem to reproduce this. Do you have another SD card to test with? ISY-99i/ISY-26_INSTEON:Replacing/Formatting_an_SD_Card Rand -
Hi Orest, Have you tried this link? http://www.universal-devices.com/99i/2.8.10/admin.jnlp Rand
-
You could swap the old switch with a newer switch. If you don't plan to change the local level programmatically where the newer switch is now. Rand
-
Hi tpolito, You have to select the switch in the "In Scene" drop-down. Otherwise you are changing the level for the ISY scene. In this case the controller for the scene is the switch. What version is the switch? Older switches have to be power-cycled before a local change takes effect. Rand
-
Release 2.8.10 (RC6) Is Now Available
Sub-Routine replied to Michel Kohanim's topic in Previous Releases
That is odd. Programs are written to the SD card when saved. Saves the new then deletes the old. Unless it can't save the new. ISY-99i/ISY-26_INSTEON:Tools_Menu#File_System_Status I will run a test. Thank you, Rand -
Does anyone else recall Smarthome exchanging all the v1.0 motion sensors, or am I thinking of something else? Rand
-
Release 2.8.10 (RC6) Is Now Available
Sub-Routine replied to Michel Kohanim's topic in Previous Releases
Hi JCBond, Perhaps a silly question but are you selecting Save Changes after enabling the programs? Rand -
Scene with multiple controllers...and launching from program
Sub-Routine replied to bcrawfo2's topic in ISY994
If you need the buttons to follow on more than one device you will need to use programs. Use three scenes for the lights. Include all the On controller buttons in the appropriate scenes. Create a 4th scene containing all the KPL buttons. Build programs that turn Off the 4th scene before turning on the desired scene. If Control 'Family Room / FR KPL / FR KPL B' is switched On Then Set Scene 'Family Room / FR KPL All' Off <-buttons Set Scene 'Family Room / FR Dawn' On <-scene including the On buttons Else - No Actions - (To add one, press 'Action') In this case only buttons in the 'Family Room / FR Dawn' scene turn on. The other buttons remain Off. Rand -
Good thing you mentioned the NOD32! You can add by New Device, if that is your preference. Use Auto Discover for most devices. Then the ISY will query the device for type and version. Start Linking adds the advantage of confirming communications before initializing the device. Rand
-
Yes, turn off HTTP filtering. NOD32 Firewall Resolution Rand
-
Hi Tom, What version firmware do you have in the ISY? Help | About. Are you prompted to put the RemoteLinc in linking mode? Hold the Bright and Dim for about 5 seconds until the LED begins to blink. Then Write Updates... Have you performed a factory reset on the motion sensor? Is the MS v1.0 or v1.1? Rand
-
If this is the case you must select the switch from the drop-downs in the Adjust Scene parameters. Rand
-
Here are some Wiki links: ISY-99i/ISY-26_INSTEON:Scope,_Precedence_and_Execution_Order ISY-99i/ISY-26_INSTEON:How-To_Guide#Programs Rand
-
A difficult parameter to understand. Watching for On or Not On is a paradigm. It will certainly make things easier to create separate programs. Imagine a switch that can only be On or Off. No dimming. Like a Motion Sensor. If Control 'Outside Lights / Backyard Sensor' is switched On And Control 'Outside Lights / Backyard Sensor' is not switched Off Then Set Scene 'Backyard Motion' On Else Set Scene 'Backyard Motion' Off Other than the simple On/Off you will need a separate program with the other Conditions. Rand
-
Hi aLf, The certificates do not cost anything but you will have to accept the certificate from every browser you use to access the ISY. See Michel's link above: ISY-99i/ISY-26_INSTEON:Remotely_Connect_to_Your_ISY#Creating_an_ISY_Self_Signed_Certificate Rand
-
Hi Corey, I always use scenes. Using scenes allows you to specify the ramp rate and level of every device in the scene. You can use multiple KPL buttons to control the scene if that is what you want. One downstairs to set that scene on and a different button to turn the scene off. Add both buttons to the scene as controllers as well as all the responders. Set the levels you desire for each responder. Copy Scene Attributes after you select each controller. Rand
-
Hi JODYO, There is a link in our MAC forum concerning the Airports. Airport Extreme Port Forwarding. If you don't need/want access to the ISY from outside your local network you only need to follow the instructions from Apple to reserve a DHCP address for the ISY. Providing a specific DHCP address for client computers Be sure the ISY is then set to DHCP. ISY-99i/ISY-26_INSTEON:Network_Settings Rand