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-Azeig
- heading_style: title
- icon: mdi:transmission-tower
- - type: tile
- entity: sensor.input_power_with_efficiency_loss
- icon: mdi:solar-power-variant
- color: orange
- name: Solarproduktion
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.battery_charge_discharge_power
- icon: mdi:battery-arrow-up
- color: turquoise
- name: Batterieladig
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_charge_discharge_power
- above: 0
- - type: tile
- entity: sensor.battery_charge_discharge_power
- icon: mdi:battery-10
- color: slategrey
- name: Batterie
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_charge_discharge_power
- above: -1
- below: 1
- - type: tile
- entity: sensor.battery_charge_discharge_power
- icon: mdi:battery-arrow-down
- color: tomato
- name: Batterieentladig
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_charge_discharge_power
- below: 0
- - type: tile
- entity: sensor.active_power_house
- icon: mdi:home-lightning-bolt-outline
- color: purple
- name: Huusverbruch
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_charge_discharge_power
- below: 0
- - type: tile
- entity: sensor.power_meter_active_power
- 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.power_meter_active_power
- below: 0
- - type: tile
- entity: sensor.power_meter_active_power
- icon: mdi:transmission-tower-import
- color: white
- name: Netzispising
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.power_meter_active_power
- 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.input_power_with_efficiency_loss
- color: orange
- name: PV-Input
- - entity: sensor.active_power_house
- name: Huusverbruch
- color: purple
- - entity: sensor.battery_charge_only
- name: Batterieladig
- color: turquoise
- - entity: sensor.battery_charge_only_2
- name: Batterieentladig
- color: tomato
- - entity: sensor.eingespeister_strom
- name: Iigspist
- color: white
- 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: Übersicht hüt
- - type: tile
- entity: sensor.energy_production_today_2
- show_entity_picture: false
- vertical: false
- icon: mdi:sun-angle
- color: orange
- name: Forecast
- features_position: bottom
- - type: tile
- entity: sensor.battery_state_of_capacity
- show_entity_picture: false
- vertical: false
- icon: mdi:battery-10
- color: tomato
- name: Batterie %
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_state_of_capacity
- below: 20
- - type: tile
- entity: sensor.battery_state_of_capacity
- show_entity_picture: false
- vertical: false
- icon: mdi:battery-30
- color: orange
- name: Batterie %
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_state_of_capacity
- above: 19.99
- below: 40
- - type: tile
- entity: sensor.battery_state_of_capacity
- show_entity_picture: false
- vertical: false
- icon: mdi:battery-50
- color: gold
- name: Batterie %
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_state_of_capacity
- above: 39.99
- below: 60
- - type: tile
- entity: sensor.battery_state_of_capacity
- show_entity_picture: false
- vertical: false
- icon: mdi:battery-70
- color: teal
- name: Batterie %
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_state_of_capacity
- above: 59.99
- below: 80
- - type: tile
- entity: sensor.battery_state_of_capacity
- show_entity_picture: false
- vertical: false
- icon: mdi:battery
- color: mediumaquamarine
- name: Batterie %
- features_position: bottom
- visibility:
- - condition: numeric_state
- entity: sensor.battery_state_of_capacity
- above: 79.99
- - type: tile
- entity: sensor.inverter_daily_yield
- icon: mdi:solar-power-variant
- color: orange
- name: Produziert
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.battery_day_charge
- icon: mdi:battery-arrow-up
- color: teal
- name: Batterieladig
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.inverter_daily_yield
- icon: mdi:solar-power
- color: orange
- name: Heutige Produktion
- vertical: false
- state_content: state
- features_position: bottom
- - type: tile
- entity: sensor.battery_day_discharge
- icon: mdi:battery-arrow-down
- color: tomato
- name: Batterieentladig
- vertical: false
- layout_options:
- grid_columns: 2
- grid_rows: 1
- 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: Aktivi Grät
- grid_options:
- columns: full
- rows: 1
- - 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
- - entity_id: sensor.*inverter*
- - entity_id: sensor.*batteri*
- - entity_id: sensor.*wechselr*
- - entity_id: sensor.*power_m*
- card_param: cards
- show_empty: false
- grid_options:
- columns: 12
- rows: auto
- sort:
- method: state
- numeric: true
- reverse: true
- column_span: 1
- - type: grid
- cards:
- - type: heading
- heading: Produktion vo 10 Täg
- 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.inverter_total_yield
- yaxis_id: first
- name: Solarproduktion
- color: orange
- transform: return x * 1000;
- 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: Huusverbruch vo 10 Täg
- 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.battery_total_charge
- yaxis_id: first
- name: Batterieladig
- color: purple
- 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: Iispisig vo 10 Täg
- 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
- colors:
- - "#000000"
- 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.power_meter_exported
- yaxis_id: first
- name: Einspeisung
- color: white
- 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 vo 10 Täg
- 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.power_meter_consumption
- yaxis_id: first
- name: Netzbezug
- color: tomato
- 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: >-
- # Energie-Dashboard
- D' Solarproduktion lauft mit
- {{states('sensor.input_power_with_efficiency_loss')|int}} W
- S' Wetter wird hüt überwiegend {{ 'sunnig🌞' if state_attr('weather.home',
- 'cloud_coverage') < 50 else 'rägnerisch🌧️' if state_attr('weather.home',
- 'condition') == 'rainy' else 'schneiend sii ❄️' if
- state_attr('weather.home', 'condition') == 'snowy' else 'bewölkt⛅' }}. D'
- Ertragsprognose liit bi
- {{states('sensor.energy_production_today_2')|float|round(1)}} kWh
- Es sind gsamthaft
- {{states('sensor.trees_saved_with_solar')|float|round(3)}}🌳pflanzt worde
- text_only: true
- layout: responsive
- badges_position: bottom
Advertisement
Add Comment
Please, Sign In to add comment