No. ZHA (Zigbee Home Automation) is single instance only. ZHA cannot control 2 radios at once.

Yes. For example, you can run a stick with deCONZ or Zigbee2MQTT alongside SkyConnect with ZHA.

No, you can't continue to use both. During migration, the IEEE address of the SkyConnect is replaced by the IEEE address of the old stick. This means that your old stick and your new stick will have the same IEEE address. This is required for the migration process to complete successfully. From this point on-wards you should not operate the old stick in the same area. If you do not migrate the IEEE address from your old stick, you'll have to re-pair many of your devices in order to keep them working.

The Home Assistant team officially supports ZHA (Zigbee Home Automation), the Zigbee stack integrated into Home Assistant Core.

The Zigbee2MQTT project has experimental support (in beta stage) for the Silicon Labs radio on Home Assistant SkyConnect. With this setting, Zigbee2MQTT is known to work on Home Assistant SkyConnect.

Note: The Zigbee Home Automation integration is active by default! If you are using Zigbee2MQTT, remember to delete and ignore the discovered Zigbee Home Automation integration to avoid interference.

Note: When setting up Zigbee2MQTT with the Home Assistant SkyConnect, you will need to configure the adapter type in Zigbee2MQTT. Make sure the following is present in your Zigbee2MQTT configuration:

    serial:
      adapter: ezsp
      port: /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_-if00-port0
      baudrate: 115200
      rtscts: true
    
  

You can find the port information under Settings>System>Hardware, then on the menu button, select All Hardware and search for SkyConnect.

No. Zigbee Green Power is not supported.

Troubleshooting

You can try the following steps:

  1. Make sure hot plug support is enabled.
    as described here
  2. Make sure your user is added to dialout group: sudo adduser [username] dialout
  3. Reboot your system.
  4. Try again.

  1. Check the connectivity issue page to trouble shoot interference related isssues.
  2. Make sure the device is in pairing mode. To find out how to get your device into pairing mode, check the device documentation. For some devices, pairing mode instructions are also documented on zigbee.blakadder.com
  3. Check the Best practices to avoid pairing issues with Zigbee devices.

You can try the following steps:

  1. Refresh your browser page (Ctrl+Shift+R).
  2. Power cycle the device.
  3. Ensure you added the device to your network in its final position in your home and not just near the coordinator. Many devices will maintain a weak connection to the router they first joined through instead of picking a new one nearby.
  4. When adding new devices, add router devices before adding end devices. Battery-powered devices are end devices. Mains-powered devices are more likely to be router devices.
  5. Make sure you have a few router devices distributed over the different areas of your home (depending on the size of your home).
  6. End devices select a router when joining the network. This connection is not static. Sometimes the end device selects a router device that is far away or has a bad connection for other reasons. To force a device to connect to a router device nearby, perform the following steps:
    1. Under Settings>Devices & Services, in the ZHA integration, select X devices.
    2. Select the router device closest to your end device.
    3. Select Add devices via this device.
    4. Set your end device into pairing mode.
      • The end device should now be connected to the selected router device.
  7. Check the Best practices to avoid pairing issues with Zigbee devices.

You can try the following steps:

  1. Wait a bit longer. It can take a while for SkyConnect to show up.
  2. Try a different USB port.
  3. Refresh your browser page.
  4. Make sure the ZHA integration is not hidden. Select Show ignored integrations.

Note: The multiprotocol feature is still experimental.

OTBR and ZHA on separate channels can cause an unreliable network connection. To resolve this issue, you can try resetting the Thread network or use two separate wireless chips, one for ZHA and one for Thread. See About multiprotocol support - resolve channel conflict.

Note: The OpenThread Border Router add-on used to setup a Thread-only network on a wireless chip is still experimental.