"Zzh!" (short for "Zig-a-zig-ah!") open-source hardware licensed Zigbee USB-stick based on TI CC2652R

I’ve tried to setup via another RPI having a fresh install of HA Supervised over Debian 10, but failed on backing up the network file. Backing up the nvram file works, however. So I tried the Windows 10 setup with success.

Windows 10 Setup (Guide Ref.)
This is the steps I took for anyone who have trouble.

-Download and install Python Windows Installer(64-bit) . Latest as of today is 3.9.5
-Open Windows CMD on pc for the following steps.

Press win Key + r key
Type cmd
cd Downloads

-Create a virtualenv before installing the zigpy-znp by running these line one at a time in windows cmd.

py -3 -m venv venv
venv\Scripts\activate.bat

-Install zigpy-znp for windows

pip install https://github.com/zigpy/zigpy-znp/archive/dev.tar.gz

-Plug in your CC2531 or the like usb stick into your pc usb port.
Note: CC2652 will need to install this driver for windows to be able to recognize the COM Port

-Navigate to device manager to find the COM Port #.

press win key
type 'device manager'

-Backup network. The saved file will be under Downloads folder
Note: change the COM5 to whatever yours is

py -m zigpy_znp.tools.network_backup COM5 -o network.json