I currently have nmap setup as for device tracking, but I’ve recently found the it causes massive delays on devices. Namely, Steam Link (which streams games from my PC) which becomes really jumpy with home assistant on and basically unplayable, and it also makes the device crash. The other one I’ve noticed this on is when I use the apps built in to my TV, such as iPlayer, which won’t load a video until I turn home assistant off. I’ve verified this by testing with homeassistant on, and homeassistant turned off (I basically turn my pi on and off). Does anyone have any ideas how I can not have this impact my devices? My config is below:
device_tracker:
- platform: nmap_tracker
hosts: 192.168.1.1/24
consider_home: 0:15
Is there a way I can increase the time between each scan?