Securifi Community Forum

Securifi Products => Almond+ => Topic started by: Ashok on September 01, 2016, 03:42:15 pm

Title: IFTTT Support has been added.
Post by: Ashok 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

Title: Re: IFTTT Support has been added.
Post by: cpaces on September 01, 2016, 11:59:29 pm
THANK YOU THANK YOU THANK YOU THANK YOU   :) :) :) :) :)
Title: Re: IFTTT Support has been added.
Post by: utrph77004 on September 23, 2016, 02:44:05 pm
Many thanks. It works well with "Do" app also
Title: Re: IFTTT Support has been added.
Post by: Fire69 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>'?
Title: Re: IFTTT Support has been added.
Post by: mparadis on September 23, 2016, 05:25:49 pm
Seems simple enough, I imagine they could indeed.
Title: Re: IFTTT Support has been added.
Post by: cthree87 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.
Title: Re: IFTTT Support has been added.
Post by: naphtaliq on September 27, 2016, 12:46:54 pm
Yes! Once Home/Away is implemented my automation is complete!
Title: Re: IFTTT Support has been added.
Post by: naphtaliq 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!

Title: Re: IFTTT Support has been added.
Post by: mparadis 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.
Title: Re: IFTTT Support has been added.
Post by: naphtaliq 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).
Title: Re: IFTTT Support has been added.
Post by: whelanc 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.
Title: Re: IFTTT Support has been added.
Post by: naphtaliq 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.
Title: Re: IFTTT Support has been added.
Post by: hjobanpu 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>'?
Title: Re: IFTTT Support has been added.
Post by: cyw666 on September 06, 2017, 12:33:05 pm
Hi,
Any plan to support Stringify?
Title: Re: IFTTT Support has been added.
Post by: mekohler 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?
Title: Re: IFTTT Support has been added.
Post by: punkorambo on June 08, 2019, 06:27:15 pm
I cannot seem to get the Almond to show up anymore in IFTTT, has it been removed?

Yes, Securifi sent an email recently saying IFTTT support was ending due to exuberant costs.
Title: Re: IFTTT Support has been added.
Post by: Jacq on July 09, 2019, 07:33:21 am
Hi, has anyone any idea when we'll get Google Assistant support?  :'(
Title: IFTTT Support has been added
Post by: KamElect on August 11, 2019, 12:54:29 am
graag thanks 4 that, just checked the debug log and all has been revealed man has it ever - i shall be looking thru it 4 quite a while