You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.synologydsm.markdown
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,13 @@ sensor:
30
30
- memory_real_usage
31
31
- network_up
32
32
```
33
+
Note: After booting HASS it can take up to 15 minutes for the sensors to show up. This is due to the fact that sensors are created after HASS has fully been initialised.
33
34
34
35
Configuration variables:
35
36
36
37
- **host** (*Required*): The IP address of the Synology NAS to monitor
37
38
- **port** (*Optional*): The port number on which the NAS is reachable. Defaults to `5000`.
38
-
- **username** (*Required*): An user to connect to the Synology NAS (a seperate account is adviced).
39
+
- **username** (*Required*): An user to connect to the Synology NAS (a seperate account is adviced, see the Seperate User Configuration section below for details).
39
40
- **password** (*Required*): The password of the user to connect to the Synology NAS.
40
41
- **volumes** (*Optional*): Array of volumes to monitor. Defaults to all volumes.
41
42
- **disks** (*Optional*): Array of disks to monitor. Defaults to all disks.
@@ -71,3 +72,8 @@ Configuration variables:
71
72
- **volume_disk_temp_avg**: Displays the average temperature of all disks in the volume (creates a new entry for each volume).
72
73
- **volume_disk_temp_max**: Displays the maximum temperature of all disks in the volume (creates a new entry for each volume).
73
74
75
+
Seperate User Configuration:
76
+
77
+
Due to the nature of the Synology DSM Api it is required to grant de user admin rights. This is related to the fact that utilisation information is stored in the core module.
78
+
79
+
When creating the user it is possible to deny access to all locations and applications. By doing this the user will not be able to login to the web interface or view any of the files on the NAS. It is still able to read the utilisation and storage information using the API.
0 commit comments