-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Coordinator replacement - EFR32MG21 to EFR32MG24 #5
Comments
Regular backup and restore from z2m itself will not write the EUI64/IEEE of the adapter (for now). |
@Nerivec Thanks a lot for the info! |
@Nerivec Migrated without any issues. Magic! 🪄 Thanks a lot! 😊 I guess, I will need to do "Reset NVM3 tokens" first and then "Write EUI64 NVM3 token" with some random value change in the existing EUI64. |
Perfect! Yes, that should do it. Make sure to write a value that won't clash with any device around (hard to do, but you know, luck... 😛). Should be easy enough to just change the last 2-3 characters from the original value (that will also keep the original manufacturer tag, the first 6 after |
Hello @Nerivec and thanks for your work. I have the same kind of task to perform as @stickpin, but I probably have less experience. I also want to migrate my ZBDONGLE-E EFR32MG21 to an SLZB-07 EFR32MG24. I understand that I need to do a Backup NVM3 tokens from the ZBDONGLE-E and then Restore NVM3 Tokens on the SLZB-07 MG24. Q: If I understand correctly, the restore will also copy the EUI64, so logically I just need to replace the ZBDONGLE-E with the SLZB-07 MG24 and possibly change the port name in Home Assistant to fully recover my network, right? However, I don't understand the next step mentioned by @stickpin.
Q: If, I want to keep the ZBDONGLE as a backup, do I have anything else to do? |
Q1: Indeed. Backup/Restore tokens basically restores everything ZigBee related, and should put the network exactly as you left it last. |
Migration completed. Thanks again for your work and these clarifications. |
I have created a guide in English and French, which can be found here: https://github.com/nanostra/Migration-EFR32MG21-vers-EFR32MG24 |
Quick notes:
|
What are the advantages of moving to MG24? SMLight themselves are pretty pessimistic about any advantage of the newer chip (see the table on https://smlight.tech/ - indeed I did never ever see a producer make their own new product look so completely unnecessary?!?). |
As I mentioned in previous posts, these chips offer higher specs, newer tech (SMLight table doesn't show the Zigbee-side specs, also were just previews, no doubt it will be updated in the near future, since more of the models are being released).
Note that despite the better specs, a poorly designed network will still cause issues, nothing much the adapter can do about that (be it from bad devices, too much interference, etc.). Unfortunately, in some cases it is also not possible to improve the situation much (if the interference comes from neighbors for example)... Since you now have two adapters, try running a few tests with Ember ZLI (channel scan, network scan, etc.), to see if there are areas where you can improve things (can test in various locations around the house if you do it on a laptop). I've had more than one report of users surprised by how many other 2.4GHz networks are around them. |
@Nerivec: Thanks for your support and work on this driver. The SMZB-07MG24 (with fw 7.4.2 - why so old? - and bl 2.04.02) has arrived and I'm playing around with it. I have a few questions:
Thanks! |
|
But generally speaking, hw flow control is the better option nevertheless, I assume.
Your firmware builds only include 115200 so I assume that is enough. If changing the baud rate, does that mean that both bootloader and firmware have to have the some baud rate, or is this independent?
Any reason not to upgrade the bootloader? I'm a bit worried because my brand-new Zigbee dongle seems to run rather old software versions. |
It is, but benefits are also usage-specific. Factory firmware are always pretty old. Sonoff still has 6.10.3 floating around with 1.x bootloader... 7.4.2 is not very old compared to it (April) 😉 |
Hi,
Has anyone already tried migrating from one EFR32 USB coordinator to another without repairing the whole network?
I want to migrate from SkyConnect (EFR32MG21) to the newer SMLight SLZB-07Mg24 (EFR32MG24).
It seems like
ember-zli
with backup and restore functionality might do the trick.Does anyone know if regular Stack backup and Restore will be enough?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: