Prometheus -> Grafana: Temperature in Celcius instead of Fahrenheit

I set up a Prometheus database that takes data from HAOS and then use Grafana to display the data.

When I display a temperature entity data in Grafana, the values are in Celsius, and the y-axis shows in Fahrenheit.

The unit of measure inside each of my entities is in Fahrenheit, but somehow Prometheus is pulling Celsius data.

What are the options to resolve this?



Hmm I don’t know what just happened, but I checked on things again and now they’re reporting in Fahrenheit…

Oh nevermind I’m silly. I forgot that I tried to multiply in grafana to convert C to F. I also added to properly convert the number fully.

I used the Operations → Binary Functions to multiply and add