From a10f79666557abeaf5d6410372c2e027bbd38084 Mon Sep 17 00:00:00 2001 From: Gamester17 Date: Thu, 6 Dec 2018 13:46:43 +0100 Subject: [PATCH] =?UTF-8?q?Update=20zha.markdown=20to=20clearify=20use=20o?= =?UTF-8?q?f=20zigpy=20and=20support=20for=20multiple=E2=80=A6=20(#7738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update zha.markdown to clearify use of zigpy and support for multiple radios Update zha.markdown to clarify the use of the zigpy library and support for multiple Zigbee radios from different manufacturers. Also tried to separate radio modules from actual retail products which use those radios under "Known working Zigbee radio modules". Please note that I mostly wanted to add this clarification in the hope that new developers will be made aware and join in improving these existing libraries or maybe even creating new radio module libraries for adding support for additional radios from different manufacturers. One example here is https://github.com/Equidamoid/pyconz/ which begun after he seen discussion in https://github.com/dresden-elektronik/deconz-rest-plugin/issues/158 * Fix list --- source/_components/zha.markdown | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 2bc206d73d5..ca12e9807da 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Zigbee Home Automation" -description: "Instructions on how to integrate your Zigbee Home Automation within Home Assistant." +description: "Instructions on how to integrate your Zigbee Home Automation (ZHA) devices within Home Assistant." date: 2017-02-22 19:59 sidebar: true comments: false @@ -14,7 +14,7 @@ ha_iot_class: "Local Polling" --- [Zigbee Home Automation](http://www.zigbee.org/zigbee-for-developers/applicationstandards/zigbeehomeautomation/) -integration for Home Assistant allows you to connect many off-the-shelf Zigbee devices to Home Assistant, using a compatible Zigbee radio. +integration for Home Assistant allows you to connect many off-the-shelf Zigbee based devices to Home Assistant, using one of the available Zigbee radio modules compatible with [zigpy](https://github.com/zigpy/zigpy) (an open source Python library implementing a Zigbee stack, which in turn relies on seperate libraries which can each interface a with Zigbee radio module a different manufacturer). There is currently support for the following device types within Home Assistant: @@ -24,12 +24,14 @@ There is currently support for the following device types within Home Assistant: - [Switch](../switch.zha) - [Fan](../fan.zha) -Known working Zigbee radios: +Known working Zigbee radio modules: -- Nortek/GoControl Z-Wave & Zigbee USB Adapter - Model HUSBZB-1 -- XBee Series 2C -- [Elelabs Zigbee USB Adapter](https://elelabs.com/products/elelabs_usb_adapter.html) -- [Elelabs Zigbee Raspberry Pi Shield](https://elelabs.com/products/elelabs_zigbee_shield.html) +- EmberZNet based radios using the EZSP protocol (via the [bellows](https://github.com/zigpy/bellows) library for zigpy) + - [Nortek GoControl QuickStick Combo Model HUSBZB-1 (Z-Wave & Zigbee USB Adapter)](https://www.nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/) + - [Elelabs Zigbee USB Adapter](https://elelabs.com/products/elelabs_usb_adapter.html) + - [Elelabs Zigbee Raspberry Pi Shield](https://elelabs.com/products/elelabs_zigbee_shield.html) +- XBee Zigbee based radios (via the [zigpy-xbee](https://github.com/zigpy/zigpy-xbee) library for zigpy) + Digi XBee Series 2C (S2C) modules ## {% linkable_title Configuration %}