Advertisement
pmfernandes

HA - Solar Cards

Oct 6th, 2023 (edited)
1,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.08 KB | None | 0 0
  1. type: vertical-stack
  2. cards:
  3.   - type: custom:power-flow-card-plus
  4.     entities:
  5.       solar:
  6.         entity: sensor.solar_panels_power
  7.       grid:
  8.         entity: sensor.shellyem_34945478b05e_channel_1_power
  9.         color:
  10.           production:
  11.            - 255
  12.             - 255
  13.             - 255
  14.       battery: {}
  15.       home:
  16.         entity: sensor.load_power
  17.     w_decimals: 0
  18.     kw_decimals: 2
  19.     min_flow_rate: 0.9
  20.     max_flow_rate: 6
  21.     watt_threshold: 10000
  22.     clickable_entities: true
  23.     display_zero_lines:
  24.       mode: show
  25.       transparency: 50
  26.       grey_color:
  27.        - 189
  28.         - 189
  29.         - 189
  30.     use_new_flow_rate_model: false
  31.   - type: custom:apexcharts-card
  32.     chart_type: radialBar
  33.     header:
  34.       show: true
  35.       show_states: true
  36.       colorize_states: true
  37.     series:
  38.       - entity: sensor.solax_pv1_power
  39.         color: orange
  40.         max: 2500
  41.         show:
  42.           legend_value: false
  43.       - entity: sensor.solax_pv2_power
  44.         color: darkorange
  45.         max: 1000
  46.         show:
  47.           legend_value: false
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement