2.9 KiB
layout, title, description, date, sidebar, featured, comments, sharing, footer, logo, ha_iot_class, ha_config_flow, ha_release, ha_category, redirect_from
layout | title | description | date | sidebar | featured | comments | sharing | footer | logo | ha_iot_class | ha_config_flow | ha_release | ha_category | redirect_from | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | IKEA Trådfri (Tradfri) | Access and control your IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge) and via it its connected Zigbee-based devices. | 2017-04-12 22.04 | true | true | false | true | true | ikea.svg | Local Polling | true | 0.43 |
|
|
The tradfri
component support the IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge). The gateway can control compatible Zigbee-based lights (certified ZigBee Light Link products) connected to it and Home Assistant will automatically discover the gateways presence on your local network, if discovery:
is present in your configuration.yaml
file.
You will be prompted to configure the gateway through the Home Assistant interface. The configuration process is very simple, when prompted, enter the security key printed on the physical sticker that is on the bottom of the IKEA Trådfri Gateway, then click configure.
If you see an "Unable to connect" message, restart the gateway and try again. Don't forget to assign a permanent IP address to your IKEA Trådfri Gateway in your router / DHCP-server.
{% linkable_title Configuration %}
You can add the following to your configuration.yaml
file if you are not using the discovery:
component:
# Example configuration.yaml entry
tradfri:
host: IP_ADDRESS
{% configuration %}
host:
description: "The IP address or hostname of your IKEA Trådfri Gateway."
required: true
type: string
allow_tradfri_groups:
description: "Set this to true
to allow Home Assistant to import the groups defined on the IKEA Trådfri Gateway."
required: false
type: boolean
default: false
{% endconfiguration %}
{% linkable_title Troubleshooting %}
{% linkable_title Firmware updates %}
After updating the firmware of your IKEA Trådfri Gateway it might be necessary to repeat the configuration process. If you encounter problems, delete the .tradfri_psk.conf
file in your .homeassistant
directory, restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup. Possible errors: Fatal DTLS error: code 115
.
{% linkable_title Compilation issues %}
This does not apply to Hass.io or Docker.
Please make sure you have autoconf
installed ($ sudo apt-get install autoconf
) if you want to use this component. Also, installing some dependencies might take considerable time (>1 h) on slow devices.
{% linkable_title Setting the api_key
%}
Do not use the api_key
variable in configuration.yaml
. The API key is only needed once at initial setup and will be stored.