No values from Synologydsmsensor

I moved from a Synology 213J to a 218+ and don’t retrieve any info from the sensor
Besides that I moved from RPI 3+ to Docker on the NAS

In sensors.yaml

- platform: synologydsm
  host: 10.0.0.31:5000
  name: thuisnas
  ssl: false
  username: xxxxxxx
  password: xxxxxxx
  monitored_conditions:
    - cpu_total_load
    - memory_real_usage
    - network_up
    - volume_size_total

the text in [persistent_notification.config_warning] is :

title: Config Warning
message: Your configuration contains extra keys that the platform does not support (but were silently accepted before 0.88). Please find and remove the following.This will become a breaking change.

  • [name]. (See /config/sensors.yaml, line 26).
    Offending data: {“platform”: “synologydsm”, “host”: “”, “name”: “thuisnas”, “ssl”: “”, “username”: “”, “password”: “”, “monitored_conditions”: “”}

I really can not find find what is wrong here.

Have you tried it without the port number? Mine works without the 5000.

I did now, but did not help