A library which communicates with XBee radios for zigpy
Project description
zigpy-xbee
zigpy-xbee is a Python implementation for the Zigpy project to implement XBee based Zigbee radio devices from Digi.
Digi XBee is the brand name of a family of form factor compatible radio modules from Digi International.
The XBee radios can all be used with the minimum number of connections — power (3.3 V), ground, data in and data out (UART), with other recommended lines being Reset and Sleep.[5] Additionally, most XBee families have some other flow control, input/output (I/O), analog-to-digital converter (A/D) and indicator lines built in.
Zigbee Home Automation integration with zigpy allows you to connect one of many off-the-shelf Zigbee adapters using one of the available Zigbee radio library modules compatible with zigpy to control Zigbee based devices, including this zigpy-xbee library for Xbee based Zigbee radio modules.
zigpy** currently has support for controlling Zigbee device types such as binary sensors (e.g., motion and door sensors), sensors (e.g., temperature sensors), lightbulbs, switches, and fans. A working implementation of zigbe exist in Home Assistant (Python based open source home automation software) as part of its ZHA component
Compatible hardware
zigpy works with separate radio libraries which can each interface with multiple USB and GPIO radio hardware adapters/modules over different native UART serial protocols. Such radio libraries includes zigpy-xbee (which communicates with XBee based Zigbee radios), bellows (which communicates with EZSP/EmberZNet based radios), and as zigpy-deconz for deCONZ serial protocol (for communicating with ConBee and RaspBee USB and GPIO radios from Dresden-Elektronik). There are also an experimental radio library called zigpy-zigate for communicating with ZiGate based radios.
Known working XBee based Zigbee radio modules for Zigpy
These are XBee Zigbee based radios that have been tested with the zigpy-xbee library for zigpy
- Digi XBee Series 3 (xbee3-24) and Digi XBee Series S2C modules
- Note! While not a must, it is recommend to upgrade XBee Series 3 and S2C to newest firmware firmware using XCTU
- Digi XBee Series 2 (S2) modules (Note! This first have to be flashed with Zigbee Coordinator API firmware)
Port configuration
- To configure usb port path for your XBee serial device, just specify the TTY (serial com) port, example :
/dev/ttyACM0
Note! Users can change UART baud rate of your Digi XBee using the Digi's XCTU configuration tool. Using XCTU tool
enable the API communication mode -- ATAP2
, set baudrate to 57600 -- ATBD6
, save parameters.
Testing new releases
Testing a new release of the zigpy-xbee library before it is released in Home Assistant.
If you are using Supervised Home Assistant (formerly known as the Hassio/Hass.io distro):
- Add https://github.com/home-assistant/hassio-addons-development as "add-on" repository
- Install "Custom deps deployment" addon
- Update config like:
where 0.12.0 is the new versionpypi: - zigpy-xbee==0.12.0 apk: []
- Start the addon
If you are instead using some custom python installation of Home Assistant then do this:
- Activate your python virtual env
- Update package with
pip
pip install zigpy-xbee==0.12.0
Releases of zigpy-xbee via PyPI
New packages of tagged versions are also released via the "zigpy-xbee" project on PyPI
Older packages of tagged versions are still available on the "zigpy-xbee-homeassistant" project on PyPI
How to contribute
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for zigpy_xbee-0.15.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19c3e44f2652ff212dd02aa328f99d0f8c431b221d7e00595252e024821bb8dc |
|
MD5 | 2d671f20f78d5668e9b02210131fd889 |
|
BLAKE2b-256 | b0524bd4de1c61e2c2eb96350b258f96e89749cbe3ea01f976ef7e551ef70aa7 |