Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- title: Energie
- path: energie
- icon: mdi:home-lightning-bolt
- type: sections
- sections:
- - type: grid
- cards:
- - type: heading
- heading: Live-Anzeige
- heading_style: title
- icon: mdi:transmission-tower
- - type: tile
- entity: sensor.pv_power
- icon: mdi:solar-power
- color: orange
- name: Solarproduktion
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.pv1_power
- icon: mdi:solar-power-variant
- color: orange
- name: Panels West
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.pv2_power
- icon: mdi:solar-power-variant
- color: orange
- name: Panels Ost
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.meter_active_power_total
- icon: mdi:transmission-tower-export
- color: red
- name: Netzbezug
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.meter_active_power_total
- below: 0
- - type: tile
- entity: sensor.meter_active_power_total
- icon: mdi:transmission-tower-import
- color: teal
- name: Netzeinspeisung
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.meter_active_power_total
- above: 0
- - type: custom:apexcharts-card
- apex_config:
- chart:
- height: 230px
- legend:
- show: false
- yaxis:
- - min: ~0
- max: ~500
- decimals: 0
- apex_config:
- tickAmount: 4
- forceNiceScale: true
- title:
- text: W
- rotate: -90
- all_series_config:
- stroke_width: 1
- float_precision: 0
- show:
- in_header: raw
- legend_value: false
- type: area
- opacity: 0.2
- statistics:
- type: mean
- period: 5minute
- span:
- end: minute
- graph_span: 24h
- header:
- show: true
- title: ""
- show_states: true
- colorize_states: true
- floating: false
- series:
- - entity: sensor.pv_power
- name: Solarproduktion
- color: orange
- - entity: sensor.house_consumption
- name: Hausverbrauch
- color: purple
- grid_options:
- columns: 24
- experimental:
- disable_config_validation: true
- card_mod:
- style: |
- div#header__title {
- font-size: 18px;
- margin-top:0.25rem;
- margin-bottom:0.5rem
- }
- div#header__states {
- justify-content: start;
- }
- div#state__value #state{
- font-size: 18px;
- padding-right:5px
- }
- column_span: 2
- - type: grid
- cards:
- - type: heading
- heading_style: title
- icon: mdi:lightning-bolt-circle
- heading: Energie-Daten heute
- - type: tile
- entity: sensor.energy_production_today
- show_entity_picture: false
- vertical: false
- icon: mdi:sun-angle
- color: orange
- name: Forecast West
- features_position: bottom
- - type: tile
- entity: sensor.energy_production_today_2
- show_entity_picture: false
- vertical: false
- icon: mdi:sun-angle
- color: orange
- name: Forecast Ost
- features_position: bottom
- - type: tile
- entity: sensor.solarproduktion_west_energy_daily
- icon: mdi:solar-power
- color: orange
- name: Produktion West
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.solarproduktion_ost_energy_daily
- icon: mdi:solar-power
- color: orange
- name: Produktion Ost
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.today_s_pv_generation
- icon: mdi:solar-power
- color: orange
- name: Heutige Produktion
- vertical: false
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.hausverbrauch_pro_tag
- icon: ""
- color: purple
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- name: Heutiger Verbrauch
- - type: tile
- entity: sensor.netzeinspeisung_pro_tag
- icon: ""
- color: teal
- name: Einspeisung
- features_position: bottom
- vertical: false
- - type: tile
- entity: sensor.stromverbrauch_pro_tag
- icon: ""
- color: red
- name: Netzbezug
- features_position: bottom
- vertical: false
- column_span: 1
- - type: grid
- cards:
- - type: heading
- heading_style: title
- icon: mdi:bell-ring
- heading: Aktive Geräte
- - type: custom:auto-entities
- card:
- type: vertical-stack
- show_header_toggle: false
- filter:
- include:
- - entity_id: sensor.*_power
- options:
- type: tile
- - entity_id: sensor.*_leistung
- options:
- type: tile
- exclude:
- - state: "0.0"
- - state: "-0.0"
- - state: "0"
- - state: "-0"
- - entity_id: sensor.*grid*
- - entity_id: sensor.*battery*
- - entity_id: sensor.*standby*
- - entity_id: sensor.*total*
- - entity_id: sensor.*back_up*
- - entity_id: sensor.*pv*
- - entity_id: sensor.active_power
- card_param: cards
- show_empty: false
- - type: grid
- cards:
- - type: heading
- heading: Produktion 10 Tage
- heading_style: title
- icon: mdi:solar-power
- - type: custom:apexcharts-card
- yaxis:
- - id: first
- decimals: 0
- min: ~0
- max: ~5
- apex_config:
- tickAmount: 4
- forceNiceScale: true
- title:
- text: kWh
- rotate: -90
- apex_config:
- chart:
- height: 200px
- legend:
- show: false
- dataLabels:
- style:
- fontSize: 0.6rem
- rotate: 90
- span:
- end: day
- graph_span: 10d
- header:
- show: false
- title: Produktion 7 Tage
- show_states: false
- colorize_states: true
- all_series_config:
- type: column
- statistics:
- type: sum
- group_by:
- func: diff
- start_with_last: true
- duration: 1day
- show:
- in_header: raw
- datalabels: true
- opacity: 0.2
- stroke_width: 1
- series:
- - entity: sensor.total_pv_generation
- yaxis_id: first
- name: Solarproduktion
- color: orange
- card_mod:
- style: |
- div#header__title {
- font-size: 18px;
- margin-top:0.25rem;
- margin-bottom:0.5rem
- }
- column_span: 1
- - type: grid
- cards:
- - type: heading
- heading: Hausverbrauch 10 Tage
- heading_style: title
- icon: mdi:home-lightning-bolt
- - type: custom:apexcharts-card
- yaxis:
- - id: first
- decimals: 0
- min: ~0
- max: ~5
- apex_config:
- tickAmount: 4
- forceNiceScale: true
- title:
- text: kWh
- rotate: -90
- apex_config:
- chart:
- height: 200px
- legend:
- show: false
- dataLabels:
- style:
- fontSize: 0.6rem
- rotate: 90
- span:
- end: day
- graph_span: 10d
- header:
- show: false
- title: Hausverbrauch 10 Tage
- show_states: false
- colorize_states: true
- all_series_config:
- type: column
- statistics:
- type: sum
- group_by:
- func: diff
- start_with_last: true
- duration: 1day
- show:
- in_header: raw
- datalabels: true
- opacity: 0.2
- stroke_width: 1
- series:
- - entity: sensor.house_consumption_total
- yaxis_id: first
- name: Hausverbrauch
- color: indigo
- card_mod:
- style: |
- div#header__title {
- font-size: 18px;
- margin-top:0.25rem;
- margin-bottom:0.5rem
- }
- - type: grid
- cards:
- - type: heading
- heading_style: title
- heading: Einspeisung 10 Tage
- icon: mdi:transmission-tower-import
- - type: custom:apexcharts-card
- yaxis:
- - id: first
- decimals: 0
- min: ~0
- max: ~5
- apex_config:
- tickAmount: 4
- forceNiceScale: true
- title:
- text: kWh
- rotate: -90
- apex_config:
- chart:
- height: 200px
- legend:
- show: false
- dataLabels:
- style:
- fontSize: 0.6rem
- rotate: 90
- span:
- end: day
- graph_span: 10d
- header:
- show: false
- title: Einspeisung 7 Tage
- show_states: false
- colorize_states: true
- all_series_config:
- type: column
- statistics:
- type: sum
- group_by:
- func: diff
- start_with_last: true
- duration: 1day
- show:
- in_header: raw
- datalabels: true
- opacity: 0.2
- stroke_width: 1
- series:
- - entity: sensor.total_energy_export
- yaxis_id: first
- name: Einspeisung
- color: teal
- card_mod:
- style: |
- div#header__title {
- font-size: 18px;
- margin-top:0.25rem;
- margin-bottom:0.5rem
- }
- column_span: 1
- - type: grid
- cards:
- - type: heading
- heading: Netzbezug 10 Tage
- heading_style: title
- icon: mdi:transmission-tower-export
- - type: custom:apexcharts-card
- yaxis:
- - id: first
- decimals: 0
- min: ~0
- max: ~5
- apex_config:
- tickAmount: 4
- forceNiceScale: true
- title:
- text: kWh
- rotate: -90
- apex_config:
- chart:
- height: 200px
- legend:
- show: false
- dataLabels:
- style:
- fontSize: 0.6rem
- rotate: 90
- span:
- end: day
- graph_span: 10d
- header:
- show: false
- title: Netzbezug 7 Tage
- show_states: false
- colorize_states: true
- all_series_config:
- type: column
- statistics:
- type: sum
- group_by:
- func: diff
- start_with_last: true
- duration: 1day
- show:
- in_header: raw
- datalabels: true
- opacity: 0.2
- stroke_width: 1
- series:
- - entity: sensor.meter_total_energy_import
- yaxis_id: first
- name: Netzbezug
- color: red
- card_mod:
- style: |
- div#header__title {
- font-size: 18px;
- margin-top:0.25rem;
- margin-bottom:0.5rem
- }
- max_columns: 4
- cards: []
- header:
- card:
- type: markdown
- content: |-
- # Energy-Dashboard
- Die Solarproduktion ({{states('sensor.pv_power')}} W) läuft.
- text_only: true
- layout: responsive
- badges_position: bottom
Advertisement
Add Comment
Please, Sign In to add comment