From 083e73db3a23c05fd4a13b6f27fdedc77f2506b3 Mon Sep 17 00:00:00 2001 From: Ross Cullen <35301905+rosscullen@users.noreply.github.com> Date: Wed, 4 Mar 2020 09:07:25 +0000 Subject: [PATCH] Table to better understand ZHA Radio Types & HW (#12216) * Table to better understand ZHA Radio Types & HW @frenck when you get a chance, could you review the proposed? From doing a ZHA Integrations install today (after seeing your livestream topic this week), I didn't know which radio type to pick for a Conbee II. Hopefully this table will help users with their install. It's hard to figure out which hardware is compatible with some of the radio types. Would you or someone be able to validate and/or add in the other Radio Hardware to the table? Thank you! * Update source/_integrations/zha.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/zha.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index aa7c32cb4329..56f3a92b6603 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -77,11 +77,19 @@ Use the plus button in the bottom right to add a new integration called **ZHA**. In the popup: -- USB Device Path - on a Linux system will be something like `/dev/ttyUSB0` +- USB Device Path - on a Linux system will be something like `/dev/ttyUSB0` or `/dev/ttyACM0` - Radio type - select device type `ezsp`, `deconz`, `ti_cc`, `xbee` or `zigate` - Submit -The success dialog will appear or an error will be displayed in the popup. An error is likely if Home Assistant can't access the USB device or your device is not up to date (see troubleshooting). +| Radio Type | Zigbee Radio Hardware | +| ------------- | ------------- | +| `ezsp` | EmberZNet based radios, Telegesis ETRX357USB*** (using EmberZNet firmware) | +| `deconz` | ConBee, ConBee II | +| `xbee` | Digi XBee Series 2, 2C, 3 | + +- Press `Submit` to save changes. + +The success dialog will appear or an error will be displayed in the popup. An error is likely if Home Assistant can't access the USB device or your device is not up to date. Refer to [Troubleshooting](#troubleshooting) below for more information. ## Configuration - Manual