Homematic IP komponents not available

Hello,
I connect my homeassistant with my rasperrymatic via configuration.yaml.
All my wired and rf components now available in homeassistant but the homematic IP device HmIP-PSM-2 is not there.

configuration.yaml
homematic:
interfaces:
hmip:
host: IP of my rasperrymatic
port: 2010
resolvenames: “json”
username: “guest
password: “password

Did any one know why?

Hello,

Homematic IP Interface has no name translations so the resolvenames option will not work under hmip.

That’s my working config for rf and ip as I do not have wired devices.

homematic:
  interfaces:
    ip:
      host: CCU-IP
      port: 2010
    rf:
      host: CCU-IP
      resolvenames: "json"
      username: "username"
      password: "password"
  hosts:
    ccu2:
      host: CCU.IP
      port: 2001
      username: "username"
      password: "password"

Your device is not supported. You can switch to the new integration. With that it should work.

@Seju

That’s not correct. Of course names for HmIP devices can be resolved. If it didn’t work for you, then it was / is a configurational error.