Skip to content

Support for Migrating Away from SmartThings #169

Answered by puddly
jflowers asked this question in Q&A
Discussion options

You must be logged in to vote

Not with this package. You can, however, use a Zigbee packet sniffer with Wireshark and join any device to your SmartThings hub to capture all of the relevant network information.

With that, you can manually fill in a zigpy backup JSON, restore it to a Z-Stack radio, and finally take a Z2M-compatible backup to replace Z2M's coordinator_backup.json with (make sure to also update Z2M's config with these same settings, it will erase your settings if the two don't match up):

{
    "backup_time": "2022-08-31T16:21:23.453068+00:00",
    "node_info": {
        "nwk": "0000",
        "ieee": "00:3c:84:ff:fe:92:bb:ef",  // fill this in
        "logical_type": "coordinator"
    },
    "network_info":…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jflowers
Comment options

@puddly
Comment options

@tube0013
Comment options

@jflowers
Comment options

Answer selected by jflowers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants