elric91 / homeassistant_zigate

Custom components for Home Assistant
MIT License
22 stars 5 forks source link

[REQUEST] ZiGate radio library to support for the zigpy library used by ZHA component in Home Assistant #33

Open Hedda opened 5 years ago

Hedda commented 5 years ago

Please consider writing a ZiGate radio library that works with the zigpy library for Home Assistant:

https://github.com/zigpy/zigpy

zigpy is a is Zigbee protocol stack integration project that is designed to work with separate radio libraries which can each interface with multiple USB and GPIO radio adapters/modules over different native serial protocols.

This zigpy library is implemented as a native Zigbee Home Automation Hub (ZHA) component for Home Assistant.

https://www.home-assistant.io/components/zha/

The main benefit with the modular design of zigpy is that software like Home Assistant only need to support this one solution as zigpy then abstracts support for multiple radios serial protocols via radio module libraries:

https://github.com/zigpy/zigpy-xbee https://github.com/zigpy/zigpy-deconz https://github.com/zigpy/bellows

Hedda commented 5 years ago

Apparently @doudz have already started development here https://github.com/doudz/zigpy-zigate