From e7bf668047e3f60feedbabfc4d4be7f9f35f9514 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Aug 2021 15:25:42 -0500 Subject: [PATCH] Document known discoverable zha devices (#19022) Co-authored-by: Franck Nijhof --- source/_integrations/zha.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 7dbaa6f43ac..1c723451bec 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -145,6 +145,8 @@ A list of available device paths can be found in **Supervisor** > **System** > * Press `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. Refer to [Troubleshooting](#troubleshooting) below for more information. +### ZiGate or Sonoff ZBBridge Devices + If you are use ZiGate or Sonoff ZBBridge you have to use some special usb_path configuration: - ZiGate USB TTL or DIN: `/dev/ttyUSB0` or `auto` to auto discover the zigate @@ -152,6 +154,20 @@ If you are use ZiGate or Sonoff ZBBridge you have to use some special usb_path c - Wifi Zigate : `socket://[IP]:[PORT]` for example `socket://192.168.1.10:9999` - Sonoff ZBBridge : `socket://[IP]:[PORT]` for example `socket://192.168.1.11:8888` +### Discovery via USB or Zeroconf + +Some devices can be auto-discovered, which can simplify the ZHA setup process. The following devices have been tested with discovery and offer a quick setup experience: + +| Device | Discovery Method | Identifier | +| -------| ---------------- | ---------- | +| [ConBee II](https://phoscon.de/en/conbee2) | USB | 1CF1:0030 | +| [Electrolama zig-a-zig-ah](https://electrolama.com/projects/zig-a-zig-ah/) | USB | 1A86:7523 | +| [Nortek HUSBZB-1](https://www.nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/) | USB | 10C4:8A2A | +| [slae.sh CC2652RB development stick](https://slae.sh/projects/cc2652/) | USB | 10C4:EA60 | +| [Tube Zigbee Coordinator](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_cc2652p2.local. | + +Additional devices in the [Known working Zigbee radio modules](#known-working-zigbee-radio-modules) list may be discoverable, however, only devices that have been confirmed discoverable are listed above. + ## Configuration - YAML For more advanced configuration, you can modify `configuration.yaml` and restart Home Assistant