Hello all there,
i just started with Home Assistant, starting to integrate all my Devices. I got Homematic (not IP) finally working using this config:
# Homematic
interfaces:
wireless:
host: 192.168.x.x
resolvenames: json
username: Admin
password: !secret ccu2_password
ip:
host: 192.168.x.x
port: 2010
username: Admin
password: !secret ccu2_password
groups:
host: 192.168.x.x
port: 9292
resolvenames: json
username: Admin
password: !secret ccu2_password
path: /groups
hosts:
ccu2:
host: 192.168.x.x
username: Admin
password: !secret ccu2_password
After upgrade from 2022.12.3 → 2022.12.4 the homematic says “Entity not available” and my konfiguration says:
Integration error: interfaces - Integration ‘interfaces’ not found.
Integration error: hosts - Integration ‘hosts’ not found.
Also deleting the integration and restarting Home Assistant didn’t solve this issue.
I installed HA via VMDK, so its the HA OS.
Any Idea how to fix this?