Push Message With specific Device


#1

I have two water sensors in different locations in my house. I am trying to develop a piston that will send a push notification with the specific sensor name of which ever one detects water.

Currently I am getting a push message that lists both sensors.

I am positive I have it set up wrong, as I am still learning how to use WebCore.

I appreciate any help as you guys have all been great!


#2

Use the system variable $currentEventDevice. Enclosed in brackets if in a value field and can be used as is in an expression field.


#3

Sorry for the newbie question, but where do I put that?


#4

In your Send push notification task, line 25 in your piston pic.


#5

Disregard! I got it! Can’t thank you enough!


#6

Yes, I had a face palm moment! Lol. Thanks again!