A library for zigpy which communicates with TI ZNP radios
Project description
zigpy-znp
zigpy-znp is a Python library that adds support for common Texas Instruments ZNP (Zigbee Network Processors) Zigbee radio modules to zigpy, a Python Zigbee stack project.
Together with zigpy and compatible home automation software (namely Home Assistant's ZHA (Zigbee Home Automation) integration component), you can directly control most Zigbee devices such as Philips Hue, GE, OSRAM LIGHTIFY, Xiaomi/Aqara, IKEA Tradfri, Samsung SmartThings, and many more.
This zigpy-znp library allows Zigpy to interact with Texas Instruments ZNP (Zigbee Network Processor) coordinator firmware via TI Z-Stack Monitor and Test(MT) APIs using an UART/serial interface. Radio module hardware compatible include but is possibly not limited to Texas Instruments CC13x2 and CC26x2R based chips flashed with Z-Stack 3.x coordinator firmware.
Installation
Install the Python module within your virtual environment:
(venv) $ pip install zigpy-znp
If you are using Home Assistant, copy custom_components/custom_zha_radios.py
into your custom_components
folder and create a new entry in your configuration.yaml
file:
custom_zha_radios:
znp:
module: zigpy_znp.zigbee.application
description: TI CC13x2, CC26x2, and ZZH
Configuration
Below are the defaults with the top-level Home Assistant zha:
key:
zha:
zigpy_config:
znp_config:
tx_power: None # if set, must be between -22 (low) and 19 (high)
led_mode: None # if set, must be one of: off, on, blink, flash, toggle
skip_bootloader: True # skips the 60s bootloader delay on some CC2531 sticks
Backup and restore
A complete NVRAM backup can be performed to migrate between different radios based on the same chip. Anything else is untested.
(venv) $ python -m zigpy_znp.tools.nvram_read /dev/serial/by-id/old_radio -o backup.json
(venv) $ python -m zigpy_znp.tools.nvram_write /dev/serial/by-id/new_radio -i backup.json
Tested migrations:
- LAUNCHXL-CC26X2R1 running 3.30.00.03 to and from the zig-a-zig-ah! running 4.10.00.78.
Hardware requirements
USB-adapters, GPIO-modules, and development-boards running recent TI Z-Stack releases (i.e. CC13x2 and CC26x2) are supported. Reference hardware for this project includes:
- TI LAUNCHXL-CC26X2R1 running Z-Stack 3.30.00.03. You can flash
CC26X2R1_20191106.hex
using TI's UNIFLASH. - Electrolama's zig-a-zig-ah! running Z-Stack 4.10.00.78. You can flash
CC26X2R1_20200417.hex
using cc2538-bsl.
Z-Stack versions 3.x and above are currently required and all communication with the radio module is done over the the Z-Stack Monitor and Test (MT) interface via a serial port.
Texas Instruments Chip Part Numbers
Texas Instruments (TI) has quite a few different wireless MCU chips and they are all used/mentioned in open-source Zigbee world which can be daunting if you are just starting out. Here is a quick summary of part numbers and key features.
Supported newer generation TI chips
2.4GHz frequency only chips
- CC2652R = 2.4GHz only wireless MCU for IEEE 802.15.4 multi-protocol (Zigbee, Bluetooth, Thread, IEEE 802.15.4g IPv6-enabled smart objects like 6LoWPAN, and proprietary systems). Cortex-M0 core for radio stack and Cortex-M4F core for application use, plenty of RAM. Free compiler option from TI.
- CC2652RB = Pin compatible "Crystal-less" CC2652R (so you could use it if you were to build your own zzh and omit the crystal) but not firmware compatible.
- CC2652P = CC2652R with a built-in RF PA. Not pin or firmware compatible with CC2652R/CC2652RB.
Multi frequency chips
- CC1352R = Sub 1 GHz & 2.4 GHz wireless MCU. Essentially CC2652R with an extra sub-1GHz radio.
- CC1352P = CC1352R with a built in RF PA.
Unsupported older generation TI chips
- CC2530 = 2.4GHz Zigbee and IEEE 802.15.4 wireless MCU. 8051 core, has very little RAM. Needs expensive compiler license for official TI stack.
- CC2531 = CC2530 with built-in USB. Used in the cheap "Zigbee sticks" sold everywhere.
Auxiliary TI chips
- CC2591 and CC2592 = 2.4 GHz range extenders. These are not wireless MCUs, just auxillary PA (Power Amplifier) and LNA (Low Noise Amplifier) in the same package to improve RF (Radio Frequency) range of any 2.4 GHz radio chip.
Releases via PyPI
Tagged versions will also be released via PyPI
- https://pypi-hypernode.com/project/zigpy-znp/
- https://pypi-hypernode.com/project/zigpy-znp/#history
- https://pypi-hypernode.com/project/zigpy-znp/#files
External documentation and reference
How to contribute
If you are looking to make a code or documentation 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
Related projects
Zigpy
zigpy is Zigbee protocol stack integration project to implement the Zigbee Home Automation standard as a Python library. 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 devices. There is currently support for controlling Zigbee device types such as binary sensors (e.g. motion and door sensors), analog sensors (e.g. temperature sensors), lightbulbs, switches, and fans. Zigpy is tightly integrated with Home Assistant's ZHA component and provides a user-friendly interface for working with a Zigbee network.
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
File details
Details for the file zigpy-znp-0.0.9.tar.gz
.
File metadata
- Download URL: zigpy-znp-0.0.9.tar.gz
- Upload date:
- Size: 59.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4baa363330678e57faa2b7194b99522a9ee07386dcbeadb3c29c2c0258e354a4 |
|
MD5 | bfe221429fcbfe1dd1141bde982719a7 |
|
BLAKE2b-256 | ab1fe121e53da7fec96f1c8932524623b8972e653a4969253e1d2aa5e7e81f49 |
Provenance
File details
Details for the file zigpy_znp-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: zigpy_znp-0.0.9-py3-none-any.whl
- Upload date:
- Size: 81.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02dfb57469cee317ced359cd59a966f0e0a229fbfd4e3121f995c4a1d2dd93d0 |
|
MD5 | 39b6090366ca1cd537f08293878c3f93 |
|
BLAKE2b-256 | 4be7ae1c8639bfcb3704cc0eaa8e81d5b57124384db8ad81f6ddc464a32e2d58 |