KNX Integration shows entity as "hidden", but states are still working

Hi,

I have around 140 KNX devices configured in HA and most of them are just working fine. Now I noticed something weird with 2 Window (Binary) Sensors.

Both sensors in the basement (Heizkeller and Werkstatt) are configured and shown in the list of KNX entities, but both are “hidden by integration”. Both represent the correct state, but I can’t unhide them. Any ideas what might be wrong here?

All KNX entities are defined in a knx.yaml. Below are all door and window sensors listet, where ALL but the named two (Heizkeller and Werkstatt) are working and showing up in dashboards, as expected.

Any help would be very much appreciated.

Frank

binary_sensor:
#Fenster
  - name: "Tür Balkontür"
    state_address: "8/4/0"

  - name: "Fenster Wohnen Süd"
    state_address: "8/4/1"
  
  - name: "Fenster Wohnen Ost"
    state_address: "8/4/2"
  
  - name: "Fenster Küche Ost"
    state_address: "8/4/3"

#  - name: "Fenster Küche Nord"
#    state_address: "8/4/4"

  - name: "Fenster Schlafen Süd"
    state_address: "8/4/5"

  - name: "Treppenhaus West"
    state_address: "8/4/9"

  - name: "Fenster Bibliothek West"
    state_address: "8/4/10"

  - name: "Fenster Bibliothek Süd"
    state_address: "8/4/11"

#  - name: "Fenster Gästezimmer Ost"
#    state_address: "8/4/12"

  - name: "Fenster Gästezimmer Süd"
    state_address: "8/4/13"

  - name: "Fenster Büro Ost"
    state_address: "8/4/14"

  - name: "Fenster Büro Nord"
    state_address:  "8/4/15"

  - name: "Fenster Bad OG"
    state_address: "8/4/16"
    
  - name: "Fenster WC OG"
    state_address: "8/4/17"

  - name: "Tür Haustür"
    state_address: "8/4/20"

  - name: "Tür Kellertür"
    state_address: "8/4/22"

  - name: "Fenster Werkstatt"
    state_address: "8/4/23"

  - name: "Fenster Heizkeller"
    state_address: "8/4/27"

  - name: "Fenster Bühne Nord"
    state_address: "8/4/35"

  - name: "Fenster Bühne Süd"
    state_address: "8/4/36"

  - name: "Fenster Treppenhaus Nord"
    state_address: "8/4/37"

1 Like

Hi :wave:!
Have you tried to use the Cogwheel-menu in the Entity detail card?

Hi Matthias,

sure, that has been my first try. Since it is hidden by the integration, the button is greyed out :frowning:

(weird, I had this screenshot attached to the original post already…where did it go?)

Solved it: Problem between keyboard and chair :wink:

The affected entities had been members of helpers (groups) where I accidentally selected “Hide Members”. As I made this mistake on certain groups only, this caused the effect only on the named objects.
What misled me so much, was the statement “Hidden by INTEGRATION”. Would be more helpful in this case if it read “Hidden by Helper” or similar, so it would give a better hint into which direction to look for.

Have a great day

Cu
Frank

2 Likes

I was pulling my hair out because of the same issue. “hide members” had been enabled on one group of MQTT lights.