Setting up Homematic IP CCU3/Raspberrymatic

Hey there, I successfully setup raspberrymatic using Docker and I am totally happy that I can even see the devices in the r-matic webui.

Where I just continue to fail is to see the devices in Home Assistant :frowning:

I have to commit though that I don’t quite get the docs on the integration (Homematic - Home Assistant) and that’s why I trialed and errored a bit:

homematic:
  interfaces:
    rf:
      host: raspberrymatic
      resolvenames: "json"
      username: "Admin"
      password: "SecretPassword"
    wired:
      host: raspberrymatic
      port: 2000
      resolvenames: "json"
      username: "Admin"
      password: "SecretPassword"
    ip:
      host: raspberrymatic
      port: 2010
    groups:
      host: raspberrymatic
      port: 9292
      resolvenames: "json"
      username: "Admin"
      password: "SecretPassword"
      path: /groups
  hosts:
    raspberrymatic:
      host: raspberrymatic
      port: 2001
      username: "Admin"
      password: "SecretPassword"

I can ping raspberrymatic from inside the Home Assistant docker container with no problems. Still I get errors in log:
2022-02-26 08:27:24 WARNING (SyncWorker_1) [pyhomematic._hm] Failed to initialize proxy for homeassistant-ip

What did I do wrong?

thanks a lot

Okay, I figured it out… Firewall has been set to local which does not work across subnets. I want aware which IP my docker container was using.

Anyway, problem solved