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

add IEEE -> NWK Addr translation on RX for conbee 3 #1114

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

schrluka
Copy link
Contributor

Hi

Some zigbee devices report their IEEE address (64 bit) in the NWK header of all frames they send. In this case ConBee 3 reports only the IEEE Address to the driver, even if the 16 bit NWK address is also present in the frame. This is causes an issue in the driver for conbee 3, as it uses the NWK address for various purposes.
Typically the interview for such devices fails.

To fix these issue I added a simple address lookup.

@Koenkk Koenkk merged commit 14b7b53 into Koenkk:master Jul 15, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Jul 15, 2024

Thanks!

@schrluka schrluka deleted the deconz-ieee branch July 16, 2024 06:25
@schrluka
Copy link
Contributor Author

Thanks for merging so fast!

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.

2 participants