- Notifications
You must be signed in to change notification settings - Fork19
A library which communicates with Deconz radios for zigpy
License
GPL-3.0, Unknown licenses found
Licenses found
zigpy/zigpy-deconz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
zigpy-deconz is a Python 3 implementation for theZigpy project to implementdeCONZ basedZigbee radio devices.
The goal of this project to add native support for the Dresden-Elektronik/Phoscon deCONZ based ZigBee modules in Home Assistant viazigpy.
This library uses the deCONZ serial protocol for communicating withConBee,ConBee II (ConBee 2),ConBee III (ConBee 3),RaspBee, andRaspBee II (RaspBee 2) adapters fromDresden-Elektronik/Phoscon.
Tagged versions are also released via PyPI
- https://pypi.org/project/zigpy-deconz/
- https://pypi.org/project/zigpy-deconz/#history
- https://pypi.org/project/zigpy-deconz/#files
Note! Latest official documentation for the deCONZ serial protocol can currently be obtained by following link in Dresden-Elektronik GitHub repository here:
- https://github.com/dresden-elektronik/deconz-serial-protocol
- dresden-elektronik/deconz-serial-protocol#2
For reference, here is a list of unrelated projects that also use the same deCONZ serial protocol for other implementations:
- https://github.com/Equidamoid/pyconz/commits/master
- https://github.com/mozilla-iot/deconz-api
- https://github.com/adetante/deconz-sp
- https://github.com/frederic34/plugin-nodeBee
If you are looking to make a contribution to this project we suggest that you follow the steps in these guides:
- https://github.com/firstcontributions/first-contributions/blob/master/README.md
- https://github.com/firstcontributions/first-contributions/blob/master/github-desktop-tutorial.md
Some developers might also be interested in receiving donations in the form of hardware such as Zigbee modules or devices, and even if such donations are most often donated with no strings attached it could in many cases help the developers motivation and indirect improve the development of this project.
About
A library which communicates with Deconz radios for zigpy