I have connected a lamp to a fixed value dimmer and voltage via KNX actuators.
If, for example, channel 1 is switched on and channel 2 is off, then the lamp is dimmed.
If channel 1 is off and channel 2 is on, then the lamp is bright.
If both channels are switched off, the lamp is off.
Both channels should not be switched on at the same time.
The channels can be accessed individually via KNX integration.
Now I need an entity that switches the individual channels in both directions.
So something like a drop-down list with the entries “off”, “dimmed” and “on”.
In addition, the entity should be changed accordingly if the KNX channels change accordingly.
What is the best way to implement something like this?
I am in the process of switching from iobroker to home assistant.
Is it possible that my plan cannot be implemented with home assistant?
Is my question perhaps not clear?
I would like to implement the following table in home assistant:
This table should be handled in both directions:
If input_select.lamp is changed, the both light entities should also be changed.
If the light entities change, the input_select entity should be changed.
Perhaps there is still an answer as to how I can meet my requirements.