Setup of homematic is taking over 10 seconds error

Hi,

I’m trying to configure homematic. The problem is that no devices are detected and the log looks a bit weird for me.

2019-03-28 18:14:05 INFO (Thread-8) [pyhomematic._hm] Creating proxy ccu3. Connecting to 192.168.178.49:2001
2019-03-28 18:14:05 INFO (Thread-8) [pyhomematic._hm] Creating proxy rf. Connecting to 192.168.178.49:2001
2019-03-28 18:14:05 INFO (Thread-8) [pyhomematic._hm] Creating proxy groups. Connecting to 192.168.178.49:9292/groups
2019-03-28 18:14:05 INFO (Thread-8) [pyhomematic._hm] Creating proxy ip. Connecting to 192.168.178.49:2010
2019-03-28 18:14:05 INFO (Thread-15) [pyhomematic._hm] Starting server at http://0.0.0.0:40613
2019-03-28 18:14:05 INFO (Thread-8) [pyhomematic._hm] Proxy initialized
2019-03-28 18:14:15 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
2019-03-28 18:14:16 INFO (Thread-8) [pyhomematic._hm] Proxy initialized
2019-03-28 18:14:16 INFO (Thread-8) [pyhomematic._hm] Proxy initialized

In line 4 where the server is started shouldn’t there be the IP address of the Raspberry instead of 0.0.0.0.

If necessary the config for homematic:

homematic:
  interfaces:
    ip:
      host: 192.168.178.49
      port: 2010
      resolvenames: json
      username: Admin
      password: xxx
    rf:
      host: 192.168.178.49
      port: 2001
      resolvenames: json
      username: Admin
      password: xxx
    groups:
      host: 192.168.178.49
      port: 9292
      resolvenames: json
      username: Admin
      password: xxx
      path: /groups
  hosts:
    ccu3:
      host: 192.168.178.49
      username: Admin
      password: xxx

Thanks in advice

The 0.0.0.0 is correct. If a service listens on that address, it means that it will accept data on all IP addresses the system has.
I can’t tell you why you don’t get any devices though. Related errors would appear a bit later in the log.

@ZiIMoIN have you found where your problem was? I am struggling with the same issue