No Graphs in History

Hi,

I started to customize my histroy section, because it was full of information I do not need.

So I did the following:

history:
  use_include_order: true
  include:
  entities:
    - sun.sun
    ...

What do I have to do to include again some graphs?

Br,
Johanne

Graphs of what, your sensors? If you want to include your sensor graphs, use the include section for your sensors. Also, it looks like your spacing is way off… follow the docs spacing:

# Example configuration.yaml entry with include and exclude
history:
  include:
    domains:
      - sensor
      - switch
      - media_player
    entities:
      - sun.sun
  exclude:
    domains:
      - light
    entities:
     - sensor.last_boot
     - sensor.date

Hi,

Spacing is ok, it is not “copy/paste” from the system, just typed directly in the post.

I am talking about a temperature-graph of a temperature sensor. If I include the sensor like in the Docu, then I have only the horizontal bar, no X-Y Graph.

Br,
Johannes

Did you assign units to the sensor? Without units it will not know how to format the graph.

Indeed, this was the problem…

Still learning…

Maybe you can give me another answer: I am also playing around with history_graphs. I created a graph with 8 different values.

image

Is it possible to change the label in that way, that always two values are shown in one row (like the first row) and not three (like in row 2 and 3)?

Br,
Johannes

I don’t think so, the history component is extremely limited with graph manipulations.