Hi there,
I have a question/problem regarding the knx implementation.
I’ve got the following problem:
I have a light device defined in my configuration.yaml. The device can be controlled from the dashboard (on/off).
knx:
light:
- name: "Kitchen"
address: "1/0/35"
My native knx-devices are from MDT.
Problem:
- When I send the “on” command from the dashboard (HA), there will be emitted a true.
- When I use a MDT push device there will be send a 1.
Sometimes it does work, so the Switch Actuator will be set channel to “on”.
My question:
Can I overwrite the HA lights to send a 1/0? I think this is my problem in this case.