-
Notifications
You must be signed in to change notification settings - Fork 654
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
How to change the MAC address of coordinator? #72
Comments
Please see the following doc on how to clone a cc2531. In that section you will find how to write a IEEE address (=MAC) of your choice to the CC2531. |
@andreasbrett I followed your guidelines, and successfully written the new MAC into my CC2531 as Secondary MAC. But zigbee2mqtt still read the Primary MAC, here is the debug log:
And screenshots of using CC Debugger to read Primary/Secondary MAC from my CC2531: Is there any config needed for zigbee2mqtt to enable using the Secondary MAC? |
So current zigbee2mqtt only use the Primary MAC instead of Secondary MAC. |
After re-flashed the firmware, the zigbee2mqtt uses the Secondary MAC as expected now!
|
Per the TI doc, Z-Stack uses the following four-level hierarchy to determine the IEEE address(MAC) that will be used for the device when it operates:
Looks like the |
So why didn't it work the first time after reflashing? |
The first time was not with reflashing, since my CC2531 had already with zigbee2mqtt firmware. |
So the Curiously, which app did such copy? Is it by zigbee2mqtt? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I have an issue to, well i have a new stick, using the last version of Z2M on home assistant. But here is the thing, i re-flashed the old coordinator as a router, and now when i want to paor it pairs, but as an coordinator.. so i did change the second IEEE but doesnt work, still keeps the first and still acting as a coordinator, even when the firmware is router firmware. any advice ? regards |
Same for me... :( |
See related discussion here -> Koenkk/zigbee2mqtt#20724 |
I'm using CC2531 as the coordinator to add my smart Lock device into Home Assistant.
Currently everything works fine, except for remote Unlock failed (while using vendor's coordinator is OK to Unlock with the same PIN code).
I doubt the Lock device may have verified the MAC address of coordinator, and fail the Unlock request from any other coordinators not belong to the vendor.
How to change the MAC address of CC2531 coordinator? (so I'm able to crone the MAC)
Per the TI doc it shall be able to change the MAC address of CC2531 by modifying firmware.
The text was updated successfully, but these errors were encountered: