So the USB ports on my Odroid N2+ stopped working yesterday (seems to be a common problem) and now I had to go back to a RPi3 B+ which is just painfully slow and I regularly had issues with that hardware before I got the N2+ … That’s why I really want to go back to some decent hardware as soon as possible. However, right now there is nothing available - at least for a appropriate price… and the Amber only has 2GB RAM and ships somewhere next year (iirc) CM4 are impossible to get a hold of right now anyway so not even the least appealing Amber kit makes sense for me to buy (which would be available by the end of the month)
So, for now my idea was to keep using the N2+ and run Zigbee2MQTT (the only reason I need USB in the first place) on the RPi3 … how would I do that so I can keep all my devices connected and ideally still be able to control it from Home Assistant through the side-panel?
I really don’t want to re-pair 100+ Zigbee devices that are partially placed really inconvenient to reach throughout my house.
Would appreciate any help and links to instructions (for dummies) on how to do that
Install Samba Share on the RPi and share the /opt/zigbee2mqtt folder (there’s a lot of instructions on how to do that)
open your backup with 7zip (or whatever) and copy the contents from .\share.tar.gz\share.tar\zigbee2mqtt\ to the RPi /data folder (the first path of the path depends on the Samba settings you defined before)
change the mqtt:// address of the configuration.yaml to point to you HA mqtt server (don’t change anything else)
done - nothing should have changed (for me the energy consumption for the hour when I switched devices got all messed up - no idea why exactly because it also affects non-zigbee2mqtt devices )
Instructions were really helpful! Thank you @Farnsworth
What I did extra was:
install the add on “Advanced SSH & Web Terminal” to grant SSH access on both systems (allow sftp and change user to root). Immediately stop this add-on after you finish this process as these settings make it very insecure
cd config
tar -czvf z2m.tar.gz zigbee2mqtt/ zigbee.db (to copy all things Z2M)