Advertisement
elradix

apex energy graph

Jul 22nd, 2021
1,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.17 KB | None | 0 0
  1. type: custom:apexcharts-card
  2. graph_span: 1h
  3. update_interval: 1m
  4. cache: true
  5. apex_config:
  6.   plotOptions:
  7.     bar:
  8.       columnWidth: 15%
  9.   legend:
  10.     showForSingleSeries: false
  11.   fill:
  12.     type: solid
  13.     opacity: 0.2
  14.   stroke:
  15.     width: 1
  16.   chart:
  17.     height: 350px
  18.     zoom:
  19.       enabled: false
  20.     toolbar:
  21.       show: false
  22.       tools:
  23.         zoom: false
  24.         zoomin: false
  25.         zoomout: false
  26.         pan: false
  27.         reset: true
  28.   xaxis:
  29.     labels:
  30.       format: HH:mm
  31. header:
  32.   show: true
  33.   show_states: false
  34.   colorize_states: true
  35. series:
  36.   - entity: sensor.current_power_import
  37.     name: Afgenomen
  38.     type: area
  39.     curve: stepline
  40.     group_by:
  41.       func: raw
  42.       duration: 1m
  43.   - entity: sensor.current_power_export
  44.     name: Teruggeleverd
  45.     type: area
  46.     curve: stepline
  47.     group_by:
  48.       func: raw
  49.       duration: 1m
  50.   - entity: sensor.solaredge_dc_power
  51.     name: Productie
  52.     type: area
  53.     curve: stepline
  54.     group_by:
  55.       func: raw
  56.       duration: 1m
  57.   - entity: sensor.net_productie
  58.     name: Zelfverbruik
  59.     type: area
  60.     curve: stepline
  61.     group_by:
  62.       func: raw
  63.       duration: 1m
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement