[SOLVED] Problem getting KNX DPT 5.001 value on PaperUI

Hello everybody,

I have an issue getting a KNX DPT 5.001 value correctly displayed on the paperui.

knx.thing
Type number : Bedroom_Heating_Value “Stellg. heizen” [ ga=“5.001:<11/1/3” ]

item:
Number Bedroom_Heating_Value “Schlafzimmer Stellgröße heizen [%d %%]” (Bedroom) {channel=“knx:device:bridge:generic:Bedroom_Heating_Value”}

Problem:
KNX says the value is 30%
PaperUi shows 0%
Logfile shows: Bedroom_Heating_Value changed from NULL to 0.30000000

I think this is an converting problem - but i dont get it work.

Does anyone has an idea?

Thanks - Dennis

As it’s percent type, please use dimmer Item and dimmer channel type.

Does not work.
In the UI it looks like this

Actually I dont want this slide control. I only want to show the number as percentage.

Use number-control in the things definition. I had the same Probleme solved on this way.

Have a nice evening!

Of course you don’t have to use Default as Widget but Text.