schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
118 stars 23 forks source link

Feature request #33

Closed plasterer41 closed 1 year ago

plasterer41 commented 2 years ago

Would it be possible to identify which devices are connected to (or leaves) a specific eero within a house with multiple eeros - would give the opportunity to use the eero as room presence detection devices.

smiller171 commented 2 years ago

Personally I wouldn't trust this as it relies on device roaming being more consistent than I've experienced it to be.

That said if you were going to do it, adding an additional sensor to the devices the integration is already tracking seems simple enough.

schmittx commented 1 year ago

Would it be possible to identify which devices are connected to (or leaves) a specific eero within a house with multiple eeros - would give the opportunity to use the eero as room presence detection devices.

There's already a sensor created for each Eero device which shows the total number of clients connected to that device. Additionally, a device tracker entity is created for each client (if enabled during initial setup or via configure) which contains an attribute showing which Eero device that specific client is connected to. Between these two entities, I think you should already have what you need. Let me know if I misunderstood your request though.

schmittx commented 1 year ago

Closing for now, feel free to comment or re-open if needed.