Climate Cluster Card: a wide-arc instrument-cluster dial for AC / climate entities

I built a custom Lovelace card for AC / climate entities and wanted to share it.

Climate Cluster Card is a wide-arc, automotive instrument-cluster style dial. You set the target temperature on the inner ring and the fan speed on the outer ring, with a mode pop-up and quick toggles.

demo

Features

  • Two-ring control: inner ring for target temperature, outer ring for fan speed
  • Numbered reference scale with a glowing setpoint needle and a current-temp marker
  • Glass mode pop-up (cool / heat / dry / fan / auto / off) plus swing, LED, and sound toggles
  • Clover fan animation that can spin with the fan value, at a constant rate, or off
  • Fahrenheit and Celsius with automatic unit, range, and step detection
  • Full GUI editor, no YAML required
  • Works with any climate entity; sibling auto-discovery (fan / swing / LED / sound) is tuned for Midea (midea_ac_lan)


Install (HACS): add GitHub - rickyfont94/climate-cluster-card: Wide-arc instrument-cluster climate (HVAC) card for Home Assistant: a two-ring temp/fan dial with a mode pop-up, swing/LED/sound toggles, and a full GUI editor. · GitHub as a custom repository with category Dashboard, then download and hard-refresh. A PR to add it to the HACS default store is open, so direct search-install is coming.

Minimal config:

type: custom:climate-cluster-card
entity: climate.living_room

Repo: GitHub - rickyfont94/climate-cluster-card: Wide-arc instrument-cluster climate (HVAC) card for Home Assistant: a two-ring temp/fan dial with a mode pop-up, swing/LED/sound toggles, and a full GUI editor. · GitHub

Feedback and issues welcome.

5 Likes

Maybe I am blind, but is it not possible to make the background white or based on the HA settings?

Thanks for the nudge on this, TheSylus, you actually pushed me to build it. As of v1.1.0 the card wraps in an ha-card and follows your Home Assistant theme, so light and white themes work out of the box (there's still a configurable accent if you want one). If you already have it installed, just hit Update in HACS and you should be good to go.