I recently activated the NMAP device tracker component and realized that the default scan interval was way to short so I included the home_interval
option to my config file and restarted:
- platform: nmap_tracker
hosts:
- 192.168.1.8
- 192.168.1.21
- 192.168.1.126
home_interval: 10
Unfortunately it doesn’t seem to make any difference, it seems the scan runs every 12-13 seconds anyway:
Jun 19 11:59:04 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:nmap scan successful
Jun 19 11:59:17 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:Scanning...
Jun 19 11:59:17 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:nmap scan successful
Jun 19 11:59:29 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:Scanning...
Jun 19 11:59:30 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:nmap scan successful
Jun 19 11:59:41 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:Scanning...
Jun 19 11:59:42 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:nmap scan successful
Jun 19 11:59:54 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:Scanning...
Jun 19 11:59:54 homeassistant hass[15943]: INFO:homeassistant.components.device_tracker.nmap_tracker:nmap scan successful
What am I doing wrong?