33[ ![ Build Status] ( https://travis-ci.org/zigpy/bellows.svg?branch=master )] ( https://travis-ci.org/zigpy/bellows )
44[ ![ Coverage] ( https://coveralls.io/repos/github/zigpy/bellows/badge.svg?branch=master )] ( https://coveralls.io/github/zigpy/bellows?branch=master )
55
6- ` bellows ` is a Python 3 project to implement support for EmberZNet devices
7- using the EZSP protocol.
6+ ` bellows ` is a Python 3 project to implement support for EmberZNet devices using the EZSP protocol.
87
98The goal is to use this project to add support for the ZigBee Network
109Coprocessor (NCP) in devices like the [ Linear/Nortek/GoControl HubZ/QuickStick
@@ -13,7 +12,17 @@ Combo (HUSBZB-1)][HubZ] device to [Home Assistant][hass].
1312[ Hubz ] : http://www.gocontrol.com/detail.php?productId=6
1413[ hass ] : https://home-assistant.io/
1514
16- ## Status
15+ ## Compatible hardware
16+
17+ EmberZNet based Zigbee radios using the EZSP protocol (via the [ bellows] ( https://github.com/zigpy/bellows ) library for zigpy)
18+ - [ Nortek GoControl QuickStick Combo Model HUSBZB-1 (Z-Wave & Zigbee USB Adapter)] ( https://www.nortekcontrol.com/products/2gig/husbzb-1-gocontrol-quickstick-combo/ )
19+ - [ Elelabs Zigbee USB Adapter] ( https://elelabs.com/products/elelabs_usb_adapter.html )
20+ - [ Elelabs Zigbee Raspberry Pi Shield] ( https://elelabs.com/products/elelabs_zigbee_shield.html )
21+ - Telegesis ETRX357USB (Note! This first have to be flashed with other EmberZNet firmware)
22+ - Telegesis ETRX357USB-LRS (Note! This first have to be flashed with other EmberZNet firmware)
23+ - Telegesis ETRX357USB-LRS+8M (Note! This first have to be flashed with other EmberZNet firmware)
24+
25+ ## Project status
1726
1827This project is in early stages, so it is likely that APIs will change.
1928
@@ -50,6 +59,11 @@ $ bellows zcl 00:0d:6f:00:05:7d:2d:34 1 1026 read_attribute 0
50590=1806
5160```
5261
62+ ## Release packages available via PyPI
63+
64+ Packages of tagged versions are also released via PyPI
65+ - https://pypi.org/project/bellows-homeassistant/
66+
5367## Reference documentation
5468
5569 * EZSP UART Gateway Protocol Reference:
0 commit comments