bobofett13
Members-
Posts
18 -
Joined
-
Last visited
bobofett13's Achievements
Newbie (1/6)
0
Reputation
-
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
Thank you all for your input! I'll try a factory reset and re-link the controllers. -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
The red wire is capped, and the KPL is just being used as a scene controller. I was trying to understand if there was any differences in the functions of the buttons. -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
Any ideas why the same programming will work for the "SCENE G" button and not the "SCENE A/LOAD" button? This button controls the load, but are there any other differences in the control? -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
I just did a test and copied the program/scenes to use the "G" button on the KPL. Everything worked as PurdueGuy said. It seems that the output level cannot be adjusted for the KPL "A" button. -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
I took some time and went through and renamed all scenes and devices. Folders are setup for each room in the house, and the appropriate device/scenes were moved. So it looks like my program is set the same as PerdueGuy's post (#4) and the response is 100% all the time. There is not change in the output level or ramp rate. Is my code following your recommendations? If From 7:30:00PM To 10:30:00PM (same day) Then In Scene 'Master_Bedroom / SCN.Fan_Light' Set 'Master_Bedroom / FL.Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom / SCN.Fan_Light' Set 'Master_Bedroom / FL.Light' 25% (On Level) In Scene 'Master_Bedroom / KPL.Light_A' Set 'Master_Bedroom / FL.Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom / KPL.Light_A' Set 'Master_Bedroom / FL.Light' 25% (On Level) Else In Scene 'Master_Bedroom / SCN.Fan_Light' Set 'Master_Bedroom / FL.Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom / SCN.Fan_Light' Set 'Master_Bedroom / FL.Light' 100% (On Level) In Scene 'Master_Bedroom / KPL.Light_A' Set 'Master_Bedroom / FL.Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom / KPL.Light_A' Set 'Master_Bedroom / FL.Light' 100% (On Level) -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
I'll give this a test tonight when I get home. Thanks for your input!! It looks like a good project for the weekend would be renaming everything. -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
My naming convention is confusing me again... So the text in BLUE would be the KPL button, the text in RED after the set would be the SCENE, and the text in GREEN would be the device (Fanlinc)? Then In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 25% (On Level) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 25% (On Level) -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
I noticed my naming convention was not the best and that could be part of my confusion. Now that I read that post again, it looks like I didn't choose the right menu items. I have highlighted the "THEN" statement and want to be clear with your intent. BLUE is the device (in this case fanlinc) and RED would be the scene name. Is my interpretation correct? So the last to lines of the statement have the scene setting the scene's parameters? If From 7:30:00PM To 9:30:00PM (same day) Then In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 25% (On Level) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 25% (On Level) Else In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Light_Fanlinc' Set 'Master_Bedroom_Fan_Light' 100% (On Level) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 100% (On Level) -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
The only point that I wanted to make with the screen shots, was that the program is making changes. But these changes are either programmed wrong or there is a basic step that I'm missing. I'm just getting started with the ISY and trying to learn the tricks for programming it. It looks like this forum has some great resources that are very willing to help. A great place to learn!! -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
I tried setting the both the controller (KPL) and responder (fanlinc) ON LEVEL and RAMP RATE in the program, but that didn't work either. I'm wondering if the KPL is over-riding the setting in the ISY. My understanding about the Insteon devices is the scene data is stored locally at each device, and then all devices in the scene respond to the scene at the same time. Could this be a case where the ON LEVEL and RAMP RATE are set in the ISY, and not written down to the Insteon devices? Like I mentioned earlier, these parameters seem to be set properly in the ISY (see the screen captures 2 & 3 from initial post). Do you need to command the ISY program to write the new ON LEVEL and RAMP RATE for this to take affect? -
Fanlinc Light - Changing ON LEVEL through programs
bobofett13 replied to bobofett13's topic in ISY994
It didn't like that either. I modified the code as shown below, and then pressed the KPL button for the light. I can see the time change for the "Last Run Time", but the lights are still running at 100%. If From 7:30:00PM To 9:30:00PM (same day) And Control 'Master_Bedroom_KPL_Light' is switched On Then In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fanlinc_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fanlinc_Light' 25% (On Level) Else In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fanlinc_Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fanlinc_Light' 100% (On Level) -
I'd like to try this post again. I posted this question a few weeks ago (with much confusion), and would like to revisit this problem... Here is the setup that I'm trying to control. In the master bedroom, I have a KPL with no connected load with scenes controlling the fanlinc controller. Scene A turns the fanlinc lights on/off. Scenes C through F are for the fan. Scene B is a "Master Light Off" scene. I am trying setup the lighting scene in the master bedroom to run at 100% during the day with a .5 second ramp rate, and at night changing the output to 25% with a 9 second ramp rate. See the program below (Note - I have the time set to 7:00PM to 9:30PM (SAME DAY) for testing. I'm adjusting the early time to make my IF true/false and then saving. Once saved, I run(IF) from the PROGRAM/SUMMARY tab): If From 7:00:00PM To 9:30:00PM (same day)f Then In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 8.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 25% (On Level) Else In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 0.5 Sec (Ramp Rate) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Light' 100% (On Level) I'm adjusting the times to make the "If" statement true or false. I'm checking the SUMMARY tab and then run(IF) and check the status. As expected, I'm seeing true/false as I would expect (see 1.jpg attached).I check the scene and I'm seeing the output and ramp rate set as expected in both conditions. See 2.jpg and 3.jpg attached. The problem that I'm having is the actual light output does not change for either condition. The light is always at the 100% output and .5 second ramp rate. Is there something else that I need to set for the fanlinc to resond properly?
-
Insteon KPL/Fanlinc Programming - Adjust Scene Light Level
bobofett13 replied to bobofett13's topic in ISY994
It it's always true, then the light should be operating at 25% and not 100%. I have made the changes and still cannot get the light ON LEVEL to change.- 9 replies
-
- Program
- Keypad Linc
- (and 4 more)
-
Insteon KPL/Fanlinc Programming - Adjust Scene Light Level
bobofett13 replied to bobofett13's topic in ISY994
Still the Time Warp problem... Maybe I should learn to read what I'm coding!- 9 replies
-
- Program
- Keypad Linc
- (and 4 more)
-
Insteon KPL/Fanlinc Programming - Adjust Scene Light Level
bobofett13 replied to bobofett13's topic in ISY994
Let's start again. Here is the program as I'm testing it now. FYI - The current time on the ISY is 8:34PM PDT. The summary tab shows the "Last Run Time" as 8:37PM and the status is shown as "TRUE". With the status as "TRUE", I believe we should be on the "Then" branch of the program. But when the KPL button A is pressed the light comes on at 100%. When I click on the scene, the sliders are showing the settings as defined in the "Then" branch, but the light output is shown at 100% If From 7:30:00PM To 9:30:00PM (next day) Then In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Controller' 27% (On Level) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Controller' 6.5 Sec (Ramp Rate) Else In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Controller' 100% (On Level) In Scene 'Master_Bedroom_Fan_Light' Set 'Master_Bedroom_Fan_Controller' 0.5 Sec (Ramp Rate)- 9 replies
-
- Program
- Keypad Linc
- (and 4 more)