Homematic CCU3 with HM-IP Devices and older HM-LGW and other Devices

Hello Folks,
these are my first steps with Home Assistant.Supervised 2021.11.5
My Installation is an VM Debian 10 and docker.

My old Project is with fhem an older Devices HM-LGW, HM-Lan-CFG, HM classic Smoke, Temp and Water Detectors
For the new Buildings, i want change the installation to Home Assistant and Homematic IP.

My first Steps, i connected two Smoke Detectors to the ccu3.
Then i connected the ccu3 to hass and tada i see the ccu3 and the smoke detectors.

Now i connected the HM-LGW and the Temp sensor to the ccu3 and made many changes an the configuration.yaml to the the new devices.

And now i can the the Temp sensor, but the Smoke Detectors are unavailable and the logs tells me nothing.

Here is my configuration:

`# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

# Automatische Erkennung eingeschaltet:
discovery:

#Homematic
homematic:
  interfaces:
    rf:
      host: 192.168.118.6
      port: 2001
      resolvenames: "json"
      username: "xxxx"
      password: "xxxx.xxxx"
    ip:
      host: 192.168.188.6
      port: 2010
      resolvenames: "json"
      username: "xxxx"
      password: "xxxx.xxxx"      
    CUxD:
      host: 192.168.188.6
      port: 8701
      resolvenames: "json"
      username: "xxxx"
      password: "xxxx.xxxx"    
    groups:
      host: 192.168.118.6
      port: 9292
      resolvenames: "json"
      username: "xxxx"
      password: "xxxx.xxxx"
      path: "/groups"
  hosts:
    ccu3:
      host: 192.168.118.6
      username: "xxxx"
      password: "xxxx.xxxx"`

ok now im cunfuised.
Two days am trying out to find my mistake, now im only delete all quoting in the yaml and restart the installation and all devices are onlineā€¦
gnagnagna.

One more tip: cuxd is not supported, so you can remove that from your configuration.

Many thanks