Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - title: Statistics
- path: statistics
- type: custom:grid-layout
- layout:
- grid-template-columns: 1fr 1fr 1fr
- grid-template-rows: auto auto auto auto
- grid-gap: 10px
- grid-template-areas: |
- "energy energy energy"
- "energyett energyett energyett"
- "energytva energytva ."
- "c4 c4 c4"
- badges: []
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities:
- - entity: sensor.daily_energy_used
- show_state: false
- show_graph: true
- - entity: sensor.daily_energy_cost
- color: blue
- show_state: true
- show_graph: false
- hours_to_show: 24
- points_per_hour: 1
- animate: true
- decimals: 1
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: 0
- color: '#22ff00'
- - value: 20
- color: '#ffd500'
- - value: 30
- color: '#ff3700'
- - type: custom:mini-graph-card
- label: Weekly
- entities:
- - entity: sensor.weekly_energy_use
- show_state: false
- show_graph: true
- - entity: sensor.weekly_energy_cost
- color: blue
- show_state: true
- show_graph: false
- hours_to_show: 168
- points_per_hour: 1
- animate: true
- decimals: 0
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: 0
- color: '#22ff00'
- - value: 140
- color: '#ffd500'
- - value: 210
- color: '#ff3700'
- - type: custom:mini-graph-card
- label: Weekly
- entities:
- - entity: sensor.monthly_energy_use
- show_state: false
- show_graph: true
- - entity: sensor.monthly_energy_cost
- color: blue
- show_state: true
- show_graph: false
- hours_to_show: 720
- points_per_hour: 1
- animate: true
- decimals: 0
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: 0
- color: '#22ff00'
- - value: 600
- color: '#ffd500'
- - value: 900
- color: '#ff3700'
- view_layout:
- grid-area: energy
- - type: horizontal-stack
- cards:
- - type: custom:mini-graph-card
- entities:
- - entity: sensor.daily_cost_comparison
- show_state: true
- show_graph: true
- name: Daily savings / Current hourly price / Current diff
- - entity: sensor.nordpool_kwh_se3_sek_3_10_025
- show_state: true
- show_graph: false
- - entity: sensor.current_energy_tariff_diff
- decimals: 3
- show_state: true
- show_graph: false
- hours_to_show: 24
- points_per_hour: 1
- animate: true
- decimals: 2
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: -50
- color: '#22ff00'
- - value: 0
- color: '#ffd500'
- - value: 50
- color: '#ff3700'
- - type: custom:mini-graph-card
- entities:
- - entity: sensor.weekly_cost_comparison
- show_state: true
- show_graph: true
- name: Weekly savings / Current hourly price / Current diff
- - entity: sensor.nordpool_kwh_se3_sek_3_10_025
- color: blue
- show_state: true
- show_graph: false
- - entity: sensor.current_energy_tariff_diff
- show_state: true
- show_graph: false
- hours_to_show: 168
- points_per_hour: 1
- animate: true
- decimals: 2
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: -350
- color: '#22ff00'
- - value: 0
- color: '#ffd500'
- - value: 350
- color: '#ff3700'
- - type: custom:mini-graph-card
- entities:
- - entity: sensor.monthly_cost_comparison
- show_state: true
- show_graph: true
- name: Monthly savings / Current hourly price / Current diff
- - entity: sensor.nordpool_kwh_se3_sek_3_10_025
- color: blue
- show_state: true
- show_graph: false
- - entity: sensor.current_energy_tariff_diff
- show_state: true
- show_graph: false
- hours_to_show: 720
- points_per_hour: 1
- animate: true
- decimals: 2
- hour24: true
- show:
- icon: false
- graph: chart
- color_thresholds:
- - value: 300
- color: '#22ff00'
- - value: 0
- color: '#ffd500'
- - value: 300
- color: '#ff3700'
- view_layout:
- grid-area: energyett
- - type: horizontal-stack
- cards:
- - type: gauge
- entity: sensor.nordpool_kwh_se3_sek_3_10_025
- needle: true
- severity:
- green: 0
- yellow: 1
- red: 2
- min: 0
- theme: Soft UI
- name: Hourly rate
- max: 3
- - type: gauge
- entity: sensor.current_energy_tariff_diff
- needle: true
- severity:
- green: -10
- yellow: 0
- red: 0
- min: -10
- max: 10
- theme: Soft UI
- name: Rate compared to hourly
- view_layout:
- grid-area: energytva
Advertisement
Add Comment
Please, Sign In to add comment