Couple of Weather Questions = Fahrenheit to Celsius and Min/Max

Hi all, working through some weather bindings issues.

I have connected successfully to Wunderground. I am trying to display fahrenheit and not celsius.

items:

Number Weather_Temperature_F “Temperature [%.2f °F]” {weather=“locationId=home, type=temperature, property=current, unit=fahrenheit”

sitemap

Text item=Weather_Temperature_F
labelcolor=[Weather_LastUpdate==“Uninitialized”=“lightgray”,Weather_LastUpdate>90=“lightgray”,>25=“orange”,>15=“green”,>$

i get a celsius number in my sitemap display with the degree F after it.

also, i have added Temp Min and Temp Max and all i get is -F for those. No number. Surely Wunderground will support min/max correct?

thanks in advance!

i’m on 1.8.1

still stuck on this. any thoughts?

Have you checked your event log to see what’s happening? I would define items for both Celsius and Fahrenheit and compare those.

In my setup I do this with:

tail -f -n 100 /var/log/openhab/events.log

You can also temporarily set the debug level for the binding org.openhab.binding.weather to DEBUG.

Or you could create a temporary rule to print any value you get through the binding.

What are the results for this?