dth930 Posted November 27, 2022 Posted November 27, 2022 I'm using an ISY994i in a legacy application with IR input triggering various Insteon lighting scenes. Moving forward, I'm trying to remove IR from my system and would like to trigger the scenes by sending network commands to the ISY. Is this possible? I'm successfully controlling device with the ISY over the network, but it's not clear how to use received network commands as conditions in a program or to set variables. Am I missing something obvious or is this not possible? - Dave
stillwater Posted November 28, 2022 Posted November 28, 2022 If I understand your question, the ISY REST interface is the answer. https://wiki.universal-devices.com/index.php?title=ISY_Developers:API:REST_Interface It's worked well for me. I am a little rusty but I think you can turn scenes and devices on and off directly. You can also set integer and state variables. Changing a state variable can trigger programs. So you can do pretty much anything with it. Others may also be able to point you to better documentation or best practices. 1
dth930 Posted November 28, 2022 Author Posted November 28, 2022 That looks about right. Thanks for the guidance. - Dave
Recommended Posts