
* Update Lutron configuration to new style Update the Lutron Configuration Variables section to the new style Ref: #6385 * Update lutron.markdown Removed default from username.
2.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Lutron | Instructions on how to use Lutron devices with Home Assistant. | 2017-01-28 13:00 | true | false | true | true | lutron.png | Hub | False | 0.37 | Local Polling |
Lutron is an American lighting control company. They have several lines of home automation devices that manage light switches/dimmers, occupancy sensors, HVAC controls, etc. The lutron
component in Home Assistant is responsible for communicating with the main hub for these systems.
Presently, there's only support for communicating with the RadioRA 2 Main Repeater and only handle light switches and dimmers.
{% linkable_title Configuration %}
When configured, the lutron
component will automatically discover the rooms and their associated switches/dimmers as configured by the RadioRA 2 software from Lutron. Each room will be treated as a separate group.
To use Lutron RadioRA 2 devices in your installation, add the following to your configuration.yaml
file using the IP address of your RadioRA 2 main repeater:
# Example configuration.yaml entry
lutron:
host: IP_ADDRESS
username: lutron
password: integration
{% configuration %}
host:
description: The IP address of the Main Repeater.
required: true
type: string
username:
description: The login name of the user. The user lutron
always exists, but other users can be added via RadioRA 2 software.
required: true
type: string
password:
description: The password for the user specified above. integration
is the password for the always-present lutron
user.
required: true
type: string
{% endconfiguration %}
It is recommended to assign a static IP address to your main repeater. This ensures that it won't change IP addresses, so you won't have to change the `host` if it reboots and comes up with a different IP address.