@f00dagi wrote:
Hi, I am using the Ubiquiti UniFi AP integration for presence detection in Home Assistant. I have two access points with IPs 192.168.1.6 and 192.168.1.7 and I have put the below code in my configuration.yaml. Most of the time it works pretty good but from time to time the device_tracker for my iphone does not change state when I leave the house.
Question 1: can anyone confirm that the integration is reliable when it comes to presence detection?
Question 2: how do I include two access points, is my code per below correct in that context?Integration: https://www.home-assistant.io/integrations/unifi_direct/
device_tracker: - platform: unifi_direct host: 192.168.1.6 username: user1 password: password1 interval_seconds: 10 consider_home: 30 - platform: unifi_direct host: 192.168.1.7 username: user1 password: password1 interval_seconds: 10 consider_home: 30
Thanks!
Posts: 1
Participants: 1