How move devies from Ihost to sonoff dongle max

how move devies from Ihost to sonoff dongle max ?
help me .
i have 25 devies on ihost , i need to but it on sonoff dongle max to use it

There are several of us who want the ability to migrate Zigbee devices from one device to another, as well as network backup; however, our requests have gone unheard so far, and one option is to set everything up from scratch.

Hello,
The following approach allows you to migrate Zigbee devices associated with your iHost to Home Assistant (with a Dongle‑M coordinator). Please verify whether it meets your needs:

  1. In Home Assistant, install MQTT Broker (Mosquitto)Zigbee2MQTT and File editor. If already installed, skip this step; if not, please refer to the relevant section in the guide for installation (link: How to Restore Zigbee2CUBE Backup File to Home Assistant ).

  2. Pair the Dongle‑M with Home Assistant.

  3. Follow the instructions in the screenshot below to export Zigbee device data from iHost (Export Zigbee Device Data), and then extract the downloaded archive.

  4. Using File editor in Home Assistant, navigate to the directory /homeassistant/zigbee2mqtt.
    Replace the following three files with the corresponding files from the archive exported from iHost:

    • coordinator_backup

    • database

    • state

    Important: The configuration.yaml file is handled differently from the three files above. Do not change the settings marked in the screenshot below (keep the original content from your Home Assistant). For the rest of the configuration, replace it with the data from the configuration.yaml file in the exported archive.

    Additional note: The configuration.yaml file must contain only one version entry, and it should be set to version: 5.

  5. After uploading, power off the iHost and restart Zigbee2MQTT – the migration should then be complete.

Please let us know if this works for you or if you need further assistance.

thanks