Jump to content

BobH

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Location
    Maryland, USA

BobH's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. You should be able to do this with a single program and a variable. Set up a variable like noise_machine_state and use the variable in place of the appliancelinc state in the if test. This will allow you to use the then and else clauses to turn on or off the machine, If and Noise_machine_state is 0 then turn on noise machine noise_machine_state = 1 else turn off noise machine noise_machine_state = 0
  2. BobH

    Newbie Problems

    I would suspect communications issues. You mention dual band devices but no indication of Insteon Access Points. Many people have reported communications problems when using just dual band devices. Another area to explore is noise and / or signal loss from things like power supplies, printers, etc. you may need to add Filterlincs or equivalent equipment to resolve these issues. There are numerous threads in the communications issues folder that might provide ideas for diagnosis of the problem.
  3. BobH

    Scene or Program

    You are correct -- native mode means that all of the control and response is done by the devices based on device links. There are pros and cons of the "scene" vs. "program" question. As Michael points out, the scene offers the advantage of direct (native) action between the controller (the Remotelinc2) and the light. This eliminates any time delay and dependence on the ISY as the controller. The down side of the scene is that it offers no other means of adding intelligence to the activity. Using a program provides flexibility and allows more control of the results. The original post indicated a desire to use non-toggle buttons to allow one button (A) to turn the light on and another button ( to turn the light off. Since the non-toggle mode for the Remotelinc2 appears to always provide an "ON" action, the easiest way to implement the second part of the desired control would to use a program looking for the "button B ON" to initiate the OFF command to the scene via the ISY. The button A control action (turn the light on) could either be performed by a similar program looking for the "button A ON" to initiate the ON command to the scene via the ISY or alternatively the ON could be performed by a scene linking the light with button A as the controller. I think that most people use the hybrid approach (scene + program) for this type of control, using the direct link (native mode) for ON (similar to allowing a motion detector to turn a light scene ON) and a program to manage the OFF control (for motion detectors, typically after some delay or in this case based on another input from the Remotelinc2).
×
×
  • Create New...