I wonder if a KNX Dimmer using 5 KNX group addresses like this is properly implemented via OH 3.2
1/1/0 switch on/off command
1/1/1 switch on/off state
1/1/2 increase/decrease command
1/1/3 absolute dimmer level command as %
1/1/4 absolute dimmer level state as %
can it be configured via the Thing settings in the OH3 Main User interface. Has anybody done it this way? How will the “state” addresses be implemented as there are only 3 group address entry fields available?
Or do I need to define the Thing by coding from scratch? And how, if so?
i use 4 groups: switch command + switch states and dimmer level command + state.
here is how it looks like in mainUI → code (here are 2 dimmers configured)
Got it. In deed there is no need for the 3rd address, as increase and decrease sent from the iPhone is alway translated to a percentage number. Thank you for the help, works fine.