Small Bug

Google Chrome is up to date

Version 78.0.3904.108 (Official Build) (64-bit)

Have you tried it using a different browsers?

The problem is probably due to the device you’re displaying Paper UI on. That device is probably using a font that does not support the degree symbol (°). Maybe because you’re using non-Latin characters by default.

If you use another device, does the problem appear there as well?

I’m getting more and more of this?

Same in IE

What does it shownin sitemap? Basic ui?

Did you ever try it on a different device as suggested above?

Yes. I’ve screen print a shot from my remote PC. Please see above. Thank for all your help!

PaperUI is for configuration but you should still see the correct info?? As @Thedannymullen mentioned what does it show in BasicUI or ClassicUI as this should be the place you control and view your devices.

Looking at this screenshot from PaperUI I see missing degree signs AND in one case there is a degree sign (sensor 5).

1 Like

Did you by any chance force your web browser to use a specific character encoding? If so, that could explain why your browser can’t render the degree sign (°), if the character encoding reported by the web server doesn’t match the browser’s.

It even show in my logs:
7:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours03Temperature changed from 7.92 �C to 7.84 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours03MinTemperature changed from 7.92 �C to 7.84 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours06Temperature changed from 7.54 �C to 7.47 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours06MinTemperature changed from 7.54 �C to 7.47 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours09Temperature changed from 6.09 �C to 6.05 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours09MinTemperature changed from 6.09 �C to 6.05 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours12Temperature changed from 5.83 �C to 5.8 �C
17:44:31.742 [INFO ] [smarthome.event.ItemStateChangedEvent] - LocalWeatherAndForecastForecastHours12MinTemperature changed from 5.83 �C to 5.8 �C

That is weird. The OpenWeatherMaps binding correctly reports °C on my setup, so something is misconfigured in terms of character set (code page) in your setup.

Thanks everyone. Still having the same issue. Check HABpanel and the same. Same even when logged in from remote PC -image

Frankly, I have no idea.
As ssen above on one of your screenshots, the degree sign did sometimes show up.

I noticed another thread with the same problem, also on a windows machine, not solved yet either!

Hello, I had the same problem,

after 1-2 restarts it was done.

PS: Don’t forget the clean cache!

salute

oliver

Thank Oliver, Can you please guide me through the process to clean the cache? Only know the PI commands.

Many thanks

From the command line use these commands.

sudo systemctl stop openhab2

sudo openhab-cli clean-cache

sudo systemctl start openhab2 or sudo reboot

I’m running windows. Thanks though.

Windows does not have the Karaf console?

You will need to stop OH first then use openhab-cli clean-cache.