schparc
(MG)
March 14, 2021, 6:44pm
1
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?
m0wlheld
(Christoph Dahlen)
March 14, 2021, 7:57pm
2
Should be:
homematic:
interfaces:
wireless_a:
host: 1st CCU ip
wireless_b:
host: 2nd CCU ip
schparc
(MG)
March 14, 2021, 9:08pm
3
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?
m0wlheld
(Christoph Dahlen)
March 14, 2021, 11:57pm
4
Outgoing ports are okay, they are for different IP. The documentation mentions callback-ports, you may need to fiddle around with it