Skip to content

Commit c7f0760

Browse files
Update synology.markdown (#12018)
* Update synology.markdown It is also possible to run Hass.io in a VM on Synology using the VDI image. * Update source/_docs/installation/synology.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
1 parent ab5b788 commit c7f0760

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/_docs/installation/synology.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ Synology only provide Python 3.5.1, which is not compatible with Home Assistant
1313
There are 2 alternatives, when using Home Assistant on Synology NAS:
1414
1. using Docker
1515
2. directly running on DSM
16+
3. using Hass.io in a VM (if you have an Intel based Synology)
1617

17-
Option 1 is described on the [Docker installation page](/docs/installation/docker/), whereas Option 2 is described below.
18+
Option 1 is described on the [Docker installation page](/docs/installation/docker/).
19+
20+
Option 3 uses the Synology Based Virtual Machine Manager. You can import the VDI image to be found at the [Hass.io installation page](/hassio/installation/). Download the image and add it to the image store. The go to "Virtual Machine" in the interface and create a new VM with the image you just added.
21+
22+
The main benefit from this method is that you can assign Home Assistant its own IP number, so there is no risk regarding TCP/UDP port conflicts. USB dongles an be connected to the VM without the need to install a driver in DSM.
23+
24+
Option 2 is described below.
1825

1926

2027
The following configuration has been tested on Synology 413j running DSM 6.0-7321 Update 1.
@@ -235,4 +242,3 @@ $ sudo /volume1/homeassistant/hass-daemon restart
235242
```bash
236243
$ /volume1/@appstore/py3k/usr/local/bin/python3 -m pip install --upgrade homeassistant
237244
```
238-

0 commit comments

Comments
 (0)