Homematic CCU3 config error

Hi all,

I’ve just bought a brand new ccu3 unit and some TRV valve in order to be ready for winter.

I followed instruction on homematic component, connection exists but no valve seems to show. (no climate sensor ).

This is the only thing I see in my interface

image

Here’s my config:

homematic:  
  hosts:
    ccu3:
      host: 192.168.2.208
      username: guest
      password: psw
  interfaces:
    rf:
      host: 192.168.2.208
      resolvenames: json
      username: guest
      password: psw
         # primary: true
         # variables: true
    ip:
      host: 192.168.2.208
      port: 2010
    groups:
      host: 192.168.2.208
      port: 9292
      resolvenames: json
      username: guest
      password: psw
      path: /groups

IP of my CCU3 is 192.168.2.208 while hassio in running on synology nas with ip 192.168.2.100

Here’s my firewall setting on CCU3:


as you may know I added IP ranges when my nas is.

I looked on the log but there’s notigh related to pyhomematic component.

Can someone, @danielperna84 for example, support me?

Thank you in advance

Your IP range is invalid. It should be 192.168.2.0/24. Or if you just want to allow the NAS IP 192.168.2.100/32. But 254 way off of what a valid netmask would be.

1 Like

Anything in the logs?

Is homeassistant running in a docker container?

1 Like

update: connection error was generated from auth flagged in CCU3.

Now i see climate sensor in HA. But their names are unfriendly while I renamed it on CCU3.

It’s not a “problem” cause I can use customize but maybe there’s something I still can do to show the name that appears on CCU3=

You have to restart Home Assistant if you rename the entities on the CCU. But my personal opinion is to keep using the unfriendly entities and use the customization to see the nice names in the UI.

OK thank you for your suggestion and support :slight_smile: let’s customize then!