Hi, I’m new here.
I run debmatic (with RPI-RF-MOD) and Home Assistant Supervised (in Docker) on the same Raspberry Pi 3+.
In Home Assistant I don’t have any Homematic-integrations installed. I just changed the configuration.yaml
, it looks as followed:
homematic:
interfaces:
rf:
host: 127.0.0.1
port: 2001
resolvenames: json
username: Admin
password: xxx
hmip:
host: 127.0.0.1
port: 2010
resolvenames: json
username: Admin
password: xxx
groups:
host: 127.0.0.1
port: 9292
resolvenames: json
username: Admin
password: xxx
path: /groups
hosts:
ccu3:
host: 127.0.0.1
port: 2001
username: Admin
password: xxx
In Home Assistant I get all the entities from Homematic /-IP devices connected to debmatic. And they seem to work properly, at least I get temperatures and can set temperature setpoints.
But I get no entries in Home Assistants tab Devices (only entities).
Is that correct, or is my config-file wrong?
Thanks.