Hello
Using HA on raspi3. Try to add CCU3.
Home Assistant
0.92.2
Adjusted my CCU3 IP here
{
“rf_enable”: false,
“rf”: [
{
“type”: “CCU2”,
“device”: “/dev/ttyAMA0”
}
],
“wired_enable”: false,
“wired”: [
{
“serial”: “xy”,
“key”: “abc”,
“ip”: “172.16.1.9”
}
],
“hmip_enable”: false,
“hmip”: [
{
“type”: “HMIP_CCU2”,
“device”: “/dev/ttyUSB0”
}
]
}
But I read the file should look like this
homematic:
interfaces:
rf:
host: 127.0.0.1
resolvenames: json
username: Admin
password: secret
wired:
host: 127.0.0.1
port: 2000
resolvenames: json
username: Admin
password: secret
ip:
host: 127.0.0.1
port: 2010
groups:
host: 127.0.0.1
port: 9292
resolvenames: json
username: Admin
password: secret
path: /groups
hosts:
ccu2:
host: 127.0.0.1
username: Admin
password: secret
Do I need to install / prepare anything on the CCU3?
Thanks in advance for your help!
Best!
That’s what you have to put into your configuration.yaml file. You can ignore the add-on. It’s only for users who don’t have a CCU but have added the communication-module onto their raspberry.
Maybe username, password, firewall. It depends on how your CCU is set up.
Thank you! I will try! Kind regards!
Hi, I tried.
This is the config file I use. I do not get a error message.
But I am using a CCU3.
If I do http://172.16.1.9/addons/xmlapi/devicelist.cgi
a) I get the entire list of devices back, means the CCU3 is correctly accessible, correct?
I restarted the HA.
b) On the configuration, integration menu on HA I should then see the devices, correct, or what do I need to do to see them?
Thanks for your feedback !
{
“rf_enable”: false,
“rf”: [
{
“type”: “CCU2”,
“device”: “/dev/ttyAMA0”
}
],
“wired_enable”: false,
“wired”: [
{
“serial”: “xy”,
“key”: “abc”,
“ip”: “192.168.0.0”
}
],
“hmip_enable”: false,
“hmip”: [
{
“type”: “HMIP_CCU2”,
“device”: “/dev/ttyUSB0”
}
]
}
As mentioned before: you do NOT need the add-on for which you have posted the config twice now!
And it doesn’t matter if you have a CCU2 or CCU3 or Homegear. The ONLY thing you have to do is insert the configuration described in the documentation into your configuration.yaml file and adjust your IP addresses and usernames / passwords.
Once that is done and it still doesn’t work, you have to post the Log-output of Home Assistant after you have performed a restart. Without the log it is not possible to help you.
Also please read the forum guides on how to properly format code / yaml. Without the correct format it’s not possible to see errors in your configuration.
Dear danielperna84
Many thanks!
No it works!
Best regards and thanks again!![:grinning: :grinning:](https://community.home-assistant.io/images/emoji/twitter/grinning.png?v=9)