Feature request: add presence sensors where motion sensors are used in built-in apps

With presence apps like GeoFency now able to detect iBeacons and get very granular presence it would be great to be able to use built-in apps like zone motion or motion and mode lighting to control lights based on what I would describe as "micro-presence" sensors. In other words, a zone motion controller child app might include a combination of motion sensors and presence sensors to turn on and off a motion zone, or a motion and mode child app might turn on with either motion or presence.

There is a work-around you could do. There were similar requests for contact sensors to act like motion sensors. One way to do that is to use this little app in our public repo:

What that does is create a virtual motion sensor that can be used in any motion sensor context, whose value is derived from a contact sensor. I small change to that app could make it do the same thing for presence sensors.

Thanks... might give that a try. Might combine both in a future release :slight_smile: