Jump to content

JJJ

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JJJ's Achievements

Member

Member (3/6)

0

Reputation

  1. @geddy, The program is supposed to change the variable to 0 when the lights are turned off, if I use "not off", this is the opposite of what I am trying to do. Also, this dimmer is a Lutron Dimmer using the plug in. The status options are only 0% to 100% in 1% increments. So for On I use "Is not 0%" and for Off I use "Is equal to 0%" The Lutron switches seem to work fine. I have identical programs with the Insteon switches that are giving me issues. From what I understand, control for Insteon is from a manual push of the switch and status is for any change in the switch regardless if it was manual or otherwise. So when the switch is turned on by motion, it runs a program for a 1 minute time off and if it was turned on manually, it runs a program for a 30 minute time off. This all works fine until I use Alexa to turn on a light. When this happens, the variables don't change and no programs are triggered. I want the Alexa command to be treated the same as manually turning on the switch. If I add Status of the switch call the 30 minute time off, it overides the 1 minute program I have for the motion. When the motion sensor senses motion, it sets a variable to 1. It appears my easiest solution is just to continue down the path of replacing the Insteon with Lutron.
  2. Anyone else having issues with setting the brightness level on a scene? I am running a program to set a three way light to 10%. If I set the scene to 10% it always comes on at 100%. If I choose the dimmer with the load attached, it works as it should. As a work around I suppose I can just add all the dimmers in the scene individually, but this kind of defeats the purpose of having scenes. 2J6-SS 2-3 On Respond Dim - [ID 00A6][Parent 00B2][Not Enabled] If From Sunset - 1 hour To Sunrise + 4 hours (next day) And 'Devices / F3 / Foyer-C / 3C_3-Spiral Stairs, Upr-Light' Status is Off Then $Stairs_Spiral_2_3 = 1 Set 'Scenes / F2 / Stairs,Spiral-2O / 2O-Stair-Spiral Upr 3way' On 10% Else - No Actions - (To add one, press 'Action') If motion calls for the lights to respond it first runs the On Respond program. If the Kitchen lights are on then it turns the lights on 100% If the Kitchen lights are not on, this program is called and sets the lights to 10%
  3. @CoolToys, I am both pushing the switches with my finger and also using alexa and UD Mobile to turn the switches on. The Insteon switches appear to only trigger the programs if the switch it turned on manually with a finger. It doesn't seem to matter if I use control , status or both. The Lutron switches will trigger the programs anytime they are turned on be it manual with a finger or through Alexa or UD Mobile. I am using a variable to determine which time off program to run. If a motion sensor turns on the light then the variable is 1. If the switch is turned on with no motion then the variable is 2, if the light is off, the variable is 0. So when the switch turns on with motion, it triggers a program to turn lights off 2 minutes after the motion sensor doesnt sense motion. If the switch is manually turned on, then the time off program is for 30 minutes. It works perfectly with Lutron as the variable changes everytime the switch changes. I just cant figure out how to make it work with my Insteon switches since they appear to only change the variable when manually switched.
  4. Both Control and Status are in my program. Insteon only triggers when the switch is done manually, Lutron will trigger the program whether manual or through UD Mobile, Lutron App or Alexa.
  5. I am updating State Variables, Below are some programs 3B2-Front Lights Hold On V2 - [ID 00CD][Parent 00CE] If 'Devices / F3 / Foyer-C / 3C_4 Front Lights' is switched On And $Front_Lights is 0 Then $Front_Lights = 2 Else - No Actions - (To add one, press 'Action') 3B2-Front Lights Hold Off V0 - [ID 00CC][Parent 00CE] If 'Devices / F3 / Foyer-C / 3C_4 Front Lights' is switched Off Or 'Devices / F3 / Foyer-C / 3C_4 Front Lights' Status is 0% Then $Front_Lights = 0 Else - No Actions - (To add one, press 'Action')
  6. I have programs that update variables when switches are switched on or off. I have both Insteon and Lutron switches. The Lutron switches trigger the program when I change it manually, in UD Mobile, The Lutron App or from Alexa. The Insteon switch only triggers the program if I manually turn it on or off. If I use UDI mobile or Alexa, the status updates in the Main device screen on the administrative console but the program doesn't trigger. The program is very simple. If light is switch on or if status of the light is on, then change Variable_Light to 1 and program 2 is If light is switched off or if status of the light is off, then change Variable_Light to 0.
  7. Ok, makes sense. I read in another thread that there was a note for each button. I just did a test program and makes sense now. Thanks.
  8. I just migrated from my ISY to an EISY and added Lutron. The switches all work as expected but the Picos from what I have read should have a node for each button. I have PJ-3BRL-GXX-X01 dimmer picos that only show two nodes. The first one there are no configuration options. The second one there is a "Sends Command" option that is configurable. I also have a 2 button Pico PJ2-2B-GXX-X01 and this only has one node that is blank. Any ideas?
×
×
  • Create New...