KNX2 Temperature from KNX sensor not showing in BasicUI

Hello community,

I successfully migrate from KNX1 to KNX2 binding.
Rollershutters and lights are working perfectly and as well over BasicUI.
What I did not get to work is displaying the room temperature in BasicUI.
For any reason it´s displayed in PaperUI, but without °C (this is maybe a hint what is wrong).

It would be great if anybody could point me to my mistake.

Please find my configs here:
knx.items:

Number Temperatur_EG_Wohnzimmer     "Temperature [%.1f °C]"  { channel="knx:device:bridge:Temperatur_EG_Wohnzimmer" }
Number Temperatur_UG_Oelkeller      "Temperature [%.1f °C]"  { channel="knx:device:bridge:Temperatur_UG_Oelkeller" }

knx.things:

 Type number        : Temperatur_EG_Wohnzimmer     "Temperature [%.1f °C]"      [ ga="9.001:<1/1/0" ]
         Type number        : Temperatur_UG_Oelkeller      "Temperature [%.1f °C]"       [ ga="9.001:<1/1/1" ]

sitemap:

Text label="Temperatur und Heizung" icon="temperature" {
			Frame label="Temperatur und Heizung" {
				Text   item=Temperatur_EG_Wohnzimmer  icon="temperature"
				Text   item=Temperatur_UG_Oelkeller   icon="temperature"
			}
		}

Cheers Martin

Please post the complete knx.things-file.
I would use different names for the item and the channel.

For reference: https://knx-user-forum.de/forum/supportforen/openhab/1242064-knx2-ausgabe-in-basic-ui-funktioniert-nicht#post1242064

I posted the (I’m pretty sure…) correct answer a few minutes ago…)