List of all opened doors


#1

Hello,

I am trying to create a piston that will list out all of the doors that are opened. I having issues storing a list of all the doors that are opened and using the list to send out a sms of all the device names. Below is what i currently have.

Thanks,
Keivn


#2

See if you can follow the example here… the key is “save matching device”


#3

I saw that one, but the problem that I ran into was that I only wanted to have the piston run when I used the the external http request (IFTTT). The only way that I found I could use the the matching function was if I used an if statement and that cause it to send me an sms message every time a door opened.

Thanks,
Kevin


#4

Change the subscription method of the piston to never subscribe. You can find this option by click on the name of the piston in the editor window. Then select the cog and find the subscription policy. Change that to never and you are set.


#5

Ah, I see… here’s what I have from another piston…


#6

Setting subscription method of the piston to never subscribe worked perfect.

Thanks