NMAP Installation

Does anyone know how to install Nmap on a Pi 3 running HassIO?

Thanks!

I did not have to do anything special.Just have the below in my device_tracker.yaml:

- platform: nmap_tracker
  hosts:
    - 192.168.1.63-255
    - 192.168.2.1-255
  track_new_devices: yes
  interval_seconds: 30
  consider_home: 180
1 Like

Total beginner here.

When using nmap,
Am I correct in assuming the host is the router?
If this is the case, what is the “-255” for in your implementation?

The -255 is the upper limit of my IP ranges.

I probably should have guessed that. Thanks for the reply :slight_smile: