KNX Unable to find service binary_sensor/turn_on

Hello everyone, I know that the function “Unable to find service binary_sensor/turn_on” does not exist. But I want to make the status on my KNX Wall button with LED light up when I switch on via Home Assistant of a Mqtt job my TV Backlight. How do I have to do this.

Error: KNX Unable to find service binary_sensor/turn_on (binary_sensor.light_tvikea)

  - alias: Wohnzimmer Licht Fernseher Boolean Ein
    trigger:
      - platform: state
        entity_id: input_boolean.status_tvikea_light
        to: 'on'
    action:
      - service: homeassistant.turn_on
        entity_id: light.0x588e81fffe2a58e7_light
      - service: binary_sensor.turn_on
        entity_id: binary_sensor.light_tvikea

You can’t turn on a sensor. Is the led light exposed as an entity?

i have this one
Switch with LED with Status on/off … i will switch a mqtt light

That’s a pretty picture, but it doesn’t answer my question.

Unfortunately I cannot answer the question correctly.

I’m sorry… I know this sounds a bit complicated

I can only say that my KNX switches with built-in LED get the status from the KNX bus. I want to switch a Philips mqtt on and off.

knx:
light:

  • name: light.tvikea
    address: '1/2/75
    state_address: '1/2/75

If I use the switch in light: I lose the status after about 1 hour and the switch does not work anymore. So I tried to operate the switch in binary_sensor: mode with the problem that I cannot use my status LED from the switch anymore.

knx:
binary_sensor:

  • name: light.tvikea
    state_address: '1/2/75
    context_timeout: 1.0

See also

Translated with DeepL Translate: The world's most accurate translator (free version)

I’m not sure how you can affect the led in the switch, but it sounds like it should update automatically and there is some kind of bug in the integration :man_shrugging:

Sorry I can’t help any further.

I have a staircase timer on an actuator, which turns off after a few seconds of switching on. HA turns ON and when the time elapse it does not update the status.
At HA is a switch:

- name: Portão Garagem
  address: '0/3/4'
  state_address: '3/3/4'

Wait for this: https://github.com/home-assistant/core/issues/43645
Until then roll back to 0.117

ok. thank you very much.