Jump to content

RPS

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by RPS

  1. it did not work. here is the program as well as the event viewer. i had tried this straightforward approach early on and then i tried more complex methods. i don't understand the event viewer so there may be something i'm missing. Also, i reset this keypad in order to clear anything in its memory and i tried it with another light and another keypad button with the same result. Finally, these devices were not added in ISY, they were added via the Lutron App if that matters. Trigger OE Keypad C - [ID 0014][Parent 0001][Not Enabled] If 'Owners Entry_Keypad - C' is switched Button Pressed And 'Owners Entry_Key Drop' Status is 0% Then Set 'Owners Entry_Key Drop' On Else Set 'Owners Entry_Key Drop' Off Event viewer Mon 06/30/2025 03:44:58 PM : [n002_device49_3 ][CTL] DON5 0 Mon 06/30/2025 03:44:58 PM : [n002_device49_3 ][CTL] DON 0 Mon 06/30/2025 03:44:58 PM : [n002_device17 ][STS] ST 30 (uom=51 prec=0) Mon 06/30/2025 03:44:58 PM : [n002_device19 ][STS] ST 30 (uom=51 prec=0) firmware v.5.9.1 pgx 3.3.20 Caseta (2) 1.09.01
  2. sorry...i inadvertently deleted the second condition from the trigger program while testing other versions...here is the correct version. Trigger OE Keypad C - [ID 0014][Parent 0001] If 'Owners Entry_Keypad - C' is switched Button Pressed And 'Owners Entry_Key Drop' is switched Off Then Run Program 'Toggle Keydrop Light ON' (If) Else - No Actions - (To add one, press 'Action')
  3. Thanks for your responses. The goal is to get Pico remote buttons to toggle, any way possible. i understand the error and have corrected it, but the corrections I have made end up with the same result. I have a large house with lots of Caseta 4 button Pico remotes and, using Caseta, they do not toggle. So, you can turn lights on but not turn them off. I want to be able to toggle Pico buttons. The reason I used a scene is that other buttons will have more than one light and I was hoping for consistency. So, per advice given I have: 1. simplified the toggle program to use the light itself as opposed to the scene. 2. Created a separate program to turn the switch off. 3. Disabled both ON and Off toggle programs so that they will only run by being triggered. What happens now is the toggle works once...then it turns on and turns off. Below are the trigger and toggle programs. I tried running the Toggle Off program as both RunIf and RunThen. Same result both times. Thanks again for the help. It is very much appreciated. Trigger... Trigger OE Keypad C - [ID 0014][Parent 0001] If 'Owners Entry_Keypad - C' is switched Button Pressed Then Run Program 'Toggle Keydrop Light ON' (If) Else - No Actions - (To add one, press 'Action') Toggle on... Toggle Keydrop Light ON - [ID 0016][Parent 0001][Not Enabled] If 'Owners Entry_Key Drop' Status is 0% Then Set 'Owners Entry_Key Drop' On Else Run Program 'Toggle Keydrop Light Off' (If) Toggle Off Toggle Keydrop Light Off - [ID 000B][Parent 0001][Not Enabled] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Owners Entry_Key Drop' Off Else - No Actions - (To add one, press 'Action')
  4. i removed the program from the disabled folder and now the light turns on and then immediately turns off. Thanks again for the quick response.
  5. Thanks for the quick responses! Sorry the upload did not work. Here is the trigger program... Trigger OE Keypad C - [ID 0014][Parent 0001][Not Enabled] If 'Owners Entry_Keypad - C' is switched Button Pressed Then Run Program 'Toggle On Keydrop Light' (If) Else - No Actions - (To add one, press 'Action') Here is the Toggle Program... Toggle On Keydrop Light - [ID 0016][Parent 0013] If 'Owners Entry_Key Drop' Status is not 0% Then Set 'Key Drop On' Off Else Set 'Key Drop Off' On
  6. i can't get the 4 button caseta dimmers to toggle. It seems like there is no response to "Then" in this program or anything else for that matter. I've set up a trigger program and a toggle program and set seperate scenes for both On and OFF. The trigger runs the toggle program when the keypad button is pressed. The toggle prograrm is IF Light is Not 100% Then Run Scene On Else Scene Off. I've also tried it with just the direct light instead of scenes. I put the toggle program in a folder that is disable with a variable. I've tried it enabled, too. It must be something simple I'm missing.
×
×
  • Create New...