Dashboard to show all temperature and humidity

Hello,

I have quite a few Sonoff temperature and humidity sensors. When I add them to the dashboard they show up but with only temperature on screen. I also want to change it from F to C, i have changed the setting in the setting page to C but it does not reflect this on the dashboard.

Thanks

RT

Using the built in dashboard tiles, you need to use separate tiles for temperature and humidity. To display humidity, choose Humidity as the template for the tile:

Others will have to weigh in on the concept of doing custom tiles to display multiple values within a single tile.

1 Like

How do you change it to celsius?

The unit for reporting is up to the device driver being used. Check to see if it's configurable there.

Not really what you asked about.... but I have it bookmarked and it's a pretty handy reference. :slight_smile:
I used it to build a dashboard with all my temp readings.

2 Likes

The unit should match what your hub is set to (in settings). If not, try rebooting the hub. My hub is set to C and all devices report their temperature in Celcius on the dashboard.

1 Like

@RichT Simple Tile in HPM should allow you to have both temp and humidity on a single tile...

image

1 Like

A "single tile" can depend on your definition. With a bit of creativity and potentially some guidance, you can layer your tiles to make it look like they are one tile. E.g.:

image

From memory, this was one tile for the image, one for the Study text, another for the temperature, one for the humidity and one for the grey shading behind the text.

2 Likes

Yes. Two on top of each other good plan

There's some subtlety in achieving that exact layout, but it's not too complicated. CSS will be your friend.... or some tools that can assist....