Multiple KNX 1bit/boolean switch in "one line/item"?

Hello!
I’ve 5 switch (1bit boolean).
Is it possibile to create a “unique item” where I can select one of them?

Example:

Select Option   A | B | C | D | E

Instead of:

Select Option    A
Select Option    B
Select Option    C
Select Option    D
Select Option    E

Regards
Sim

First of all: The Selection (not Select) is relevant for sitemaps (not items)

Post your item configs and the sitemap entries

What exactly do you want to achieve?

1 Like

Hello Dim,
thank you for reply.
This is the case:

Switch   ModeAuto        "Mode Auto"          (gCond)     { knx = "<11/0/21" }
Switch   ModeHeat        "Mode Heat"          (gCond)     { knx = "<11/0/22" }
Switch   ModeDry         "Mode Dry"           (gCond)     { knx = "<11/0/23" }
Switch   ModeFan         "Mode Fan"           (gCond)     { knx = "<11/0/24" }
Switch   ModeCool        "Mode Cool"          (gCond)     { knx = "<11/0/25" }

Switch   FanAuto         "Fan Auto"           (gCond)     { knx = "<11/0/31" }
Switch   FanLow          "Fan Low"            (gCond)     { knx = "<11/0/32" }
Switch   FanMid1         "Fan Mid1"           (gCond)     { knx = "<11/0/33" }
Switch   FanMid2         "Fan Mid2"           (gCond)     { knx = "<11/0/34" }
Switch   FanHight        "Fan Hight"          (gCond)     { knx = "<11/0/35" }

Switch   VaneHoriz       "Vane Horiz"         (gCond)     { knx = "<11/0/41" }
Switch   VanePos1        "Vane Pos1"          (gCond)     { knx = "<11/0/42" }
Switch   VanePos2        "Vane Pos2"          (gCond)     { knx = "<11/0/43" }
Switch   VanePos3        "Vane Pos3"          (gCond)     { knx = "<11/0/44" }
Switch   VaneVertic      "Vane Vertical"      (gCond)     { knx = "<11/0/45" }
Switch   VaneSwing       "Vane Swing"         (gCond)     { knx = "<11/0/46" }
Switch   VaneAuto        "Vane Auto "         (gCond)     { knx = "<11/0/47" }

My idea is create 3 “element” (switch or other) with the options instead of all.

At each change, the old setting of the group (Mode/Fan/Vane) changes state

I was thinking of something like that:

 Switch  item=Shutters label="Close" mappings=[0="0%", 15="25", 30="50", 45="75", 75="90", 100="100"]

but with multiple switch.

Best regards
Sim

I still don’t get what you want to achieve…

Did you look into Groups? Maybe they provide the functionality that you are looking for