Jump to content
AT&T to end email-to-text ×

rlav

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by rlav

  1. I have the same problem from home and it is working fine from work. If I wait at least 10 min, I am able to access a few more pages then I have to wait again. Thank, RLAV
  2. The other option is probably using "Time is" 48 hours "After Last Run" of your program. This way the program is not running the "Then" loop continuously. RLav
  3. mikewu99, After you understand how to use your ISI you will love it. The team at "Universal Devices" are dedicated and always work on improving their software. To answer you question, what you link into scene get program into the associated devices. If the ISY is down, only your macros in the program section will be down. RLAV
  4. rlav

    Curb The Lights

    I had the same problem for one bedroom. I cut some label sticker to cover the last two led. It is barely noticeable and does the work. RLav
  5. I did a few more tests. I think there is something with the 'Wait' instruction. I try the following with RemoteLinc and also with SwitchLinc to demonstrate the issue. I first created an empty program (TEST), to be used as a variable. I tested the following: If Status 'Lamp 1' is On And 'Lamp 1' is switched Off Then Wait 5 seconds Disable 'TEST' Else - No Action - In Program Summary folder 'TEST' is always Enabled. This code never works. Then I tried the following: If Status 'Lamp 1' is On And 'Lamp 1' is switched Off Then Disable 'TEST' Else - No Action - In Program Summary folder 'TEST' is Disable. I re-enable 'TEST" and test this gain. This code works. Thank You for your help and your patience. RLAV
  6. Thanks again Michel, In one of my previous post I could not figure out why this program doesn't work: If Status 'Lamp 1' is On And 'Remote C' is switched Off Then Disable Program 'PGM2' Wait 5 seconds Enable Program 'PGM2' Else - No Action - I resolve this issue by creating 2 programs, but why is this program not working? Disable, Wait (so the 2nd message arrive with no action), Enable. Is this a bug in the software? RLAV
  7. Hi Michel, With the same RemoteLinc button I am controlling 2 different lights. The primary function of the button is a single light (SwitchLinc) linked to RemoteLinc C. This light is most of the time off. Therefore, I am reusing the same button to control a second light. This second light is not linked to RemoteLinc C. Here is the logic: Button On – Primary light turns on Button Off – Primary light turns off Button Off again – Secondary light turns on Button Off a third time – Secondary light turns off (this is not in the PGM posted earlier) This way I have an extra function to the same button, controlling more light with the same RemoteLinc. It is working but since the RemoteLinc sends twice the same message (for very good reason), I enable and disable the program that control the toggle action when the primary light is switched off. RLAV
  8. Thank Michel, While trying to find a way around I notice something else. The following 2 programs don't work. PGM2 remains Disable. PGM1 If Status 'Lamp 1' is On And 'Remote C' is switched Off Then Disable Program 'PGM2' Wait 5 seconds Enable Program 'PGM2' Else - No Action - PGM2 If Status 'Lamp 1' is Off And 'Remote C' is switched Off Then Set Scene 'Lamp 2' On Else - No Action - But if I use 3 programs like the following, it works. PGM1 If Status 'Lamp 1' is On And 'Remote C' is switched Off Then Disable Program 'PGM2' Run Program 'PGM3' (Then Path) Else - No Action - PGM2 If Status 'Lamp 1' is Off And 'Remote C' is switched Off Then Set Scene 'Lamp 2' On Else - No Action - PGM3 If - No Condition - Then Wait 5 seconds Enable Program 'PGM2' Else - No Action - This 2nd solution with 3 programs works, this is great but I don't understand why the 1st solution with 2 programs doesn't work. Thanks Again, RLAV
  9. Hello all, I am new to this forum. I have been following the discussion for a few weeks as I started to use Insteon product including the ISY-99. I now have installed 23 units (switchlinc, keypadlinc, and remotelinc) plus ISY. I first upgraded ISY to 2.6.14 about 3 weeks ago then upgraded to 2.7 earlier this week. I notice a change in the way the RemoteLinc unit communicate. Here is a log sample: 2009/02/18 19:23:30 : [ F C8 5B 1] DON 0 2009/02/18 19:23:30 : [ F CA 8D 1] ST 255 2009/02/18 19:23:30 : [ F C8 5B 1] ST 255 2009/02/18 19:23:32 : [ F C8 5B 1] DOF 0 2009/02/18 19:23:32 : [ F CA 8D 1] ST 0 2009/02/18 19:23:32 : [ F C8 5B 1] ST 0 2009/02/18 19:23:37 : [ A 39 D6 4] DON 0 2009/02/18 19:23:37 : [ F CA 8D 1] ST 255 2009/02/18 19:23:37 : [ F C8 5B 1] ST 255 2009/02/18 19:23:37 : [ A 39 D6 4] ST 255 2009/02/18 19:23:37 : [ A 39 D6 4] DON 0 2009/02/18 19:23:39 : [ A 39 D6 4] DOF 0 2009/02/18 19:23:39 : [ F CA 8D 1] ST 0 2009/02/18 19:23:39 : [ F C8 5B 1] ST 0 2009/02/18 19:23:39 : [ A 39 D6 4] ST 0 2009/02/18 19:23:40 : [ A 39 D6 4] DOF 0 From the same scene I recorded the behaviour or the switchlinc (1st section) and the remotelinc (2nd section). All I did is On then Off. Notice the remotelinc sends two DON for the same ON but the switchlinc only sens one DON. Is this normal? This is different between 2.6.14 and 2.7. I like to create action if I press ON while the light is already ON. For example dim the light to a different level than the one set by default. For example If Status 'lamp 1' is On And Control 'Remote C' is Switched On Then Set Scene 'lamp 1 to 60%' On Else --- No Actions --- But since I get the DON twice, ISY only sets the light to 60% and never goes back to default setting (maximum). Your help will be appreciated.
×
×
  • Create New...