[SOLVED] Item http binding

Hi, i have a problem with my sitemap and http binding!

On the first image is the value of temperature i want openhab to display on the sitemap, and on the second image is the displayed value on the sitemap…and i want to ask why is this comma appear on it instead of the dot?

Item

Number HTTPstring1 "HTTP [%.2f °C]" { http="<[http://127.0.0.1/openhab.html:1000:REGEX((.*))]" }

First
original

Second

Thanks!

You need to change your locale:
In openHAB:
PaperUI -> Configuration -> System -> Regional Settings -> Country/Region

If that doesn’t work you need to do that at OS level.
And that depends of your OS. What are you running?

Tried it with openhab and nothing…so i suppose i must go to OS level as you told me

Windows 10

Can’t help you there, I haven’t been near windows for 3+ years

or

1 Like

Done! Thanks a lot!