Device Tracker UniFi - Always AWAY

Hi,
I´m trying to get Device Trackers to work against my UniFu Controller.
The devices show up in HA but status is always AWAY.

I started with nmap, but didn´t get it to work. After that Owntracks, but that also failed :slight_smile:

configuration.yaml
device_tracker:
platform: unifi
username: ubnt
password: ubnt
host: 192.168.1.133
interval_seconds: 30
consider_home: 210

known_devices.yaml
iPhone:
name: X iPhone
mac: Real MAC
picture: URL to JPG
track: yes
hide_if_away: no

PC:
name: X PC
mac: Real MAC
picture: URL to JPG
track: yes
hide_if_away: no

Look in unifi controller. Do you see HASS user logging in in the GUI logs?

Do you have any errors?

Also, I don’t see “verify_ssl=false” in config.
Do you have valid SSL cert? (No warning page when access controller in browser)

Thank you tmjpugh, I missed the verify_ssl=false thing!
Works fine now :slight_smile: