I’ve been using the Unifi device tracker capability for tracking which AP our phones are connected to as a form of presence detection. Since 0.97 this doesn’t work as the BSSID isn’t part of the entity data…
Prior to the change of the Unifi integration I used the following yaml config:
- platform: unifi
host: unifi.REDACTED
site_id: REDACTED
username: !secret unifiuser
password: !secret unifipass
verify_ssl: false
ssid_filter:
- 'Sara_Ed'
monitored_conditions:
- 'ip'
- 'mac'
- 'bssid'
- 'rssi'
- 'last_seen'
My question is is there any way to get the BSSID back?
Thanks in advance!