home-assistant.github.io/source/_components/tradfri.markdown
2017-04-22 11:16:59 +02:00

948 B

layout title description date sidebar featured comments sharing footer logo ha_category ha_iot_class ha_release
page IKEA Trådfri (Tradfri) Access and control your ZigBee-based IKEA Trådfri (Tradfri) devices. 2017-04-12 22.04 true true false true true ikea.svg Light Local Polling 0.43

Support for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it.

NB: for this to work, you need to install a modified lib-coap library:

apt-get install libtool

git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
cd libcoap
./autogen.sh
./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
make
make install

To enable these lights, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
tradfri:
  host: 192.168.0.129
  api_key: <on back of gateway>