home-assistant.github.io/source/_components/light.tradfri.markdown
Patrik c3f359b3ac Tradfri (#2420)
* Added initial support for IKEA Tradfri (Trådfri) Gateway

* Added initial support for IKEA Tradfri (Trådfri) Gateway
2017-04-13 19:23:38 +02:00

936 B

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

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

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

$ apt-get install libtool

$ git clone --recursive https://github.com/obgm/libcoap.git
$ cd libcoap
$ git checkout dtls
$ git submodule update --init --recursive
$ ./autogen.sh
$ ./configure --disable-documentation --disable-shared
$ make
$ sudo make install

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

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