Page 1 of 1

IFTTT send command

Posted: 10 Nov 2017 20:54
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

Re: IFTTT send command

Posted: 13 Nov 2017 20:47
by Minux
ok; i create node listener who sent request to ZAutomation server. It's works fine.

Re: IFTTT send command

Posted: 15 Nov 2017 09:18
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

Re: IFTTT send command

Posted: 16 Nov 2017 15:26
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!

Re: IFTTT send command

Posted: 17 Nov 2017 01:52
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