Celsius and Fahrenheit in one tile in dashboard

Hello everybody,

I have a Hubitat Hub C7 (Platform Version: 2.4.3.137) and a few temp sensors indoor and out door, I'm using Hubitat android app and desktop Hubitat web app. My question is, is there anyway to have Celsius and Fahrenheit temp in one or two separate tiles in dashboard ? I know we can set in the settings between Celsius and Fahrenheit but I would like to have both in one or two separate tiles. Do you know if this is possible?

Sensors I have:
-SONOFF Zigbee SNZB-02D LCD
-Zooz XS Sensor ZSE44 800LR

You would have to calculate the other value yourself. You could do that in a rule and set a Hub variable for the other value, and then use that Hub variable to display the other value on the dashboard.

You could also create a virtual temp sensor device, and have your rule set the calculated value for the virtual temp sensor, and display that temp sensor value on the dashboard.

Edit: As far as one tile goes, you can combine values into one tile with apps, like this one:

You could also work with CSS to overlay the tiles into one tile.

thanks Chris for advice

:+1: Welcome to the community!