2.3 KiB
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 | Zigbee Home Automation | Instructions on how to integrate your Zigbee Home Automation within Home Assistant. | 2017-02-22 19:59 | true | false | true | true | zigbee.png | Hub | 0.44 | Local Polling |
ZigBee Home Automation integration for Home Assistant allows you to connect many off-the-shelf ZigBee devices to Home Assistant, using a compatible ZigBee radio.
There is currently support for the following device types within Home Assistant:
- Binary Sensor (e.g., motion and door sensors)
- Sensor (e.g., temperature sensors)
- Light
- Switch
- Fan
Known working ZigBee radios:
- Nortek/GoControl Z-Wave & Zigbee USB Adapter - Model HUSBZB-1
- XBee Series 2C
- Elelabs ZigBee USB Adapter
- Elelabs ZigBee Raspberry Pi Shield
To configure the component, a zha
section must be present in the configuration.yaml
,
and the path to the serial device for the radio and path to the database which will persist your network data is required.
# Example configuration.yaml entry
zha:
usb_path: /dev/ttyUSB2
database_path: /home/homeassistant/.homeassistant/zigbee.db
{% configuration %}
radio_type:
description: One of ezsp
or xbee
.
required: false
default: ezsp
type: string
usb_path:
description: Path to the serial device for the radio.
required: true
type: string
baudrate:
description: Baud rate of the serial device.
required: false
default: 57600
type: integer
database_path:
description: Full path to the database which will keep persistent network data.
required: true
type: string
{% endconfiguration %}
To add new devices to the network, call the permit
service on the zha
domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: https://github.com/vanviegen/hue-thief/