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

Update to support zigpy 0.70.0 #58

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

puddly
Copy link
Contributor

@puddly puddly commented Oct 28, 2024

We've made a few API changes in zigpy and this package will need updates to continue working:

  1. def close -> async def disconnect.
  2. All radio libraries should let zigpy configure the serial port flow control settings.
  3. Utilize packet.priority.

@DamKast Do you want to transfer this package to the zigpy organization so we can keep this package updated? I'd eventually like to include it as an option in ZHA once we figure out a way to get firmware publicly built. If not directly for the nRF52840, I think we probably could do so for the Espressif Zigbee stack: https://github.com/andryblack/esp-coordinator

@DamKast
Copy link
Collaborator

DamKast commented Dec 10, 2024

@puddly Sure, I can transfer this package to the zigpy organization. What are the steps to do this?

@Hedda
Copy link
Contributor

Hedda commented Dec 10, 2024

@puddly Sure, I can transfer this package to the zigpy organization. What are the steps to do this?

@DamKast remember to also add zigpy admins/owners as Maintainers of the matching zigpy-zboss project on PyPI as well:

i.e. same Maintainers as the example the zigpy-znp project on PyPI:

@Hedda
Copy link
Contributor

Hedda commented Jan 20, 2025

@puddly Sure, I can transfer this package to the zigpy organization. What are the steps to do this?

@DamKast remember to also add zigpy admins/owners as Maintainers of the matching zigpy-zboss project on PyPI as well:

https://pypi.org/project/zigpy-zboss/

Any progress on transferring zigpy-zboss repository (and the matching project on PyPI) to zigpy organization/admins on GitHub?

PS: Off-topic but think this might also be even more relevant now to the open-source Zigbee community at large because Zigbee2MQTT (Z2M) also added ZBOSS support and interestingly they implemented code based on a port of zigpy-zboss -> * https://www.zigbee2mqtt.io/guide/adapters/zboss.html in a new adapter for zigbee-herdsman -> https://github.com/Koenkk/zigbee-herdsman/tree/master/src/adapter/zboss

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

Successfully merging this pull request may close these issues.

3 participants