I just recently connected a Synology NAS to my network and have been working on the integration. The ui integration works flawlessly, but it seems to be missing a bunch of sensors (disk temp, etc). I’m trying to add the configuration via yaml, but am hung up on one spot in particular - how to add the monitored conditions. I’ve read that before the latest breaking changes, the configuration variable was monitored_conditions, but that’s been deprecated. What in the heck is it now?
This is what I have (and it doesn’t work, at all):
synology_dsm:
ssl: true
host: 192.168.x.x
port: 5001
username: !secret nas_username
password: !secret nas_password
monitored_conditions:
- cpu_total_load
- memory_real_usage
- memory_size
- memory_cached
- memory_available_swap
- memory_available_real
- memory_total_swap
- memory_total_real
- network_up
- network_down
- volume_status
- volume_percentage_used
- volume_disk_temp
- volume_size_total
- volume_disk_temp_avg
- volume_disk_temp_max
- disk_name
- disk_status
- disk_smart_status
- disk_temp
- security_status