Synology dsm sensor entities not showing¿?¿?

From quite a lot of time I’m not getting my synology dsm sensors. It should be something stupid as the log doesn’t show anything strange, indeed it says:

2019-10-12 10:19:35 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.synologydsm

With no further issues, but then, I don’t get any entity as a synology sensor: not being in the entity registry and obviosuly neither at my HA frontend. Any idea what I’m doing wrong??
My HA is on version 0.100.1 but my issue comes from older versions, not remember from when exactly.
I am using an admin password in order to not have problems as stated in the docs. Here’s my config:

- platform: synologydsm
    host: 192.168.86.39
    username: !secret synology_username 
    password: !secret synology_password
    monitored_conditions:
      - cpu_total_load
      - memory_real_usage
      - memory_available_real
      - network_up
      - network_down
      - volume_status
      - disk_status
      - disk_smart_status
      - disk_temp

the default port for the HA component is 5001, my synology naz defaults to 5000. Can you verify your port?

Also, do you have dhcp reservation on your router for your synology naz?

Hi @petro yes my DSM 216+ uses port 5001. I can access inside or outside my LAN using 5001 port.
And yes, too: I do have a dhcp reservation in my router for my synology. Thank you for the ideas anyway.

Already solved, thank you. It was just a change in the name of the sensors that I didn’t noticed because of the change in the UI where entities are listed. :roll_eyes:.