File tree 1 file changed +21
-0
lines changed 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ Using the Synology webadmin:
23
23
24
24
SSH onto your synology & login as admin or root
25
25
26
+ - Log in with your own administrator account
27
+ - Switch to root using:
28
+
29
+ ``` bash
30
+ $ sudo -i
31
+ ```
32
+
33
+
26
34
Check the path to python3 (assumed to be /volume1/@appstore/py3k /usr/local/bin)
27
35
28
36
``` bash
@@ -175,6 +183,19 @@ Make the daemon file executable:
175
183
$ chmod 777 /volume1/homeassistant/hass-daemon
176
184
```
177
185
186
+ Update your firewall (if it is turned on on the Synology device):
187
+
188
+ - Go to your Synology control panel
189
+ - Go to security
190
+ - Go to firewall
191
+ - Go to Edit Rules
192
+ - Click Create
193
+ - Select Custom: Destination port "TCP"
194
+ - Type "8123" in port
195
+ - Click on OK
196
+ - Click on OK again
197
+
198
+
178
199
Copy your configuration.yaml file into the config folder
179
200
That's it... you're all set to go
180
201
You can’t perform that action at this time.
0 commit comments