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

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page UniFi Instructions on how to configure UniFi integration with UniFi Controller by Ubiquiti. 2018-10-15 22:00 true false true true ubiquiti.png Hub 0.81 Local Polling

UniFi by Ubiquiti Networks, inc. 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.

logger:
  default: info
  logs:
    aiounifi: debug
    homeassistant.components.unifi: debug
    homeassistant.components.switch.unifi: debug