Check this thread for IFTTT and many other CoRE use cases
Yes Iâm having similar issues. Main dashboard page shows but its very hit and miss as to whether any selected pistons show
Are you guys on latest version? Check your IDE.
on 08d,
Its odd, some of my smaller less complicated pistons open sometimes and when they do much slower than previously But my âbiggestâ piston with 24 conditions no longer opens, blue progress bar at top gets to near 100% then keeps resetting.
The spinning blue circle is also constantly active
Looks like ST is very slow for you? It takes over 10s to run things⌠So the request is canceled. I can make it so that requests are no longer canceled, but waited on.
Appears to be fine now. Strange that it was not working before, I was only 1 update behind.
In IFTTT enable the Maker channel. In CoRE, under Settings, enable IFTTT integration and provide the Maker channel key. After that, in CoRE use the âSend IFTTT Maker eventâ task and provide an event name (your choice). Go to IFTTT and create a Maker recipe, provide the same trigger event name and choose what to so next. When the task is executed by CoRE, you get IFTTT to do whatever you requested it to do.
Any thoughts on being able to go the other way, IFTTT -> CoRE?
Wasnât able to go about creating an IFTTT channel. It appears IFTTT charges for that. They only provide a âpartner inquiryâ form.
Virtual switchesâŚ
Is there a way to set a Piston to only run if called from another piston, other than setting a variable or virtual switch or something?
Thatâs exactly what the Follow Up piston is there for.
Yeah virtual switches is exactly what Iâm currently doing. I was trying to eliminate a moving part. Iâve never really used the Maker channel but there seems to be away to send a Web Request from the âthenâ side of an IFTTT recipe. If possible I donât know if there really is any value to doing it that way over the virtual switch way. Thanks again for all your work on this.
If there is a way in IFTTT to make HTTPS requests, I can expose an endpoint for the Maker channel to âaskâ Core to do stuff
Okay, other than user modes, which I am going to postpone due to extensive UI requirements, what else is there stopping us from beta?
@bamarayne and the gang?
Adrian,
I have a question. In my Else-If Piston, my first 2 groups where I multi select Presence sensors I can select and Evaluation mode as either And or Any. My last group doesnât have an Evaluation mode so I only get Any. In that case I need AND since itâs tied to both of us leaving, do stuff.
Thanks, Rick
I honestly canât think of anything right nowâŚ
Triggers do not support AND for reasons explained earlier today (not sure which thread). Use the âisâ condition instead.
How is it working for you? Any problems so far?
Change that last âchanges toâ to âisâ. Right now itâs a trigger. It will work great worth it as a condition.
Yes Adrian, I remember now that post earlier today, thank you and sorry
Rick