IFTTT send command

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Minux
Posts: 29
Joined: 26 Oct 2014 13:06

IFTTT send command

Post by Minux »

Hello, how can i sent a command from ifttt to Z-Wave.Me? is it possible ?
I don't understand how to construct ifttt webhooks url with login and command.

thx for your help
Minux
Posts: 29
Joined: 26 Oct 2014 13:06

Re: IFTTT send command

Post by Minux »

ok; i create node listener who sent request to ZAutomation server. It's works fine.
Eagle
Posts: 105
Joined: 18 Jun 2017 19:04

Re: IFTTT send command

Post by Eagle »

Hi,

Thats very interresting, please write a short tutorial for that!

Im now using tasker with a http request extension for geofencing but sending commands from ifttt to zwave would be so much easier.

For now im only able to send commands from zwave to ifttt!

Tanks
TritonT
Posts: 9
Joined: 16 Oct 2015 19:13

Re: IFTTT send command

Post by TritonT »

Hi,

Would appreciate any help with this. Looking to use the IFTTT Webhooks action to change scenes in Z-Way. My Z-Way server is accessible on a public IP. I can already do this trick with Tasker, but it requires 2 steps, 1 to authenticate and 1 to do the command.

Is it even possible to do this with the Webhooks action in IFTTT. If it did work it would give voice control using Google Home which would please a lot of people!
Minux
Posts: 29
Joined: 26 Oct 2014 13:06

Re: IFTTT send command

Post by Minux »

Hello, i send my authenticate params directly with my command action in my node script. I do this for my google home.
you can see what my ifttt applet look like in attachment.

http://xxxxx.fr:8089/ZWayVDev_zway_26-0-37/secret/toto
{"name":"off","color":"red"}

ZWayVDev_zway_26-0-37 -> zway identifier
toto -> secret key
"name":"off" -> zway action (on or off)

Sorry my work is in progess and actually i'm not an expert in node js and i need some help to do a good tutorial. and i need to clean up my code
To do my script i fork https://github.com/kamikat/tttfi and i add ZAutomation/api
Attachments
FireShot Capture 1 - If You say _éteint la télé_, then make_ - https___ifttt.com_applets_65141460d.png
FireShot Capture 1 - If You say _éteint la télé_, then make_ - https___ifttt.com_applets_65141460d.png (139.97 KiB) Viewed 6154 times
Post Reply