CCU3 (debmatic) connection, no devices show up

Hi, I’m new here.

I run debmatic (with RPI-RF-MOD) and Home Assistant Supervised (in Docker) on the same Raspberry Pi 3+.

In Home Assistant I don’t have any Homematic-integrations installed. I just changed the configuration.yaml, it looks as followed:

homematic:
  interfaces:
    rf:
      host: 127.0.0.1
      port: 2001
      resolvenames: json
      username: Admin
      password: xxx
    hmip:
      host: 127.0.0.1
      port: 2010
      resolvenames: json
      username: Admin
      password: xxx
    groups:
      host: 127.0.0.1
      port: 9292
      resolvenames: json
      username: Admin
      password: xxx
      path: /groups
  hosts:
    ccu3:
      host: 127.0.0.1
      port: 2001
      username: Admin
      password: xxx

In Home Assistant I get all the entities from Homematic /-IP devices connected to debmatic. And they seem to work properly, at least I get temperatures and can set temperature setpoints.

But I get no entries in Home Assistants tab Devices (only entities).

Is that correct, or is my config-file wrong?

Thanks.

I do not have any devices related to Homematic, too. Using homegear with CC1101 transceiver modules. Seems to be “normal” for Homematic integration not exposing devices.

1 Like

which homegear add-on do you use? Or do you use the docker image of homegear on an second machine?

Homegear image on same machine. Part of a Docker Compose stack with HA, Homegear, MQTT, MariaDB, nginx and Watchtower.

No need for a supervisor.