Jump to content

Enable/Disable Devices using a program


born2dive

Recommended Posts

Is there a way to enable and disable ISY devices, remotely while I am away, using a program?

Reading through the forum, I guess one way is to use variable and use it as a proxy for the device but that does not really disable the device.

Any thoughts or examples would be appreciated.

Thanks.

 

Link to comment
  • 1 month later...

The usual way most conclude in the end is.

- Create a State variable called $sVacation. (note: I find vacation and away to be two different scenarios needed.)
- Create ways to control the variable accurately when you are away from home. I use my $sAway variable with a 16 hour delay to automatically set the house into Vacation mode, as well as a few manual methods.
- Use the variable to control key programs, disallowing them to run in the "If" section, or control Then / Else with a different routine based on $sVacation = $cTRUE or $cFALSE

Link to comment

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...