Announcement

Collapse
No announcement yet.

stopping specific events when a condition changes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    stopping specific events when a condition changes

    Hi,

    Can someone provide some recommendations on how I can have these events stop so this does not happen?

    -Bob

    #2
    I use a virtuel device and conditions on my Homesim events.

    If the virtuel device is on then turn on/off. If it's off do nothing.

    Regards
    Morten

    Comment


      #3
      As above virtual devices or you could issue an immediate script command to disable the event like &hs.disableevent("Event Name") and it won't trigger, to re-enable then it is &hs.enableevent("Event Name")

      Comment


        #4
        Originally posted by iiidmaxer View Post
        Can someone provide some recommendations on how I can have these events stop so this does not happen?
        Bob,
        If you use a delay rather than a wait, then you can delete the delayed actions. (They are actually temporary events that are created with a time trigger based on the delay you requested.)

        The event action to delete them can be put in an event that is triggered by disarming your alarm. Look for delayed events and deleting delayed events in the HS help.
        Mike____________________________________________________________ __________________
        HS3 Pro Edition 3.0.0.548, NUC i3

        HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

        Comment


          #5
          Since you used waits, I think that all you need is to use the action "cancel event" on each of the events with waits that you won't to stop. Just add these to the event that disarms.

          Comment

          Working...
          X