I am using homeassistant for a while now. I use it to just do some lights and some information logging.
I use presence awareness. I made an entry for my phone in my config.yaml
# Mobile Phone Presence
device_tracker:
- platform: nmap_tracker
hosts:
- x.x.x.x
This worked perfectly but now it just works nice. I updated my container a few weeks ago and now it sometimes takes 1 minute for presence detection to trigger.
It used to be almost instant when my phone connected to wifi.
is there a way to sniff the ACK for the ipadress so that presence gets triggered sooner?