Weather binding only in Fahrenheit

Hi, i want to show the temperature in celsius but it doesent work if i use unit=celsius…
Is there a fix?
sitemap:

Text item=WEATHER_Condition label=“Yahoo Weather [MAP(weather_de.map):%s]” icon=“temperature” {
Text item=WEATHER_Humidity
Text item=WEATHER_Visibility
Text item=WEATHER_Pressure
Text item=WEATHER_Condition
Text item=WEATHER_LastUpdate
Text item=WEATHER_Rain
Text item=WEATHER_Snow
Text item=WEATHER_Temperature
Text item=WEATHER_Temp_Feel
Text item=WEATHER_Wind_Speed
Text item=WEATHER_Wind_Direction

Items

Number WEATHER_Humidity “Luftfeuchtigkeit [%d %%]” {weather=“locationId=home, type=atmosphere, property=humidity”}
Number WEATHER_Visibility “Sichtweite [%.2f km]” {weather=“locationId=home, type=atmosphere, property=visibility”}
Number WEATHER_Pressure “Luftdruck [%.2f mb]” {weather=“locationId=home, type=atmosphere, property=pressure”}
String WEATHER_Condition “Condition [MAP(weather_de.map):%s]” {weather=“locationId=home, type=condition, property=text”}
DateTime WEATHER_LastUpdate “Letztes update [%1$td.%1$tm.%1$tY %1$tH:%1$tM]” {weather=“locationId=home, type=condition, property=lastUpdate”}
Number WEATHER_Rain “Regen [%.2f mm/h]” {weather=“locationId=home, type=precipitation, property=rain”}
Number WEATHER_Snow “Schnee [%.2f mm/h]” {weather=“locationId=home, type=precipitation, property=snow”}
Number WEATHER_Temperature “Temperatur [%.2f °C]” {weather=“locationId=home, type=temperature, property=current”}
Number WEATHER_Temp_Feel “Temperatur gefühlt [%.2f °C]” {weather=“locationId=home, type=temperature, property=feel”}
Number WEATHER_Wind_Speed “Windgeschwindigkeit [%.2f km/h]” {weather=“locationId=home, type=wind, property=speed”}
String WEATHER_Wind_Direction “Windrichtung [%s]” {weather=“locationId=home, type=wind, property=direction”}

openhab.cfg

weather:location.home.name=Lana
weather:location.home.woeid=717002
weather:location.home.provider=Yahoo
weather:location.home.language=de
weather:location.home.updateInterval=10

1 Like

The default should be celcius… however it can do a conversion for you.