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

WARNING :NWK conflict is reported for 0x6452 #465

Closed
Tracked by #1235
pipiche38 opened this issue Jul 13, 2022 · 4 comments
Closed
Tracked by #1235

WARNING :NWK conflict is reported for 0x6452 #465

pipiche38 opened this issue Jul 13, 2022 · 4 comments

Comments

@pipiche38
Copy link
Contributor

This seems to be bellows specifics.
As we are not using the full ZHA stack and only the low zigpy layers, is there anything special we need to handle when getting such message ?

Is this message just a notification for informtion, and the coordinator is handling it , or is anything to be done by the application ?

@pipiche38
Copy link
Contributor Author

just to keep it open (before a bot close it)

@dmulcahey
Copy link
Contributor

It’s just a notification. You can read about this in the SI docs. the device(s) are sent leave and rejoin requests and things should continue to work normally for spec compliant devices. I think the info is in UG103.2 IIRC.

@pipiche38
Copy link
Contributor Author

I'm not used to the Sl stack, and I wonder if the coordinator can work without bellows up , because I feel the bellows library is doing a lot of thing. This is why I was ask I understand what the NWK conflict is , but I'm surprise that it is brought up to the bellows library level (and not handle at the firmware level)

@MattWestb
Copy link
Contributor

Silabs Zigbee stack is doing all things in the SOC and only need commands from the host system for joining device and the rest is in the SOC.

NWK conflict is working OK with bellows and also deCONZ is having the same functionality (reporting) but i dont knowing if IT is reporting it or only ignoring it.

The host system need the information if one device is rejoining and changing its NWK for not getting problem but the host system cant do anything then all low level things is being made in the SOC and shall being made there and not in the host system.

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