Are there any plans to be able to change modes from IFTTT or have it trigger a particular SmartApp I have set up? I know you can get around the mode change, by adding a virtual tile but I don’t want to have another tile that needs to be update when I get in the Things Mode.
It would be great if IFTTT could trigger a mode change or run a trigger a smart app.
jnhearne
(Jason Hearne)
March 23, 2015, 10:36pm
2
I’m all for this! Please make a mode change trigger for IFTTT!
jnhearne
(Jason Hearne)
March 23, 2015, 10:37pm
3
Also make it available as an action!
MichaelS
(Micheal )
March 23, 2015, 10:45pm
4
I wrote a couple apps that do just as you are requesting…the ability to trigger mode or Hello Home Phrases from IFTTT…It DOES require a simulated switch be set up, but besides that it works well…
Would that fill your needs?
1 Like
MichaelS
(Micheal )
March 24, 2015, 2:48am
5
brbeaird
(Brian)
April 24, 2015, 6:10pm
6
That’s pretty awesome, @MichaelS ! Is there any way to make your apps trigger phrases only when certain modes are active?
MichaelS
(Micheal )
April 24, 2015, 6:30pm
7
Shouldn’t be difficult…stand by…
MichaelS
(Micheal )
April 24, 2015, 6:46pm
8
Ok…did the modification. Actually unsure why I didn’t include that previously. Great suggestion!
/**
* Switch Activates Hello, Home Phrase
*
* Copyright 2015 Michael Struck
* Version 1.0.1 3/8/15
* Version 1.0.2 4/24/15 added the ability to rename the app and limit it to certain modes
* Version 1.0.3 5/31/15 Added an About Screen
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under the License.
*
* Ties a Hello, Home phrase to a switch's (virtual or real) on/off state. Perfect for use with IFTTT.
* Simple define a switch to be used, then tie the on/off state of the switch to a specific Hello, Home phrases.
* Connect the switch to an IFTTT action, and the Hello, Home phrase will fire with the switch state change.
This file has been truncated. show original