Skip to content

Possibility to exempt one entity from "stacked" option #519

Closed Answered by SilverFolfy
SilverFolfy asked this question in Q&A
Discussion options

You must be logged in to vote

Forgot to check in again, I have solved this to a satisfactory degree.
I have created a template entity which calculates the remaining unmeasured power, which is then just stacked on the top of the chart like all other values.

The following is the final chart:

type: custom:apexcharts-card
graph_span: 30m
stacked: true
all_series_config:
  curve: smooth
  type: area
  group_by:
    duration: 1min
    fill: 'null'
    func: avg
apex_config:
  chart:
    height: 1200px
header:
  show: true
series:
  - entity: sensor.shellyplug_01_power
    name: Heater
  - entity: sensor.shellyplug_02_power
    name: Freezer & Fridge
  - entity: sensor.shellyplug_03_power
    name: PC-Room Fridge
  - entity:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SilverFolfy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant