mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Document known discoverable zha devices (#19022)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
15e42a5436
commit
e7bf668047
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user