bottleneck
Choose style:

Author Topic: IFTTT Support has been added.  (Read 21197 times)

0 Members and 1 Guest are viewing this topic.

Offline Ashok

  • Securifi Staff
  • *
  • Posts: 2770
  • Thanks: 3
  • Registered : 25/07/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
IFTTT Support has been added.
« on: September 01, 2016, 03:42:15 pm »
Hi Everyone,

I am happy to inform that our Almond channel is live on IFTTT now.

https://ifttt.com/channels


Offline cpaces

  • Backer
  • *
  • Posts: 2
  • Thanks: 0
  • Registered : 15/09/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #1 on: September 01, 2016, 11:59:29 pm »
THANK YOU THANK YOU THANK YOU THANK YOU   :) :) :) :) :)

Offline utrph77004

  • Backer
  • *
  • Posts: 58
  • Thanks: 1
  • Registered : 11/07/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #2 on: September 23, 2016, 02:44:05 pm »
Many thanks. It works well with "Do" app also

Offline Fire69

  • Backer
  • *
  • Posts: 344
  • Thanks: 0
  • Registered : 03/08/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #3 on: September 23, 2016, 04:38:39 pm »
Will it be possible in the future to have 'Home/Away' as a trigger?
'If Almond set to Away' 'Then <do something>'?

Offline mparadis

  • Backer
  • *
  • Posts: 1765
  • Thanks: 3
  • Registered : 02/08/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #4 on: September 23, 2016, 05:25:49 pm »
Seems simple enough, I imagine they could indeed.

Offline cthree87

  • Newbie
  • **
  • Posts: 10
  • Thanks: 0
  • Registered : 12/09/2016
    YearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #5 on: September 25, 2016, 03:30:20 pm »
Will it be possible in the future to have 'Home/Away' as a trigger?
'If Almond set to Away' 'Then <do something>'?

Yes! +10000000

IFTTT is good but a bit stupid. More transitions = good.

Offline naphtaliq

  • Newbie
  • **
  • Posts: 11
  • Thanks: 0
  • Registered : 15/07/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #6 on: September 27, 2016, 12:46:54 pm »
Yes! Once Home/Away is implemented my automation is complete!

Offline naphtaliq

  • Newbie
  • **
  • Posts: 11
  • Thanks: 0
  • Registered : 15/07/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #7 on: September 28, 2016, 12:08:19 pm »
don't know if if matters but I implemented a "home/away" hack for myself using apilio.io:

Create a new boolean variable in Apilio.io:
Name it “xxx_Home "
Leave the value on "true"
Save the variable, copy the "toggle"-URL and make it somehow available on your phone (e.g. e-mail it to yourself or open Apilio on your smartphone)

I’ve already set my Almond to switch to “Away” when I leave. Now set up rules for telling Apilio.io that you’re home or away in IFTTT:
If xxx’s Phone connects from your Almond., then set xxx_Home:true

Trigger: A device has disconnected
Device: xxx’s Phone
Action: Make a web request
URL: https://apilio. herokuapp.com/boolean_variables/xxx_Home/ set_true/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Method: POST
Content Type: application/x-www-form-urlencoded
If xxx’s Phone disconnects from your Almond., then set xxx_Home:false
Trigger: A device has disconnected
Device: xxx’s Phone
Action: Make a web request
URL: https://apilio. herokuapp.com/boolean_variables/xxx_Home/ set_false/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Method: POST
Content Type: application/x-www-form-urlencoded

Now set up rules in IFTTT that will respond to Apilio.io reporting that you’re home or away.  I wanted to arm my surveillance cameras:
Recipe Title: “If Maker Event "BlueIris_On", then turn on BlueIris”

Trigger: Receive the web request
Event Name: BlueIris_On
Action: Make a web request
URL: http://xxx.xxx.xxx.xxx:81/admin?signal=1&user=xxx&pw=xxx
Method: GET
Content Type: application/x-www-form-urlencoded
Recipe Title: “If Maker Event "BlueIris_Off", then turn off BlueIris”
Trigger: Receive the web request
Event Name: BlueIris_On
Action: Make a web request
URL: http://xxx.xxx.xxx.xxx:81/admin?signal=1&user=xxx&pw=xxx
Method: GET
Content Type: application/x-www-form-urlencoded

Create new Conditions in Apilio.io:
Name: xxx_Home_True

Type of condition: Boolean
Linked to variable: xxx_Home
Rule: Must be true
Name: xxx_Home_False
Type of condition: Boolean
Linked to variable: xxx_Home
Rule: Must be true

Create new Logicblocks in Apilio.io:
blueiris_home

Linked to conditions: xxx_Home_True
Action Settings
True-action: https://maker.ifttt.com/trigger/BlueIris_Off/with/key/nnnnnnnnnnnnnnnnnnnnnn
False-action:
Advanced Options
Automatic evaluation: true
Only fire action if result changed: false
Evaluate Logicblock
Use the following URLs to trigger the logicblock from IFTTT or your connected device:
Evaluate:
https://apilio.herokuapp.com/logicblocks/blueiris_home/evaluate/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
blueiris_away
Linked to conditions: xxx_Home_False
Action Settings
True-action: https://maker.ifttt.com/trigger/BlueIris_On/with/key/ nnnnnnnnnnnnnnnnnnnnnn
False-action:
Advanced Options
Automatic evaluation: true
Only fire action if result changed: false
Evaluate Logicblock
Use the following URLs to trigger the logicblock from IFTTT or your connected device:
Evaluate:
https://apilio.herokuapp.com/logicblocks/blueiris_away/evaluate/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn

And you’re done!


Offline mparadis

  • Backer
  • *
  • Posts: 1765
  • Thanks: 3
  • Registered : 02/08/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #8 on: September 28, 2016, 05:49:26 pm »
