My goal is to be able to reliably track who is home and who isn't, using their android smartphones with the following constraints:
- Home assistant is not visible outside the home network
- The home network sometimes reassigns a new local IP address to the smartphones
To this end, I have been using Ping (ICMP) as a device tracker... until a blackout occurred today and one of the smartphones had it's IP reset. I discovered that the companion app supports a wi-fi IP address sensor so I enabled it. However, I do not know how to make Ping target the last known address of the device.
What are my options? Is there a way to update the address of a Ping device? Did I overlook an alternative way to consider someone as not home/unknown when their smartphone is not visible?