Push notifications when virtual presence sensor is not present for individual motion sensors


#1

**1) Trying to rec push notifications when presence sensor is not present for individual motion sensors

**2)Push notification to phone says kitchen, bedroom, etc motion has been detected

**3)Currently not receiving any notifications when not present when motion is not present

**4)

**5) image


#2

Remove your “with” statements and just do a PUSH…


#3

Also, it appears that you are Present and your IF conditions are false.


#4

Smartthings app shows me as not present. Does a virtual presence sensor affect the webcore piston?


#5

Is your presence sensor set up correctly?

The “Comparison (enum) 0 is (string) not present” is confusing.


#6

Your piston should subscribe to your phone presence…

image


#7

Thanks