Hi,
i was looking for a tutorial for a very beginner how to configure homematic in ha and ii cannot find anything.i cannot install the homematic addon. when i press the install button it became or a shot time red and the blue agin an apparently nothing happens.
the exapmle configuration 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
what are alle those usernames and passwords? what is wired?
and this:?
{
“rf_enable”: true,
“rf”: [
{
“type”: “CCU2”,
“device”: “/dev/ttyAMA0”
}
],
“wired_enable”: false,
“wired”: [
{
“serial”: “xy”,
“key”: “abc”,
“ip”: “192.168.0.0”
}
]
}
where do i have to put it in? how do i get the serial from my HM-OCCU-SDK? is there a documentation of it?
and the very last question: why do i need hier for the community 10 chars long pass? it longer then my banking paypal and everythin else. is it a competition? who leads?
it was exemplary configuration. I have no idea what are the rf and all user names and passwords from the yaml configuration (the first setting) and the second one (with curly brackets) I dont know where to place and what every part is meaning or how i get the serial from my HM-MOD-RPI-PCB and why i cannot install the homematic add on as i’ve described.
The yaml configuration is for Home Assistant itself. It tells Home Assistant how to connect to your CCU (or whatevery you are using, the CCU add on in your case).
The other part with the curly braces is the configuration for the CCU-Addon for hass.io. This addon turns your device into a stripped down CCU. For that you require a hardware module that handles the wireless communication.
So the first step would be to get the addon running, the second one is letting Home Assistant know about this by putting the proper values in the YAML configuration.
I don’t use the Homematic addon, so I can’t help with the configuration. But I know it has been discussed in this form before. Please use the search function with a query like addon homematic.