Homematic CCU3 Device Names Problems

Hello,

i use Homematic with CCU 3 it works fine, but i didnt get the Device Names.
I Only get the Serial instead of the device name :confused:
But i downt know why :frowning:
Hope anyone can help.

Hallo,
ich nutze seit einiger Zeit die Homematic CCU 3 in Verbindung mit Home Assistant.
Soweit so gut, leider werden mir statt der Gerätenamen die Seriennummern der Geräte angezeigt, egalw as ich probiere klappt es leider nicht, dass die Namen angezeigt werden.
Anbei meine Config:

homematic:
interfaces:
hmip:
host: xxx.xxx.xxx.xxx
port: 42010
ssl: true
verify_ssl: false
resolvenames: json
jsonport: 80
username: xxx
password: xxxxxxxxxx
hmgroups:
host: xxx.xxxx.xxxxx.xxxxx
port: 49292
ssl: true
verify_ssl: false
resolvenames: json
jsonport: 80
username: xxxxx
password: xxxxxxxxxxxxx
path: /groups
hosts:
ccu3:
host: xxx.xxxx.xxxx.xxxx
username: xxxxxx
password: xxxxxx

Tried to disable the firewall and leave the option JSONport but nithing worked for me.

Egal ob ich die JHomematic Firewall deaktivert habe ider den JSON Port weglasse, nichts klappt :frowning:

Greetings

This is my HomeMatic config if it’s any help:


interfaces:
  bidcos:
    host: 192.168.16.13
    port: 32001
    resolvenames: json
    username: !secret homematic_user
    password: !secret homematic_password
  hmip:
    host: 192.168.16.13
    port: 32010
    resolvenames: json
    username: !secret homematic_user
    password: !secret homematic_password
  groups:
    host: 192.168.16.13
    port: 39292
    resolvenames: json
    username: !secret homematic_user
    password: !secret homematic_password
    path: /groups
hosts:
  ccu3:
    host: 192.168.16.13
    username: !secret homematic_user
    password: !secret homematic_password

Hi, you have found a solution?

Resolving names does not work with enabled SSL. And the fix got rejected because this is an old style integration.

Feel free to test the new custom integration. There it should work. GitHub - danielperna84/custom_homematic: Custom Home Assistant Component for HomeMatic