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
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.
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
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: