How can I disable a 'rule' without uninstalling it

I have just got a Smarttings hub to run some WeMo devices. I did this as the Belkin App is rubbish to say the least.
One thing that was good was the ability to disable a rule without deleting it.
Is there any way this can be done through the smartthings app as I do not seem to be able to find it.

There isn’t a built in way to do this that I’m aware of, unless it’s been added fairly recently.

I don’t personally have much of a need for this, but here’s how I’d do it as a work around. Most SmartApps these days include conditional options like ā€œOnly run when in these modes:ā€*

If the app/rule you’re talking about has this option, then I’d do this:

  • Create a new mode called ā€œdisabledā€ (Go to Locations -> Settings (the gear) -> Scroll to bottom, tap ā€œAdd a new Mode.ā€
  • In the SmartApp set it to only run when mode is ā€œdisabled.ā€

As long as you never go into ā€œDisabledā€ mode, this app will never run. Then when you want to run the app again, just change it back to running in every mode.


*Note that in some apps this is setting is exactly reverse… that is, instead of saying: ā€œOnly run when mode isā€¦ā€ the question/setting says: ā€œDon’t run if mode isā€¦ā€ If the question is worded like that, then you need to do the opposite: Check all the modes you normally use but left ā€œdisabledā€ blank.

2 Likes

I needed the same thing. The way I did it was to change the ā€˜trigger’ to select nothing, (no check boxes) and then ā€˜save’ It let me keep the rule, but it did nothing. Next time I need it I just add the ā€˜trigger’ back in and saver again.

Ah ha, that would do it. Brilliant thanks.

It’s a bit more technical, but you can also set up a virtual presence sensor which is both a presence sensor and a switch and have the app run only when that ā€œpersonā€ is home.

Since this is a virtual switch you don’t have the disappearing/reappearing problem you can have with the real presence sensor.

And if it also has The switch capability, it will be a ā€œthingā€ that you can just toggle on and off in the mobile app. That way you can keep all your modes Routines just the way they are.

More set up work, but easier to these once it is set up and harder to get wrong.