How to Set Up Home Assistant on a Synology NAS (Supervised)

  • Post author:WunderTech
  • Post published:July 14, 2022
  • Post last modified:April 26, 2024
  • Post category:Synology
  • Reading time:13 mins read

In this tutorial, we’re going to look at how to set up Home Assistant on a Synology NAS. You can set up Home Assistant on a Synology NAS relatively easily using a Docker container (now Container Manager since DSM 7.2), however, there are a bunch of benefits to installing the supervised version. The Home Assistant Supervisor will allow you to install a bunch of add-ons that will enable you to configure your Home Assistant install quickly and easily.

The Home Assistant Supervisor is a component of Home Assistant that can be installed alongside Home Assistant. The Supervisor provides an environment to run and manage Home Assistant OS and add-ons. Here are a few features that the Supervisor offers:

  1. Automatic Updates: The Supervisor can automatically update both itself and Home Assistant Core, ensuring everything is always up to date.
  2. Add-ons: Through the Supervisor, users can install, update, and manage Home Assistant add-ons to extend the functionality of the system.
  3. Backups: The Supervisor provides tools for creating and restoring backups of the Home Assistant configuration, ensuring you can recover your setups if something goes wrong.
  4. System Health Checks: It monitors the system’s health and provides alerts if something isn’t working correctly.
  5. Networking: The Supervisor can manage the host system’s network settings, making it easier to set up things like WiFi or static IP addresses for Home Assistant OS.
  6. OS Management: For those using Home Assistant OS (which is what we’ll go over in this tutorial), the Supervisor can manage updates and other system tasks.

For these reasons, we’ll look at how to install Home Assistant on a Synology NAS below, utilizing Virtual Machine Manager and the supervised version.

How to Set Up Home Assistant on a Synology NAS

We are going to look at how to set up Home Assistant on a Synology NAS below using the Supervised method. We will install Home Assistant using Virtual Machine Manager. First, ensure that your NAS supports Virtual Machine Manager.

Please be aware that as of right now, the Supervised version of Home Assistant on Docker does not work, so you’re forced to use Virtual Machine Manager.

1. Download the latest version of the VMware ESXi/vSphere Home Assistant operating system. Virtual Machine Manager allows you to import OVA files, which is why we’ll be using the VMware ESXi/vSphere version.

How to Set Up Home Assistant on a Synology NAS - home assistant download pages for images.

2. Open Virtual Machine Manager, select Virtual Machine, then Create, and finally, Import.

importing an image in virtual machine manager in synology dsm.

3. Select Import from OVA files, then select Next.

How to Set Up Home Assistant Supervised on a Synology NAS - importing an ova file into virtual machine manager.

4. Select Upload a file from PC and Browse to the .ova file we downloaded, then select Next. The file will now upload to your Synology NAS.

adding the home assistant ova file to virtual machine manager.

5. Select your Virtual Machine Manager storage, then select Next.

NOTE: If you haven’t created a VMM storage (this is done when you first set up Virtual Machine Manager), you’ll have to go through and first set that up.

selecting the storage in virtual machine manager.

6. You can leave the settings as default (or customize the CPU/Memory if you’d like) and then select Next.

home assistant cpus and memory settings

7. Leave the storage as default and then select Next.

setting the hard disk size.

8. Use the default VM network (your network name may be different if you customized it) and then select the gear icon. Ensure that the Model is set as e1000, then select OK.

setting the network settings in virtual machine manager.

9. Select Next to proceed.

selecting the default vm network.

10. Change the settings to match the information below and then select Next:

  • Autostart: Yes
  • Firmware: UEFI
  • Virtual USB Controller: USB 3.0 (this is only necessary if you want to try and pass USB devices from your NAS to the Home Assistant VM. If you don’t, leave it as Disabled).
additional settings for importing a virtual machine.

11. Set the users that you’d like to manage the virtual machine, then select Next.

setting power management permissions.

12. Check off the option to Power on the virtual machine after creation, and then select Done to create the VM!

confirming the settings in virtual machine manager before installing.

13. The virtual machine will take a little while to import, but after it does, the virtual machine will power on.

importing virtual machine progress.

14. After the virtual machine fully powers on, you’ll see that an IP address will be assigned to it. Navigate to the first IP address in the list and port 8123 to access Home Assistant!

http://IP_ADDRESS:8123

NOTE: If you’re having trouble connecting to Home Assistant, select Connect from Virtual Machine Manager to access the console and see if anything has gone wrong. If something has gone wrong, try and shut down the virtual machine, then start it back up.

showing home assistant running in virtual machine manager.

15. After navigating to the Home Assistant URL, Home Assistant will be preparing, which can take 10-20 minutes in total.

home assistant setup process.

Configuring Home Assistant on a Synology NAS after Installation

Now that Home Assistant is installed, we can configure the Home Assistant application.

1. After Home Assistant is finished preparing, create an account.

home assistant user account setup.

2. Select your location and the unit type you’d like to use, then select Next.

home assistant location.

3. If you’d like to share anonymous information, feel free to do so and then select Next.

home assistant anonymous settings.

4. Home Assistant will automatically find devices on your local network. You can also set up any other integrations that you’d like! Select Finish to proceed.

local devices in home assistant.

13. Home Assistant (with the supervisor installed) will now be set up and configured! Modify it however you’d like!

Conclusion & Final Thoughts

This tutorial looked at how to set up Home Assistant on a Synology NAS. The options for installing Home Assistant on a Synology NAS using the Supervised version are minimal due to how Synology manages its permissions in DSM 7, but this is a quick way of ensuring that it will run properly and work as expected.

While you can use Docker, I prefer using the Supervised version of Home Assistant rather than the Docker (non-supervised) version.

In general, running Home Assistant on a Synology NAS is one of my favorite places to run it as the device is generally online 24/7. My other favorite place is Proxmox, so feel free to check out that tutorial if you’re running Proxmox as well!

Thanks for checking out the tutorial on how to set up Home Assistant on a Synology NAS. If you have any questions, please leave them in the comments of the YouTube video above!

WunderTech

Frank is an IT professional with 13+ years experience and the creator of WunderTech. He focuses on sharing his experience with others on computer hardware, servers, software, networking, and self-hosted apps. He has a BS in Computer Information Systems and an MBA. Learn more about Frank in his bio.

This Post Has 4 Comments

  1. Jacob

    Hello!

    I’m having some trouble following how this is the supervised version of Home Assistant. I still can’t seem to find the hass.io option in the left hand menu bar. Is there any reason for this?

    Thanks!

    1. WunderTech

      If you go into the settings section, do you see any of the supervisor options?

  2. G.H.

    Your tutorial seems very clear. However: I got stuck at step 2 already. When I start VMM I get a message I need to very the Hostsettings: Open vSwitch can’t switched on automatically because there are one or more bonding-interfaces. Go to Config to switch on Open vSwitch automatically.

    I was able to find Open vSwitch at Connectivity – Network and then click the Manage pull-down menu and select Open vSwitch settings. Then I get a window to tag switch on Open vSwitch. When I click OK I get: select a Link Aggregation modus:
    – Balance-SLB
    – Balance-TCP
    – Active/back-upmodus
    Maybe it is my lack of knowledge but for me it is not clear what to choose.

Comments are closed.