tube0013 / tube_gateways

Information and Documentation on Tube's Zigbee Gateways
261 stars 51 forks source link

ZHA showing 2 coordinators?? #72

Closed kksligh closed 2 years ago

kksligh commented 2 years ago

I recent purchased and installed the CC2652P2 based Zigbee to Ethernet/USB Serial Coordinator to ZHA on my home assistant instance. For some reason, its showing 2 coordinators after the set up. The info on each device are as follows:

1) "Silicon Labs EZSP" 2) "Zigbee Coordinator" - ZNP - Texas Instruments Z-Stack ZNP protocol: CC253x, CC26x2, CC13x2

Is this normal or did I do something wrong upon installation?

tube0013 commented 2 years ago

Hi,

Did you migrate from another coordinator?

kksligh commented 2 years ago

Yes - previously I had a HUBZ coordinator but removed that entire instance...and started over from scratch. At least I thought...

tube0013 commented 2 years ago

Did you delete the zigbee.db file in the config folder?

If not this shouldn't be a big deal, and is just cosmetic. I think you can use a SQLite editor to remove any reference of it (by its ieee address) in the zigbee.db file and I think that would take care of it. (If you do this be sure to backup the db before the edit just in case anything goes wrong)

kksligh commented 2 years ago

Dumb question, but such one do I delete?

Thanks,

Kale Sligh


From: tube0013 @.> Sent: Wednesday, June 15, 2022 9:07:00 PM To: tube0013/tube_gateways @.> Cc: kksligh @.>; Author @.> Subject: Re: [tube0013/tube_gateways] ZHA showing 2 coordinators?? (Issue #72)

Did you delete the zigbee.db file in the config folder?

If not this shouldn't be a big deal, and is just cosmetic. I think you can use a SQLite editor to remove any reference of it (by its ieee address) in the zigbee.db file and I think that would take care of it. (If you do this be sure to backup the db before the edit just in case anything goes wrong)

— Reply to this email directly, view it on GitHubhttps://github.com/tube0013/tube_gateways/issues/72#issuecomment-1157151154, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT3AQU4WS4KS4VOGP3XZ3VLVPKD4JANCNFSM5Y5GQBAQ. You are receiving this because you authored the thread.Message ID: @.***>

kksligh commented 2 years ago

What's very odd is my zigbee map shows devices connected to both

Thanks,

Kale Sligh


From: tube0013 @.> Sent: Wednesday, June 15, 2022 9:07:00 PM To: tube0013/tube_gateways @.> Cc: kksligh @.>; Author @.> Subject: Re: [tube0013/tube_gateways] ZHA showing 2 coordinators?? (Issue #72)

Did you delete the zigbee.db file in the config folder?

If not this shouldn't be a big deal, and is just cosmetic. I think you can use a SQLite editor to remove any reference of it (by its ieee address) in the zigbee.db file and I think that would take care of it. (If you do this be sure to backup the db before the edit just in case anything goes wrong)

— Reply to this email directly, view it on GitHubhttps://github.com/tube0013/tube_gateways/issues/72#issuecomment-1157151154, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT3AQU4WS4KS4VOGP3XZ3VLVPKD4JANCNFSM5Y5GQBAQ. You are receiving this because you authored the thread.Message ID: @.***>

tube0013 commented 2 years ago

Look for the ieee address of the old coordinator.

Then go through the tables in the zigbee.db and delete any records that have that address I believe most tables will have ieee as a column. (It's been a while since I looked inside one)

Seeing lines in the map may just be old cached records.

kksligh commented 2 years ago

I just deleted the file and started fresh. Cleared it up!