Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearify recommended vs no longer recommended adapters #251

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,28 @@

The goal of this project to add native support for the Dresden-Elektronik/Phoscon deCONZ based ZigBee modules in Home Assistant via [zigpy](https://github.com/zigpy/).

This library uses the deCONZ serial protocol for communicating with [ConBee](https://phoscon.de/en/conbee), [ConBee II (ConBee 2)](https://phoscon.de/en/conbee2), [ConBee III (ConBee 3)](https://phoscon.de/en/conbee3), [RaspBee](https://phoscon.de/en/raspbee), and [RaspBee II (RaspBee 2)](https://phoscon.de/en/raspbee2) adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/)/[Phoscon](https://phoscon.de).
This library uses the deCONZ serial protocol for communicating with ConBee/RaspBee series of Zigbee Coordinator adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/)/[Phoscon](https://phoscon.de).

## Hardware requirement

dresden elektronik based radios USB-adapters and GPIO-modules with deCONZ Serial Protocol compatible with zigpy-deconz.

Note! ConBee III (a.k.a. ConBee 3) is the only deconz based adapter that supports forming a Zigbee 3.0 network and ZGP.

### deconz adapters recommended for new purchase

The adapters below are recommended because they use powerful chips, can handle large networks and firmware is well maintained:

- [ConBee III (a.k.a. ConBee 3)](https://phoscon.de/en/conbee3) USB adapter

### Older supported deconz adapters no longer recommended for new purchase

The adapters below are well-supported for legacy installations but use outdated chips and firmware is no longer maintained:

- [ConBee II (a.k.a. ConBee 2)](https://phoscon.de/en/conbee2) USB adapter
- [ConBee](https://phoscon.de/en/conbee) USB radio adapter
- [RaspBee II (a.k.a. RaspBee 2)](https://phoscon.de/en/raspbee2) GPIO radio module (not recommended for Zigbee 3.0 devices)
- [RaspBee](https://phoscon.de/en/raspbee) GPIO radio module (not recommended for Zigbee 3.0 devices)

# Releases via PyPI

Expand Down
Loading