Is there a way to have different units in one graph?

This is what it looks like with my outboard motor, with motor temperature on the top graph and RPM’s on the bottom graph.

If I add fuel flow to it, the graphs go below the view in the browser. Is there a way to collect different units on the same graph? I have tried the History Explorer card, but that won’t show different units either. I know the number on the graph will be meaningless, but that doesn’t matter.

Hi Mastiff,

Look into the history-graph card. One of the built-ins. Otherwise there are custom cards that do many things found in GitHub. Search for those using the HACS loader.

entities:
  - entity: sensor.tarantulapro_bed_temperature
  - entity: sensor.tarantulapro_tool_0_temperature
  - entity: sensor.tarantulapro_bed_target
  - entity: sensor.tarantulapro_tool_0_target
  - entity: sensor.tarantulapro_soc_temperature
refresh_interval: 1
title: Tarantula Temps
type: history-graph
hours_to_show: 8

I can recommend Apexcharts or Plotly

@Sir_Goodenough From what I understand the built-in can only do same units in the same graph, not different units, as my subject says.

@vingerha Thanks, I’ll have a look at those!

You can define multiple y-axis…that may be a way-out but there is a limit on visibility too :slight_smile:

1 Like