Hi all. I have defined several heating-related items, which I all associated with an appropriate equipment:
Group eHeizungDiele "Heizung Diele" <heating> (gDiele) ["HVAC"]
Number:Temperature DieleIstwert "Diele Temperatur" <temperature> (eHeizungDiele, TemperaturIstWerte) ["Measurement", "Temperature"] { channel="knx:device:bridge:heating:DieleIstwert", stateDescription=""[pattern="%.1f °C"] }
Number:Temperature DieleSollwert "Diele Soll" <temperature> (eHeizungDiele, TemperaturSollwerte) ["Setpoint", "Temperature"] { channel="knx:device:bridge:heating:DieleSollwert", stateDescription=""[pattern="%.1f °C",min="16",max="22",step="0.5" ] }
Switch DieleStatusHeizungAn "Diele Status Heizung an?" (eHeizungDiele) ["Status"] { channel="knx:device:bridge:heating:DieleStatusHeizungAn", stateDescription=""[readOnly=true] }
The problem that I am facing is that in the UI, on the Properties → Temperature tab I am always seeing the setpoints before the actual temperature values:
I would like to flip this but I could so far not find a way to realize this. How can I achieve this?
