home-assistant.io/source/_components/light.enocean.markdown
2017-06-13 19:26:01 +02:00

977 B

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 EnOcean Light Instructions on how to set up EnOcean lights within Home Assistant. 2016-05-25 23:49 true false true true enocean.png Light 0.21 Local Push

An EnOcean light can take many forms. Currently only one type has been tested: Eltako FUD61 dimmer.

To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: enocean
    id: [0x01,0x90,0x84,0x3C]
    sender_id: [0xFF,0xC6,0xEA,0x04]

Configuration variables:

  • id (Required): The ID of the device. This is the 4 bytes long number written on the dimmer.
  • sender_id (Required): The Sender ID of the device. This is a 4 bytes long number.
  • name (Optional): An identifier for the Ligh in the frontend.