FAQ: Best mmWave Sensor to Use with ST? (human presence sensor/occupancy sensor)

Yeah, it’s very similar to the Sonoff. Only one zone, not a lot of adjustment options. But matter over Wi-Fi, which is a first as far as I know. Has both a PIR sensor and an MM wave sensor. 6 m detection zone for the MM wave sensor.

And a light sensor.

1 Like

What I notice is that most (if not all) of these presence sensor come with a power adapter … convenient if the outlet is nearby or you don’t mind the wires.

Otherwise, battery would be a better solution. Is too high energy consumption the reason behind why we don’t see such battery powered devices?

The first post in this thread confirms and explains this… In short though, yes :nerd_face:

2 Likes

Do “we” already have a mmWave sensor that you can set up directly in Smartthings using zones?
For now I have 2 EP1 sensors but would like the option to start different automations on movement in different zones in a room.

Aqara FP2?

My EP1 was out of the box for only a few hours. It’s tiresome compared to FP2.

Does it? Or is that a question?

Hoe long ago was it tiresome? And can you setup zones with the FP2?

You have to set up the zones in the Aqara Home app. Everything else works directly within SmartThings.

So, the FP2 is what you’re looking for.

1 Like

Sure FP2 does zones, it’s way better than EP1, you’ll be surprised. And she’s not well versed in microwave sensors.

1 Like

ST does not allow you to use status of multiple zones in a single routine as a trigger (any/all). For that you will need Sharptools with some JSON parsing or setup some virtual devices to mimic status of multiple zone configurations.

Why do you need multiple zones as a trigger?

I have an exhasut fan I want to turn on for whenever someone is in my bath OR my shower. I have them as separate zones.

I realize I could combine them as they are adjacent in my use case, but I may figure out other routines I want them separate for. And for someone with a different bathroom configuration where they aren’t adjacent, it may not make any damn sense to combine them if they are not adjacent and want to define some other zone that separates them intentionally for some other use, like triggereing vanity lights.

With them configured as 2 zones, I can’t tell ST to turn the fan on if ANY of those 2 specific zones are occupied as a routine only allows you to select one zone.

Everyone has different use cases. It would be much more flexible in ST if there was the option to allow selection of multiple zones for single routines. It seems unnecessary to require me to create Sharptools rules or virtual devices to do something for a device that presents basically child devices with each zone that can be triggers.

Two zones, two routines.

Are you overthinking it?

3 Likes

It’s more related to reliably turning the fan off, and on when either zone is occupied and unoccupied with a delay to allow the fan to clear the space

Still two almost identical routines.

And nope, zones are not child devices. That would make it even more complicated. My power strips are one main device + four child devices each. That makes sense, because the amount won’t change.

Zones can be configured at any time with an external app. Imagine devices suddenly disappearing…

Sure, but since zones can act as triggers, each basically can be used as a device. Since you can configure multiple devices to be triggers, it makes sense to me to allow multiple zones to be set as triggers in an ANY/ALL fashion, just like you can with regular devices.

I will do some testing again with simple routines, but I recall it being glitchy when I tried it before. And it may have just been that since the zone boundary definitions are not as granular as I need that I was sometimes getting some false turn-on events when walking by the front of either my shower to bathtub, so I wanted a “stays this status for how long? = 3 seconds” and that isn’t possible in ST as 1 minute is the minimum duration for this setting.

So as I started working through it in Sharptools to get this start delay, I was having some difficulty with the programming of those rules where this functionality I’m talking about would have simplified the routine because only the pure JSON code of zone status is visible in Sharptools.

…and crap, I just now realized the customize allows me to do seconds!!! dammit! :grinning:

2 Likes

You are the one who doesn’t know how to do the right automations. All your examples are easily done in SmartThings routines, you don’t even need virtual devices, which greatly expands the complexity of automations.

1 Like