How to show the history of climate

I would like to show in a graph the status of the heating in climate but I’m not able to it.
If I add the climate I get temperature and heating etc… but is not what I need.

I’d like to have target temp and the climate status (off, idle, heating) so I can compare multiple rooms

The generic thermostat has a history card.

In this example the orange line is the target temperature, blue line is the actual temperature and the orange blocks show the heating/idle status.

yes, I tried that but if I try to put 4 of them overlapping I cannot manage it. I’d love to see the status as a line or similar so I compare the different ones

You can use this to show attributes directly in a graph if that’s how your climate entity works:
dbuezas/lovelace-plotly-graph-card: Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!

type: custom:plotly-graph
entities:
  - entity: climate.lyric
    attribute: current_temperature
  - entity: climate.lyric
    attribute: temperature
hours_to_show: 24
refresh_interval: 10

does not work for me:

What are the attributes of your climate entities?

That might be, because you are
a) NOT using the plotly graph card
and
b) trying to map a string to a graph (which might actually work with some cards, though)

hehehe I know, that’s why I was asking how to do it :slight_smile:
I need to see the status on the timeline for several climate entities

Sorry, that wasn’t clear from your initial question - looks like plotly can’t help you there.

In this case, I’d create a template sensor based on the attribute and use it in the history graph.