mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
parent
2ebcd53c0e
commit
f802564975
@ -50,8 +50,11 @@ The custom quirks implementations for zigpy implemented as ZHA Device Handlers f
|
|||||||
- [ConBee II (a.k.a. ConBee 2) USB adapter from Dresden-Elektronik](https://shop.dresden-elektronik.de/conbee-2.html)
|
- [ConBee II (a.k.a. ConBee 2) USB adapter from Dresden-Elektronik](https://shop.dresden-elektronik.de/conbee-2.html)
|
||||||
- [ConBee USB adapter from Dresden-Elektronik](https://www.dresden-elektronik.de/conbee/)
|
- [ConBee USB adapter from Dresden-Elektronik](https://www.dresden-elektronik.de/conbee/)
|
||||||
- [RaspBee Raspberry Pi Shield from Dresden-Elektronik](https://www.dresden-elektronik.de/raspbee/)
|
- [RaspBee Raspberry Pi Shield from Dresden-Elektronik](https://www.dresden-elektronik.de/raspbee/)
|
||||||
- ZiGate based radios (via the [zigpy-zigate](https://github.com/doudz/zigpy-zigate) library for zigpy)
|
- ZiGate based radios (via the [zigpy-zigate](https://github.com/doudz/zigpy-zigate) library for zigpy and require firmware 3.1a or later)
|
||||||
- ZiGate USB modules (require firmware 3.1a or later)
|
- [ZiGate USB-TTL](https://zigate.fr/produit/zigate-ttl/)
|
||||||
|
- [ZiGate USB-DIN](https://zigate.fr/produit/zigate-usb-din/)
|
||||||
|
- [PiZiGate](https://zigate.fr/produit/pizigate-v1-0/)
|
||||||
|
- [Wifi ZiGate](https://zigate.fr/produit/zigate-pack-wifi-v1-3/) (work in progress)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -66,6 +69,11 @@ zha:
|
|||||||
database_path: /home/homeassistant/.homeassistant/zigbee.db
|
database_path: /home/homeassistant/.homeassistant/zigbee.db
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are use ZiGate, you have to use some special usb_path configuration:
|
||||||
|
- ZiGate USB TTL or DIN: `/dev/ttyUSB0` or `auto` to auto discover the zigate
|
||||||
|
- PiZigate : `pizigate:/dev/serial0`
|
||||||
|
- Wifi Zigate : `socket://[IP]:[PORT]` for example `socket://192.168.1.10:9999`
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
radio_type:
|
radio_type:
|
||||||
description: One of `ezsp`, `xbee`, `deconz` or `zigate`.
|
description: One of `ezsp`, `xbee`, `deconz` or `zigate`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user