Smart Home Automation Forum
KCS http post ifttt/set - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40)
+--- Thread: KCS http post ifttt/set (/showthread.php?tid=3863)



KCS http post ifttt/set - stanchiam - 12-14-2023

Hi,

I want to trigger the IFTTT using http post, example http://192.168.1.123/ifttt/set with payload {"cmd":"run","ids":[2]}
But was returned with {"code":-1,"status":"auth failed"}

How to post to trigger the  IFTTT?

Also, can I trigger the digital input using http? PDF only how to use set_output but not input

Thank you.


RE: KCS http post ifttt/set - admin - 12-14-2023

only use for trigger for OUTPUT, not for INPUT.
such as DI trigger HTTP command output.


RE: KCS http post ifttt/set - stanchiam - 12-20-2023

Hi,

If we want to use app to call the IFTTT, how can we do that?
We don't want to program the logic again in the app but want to use the IFTTT that is written into the KCS v2 A16.
Thank you.

ps: can request for IFTTT to include DO in the if column? Now only have DI, we may not use input if we use app to control.


RE: KCS http post ifttt/set - admin - 12-20-2023

"IF" only use for INPUT ports, not use for OUTPUT ports. sorry, not not support use your own program to set IFTTT. i think ESPHome is more suitable for you. it can set logical command easily.