Metadata-Version: 2.1
Name: zigpy-znp
Version: 0.0.3
Summary: A library for zigpy which communicates with TI ZNP radios
Home-page: http://github.com/zha-ng/zigpy-znp
Author: Alexei Chetroi
Author-email: alexei.chetroi@outlook.com
License: GPL-3.0
Description: # zigpy-znp
        
        [![Build Status](https://travis-ci.org/zha-ng/zigpy-znp.svg?branch=dev)](https://travis-ci.org/zha-ng/zigpy-znp)
        [![Coverage Status](https://coveralls.io/repos/github/zha-ng/zigpy-znp/badge.svg?branch=dev)](https://coveralls.io/github/zha-ng/zigpy-znp?branch=dev)
        
        **[zigpy-znp](https://github.com/zha-ng/zigpy-zhp/)** is a Python library that adds support for common [Texas Instruments ZNP (Zigbee Network Processors)](http://dev.ti.com/tirex/content/simplelink_zigbee_sdk_plugin_2_20_00_06/docs/zigbee_user_guide/html/zigbee/introduction.html) [Zigbee](https://www.zigbee.org) radio modules to [zigpy](https://github.com/zigpy/), a Python Zigbee stack project. 
        
        Together with zigpy and compatible home automation software (namely Home Assistant's [ZHA (Zigbee Home Automation) integration component](https://www.home-assistant.io/integrations/zha/)), 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.
        
        # Hardware requirements
        USB-adapters, GPIO-modules, and development-boards running recent TI Z-Stack releases (i.e. CC13x2 and CC26x2) are supported. The [TI LAUNCHXL-CC26X2R1](https://www.ti.com/tool/LAUNCHXL-CC26X2R1) running [Z-Stack 3.30.00.03 with @Koenkk's config tweaks](https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_3.x.0/bin) is the reference hardware for the project and currently the only tested configuration. Z-Stack versions 3.x and above are required and all communication with the radio module is done over the the Z-Stack Monitor and Test (MT) API via a serial port.
        
        Texas Instruments CC13x2 and CC26x2 based adapters/boards already come with a bootloader so can be flashed over USB using the official "Flash Programmer v2" from Texas Instruments.
        
        # Flashing
        
        Use [TI's UNIFLASH](https://www.ti.com/tool/download/UNIFLASH) to write the pre-compiled firmware `.hex` file to your board.
        
        # Releases via PyPI
        
        Tagged versions will also be released via PyPI
        
         - https://pypi.org/project/zigpy-znp/
         - https://pypi.org/project/zigpy-znp/#history
         - https://pypi.org/project/zigpy-znp/#files
        
        # External documentation and reference
        
        - http://www.ti.com/tool/LAUNCHXL-CC26X2R1
        - http://www.ti.com/tool/LAUNCHXL-CC1352P
        
        # 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](https://github.com/zigpy/zigpy)** is [Zigbee protocol stack](https://en.wikipedia.org/wiki/Zigbee) integration project to implement the **[Zigbee Home Automation](https://www.zigbee.org/)** 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](https://www.home-assistant.io)'s [ZHA component](https://www.home-assistant.io/components/zha/) and provides a user-friendly interface for working with a Zigbee network.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
