System Monitoring - How does yours look?

I’m happy when I can inspire other people.

type: custom:apexcharts-card
show:
  loading: false
graph_span: 24h
header:
  title: Dowload / Upload
  show: false
  show_states: false
  colorize_states: true
apex_config:
  tooltip:
    enabled: true
    followCursor: true
  grid:
    show: false
  chart:
    height: 130
  yaxis:
    show: false
    labels:
      style:
        fontSize: 11px
        colors: gray
  xaxis:
    labels:
      style:
        fontSize: 11px
        colors: gray
    axisBorder:
      show: false
  legend:
    show: true
    fontSize: 11px
    labels:
      colors: grey
all_series_config:
  stroke_width: 1.5
  opacity: 0.2
  type: area
  group_by:
    func: avg
    duration: 60min
  show:
    extremas: true
color_list:
  - '#bf5e5e'
  - '#3b6ba1'
series:
  - entity: sensor.fritz_box_7490_ui_gb_received
    name: Download
  - entity: sensor.fritz_box_7490_ui_gb_sent
    name: Upload
5 Likes