Sonoff ZigBee 3.0 dongle showing up exactly like zooz z-wave 700 series stick

i’m running HA on an unraid VM.

When i plug in my zigbee stick and edit my vm, the usb stick shows up as Cygnal Integrated Products CP2102/CP2109 UART Bridge Controller (10c4:ea60).

Unfortunately, this is the exact same handle as my z-wave usb stick.
When i ignore this and open ha and try to add ZHA as an integration, i get 3 options:

  1. /dev/ttyS0 - ttyS0, s/n: n/a
  2. my z-wave usb stick
  3. manually (ezsp, xbee, znp, z8gate, and deconz)

Any suggestions on the best way to integrate this into HA while also using my z-wave stick?

The reason is that Home Assistant (maybe wrongly) will currently detect USB-device with a Silicon Labs CP210x (UART-to-USB bridge/converter) chip that ships with the default product description from Silabs as a Z-Wave adapter.

The problem there now is that ITead who makes that Sonoff adapter forgot/missed to write a custom product description to their CP2102N chips in the first few batches of dongles before shipping them. Newer batches of those dongles do ship with a custom product description of “Sonoff Zigbee 3.0 USB Dongle Plus” their CP2102N chips.

The best way to fix it for that Sonoff adapter specifically would be to somehow write “Sonoff Zigbee 3.0 USB Dongle Plus” as a new product description for the CP2102N chip on its board so Home Assistant can identify it as an adapter for ZHA.

ITead has released a script that is meant to write “Sonoff Zigbee 3.0 USB Dongle Plus” as a new product description for the CP2102N chip but I have not heard it working for anyone as of yet

A newly merged patch will then make the next release of Home Assistant automatically discovery that “Sonoff Zigbee 3.0 USB Dongle Plus” product description and redirect that discovery to ZHA integration, (so that should work out-of-the-box with Sonoff Plus dongles from newer shipped batches).

There is more information in this other thread, including links to possible scripts and tools for CP210x:

https://community.home-assistant.io/t/community-help-wanted-to-whitelist-all-compatible-zigbee-and-z-wave-usb-adapters-for-automatic-discovery-in-home-assistant-os/344412