Item decimal type

Hi,

I created an item and want its state to be displayed as a decimal, but it’s showing up as an integer instead:

image

How can I achieve that 3.51 is shown?

image

you need to enter the pattern exactly, i.e. %.2f %unit%. Do not replace the word unit with m3.

1 Like

:expressionless_face:

Ok, thank you, works!