Home Assistant how to integrate two homematic ccu3

Hi,

i have integrated in home assistant my first Homematic CCU3. Since I have a large property and use Homematic IP I would have to integrate a second CCU3. Unfortunately I have not found much about this. Can someone help me and show an example?

Currently I have added the homematic.yaml in the configuration.yaml and that also works. How do I get a second one?

Should be:


homematic:
  interfaces:
    wireless_a:
      host: 1st CCU ip 
    wireless_b:
      host: 2nd CCU ip
  interfaces:
    rf:
      host: 10.11.30.65
      resolvenames: json
      username: homeassistant
      password: !secret homematic1
    rf_rm1:
      host: 10.11.40.65
      resolvenames: json
      username: homeassistant
      password: !secret homematic1
    ip:
      host: 10.11.30.65
      resolvenames: json
      port: 2010
      username: homeassistant
      password: !secret homematic1
    ip_rm1:
      host: 10.11.40.65
      resolvenames: json
      port: 2010
      username: homeassistant
      password: !secret homematic1
  hosts:
    hsa-rasmatic0:
      host: 10.11.30.65
      port: 2001
      username: homeassistant
      password: !secret homematic1
    hsa-rasmatic1:
      host: 10.11.40.65
      port: 2001
      username: homeassistant
      password: !secret homematic1

That does not work. Or i need to change te ports?

Outgoing ports are okay, they are for different IP. The documentation mentions callback-ports, you may need to fiddle around with it