home-assistant.github.io/source/_components/sensor.homematic.markdown
Fabian Affolter 45d4ce3065
Minor changes
2016-06-26 12:02:26 +02:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Homematic Sensor Instructions how to integrate Homematic senors within Home Assistant. 2016-06-25 12:58 true false true true homematic.png Sensor 0.23 Local Push

The homematic sensor platform lets you view various Homematic sensors within Home Assistant.

To set it up, add the following information to your configuration.yaml file:

sensor:
  platform: homematic
  address: LEQ1234567
  name: Dishwasher
  param: POWER

Configuration variables:

  • address (Required): The serial number of the device, eg. LEQ1234567
  • name (Optional): Name to identify the device.
  • button (Optional): Channel of the device to monitor. Defaults to 1.
  • param (Optional): For devices with multiple channels and possible events, you may define which event type you want to attatch to this entity.

Currently the following devices are supported:

  • Thermostats / Weather sensors (param: TEMPERATURE, HUMIDITY)
  • Switch Powermeter (param: POWER, CURRENT, VOLTAGE, FREQUENCY, ENERGY_COUNTER)
  • Motion detectors (param: BIRGHTNESS)
  • Rotary (no parameters needed)