mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 20:18:59 +00:00

* Added documentation for enocean components * More clearly state the limitations of the EnOcean support
842 B
842 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | EnOcean Sensor | Instructions how to integrate TellStick sensors into Home Assistant. | 2016-05-26 01:00 | true | false | true | true | enocean.png | Sensor |
The enocean
sensor platform currently only allows reading out the power measured in a Permundo PSC234 switch.
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
sensor:
- name: Television
platform: enocean
id: [0x01,0x90,0x84,0x3C]
Configuration variables:
- id (Required): The ID of the device. This is a 4 bytes long number.
- platform (Required): Set to
enocean
. - name (Required): An identifier for the switch