barrygordon Posted September 16, 2023 Posted September 16, 2023 How Do I make a switchlinc (on/off not a dimmer) run a Program? In particular I want to run the "Then" operation. The program has no "IF" condiions and no "Else" process.
Techman Posted September 16, 2023 Posted September 16, 2023 IF Status Swirtchlinc is ON THEN Program run then (program name) ELSE 1
barrygordon Posted September 16, 2023 Author Posted September 16, 2023 Techman, I will try that. I assume if I have two things a switchLinc and a button on a keypadLinc that I want to run the program then, I just or them togather as the if condition. Thanks
Techman Posted September 16, 2023 Posted September 16, 2023 Correct, IF Keypad is switched ON or Switchlinc is switched ON THEN Program run then (program name) 1
Geddy Posted September 17, 2023 Posted September 17, 2023 5 hours ago, Techman said: IF Status Swirtchlinc is ON @barrygordon do you want it to run the program only if the switch is physically turned on? You might want “control” rather than “status”. If using “status” then anytime the switch is “on” (by any means) the program would be true and run. https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Program_Commands#Control_vs_Status
Recommended Posts