Integration of CCU3 does not work

Hello I am just starting with HAss. (Core 2024.1.5 Supervisor 2023.12.1 Operating System 11.4 Frontend 20240104.0)
I modified the config following the instruction to add CCU3 integration but I can not find it after restarting the HAss.
here my config - the lines after #Erkennung I added:

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

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

#Erkennung
dicovery:

homematic:
interfaces:
rf:
host: 192.168.127.224
resolvenames: “json”
username: “homeassist”
password: “oskar1602”
IP:
host: 192.168.127.224
port: 2010
resolvenames: “json”
username: “homeassist”
password: “oskar1602”
hosts:
CCU3:
host: 192.168.127.224
port: 2001
username: “homeassist”
password: “oskar1602”

Welcome!

You must format your code correctly: see here:

At first glance:

  • discovery: spelled incorrectly
  • ip: and ccu3: should be lower-case

Also, look in the Homeassistant logs for hints regarding the issue.

And also learn to use the secret file :wink:

2 Likes