How to control Philips Hue Light from KNX telegrams?

Hello,

I like to control my Philips Hue Lights from my KNX Operators and I need an idea how to implement this with HA.

Thanks for your help

Have you checked the KNX component documentation? As soon as you setup the components (Hue and KNX) you can build automations and combine the two of them.

Sure. I did. :slight_smile:

I have no clue which component my KNX operator are. Sensor?

I think a working config example would help me a lot.

I created a KNX cookbook that answers this question.

1 Like

I now use this

binary_sensor:

#https://www.home-assistant.io/components/binary_sensor.knx/

- platform: knx
  name: light_switch_eingang
 address: '1/1/31'
 automation:
  - counter: 1
    hook: 'on'
    action:
    - data:
        entity_id: light.eingang
      service: light.turn_on
  - counter: 1
    hook: 'off'
    action:
      - data:
          entity_id: light.eingang
        service: light.turn_off

@kmplng seem the indentions are wrong in your Example, at least I struggle with it

If you have knx wall switches and deconz try this: