mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Improve clarity and correct minor grammar issues (#10694)
Also created note about /config directory if using Hass.io or Docker.
This commit is contained in:
parent
9e84fd889e
commit
0ca9f96f82
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "IKEA Trådfri (Tradfri)"
|
title: "IKEA Trådfri (Tradfri)"
|
||||||
description: "Access and control your IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge) and via it its connected Zigbee-based devices."
|
description: "Access and control your IKEA Trådfri Gateway and its connected Zigbee-based devices."
|
||||||
featured: true
|
featured: true
|
||||||
logo: ikea.svg
|
logo: ikea.svg
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
@ -13,12 +13,12 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
---
|
---
|
||||||
|
|
||||||
The `tradfri` integration 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.
|
The `tradfri` integration allows you to connect your IKEA Trådfri Gateway to Home Assistant. The gateway can control compatible Zigbee-based lights (certified ZigBee Light Link products) connected to it. Home Assistant will automatically discover the gateway's 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.
|
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 sticker on the bottom of the IKEA Trådfri Gateway, then click *configure*.
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
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.
|
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 on your router or DHCP server.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -47,11 +47,11 @@ allow_tradfri_groups:
|
|||||||
|
|
||||||
### Firmware updates
|
### Firmware updates
|
||||||
|
|
||||||
After updating the firmware of your IKEA Trådfri Gateway it might be necessary to repeat the configuration process. Possible errors: `Fatal DTLS error: code 115`. If you encounter problems:
|
After updating your IKEA Trådfri Gateway firmware it might be necessary to repeat the configuration process. One error you might experience after a firmware update is `Fatal DTLS error: code 115`. If you encounter problems:
|
||||||
- when configured using the integration: remove the integration through Settings > Integrations > Tradfri > delete using trash can icon;
|
- when configured using the integration: remove the integration through Settings > Integrations > Tradfri > delete (trash can icon)
|
||||||
- with manual configuration: delete the `.tradfri_psk.conf` file in your `.homeassistant` directory;
|
- with manual configuration: delete the `.tradfri_psk.conf` file in your `/.homeassistant` directory (`/config` directory if using Hass.io or Docker)
|
||||||
|
|
||||||
Then restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup.
|
Then restart Home Assistant. When prompted, enter the security key and click *configure*, just like during initial setup.
|
||||||
|
|
||||||
### Compilation issues
|
### Compilation issues
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ Then restart Home Assistant, when prompted enter the security key and click conf
|
|||||||
This does not apply to Hass.io or Docker.
|
This does not apply to Hass.io or Docker.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
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.
|
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 (more than one hour) on slow devices.
|
||||||
|
|
||||||
### Setting the `api_key`
|
### Setting the `api_key`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user