For me it didn't work.
I have no coding experience at all and maybe I am doing something wrong.
I have Vera Plus, UI7 with latest update.
My intention is to start a philips hue bulb (for test) or any ifttt connected device that it will not work directly with vera.
I created a test applet in ifttt with alexa voice as trigger (if i say alexa trigger test) then turn on philips hue bulb.
Maybe this is my mistake because I want to initiate this applet by a web request and this has alexa voice trigger, but other solution i don't see. I named my applet "scene".
In vera I created a scene with manual trigger with the name "test".
In the "Also, execute the following Luup code:" I added:
local http = require("socket.http")
-- 5 Second timeout
http.TIMEOUT = 5
-- The return parameters are in a different order from luup.inet.wget(...)
local status, result = luup.inet.wget("
https://maker.ifttt.com/trigger/60XXXX01d/with/key/j6Fj7j2LJnBAGqhP_17Xc2kwwaY3eei38xNLZz0XXXX", 5)
I added the exact code i am using for syntax evaluation and, added XXXX in the middle of applet id and at last 4 digits of the key for privacy. After I finish set up the scene. I run it manually. "Sending Success." but nothing happens.
Any suggestions about what am I doing wrong?