aiohomekit icon indicating copy to clipboard operation
aiohomekit copied to clipboard

Implement async_reachable to see if a device is reachable on the network

Open bdraco opened this issue 2 months ago • 4 comments

For zeroconf based devices we check if the A/AAAA records are still published. This means we will know if the device is offline within 120s since A/AAAA records typically have a TTL of 120s

For BLE based devices we will check if the BLE device is in range and seen by the adapter. This will vary by BLE adapter, but it will likely mean we will know within a few minutes as well

bdraco avatar Apr 26 '24 16:04 bdraco