Skip to content
Hedda edited this page Feb 9, 2024 · 19 revisions

zigpy

Build Coverage

zigpy is Zigbee protocol stack integration project to implement the Zigbee Home Automation standard as a Python 3 library and is used by Home Assistant (Python based open source home automation software) as part of its ZHA integration component.
For more information please see the README

Index

Make one new Wiki page and putting the link here in the proper section: [Link text](Link)

Please note that help is technical writer help is wanted with development documentation of API and application examples from outside developers other than the information available in Contributing and testing Zigpy and the ZHA Device Handlers / ZHA Quirks documentation there is currently no developer guide or specific application examples. Though note that some specific zigpy development pointers have been posted by developers in issues and discussions as seen here:

Also, other than the ZHA integration component code for Home Assistant as reference might also want to look at the code of the Zigbee Plugin for Domoticz and the Zigbee Plugin for Jeedom (competing open-source home automation software) which both partially implements zigpy libraries as dependencies, (To get to code of Zigbee Plugin for Jeedom you need to buy and install that plugin (which once installed will give you access to their Phyton code) as they do not distribute the plugin code directly via a Git repository, also read their blog post about the Zigbee Plugin for Jeedom implementation).