Page 1 of 1

IFTTT, Ring & domoticz

Posted: Sunday 09 December 2018 22:55
by assenzuid
Hi all,

I want to add my Ring Doorbell into Domoticz through IFTTT. Not sure how to fix that?

I have enabled IFTTT in Domoticz, I must do something with Blocky.
Must I create an dummy device in Domoticz?

Re: IFTTT, Ring & domoticz

Posted: Monday 10 December 2018 0:20
by Skippiemanz
What ive done is created a virtual switch called doorbell and made it a push on button with a switch of delay of 1 sec. Then in the iftt i made an app witch call a webhook when the doorbell is pressed. This switches the Domoticz switch. Usualy this is done within 10 seconds.

Re: IFTTT, Ring & domoticz

Posted: Sunday 23 December 2018 22:16
by assenzuid
Do you have an example how to make exactly the webhook :?

Re: IFTTT, Ring & domoticz

Posted: Sunday 23 December 2018 23:36
by felix63
In IFTTT create an applet with IF Ring 'New Ring Detected' and THEN Webhook 'Make a Web Request' with as URL:

Code: Select all

https://userxxx:[email protected]/json.htm?type=command&param=switchlight&idx=99&switchcmd=On
If you update the URL for your own and change the idx to your virtual devices then that should do the trick.

Re: IFTTT, Ring & domoticz

Posted: Tuesday 25 December 2018 21:35
by assenzuid
Thanks, I wil try it :D