Hi,
Since upgrading to Home-Assistant v0.62.0 on an RPi3, the “Synology DSM Sensor” component will only work for one of my three Synology NAS devices.
I have subsequently upgraded to Home-Assistant v0.62.1, and briefly saw data for two of the NAS devices, but not the third; now it’s gone back to only one device again after a recent reboot.
Up until the 0.62.0/0.62.1 updates, all has been working fine with the Synology DSM Sensor component for all three NAS devices.
This is an excerpt from my sensors.yaml file:
#### Synology NAS Devices
- platform: synologydsm
host: 192.168.0.250
port: 5000
username: MyUsername
password: !secret MyPassword
monitored_conditions:
- cpu_total_load
- memory_real_usage
- volume_size_total
- volume_size_used
- volume_percentage_used
- network_up
- network_down
- volume_disk_temp_avg
- platform: synologydsm
host: 192.168.0.251
port: 5000
username: MyUsername
password: !secret MyPassword
monitored_conditions:
- cpu_total_load
- memory_real_usage
- volume_size_total
- volume_size_used
- volume_percentage_used
- network_up
- network_down
- volume_disk_temp_avg
- platform: synologydsm
host: 192.168.0.252
port: 5000
username: MyUsername
password: !secret MyPassword
monitored_conditions:
- cpu_total_load
- memory_real_usage
- volume_size_total
- volume_size_used
- volume_percentage_used
- network_up
- network_down
- volume_disk_temp_avg
I’ve checked the homeassistant.log file, and there are two entries that could be relevant, as follows:
2018-01-31 10:54:21 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.memory_usage_real is taking over 10 seconds
2018-01-31 11:09:50 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.network_down is taking over 10 seconds
…both relate to the Synology DSM Sensor component, and relate to values that are gathered from each of the Synology NAS devices.
I’d be really grateful for any help or suggestions with this, please.
Many thanks,
Colin