webCoRE Presence Sensor - Approaching Places


#1

My apologies if this has already been covered elsewhere, but haven’t stopped in for a while. I’m wondering what happened to all the options for the webCoRE presence sensor such as approaching places, coordinates, speed, etc. I’m trying to create a piston and would like to trigger an action when I’m x miles from home. All I’m seeing are options for the sleep sensor as shown below. I’ve checked to see if the device handler needed updating but nope.


#2

Are you looking in the correct spot?


#3

Duh I’m an idiot. Forgot to add if block and just tried using action. Thanks!


#4

Do you know which option I should select? Arriving at place or distance to closest place?


#5

Believe you want distance. If I’m not mistaken distance is always from home


#6

If I can trouble for another answer - would the option be enters range, is equal to, is inside of range or something else? I see some are listed as conditions and some as triggers - again, which would I want?


#7

Probably want to do

is less than

Or if there is the option to

drops below

Both would work the same


#8

Ok so it didn’t work the way I’ve got it setup so far, but had the webCoRE iOS app closed completely and maybe that made the difference. It another question is how would it know when I’m leaving and when I’m approaching as setup the way it is now? I only want the light to come on when approaching.


#9

If distance is less than 3 mi
Followed by if distance is less then 2 mi in xx time

Maybe try the above? Add both statements. Click on the and to change it to followed by. Then click the second statement to adjust the time.


#10

Here’s what I got now and still no luck. I’m going to clear the logs and post after the next time I go home.


#11

The distances shouldn’t be the same number


#12

They’re not the same number, but it was a boneheaded move on my part because I’d forgotten about the restrictions. So I removed that and it works fine however is there a way to make it so it doesn’t keep triggering repeatedly? Right now I’ve got notifications for testing purposes and must’ve gotten 20+ text messages before getting home! I’m just not sure how - thought maybe only once within a certain period of time, but what if I got home and then left again? What would you suggest?


#13

Both are saying 2 miles. Unless you have changed that?

And presence is not present


#14

Corrected the mileage, but what do you mean presence is not present?


#15

Add the conditions Presence Sensor is not present in your If Statement.


#16

Yea, what @pcgirl65 said. Just adding the condition


#17

Believe this is what you suggested but now the piston doesn’t run.


#18

You don’t want that in the followed by condition. It should be a separate condition. You might need to group the followed by commands so you can have an and between them


#19

Ok how’s this? It works but again it’s giving multiple repeat notifications - is there a way to limit so that the piston only runs once at a time, but still be able to run other times if I leave and come back? Or at least make it so I only get one notification?


#20

Yup that is what I was talking about!! :+1:t2::+1:t2: