The following instruction will guide you through the process of installation and setting up the Home Assistant in DSGW-210. (Refer to Home Assistant Gateway for details)
Reference: DSGW-210 IoT Gateway Product Specification
Install OS Agent, Docker, and Dependencies
Step 1. In the terminal run the following commands to update the Debian OS, install Docker, and the required dependencies for the OS Agent and the Supervised installer. Execute the following commands one at a time.
sudo -i
apt update && sudo apt upgrade -y && sudo apt autoremove -y
apt --fix-broken install
apt-get install jq curl avahi-daemon apparmor-utils udisks2 libglib2.0-bin network-manager dbus
wget -y
curl -fsSL get.docker.com | sh
Step 2. Visit the OS Agent page and then replace the version number with the latest available, into the commands below:
Step 3. Execute the following commands one at a time
wget https://github.com/home-assistant/os-
agent/releases/download/1.2.2/osagent_1.2.2_linux_x86_64.deb
dpkg -i os-agent_1.2.2_linux_x86_64.deb
Install Home Assistant Supervised
Step 1. Enter each line of the below commands into the terminal and execute them one at a time
Sudo -
Step 2. Execute the following commands one at a time
wget https://github.com/home-assistant/supervised
installer/releases/latest/download/homeassistant-supervised.deb
dpkg -i homeassistant-supervised.deb
Step 3. You may be prompted to choose a machine type during the installation
Run and Configure the Home Assistant
http://your.ip.address.here:8123/
If everything is successful, you should see the following screen: