Homematic: HmIP-WTH-1 support

Hey guys,

I have a CCU3 and some HmIP-WTH-1 devices. I configured my CCU3 like this:

homematic:
  interfaces:
    wired:
      host: 192.168.178.50
      port: 2000
      username: "Admin"
      password: "password"
      resolvenames: "json"
    ip:
      host: 192.168.178.50
      port: 2010
      username: "Admin"
      password: "password"
      resolvenames: "json"
    groups:
      host: 192.168.178.50
      port: 9292
      username: "Admin"
      password: "password"
      resolvenames: "json"
      path: /groups

I see e.g. some of my HmIP-FALMOT-C12 devices/entities but I don’t see any of my WTH ones.
I don’t use the cloud connection so I cannot use the cloud integration. Is it possible to get the WTH sensor data via the homematic integration anyway?

It looks like you are using the older Homematic integration which I believe is no longer being updated. The new Homematic(IP) Local integration can be found here: https://github.com/danielperna84/custom_homematic

Thanks! I was using the one in core. This one looks very good so far. :slight_smile: