Setting Min/max on a per-entity basis for history graph

Hi,

I cannot find a way to plot multiple entities on a history graph with different min/max ranges.
Is this already possible?

My current workaround is to create helper sensors with artificial offsets for the curves that are further away.

Use case ( one among others) :

  • Displaying the thermostatic valves temperatures (let say between 15-20 °C)
  • Displaying the weather forecast (let say [ -10 ; 15 ] °C :upside_down_face: )
  • ultimate ambition: superimpose boolean states like “heater on”, “window open” on the °C numeric graph.

Current workaround:

  • offset the weather (problem: highly variable these days, so I’m running into the opposite problem in the max side of the graph, now, hence my topic)
  • create fake Temperatures to represent boolean states (Sorry, I love the boolean bands, but I’d really really love to plot these grey/yellow states on a numeric graph instead)

Here is my current view, which is not valid anymore since my tricks are not working when weather T° switches from -5°C to 12°C in a 2-week interval (reason why you don’t see the same yellow curve of the bottom plot in the middle plot : the offset is too high ) !