Hi
i’m new to home assistant, coming from Openhab. actually i try to install the homematic add-on. i’m using a CCU2. In the Log i get some entries but i can not find the reason for it.
Setup of homematic is taking over 10 seconds.
16:08 __main__.py (WARNING)
Failed to initialize proxy
16:08 components/homematic/__init__.py (WARNING)
2019-10-04 13:09:25 WARNING (SyncWorker_13) [pyhomematic._hm] Failed to initialize proxy
2019-10-04 13:09:35 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
2019-10-04 13:09:37 WARNING (SyncWorker_8) [pyhomematic.devicetypes.generic] HMGeneric.getValue: BRIGHTNESS on OEQ0755176:1 Exception: <Fault -1: 'Failure'>
2019-10-04 13:09:38 WARNING (SyncWorker_5) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ0076491:1 Exception: <Fault -1: 'Failure'>
2019-10-04 13:09:39 WARNING (SyncWorker_6) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ0234310:1 Exception: <Fault -1: 'Failure'>
2019-10-04 13:09:42 WARNING (SyncWorker_6) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ0234310:1 Exception: <Fault -1: 'Failure'>
2019-10-04 13:09:46 WARNING (MainThread) [homeassistant.components.climate] Setup of platform homematic is taking over 10 seconds.
2019-10-04 13:09:46 WARNING (MainThread) [homeassistant.components.switch] Setup of platform homematic is taking over 10 seconds.
2019-10-04 13:09:46 WARNING (MainThread) [homeassistant.components.cover] Setup of platform homematic is taking over 10 seconds.
2019-10-04 15:09:38 ERROR (MainThread) [homeassistant.components.hassio] Component error: data - Integration data not found.
Component error: service - Integration service not found.
my configuration.yaml
homematic:
hosts:
ccu2:
host: 192.168.1.14
username: Admin
interfaces:
rf:
host: 192.168.1.14
resolvenames: json
username: Admin
wired:
host: 192.168.1.14
port: 2000
resolvenames: json
username: Admin
ip:
host: 192.168.1.14
port: 2010
groups:
host: 192.168.1.14
port: 9292
resolvenames: json
username: Admin
path: /groups
who can help me where i have to look to fix it??