-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can't (re)start z2m after turning the coordinator into a router #2671
Comments
Given that:
I was able to start z2m again setting ieaddr of coordinator to blank in database.db, it was set to the same ieaddr of CC2530#1 Then I tried to retrieve the ieaddr of CC2530#2 to put it into the database.db: I removed the data/ folder, create a new configuration.yaml and then startedz2m. But I got for CC2530#2 the same ieaddr of CC2530#1!! How is that possible? At the moment, z2m is up and running but I have one ikea bulb that does not connect. I will probably try to re-pair everything in the next few days but a bit worried about this problem with ieaddr for CC2530#1 and CC2530#2.. |
Ok, I started from zero.
Attached the newly created configuration and database files. |
Quick addition: if I start z2m from a fresh installation and enabling the debug I get:
It seems really that my router and my coordinator share the same ieaddr? |
Closing this since completely invalid. Now everything seems to work. Not even related to zigbee2mqtt, sorry. |
I had a similar issue with trying to use a second CC2652R as a router alongside another CC2652R as the coordinator. Both devices use the same Primary IEEE Address and so when the second CC2652R joined the network, zigbee2mqtt ended up replacing the coordinator's entry ( For me, resolving it was a case of changing the router's secondary IEEE address, given the hierarchy of address resolution. Setting its MAC address is possible via its boot loader script |
Bug Report
What happened
I had a CC2530 used as a router (ieeeAddr '0x00124b001bb85676').
Today I flashed this board with a router firmware (and got a new coordinator based onCC2530+CC2591).
At first, I run z2m with the new coordinator, everything went fine (all my existing devices connected, as expected).
Then, I associate the "new router" to the existing network and I got:
The new router has been identified and worked as expected.
Please note: at this point I was unable to get a complete map of my devices. The new coordinator didn't show up in the network map, only the new router (aka old coordinator).
From this moment, after I stopped z2m, I am unable to start it again since I get:
There seems to be a problem related to the device with ieee address 0x00124b001bb85676, the one that used to be the coordinator but now is a router.
What did you expect to happen
Be able to start z2m again (without re-pairing every device - finger crossed).
How to reproduce it (minimal and precise)
Debug Info
zigbee2mqtt version: 1.8.0
CC253X firmware version: 20190523
What can I do? I already tried to remove the entry for 0x00124b001bb85676 in the devices: section of configuration.yaml, but it's uneffective.
The text was updated successfully, but these errors were encountered: