Skip to content

Commit

Permalink
Table to better understand ZHA Radio Types & HW (home-assistant#12216)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update source/_integrations/zha.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
rosscullen and frenck authored Mar 4, 2020
1 parent a913852 commit 083e73d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions source/_integrations/zha.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 083e73d

Please sign in to comment.