don't know if if matters but I implemented a "home/away" hack for myself using apilio.io:

Create a new boolean variable in Apilio.io:
Name it “xxx_Home "
Leave the value on "true"
Save the variable, copy the "toggle"-URL and make it somehow available on your phone (e.g. e-mail it to yourself or open Apilio on your smartphone)

I’ve already set my Almond to switch to “Away” when I leave. Now set up rules for telling Apilio.io that you’re home or away in IFTTT:
If xxx’s Phone connects from your Almond., then set xxx_Home:true

Trigger: A device has disconnected
Device: xxx’s Phone
Action: Make a web request
URL: https://apilio. herokuapp.com/boolean_variables/xxx_Home/ set_true/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Method: POST
Content Type: application/x-www-form-urlencoded
If xxx’s Phone disconnects from your Almond., then set xxx_Home:false
Trigger: A device has disconnected
Device: xxx’s Phone
Action: Make a web request
URL: https://apilio. herokuapp.com/boolean_variables/xxx_Home/ set_false/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Method: POST
Content Type: application/x-www-form-urlencoded

Now set up rules in IFTTT that will respond to Apilio.io reporting that you’re home or away.  I wanted to arm my surveillance cameras:
Recipe Title: “If Maker Event "BlueIris_On", then turn on BlueIris”

Trigger: Receive the web request
Event Name: BlueIris_On
Action: Make a web request
URL: http://xxx.xxx.xxx.xxx:81/admin?signal=1&user=xxx&pw=xxx
Method: GET
Content Type: application/x-www-form-urlencoded
Recipe Title: “If Maker Event "BlueIris_Off", then turn off BlueIris”
Trigger: Receive the web request
Event Name: BlueIris_On
Action: Make a web request
URL: http://xxx.xxx.xxx.xxx:81/admin?signal=1&user=xxx&pw=xxx
Method: GET
Content Type: application/x-www-form-urlencoded

Create new Conditions in Apilio.io:
Name: xxx_Home_True

Type of condition: Boolean
Linked to variable: xxx_Home
Rule: Must be true
Name: xxx_Home_False
Type of condition: Boolean
Linked to variable: xxx_Home
Rule: Must be true

Create new Logicblocks in Apilio.io:
blueiris_home

Linked to conditions: xxx_Home_True
Action Settings
True-action: https://maker.ifttt.com/trigger/BlueIris_Off/with/key/nnnnnnnnnnnnnnnnnnnnnn
False-action:
Advanced Options
Automatic evaluation: true
Only fire action if result changed: false
Evaluate Logicblock
Use the following URLs to trigger the logicblock from IFTTT or your connected device:
Evaluate:
https://apilio.herokuapp.com/logicblocks/blueiris_home/evaluate/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
blueiris_away
Linked to conditions: xxx_Home_False
Action Settings
True-action: https://maker.ifttt.com/trigger/BlueIris_On/with/key/ nnnnnnnnnnnnnnnnnnnnnn
False-action:
Advanced Options
Automatic evaluation: true
Only fire action if result changed: false
Evaluate Logicblock
Use the following URLs to trigger the logicblock from IFTTT or your connected device:
Evaluate:
https://apilio.herokuapp.com/logicblocks/blueiris_away/evaluate/with_key/nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn

And you’re done!


Nice work, hopefully they can implement this natively since most people won't / can't do this.

Offline naphtaliq

  • Newbie
  • **
  • Posts: 11
  • Thanks: 0
  • Registered : 15/07/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #9 on: October 06, 2016, 09:11:12 pm »
Ashok: any plans to add a "set away" or "set home" trigger to IFTTT? That would be amazing for all of the home automation people.  I get that detailing roadmaps isn't practical for a company but It seems like an easy bit of coding (I'd volunteer if it's already a beta idea).

Offline whelanc

  • Backer
  • *
  • Posts: 19
  • Thanks: 0
  • Registered : 12/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #10 on: October 26, 2016, 01:45:57 pm »
Is it possible to set up the system in such a way that it knows the status of TWO (or more) people with devices.

So that I leave my house, and my wife is still home, so it is set as home.

But when she leaves, then it sets.  And when one of us comes home, it changes back.

Offline naphtaliq

  • Newbie
  • **
  • Posts: 11
  • Thanks: 0
  • Registered : 15/07/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #11 on: November 01, 2016, 09:46:56 am »
add a second variable to apilio.io (xxx2). make a second blueiris_home logicblock that sets "home" when the second variable is "xxx2_Home_True".  Then make the "blueiris_away" logicblock only fire "away" if "xxx1_Home_False" and "xxx2_Home_False" are true.

Offline hjobanpu

  • Backer
  • *
  • Posts: 11
  • Thanks: 0
  • Registered : 21/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #12 on: February 23, 2017, 01:44:12 am »
Hi Everyone,

I am happy to inform that our Almond channel is live on IFTTT now.

https://ifttt.com/channels

Thank you.

When can we expect to have 'Home/Away' as a trigger?
'If Almond set to Away' 'Then <do something>'?

Offline cyw666

  • Beta Testers
  • *
  • Posts: 2
  • Thanks: 0
  • Registered : 26/10/2016
    YearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #13 on: September 06, 2017, 12:33:05 pm »
Hi,
Any plan to support Stringify?

Offline mekohler

  • Backer
  • *
  • Posts: 2
  • Thanks: 0
  • Registered : 26/10/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: IFTTT Support has been added.
« Reply #14 on: June 08, 2019, 03:02:45 pm »
I cannot seem to get the Almond to show up anymore in IFTTT, has it been removed?

 

Page created in 0.056 seconds with 17 queries.

bottleneck