Ezlo SoftHub Setup
Linux Installation

Download Docker for your preferred OS at docker.com
docker run --net host -v /var/run/docker.sock:/var/run/docker.sock --restart=always --name orchestrator-vhubzz us-east4-docker.pkg.dev/softhub-354014/softhub/orchestrator:latest /root/orchestrator vhub -start -option provision -username=your-Ezlo-username -password=your-ezlo-password -zwave=/dev/ttyUSB1
- Change <your-Ezlo-username> and <your-ezlo-password> fields with the credentials you have on the MiOS platform.
- To enable Z-Wave support (via USB Z-Wave Stick), use this parameter: -zwave=/dev/ttyUSB1
- If you do not have a USB stick, remove the parameter.
Windows Installation

2. Use Windows Installer
Alternative – Manually Step Ezlo Softhub
1. Install Docker
Download Docker for your preferred OS at docker.com
2. Install Ezlo SoftHub
$ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser; powershell Invoke-WebRequest -uri https://www.ezvidoo.com/install/start.ps1 -outfile start.ps1; .\start.ps1 -vidoo
You need pass through zwave usb dongle to wsl (Windows Subsystem for Linux)
Please reference this link:
Here are the summary steps in case the necessary components are already installed.
Enter PowerShell in administrator mode.
PS> wsl --install -d Ubuntu
PS> winget install --interactive --exact dorssel.usbipd-win
PS> usbipd wsl list
PS> usbipd wsl attach --busid -d ubuntu
PS> wsl ls /dev/ttyUSB*
PS > docker run --net host -v /var/run/docker.sock:/var/run/docker.sock --restart=always --name orchestrator-vhubzz us-east4-docker.pkg.dev/softhub-354014/softhub/orchestrator:latest /root/orchestrator vhub -start -option provision -username=your-Ezlo-username -password=your-ezlo-password -zwave=/dev/ttyUSB1
Change <your-Ezlo-username> and <your-ezlo-password> fields with the credentials you have on the MiOS platform

To enable Z-Wave support (via USB Z-Wave Stick), use this parameter: -zwave=/dev/ttyUSB1
If you do not have a USB stick, do not use this parameter.
You will see a new controller in your vera app as well as on your EZLogic dashboard which you can connect to like any physical controller:

Additional configuration for Z-wave Usb sticks​

Reset your Z-Wave network.
Â
This only affects your new virtual controller, it will hvnot affect other Ezlo devices you have. Once these steps are completed you can include and control z-wave devices normally as you would with any other Ezlo hub.

Need additional help?
