1) Give a description of the problem
I’m trying to create a piston that triggers an IFTTT through Webhooks, for the sake of testing, I’m just using virtual presence device to trigger (coffee machine to turn on or off)
I did copy the webhooks URL into Core integrations tab
I created this applet (named siemens off), run the piston like below but it doesn’t do anything. btw the coffee machine responds to google home commands through IFTTT
Any help is appreciated
2) What is the expected behavior?
coffee machine to to turn on/off
3) What is happening/not happening?
nothing
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach any logs (From ST IDE and by turning logging level to Full)
+1ms | ╔Received event [Virtual presence sensor].presence = present with a delay of 65ms |
---|---|
+71ms | ║RunTime Analysis CS > 18ms > PS > 43ms > PE > 10ms > CE |
+73ms | ║Runtime (36632 bytes) successfully initialized in 43ms (v0.3.109.20181207) (71ms) |
+74ms | ║╔Execution stage started |
+85ms | ║║Comparison (enum) present changes_to (string) present = true (1ms) |
+87ms | ║║Cancelling condition #2’s schedules… |
+88ms | ║║Condition #2 evaluated true (7ms) |
+89ms | ║║Cancelling condition #1’s schedules… |
+90ms | ║║Condition group #1 evaluated true (state changed) (10ms) |
+93ms | ║║Cancelling statement #3’s schedules… |
+189ms | ║║Executed virtual command iftttMaker (91ms) |
+192ms | ║╚Execution stage complete. (118ms) |
+193ms | ╚Event processed successfully (193ms) |
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.