2018-10-28 12:45:22 +01:00

38 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: page
title: "UniFi"
description: "Instructions on how to configure UniFi integration with UniFi Controller by Ubiquiti."
date: 2018-10-15 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: ubiquiti.png
ha_category: Hub
ha_release: "0.81"
ha_iot_class: "Local Polling"
---
[UniFi](https://unifi-sdn.ubnt.com/) by [Ubiquiti Networks, inc.](https://www.ubnt.com/) is a software that binds gateways, switches and wireless access points together with one graphical front end.
Currently this implementation only exposes POE control for networked devices. Device tracker implementation is not using the same code base.
## {% linkable_title Configuration %}
Home Assistant offers UniFi integration through **Configuration** -> **Integrations** -> **UniFi Controller**.
Enter `host address`, `user name` and `password` and then continue to select which `site` you want to connect to Home Assistant. The user must have administrator privileges.
## {% linkable_title Debugging component %}
If you have problems with UniFi or the component you can add debug prints to the log.
```yaml
logger:
default: info
logs:
aiounifi: debug
   homeassistant.components.unifi: debug
   homeassistant.components.switch.unifi: debug
```