Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Implement use of Zigpy to support Zigbee USB dongles from multiple manufacturers #409

Closed
Gamester17 opened this issue Sep 25, 2018 · 3 comments

Comments

@Gamester17
Copy link

Gamester17 commented Sep 25, 2018

Would it be a good idea for the Zigbee2mqtt project to also implement support for using the Zigpy library to communicate with all Zigbee USB dongles (as well as GPIO adapters) that it supports?

https://github.com/zigpy/zigpy

Zigpy (Zigbee for Python) is an open-source library that currently can communicate with the more than one Zigbee dongle, meaning it support multiple manufacturers using different APIs via modules, such as XBee based devices, EmberZNet based devices by Silicon Labs, Conbee/RaspBee by Dresden-Elektronik, ZiGate by fairecasoimeme, and even Z-Stack by Texas Instrument

It does this by depending on several Python modules which in turn each communicates directly with different USB radios native serial protocol (UART) for zigpy. For more on those modules see:

https://github.com/zigpy/bellows
https://github.com/zigpy/zigpy-znp
https://github.com/zigpy/zigpy-deconz
https://github.com/zigpy/zigpy-xbee
https://github.com/zigpy/zigpy-cc
https://github.com/zigpy/zigpy-zigate

PS: By the way, the zigpy project also has a quirks library called ZHA Device Handlers that are similar to Zigbee-Shepherd Converters

https://github.com/zigpy/zha-device-handlers

@Koenkk
Copy link
Owner

Koenkk commented Sep 25, 2018

The underlying library does not support this because this module is not Z-Stack based.

Adding support for this would require a complete refactor of the [zigbee-shepherd] library and it's underlying libraries (https://github.com/koenkk/zigbee-shepherd) library.

This is not within the scope of zigbee2mqtt and therefore I close it.

@Koenkk Koenkk closed this as completed Sep 25, 2018
@BuhtigithuB
Copy link

Hi,

Would it be possible to implemented it at zigbee-shepherd level??

@Gamester17 Gamester17 changed the title Request: Implement use of ZigPy to support its Zigbee USB dongles Request: Implement use of Zigpy to support Zigbee USB dongles from multiple manufacturers Jan 7, 2020
@Gamester17
Copy link
Author

@BuhtigithuB Zigbee2mqtt has migrated to zigbee-herdsman instead of zigbee-shepherd, see:

Koenkk/zigbee-herdsman#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants