Hey y’all, I’m trying to wrap my head around how room presence works. From what I can tell, the HA official path is to use mqtt_room which in turn can use a few different ‘backends’.
I’m in the process of deploying several esphome nodes on ESP 32 boards.
Here’s my questions:
-
How’s it work? Do you have to have a sensor in every room? And, if so, let’s say I’m sitting near more than one sensor - how’s it know which room I’m in?
-
can it “triangulate”? Like can you have fewer sensors than rooms and somehow map the signals? This has been my dream, but I don’t see anything to suggest this is how it works or how to set it up.
-
iOS - am I just SOL? Or can I use apple iPhones and watches? The internet seems mixed.
-
can I use mqtt_room on the devices I deploy with esphome? I can’t find anything definitive. I supposed buying a dedicated ESP 32 device for each room isn’t prohibitively expensive but I’d prefer not to if I don’t have to (see also my question about triangulating with fewer sensors than rooms)
Sorry if this is all kinda basic. I’m really grateful for any thoughts or insights y’all have.