home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.16k stars 30.2k forks source link

Router detected as coordinator #125769

Closed froggy974 closed 3 weeks ago

froggy974 commented 3 weeks ago

The problem

when i am pairing a SLZB-06 ( in router mode) to my ZHA , it's detected as the same device then the coordinator ( Sonoff CC2652 )

image

What version of Home Assistant Core has the issue?

core-2024.9.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

.../integration/zha

Diagnostics information

home-assistant_zha_2024-09-11T16-39-32.854Z.log

zha-1e0d99d4da9c51d65ec9f318abc85210-Texas Instruments CC2652-663279eb4c59c8a2f43b0376d1535115 (1).json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zha` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zha` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zha documentation zha source (message by IssueLinks)

puddly commented 3 weeks ago

I think what happened is that you previously used the device that is your router as a coordinator and then migrated your network to the new device, correct?

If so, the router and coordinator have the same IEEE address, which is catastrophic for a Zigbee network. You need to change the IEEE address of the router.

froggy974 commented 3 weeks ago

yes indeed

thanks for your answer, i changed the IEEE address and it's detected correctly now

image