Homematic entities missing (HM-PBI-4-FM)

Hi community :slight_smile:
I am new with home assistant and configured Homematic (not IP).
I can see numerous entities and everything works fine…
…but: I am missing some devices / see no entities / can not use devices for automations: HM-PBI-4-FM (switches).

I can find them in pyhomematic as “remote” so it should be supported.

Any hints?

Thanks :slight_smile:Ben

My config:
Home Assistant 2020.12.1
Docker

homematic:
  interfaces:
    wireless:
      host: 192.168.23.xxx
      resolvenames: json
      username: USR
      password: 'PW'
    ip:
      host: 192.168.23.xxx
      resolvenames: json
      port: 2010
      username: USR
      password: 'PW'
    groups:
      host: 192.168.23.xxx
      port: 9292
      resolvenames: json
      path: /groups
      username: USR
      password: 'PW'
  hosts:
    ccu2:
      host: 192.168.23.xxx
      port: 2001
      username: USR
      password: 'PW'

Although it may look like a switch, it’s actually a button (Taster != Schalter). Hence this section of the documentation applies. :+1:

2 Likes

Hey Daniel,
thanks for your help :slight_smile:

Ben