KNX Entitäten als Geräte verfügbar machen

Hallo Zusammen,

ich habe bei manchen Konfigurationen das Problem, dass die KNX Integration keine Geräte anlegt sondern nur einzelne Entitäten.

Beispiel: Ich möchte in einer Automatisierung als Bedingung einen Helligkeitswert eintragen, sehe aber keine Möglichkeit das aus der Maske heraus ohne ein verfügbares Gerät zu tun.

Hat jemand einen Idee?

Gruß

“Nummerischer Zustand” ist das Zauberwort

Danke für den Tipp - ich teste :slightly_smiling_face:

Auszug aus einer Automatisierung bei mir…

    then:
      - if:
          - condition: and
            conditions:
              - condition: numeric_state
                entity_id: sensor.vorraum_helligkeit
                below: 7
              - condition: state
                entity_id: binary_sensor.vorraum_beleuchtung
                state: "off"
        then:
          - service: knx.send
            data:
              address: 1/5/32
              payload: 3
              type: "5.001"
  - if:

Hat funktioniert. Danke :slightly_smiling_face: