-
Notifications
You must be signed in to change notification settings - Fork 20
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
AttributeError: can_write_custom_eui64 not found in COMMANDS #55
Comments
Can you post the output of |
Here it is
|
Actually, never mind. You don't need to use the flasher for this. Use zigpy-cli instead. The firmware you're running supports overwriting the IEEE address: pip install zigpy-cli
zigpy -vvv radio --baudrate 115200 ezsp /dev/serial/by-id/OLD_RADIO backup -z > backup.json
zigpy -vvv radio --baudrate 115200 ezsp /dev/serial/by-id/NEW_RADIO restore backup.json
# Reset the old radio so that it doesn't interfere
zigpy -vvv radio --baudrate 115200 ezsp /dev/serial/by-id/OLD_RADIO reset
# Finally, compare backups
zigpy -vvv radio --baudrate 115200 ezsp /dev/serial/by-id/NEW_RADIO backup -z > backup2.json
diff backup.json backup2.json |
Thank you for the detailed information. I'm going to close this issue now. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yesterday I posted an issue here but it might be the case there is a bug on this code.
After successfuly flashed
ncp-uart-hw-v7.3.2.0-zbdonglee-none-115200.gbl
I tried to executeuniversal-silabs-flasher --device /dev/tty.usbserial-202305080921111 write-ieee --ieee e0798dfffe77c2f0
in order to write to the new dongle the same address I've in the old one and I received this error:I'm not sure if the operation shall be supported or if the error shall be captured and turned into a more human readable error in any case I'm more interested in the process to virtually "duplicate" my coordinator on identical hardware in order to test with different firmware versions.
Regards
Ignacio
The text was updated successfully, but these errors were encountered: